oci-marketplacepublisher 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 (89) hide show
  1. package/lib/client.d.ts +73 -72
  2. package/lib/client.js +363 -145
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/artifact.js +4 -2
  5. package/lib/model/artifact.js.map +1 -1
  6. package/lib/model/create-artifact-details.js +4 -2
  7. package/lib/model/create-artifact-details.js.map +1 -1
  8. package/lib/model/create-listing-revision-attachment-details.js +4 -2
  9. package/lib/model/create-listing-revision-attachment-details.js.map +1 -1
  10. package/lib/model/listing-revision-attachment.js +4 -2
  11. package/lib/model/listing-revision-attachment.js.map +1 -1
  12. package/lib/model/listing-revision-package.js +4 -2
  13. package/lib/model/listing-revision-package.js.map +1 -1
  14. package/lib/model/update-artifact-details.js +4 -2
  15. package/lib/model/update-artifact-details.js.map +1 -1
  16. package/lib/model/update-listing-revision-attachment-details.js +4 -2
  17. package/lib/model/update-listing-revision-attachment-details.js.map +1 -1
  18. package/lib/request/activate-term-version-request.d.ts +1 -1
  19. package/lib/request/cancel-work-request-request.d.ts +1 -1
  20. package/lib/request/cascading-delete-listing-request.d.ts +1 -1
  21. package/lib/request/cascading-delete-listing-revision-request.d.ts +1 -1
  22. package/lib/request/change-artifact-compartment-request.d.ts +1 -1
  23. package/lib/request/change-listing-compartment-request.d.ts +1 -1
  24. package/lib/request/change-listing-revision-to-new-status-request.d.ts +1 -1
  25. package/lib/request/change-term-compartment-request.d.ts +1 -1
  26. package/lib/request/clone-listing-revision-request.d.ts +1 -1
  27. package/lib/request/create-artifact-request.d.ts +1 -1
  28. package/lib/request/create-listing-request.d.ts +1 -1
  29. package/lib/request/create-listing-revision-attachment-request.d.ts +1 -1
  30. package/lib/request/create-listing-revision-note-request.d.ts +1 -1
  31. package/lib/request/create-listing-revision-package-request.d.ts +1 -1
  32. package/lib/request/create-listing-revision-request.d.ts +1 -1
  33. package/lib/request/create-term-request.d.ts +1 -1
  34. package/lib/request/create-term-version-request.d.ts +1 -1
  35. package/lib/request/delete-artifact-request.d.ts +1 -1
  36. package/lib/request/delete-listing-request.d.ts +1 -1
  37. package/lib/request/delete-listing-revision-attachment-request.d.ts +1 -1
  38. package/lib/request/delete-listing-revision-note-request.d.ts +1 -1
  39. package/lib/request/delete-listing-revision-package-request.d.ts +1 -1
  40. package/lib/request/delete-listing-revision-request.d.ts +1 -1
  41. package/lib/request/delete-term-request.d.ts +1 -1
  42. package/lib/request/delete-term-version-request.d.ts +1 -1
  43. package/lib/request/get-artifact-request.d.ts +1 -1
  44. package/lib/request/get-category-request.d.ts +1 -1
  45. package/lib/request/get-listing-request.d.ts +1 -1
  46. package/lib/request/get-listing-revision-attachment-request.d.ts +1 -1
  47. package/lib/request/get-listing-revision-note-request.d.ts +1 -1
  48. package/lib/request/get-listing-revision-package-request.d.ts +1 -1
  49. package/lib/request/get-listing-revision-request.d.ts +1 -1
  50. package/lib/request/get-market-request.d.ts +1 -1
  51. package/lib/request/get-product-request.d.ts +1 -1
  52. package/lib/request/get-publisher-request.d.ts +1 -1
  53. package/lib/request/get-term-request.d.ts +1 -1
  54. package/lib/request/get-term-version-request.d.ts +1 -1
  55. package/lib/request/get-work-request-request.d.ts +1 -1
  56. package/lib/request/list-artifacts-request.d.ts +1 -1
  57. package/lib/request/list-categories-request.d.ts +1 -1
  58. package/lib/request/list-listing-revision-attachments-request.d.ts +1 -1
  59. package/lib/request/list-listing-revision-notes-request.d.ts +1 -1
  60. package/lib/request/list-listing-revision-packages-request.d.ts +1 -1
  61. package/lib/request/list-listing-revisions-request.d.ts +1 -1
  62. package/lib/request/list-listings-request.d.ts +1 -1
  63. package/lib/request/list-markets-request.d.ts +1 -1
  64. package/lib/request/list-products-request.d.ts +1 -1
  65. package/lib/request/list-publishers-request.d.ts +1 -1
  66. package/lib/request/list-term-versions-request.d.ts +1 -1
  67. package/lib/request/list-terms-request.d.ts +1 -1
  68. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  69. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  70. package/lib/request/list-work-requests-request.d.ts +1 -1
  71. package/lib/request/mark-listing-revision-package-as-default-request.d.ts +1 -1
  72. package/lib/request/publish-listing-revision-as-private-request.d.ts +1 -1
  73. package/lib/request/publish-listing-revision-package-request.d.ts +1 -1
  74. package/lib/request/publish-listing-revision-request.d.ts +1 -1
  75. package/lib/request/submit-listing-revision-for-review-request.d.ts +1 -1
  76. package/lib/request/un-publish-listing-revision-package-request.d.ts +1 -1
  77. package/lib/request/update-artifact-request.d.ts +1 -1
  78. package/lib/request/update-listing-request.d.ts +1 -1
  79. package/lib/request/update-listing-revision-attachment-content-request.d.ts +1 -1
  80. package/lib/request/update-listing-revision-attachment-request.d.ts +1 -1
  81. package/lib/request/update-listing-revision-icon-content-request.d.ts +1 -1
  82. package/lib/request/update-listing-revision-package-request.d.ts +1 -1
  83. package/lib/request/update-listing-revision-request.d.ts +1 -1
  84. package/lib/request/update-term-request.d.ts +1 -1
  85. package/lib/request/update-term-version-content-request.d.ts +1 -1
  86. package/lib/request/update-term-version-request.d.ts +1 -1
  87. package/lib/request/validate-and-publish-artifact-request.d.ts +1 -1
  88. package/lib/request/withdraw-listing-revision-request.d.ts +1 -1
  89. package/package.json +3 -3
package/lib/client.js CHANGED
@@ -57,7 +57,7 @@ var MarketplacePublisherApiKeys;
57
57
  */
58
58
  class MarketplacePublisherClient {
59
59
  constructor(params, clientConfiguration) {
60
- this["_realmSpecificEndpointTemplateEnabled"] = false;
60
+ this["_realmSpecificEndpointTemplateEnabled"] = undefined;
61
61
  this["_endpoint"] = "";
62
62
  this["_defaultHeaders"] = {};
63
63
  this._circuitBreaker = null;
@@ -116,7 +116,11 @@ class MarketplacePublisherClient {
116
116
  set endpoint(endpoint) {
117
117
  this._endpoint = endpoint;
118
118
  this._endpoint = this._endpoint + "/20220901";
119
- oci_common_1.logger.info(`MarketplacePublisherClient endpoint set to ${this._endpoint}`);
119
+ if (this.logger)
120
+ this.logger.info(`MarketplacePublisherClient endpoint set to ${this._endpoint}`);
121
+ }
122
+ get logger() {
123
+ return common.LOG.logger;
120
124
  }
121
125
  /**
122
126
  * Determines whether realm specific endpoint should be used or not.
@@ -125,7 +129,8 @@ class MarketplacePublisherClient {
125
129
  */
126
130
  set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled) {
127
131
  this._realmSpecificEndpointTemplateEnabled = realmSpecificEndpointTemplateEnabled;
128
- oci_common_1.logger.info(`realmSpecificEndpointTemplateEnabled set to ${this._realmSpecificEndpointTemplateEnabled}`);
132
+ if (this.logger)
133
+ this.logger.info(`realmSpecificEndpointTemplateEnabled set to ${this._realmSpecificEndpointTemplateEnabled}`);
129
134
  if (this._lastSetRegionOrRegionId === common.Region.REGION_STRING) {
130
135
  this.endpoint = common.EndpointBuilder.createEndpointFromRegion(MarketplacePublisherClient.serviceEndpointTemplate, this._region, MarketplacePublisherClient.endpointServiceName);
131
136
  }
@@ -191,11 +196,12 @@ class MarketplacePublisherClient {
191
196
  * @param ActivateTermVersionRequest
192
197
  * @return ActivateTermVersionResponse
193
198
  * @throws OciError when an error occurs
194
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/marketplacepublisher/ActivateTermVersion.ts.html |here} to see how to use ActivateTermVersion API.
199
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/marketplacepublisher/ActivateTermVersion.ts.html |here} to see how to use ActivateTermVersion API.
195
200
  */
196
201
  activateTermVersion(activateTermVersionRequest) {
197
202
  return __awaiter(this, void 0, void 0, function* () {
198
- oci_common_1.logger.debug("Calling operation MarketplacePublisherClient#activateTermVersion.");
203
+ if (this.logger)
204
+ this.logger.debug("Calling operation MarketplacePublisherClient#activateTermVersion.");
199
205
  const operationName = "activateTermVersion";
200
206
  const apiReferenceLink = "";
201
207
  const pathParams = {
@@ -209,6 +215,8 @@ class MarketplacePublisherClient {
209
215
  };
210
216
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
211
217
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, activateTermVersionRequest.retryConfiguration, specRetryConfiguration);
218
+ if (this.logger)
219
+ retrier.logger = this.logger;
212
220
  const request = yield oci_common_1.composeRequest({
213
221
  baseEndpoint: this._endpoint,
214
222
  defaultHeaders: this._defaultHeaders,
@@ -252,11 +260,12 @@ class MarketplacePublisherClient {
252
260
  * @param CancelWorkRequestRequest
253
261
  * @return CancelWorkRequestResponse
254
262
  * @throws OciError when an error occurs
255
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/marketplacepublisher/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
263
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/marketplacepublisher/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
256
264
  */
257
265
  cancelWorkRequest(cancelWorkRequestRequest) {
258
266
  return __awaiter(this, void 0, void 0, function* () {
259
- oci_common_1.logger.debug("Calling operation MarketplacePublisherClient#cancelWorkRequest.");
267
+ if (this.logger)
268
+ this.logger.debug("Calling operation MarketplacePublisherClient#cancelWorkRequest.");
260
269
  const operationName = "cancelWorkRequest";
261
270
  const apiReferenceLink = "";
262
271
  const pathParams = {
@@ -270,6 +279,8 @@ class MarketplacePublisherClient {
270
279
  };
271
280
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
272
281
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, cancelWorkRequestRequest.retryConfiguration, specRetryConfiguration);
282
+ if (this.logger)
283
+ retrier.logger = this.logger;
273
284
  const request = yield oci_common_1.composeRequest({
274
285
  baseEndpoint: this._endpoint,
275
286
  defaultHeaders: this._defaultHeaders,
@@ -304,11 +315,12 @@ class MarketplacePublisherClient {
304
315
  * @param CascadingDeleteListingRequest
305
316
  * @return CascadingDeleteListingResponse
306
317
  * @throws OciError when an error occurs
307
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/marketplacepublisher/CascadingDeleteListing.ts.html |here} to see how to use CascadingDeleteListing API.
318
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/marketplacepublisher/CascadingDeleteListing.ts.html |here} to see how to use CascadingDeleteListing API.
308
319
  */
309
320
  cascadingDeleteListing(cascadingDeleteListingRequest) {
310
321
  return __awaiter(this, void 0, void 0, function* () {
311
- oci_common_1.logger.debug("Calling operation MarketplacePublisherClient#cascadingDeleteListing.");
322
+ if (this.logger)
323
+ this.logger.debug("Calling operation MarketplacePublisherClient#cascadingDeleteListing.");
312
324
  const operationName = "cascadingDeleteListing";
313
325
  const apiReferenceLink = "";
314
326
  const pathParams = {
@@ -323,6 +335,8 @@ class MarketplacePublisherClient {
323
335
  };
324
336
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
325
337
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, cascadingDeleteListingRequest.retryConfiguration, specRetryConfiguration);
338
+ if (this.logger)
339
+ retrier.logger = this.logger;
326
340
  const request = yield oci_common_1.composeRequest({
327
341
  baseEndpoint: this._endpoint,
328
342
  defaultHeaders: this._defaultHeaders,
@@ -362,11 +376,12 @@ class MarketplacePublisherClient {
362
376
  * @param CascadingDeleteListingRevisionRequest
363
377
  * @return CascadingDeleteListingRevisionResponse
364
378
  * @throws OciError when an error occurs
365
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/marketplacepublisher/CascadingDeleteListingRevision.ts.html |here} to see how to use CascadingDeleteListingRevision API.
379
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/marketplacepublisher/CascadingDeleteListingRevision.ts.html |here} to see how to use CascadingDeleteListingRevision API.
366
380
  */
367
381
  cascadingDeleteListingRevision(cascadingDeleteListingRevisionRequest) {
368
382
  return __awaiter(this, void 0, void 0, function* () {
369
- oci_common_1.logger.debug("Calling operation MarketplacePublisherClient#cascadingDeleteListingRevision.");
383
+ if (this.logger)
384
+ this.logger.debug("Calling operation MarketplacePublisherClient#cascadingDeleteListingRevision.");
370
385
  const operationName = "cascadingDeleteListingRevision";
371
386
  const apiReferenceLink = "";
372
387
  const pathParams = {
@@ -381,6 +396,8 @@ class MarketplacePublisherClient {
381
396
  };
382
397
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
383
398
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, cascadingDeleteListingRevisionRequest.retryConfiguration, specRetryConfiguration);
399
+ if (this.logger)
400
+ retrier.logger = this.logger;
384
401
  const request = yield oci_common_1.composeRequest({
385
402
  baseEndpoint: this._endpoint,
386
403
  defaultHeaders: this._defaultHeaders,
@@ -420,11 +437,12 @@ class MarketplacePublisherClient {
420
437
  * @param ChangeArtifactCompartmentRequest
421
438
  * @return ChangeArtifactCompartmentResponse
422
439
  * @throws OciError when an error occurs
423
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/marketplacepublisher/ChangeArtifactCompartment.ts.html |here} to see how to use ChangeArtifactCompartment API.
440
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/marketplacepublisher/ChangeArtifactCompartment.ts.html |here} to see how to use ChangeArtifactCompartment API.
424
441
  */
425
442
  changeArtifactCompartment(changeArtifactCompartmentRequest) {
426
443
  return __awaiter(this, void 0, void 0, function* () {
427
- oci_common_1.logger.debug("Calling operation MarketplacePublisherClient#changeArtifactCompartment.");
444
+ if (this.logger)
445
+ this.logger.debug("Calling operation MarketplacePublisherClient#changeArtifactCompartment.");
428
446
  const operationName = "changeArtifactCompartment";
429
447
  const apiReferenceLink = "";
430
448
  const pathParams = {
@@ -439,6 +457,8 @@ class MarketplacePublisherClient {
439
457
  };
440
458
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
441
459
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, changeArtifactCompartmentRequest.retryConfiguration, specRetryConfiguration);
460
+ if (this.logger)
461
+ retrier.logger = this.logger;
442
462
  const request = yield oci_common_1.composeRequest({
443
463
  baseEndpoint: this._endpoint,
444
464
  defaultHeaders: this._defaultHeaders,
@@ -474,11 +494,12 @@ class MarketplacePublisherClient {
474
494
  * @param ChangeListingCompartmentRequest
475
495
  * @return ChangeListingCompartmentResponse
476
496
  * @throws OciError when an error occurs
477
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/marketplacepublisher/ChangeListingCompartment.ts.html |here} to see how to use ChangeListingCompartment API.
497
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/marketplacepublisher/ChangeListingCompartment.ts.html |here} to see how to use ChangeListingCompartment API.
478
498
  */
479
499
  changeListingCompartment(changeListingCompartmentRequest) {
480
500
  return __awaiter(this, void 0, void 0, function* () {
481
- oci_common_1.logger.debug("Calling operation MarketplacePublisherClient#changeListingCompartment.");
501
+ if (this.logger)
502
+ this.logger.debug("Calling operation MarketplacePublisherClient#changeListingCompartment.");
482
503
  const operationName = "changeListingCompartment";
483
504
  const apiReferenceLink = "";
484
505
  const pathParams = {
@@ -493,6 +514,8 @@ class MarketplacePublisherClient {
493
514
  };
494
515
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
495
516
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, changeListingCompartmentRequest.retryConfiguration, specRetryConfiguration);
517
+ if (this.logger)
518
+ retrier.logger = this.logger;
496
519
  const request = yield oci_common_1.composeRequest({
497
520
  baseEndpoint: this._endpoint,
498
521
  defaultHeaders: this._defaultHeaders,
@@ -528,11 +551,12 @@ class MarketplacePublisherClient {
528
551
  * @param ChangeListingRevisionToNewStatusRequest
529
552
  * @return ChangeListingRevisionToNewStatusResponse
530
553
  * @throws OciError when an error occurs
531
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/marketplacepublisher/ChangeListingRevisionToNewStatus.ts.html |here} to see how to use ChangeListingRevisionToNewStatus API.
554
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/marketplacepublisher/ChangeListingRevisionToNewStatus.ts.html |here} to see how to use ChangeListingRevisionToNewStatus API.
532
555
  */
533
556
  changeListingRevisionToNewStatus(changeListingRevisionToNewStatusRequest) {
534
557
  return __awaiter(this, void 0, void 0, function* () {
535
- oci_common_1.logger.debug("Calling operation MarketplacePublisherClient#changeListingRevisionToNewStatus.");
558
+ if (this.logger)
559
+ this.logger.debug("Calling operation MarketplacePublisherClient#changeListingRevisionToNewStatus.");
536
560
  const operationName = "changeListingRevisionToNewStatus";
537
561
  const apiReferenceLink = "";
538
562
  const pathParams = {
@@ -546,6 +570,8 @@ class MarketplacePublisherClient {
546
570
  };
547
571
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
548
572
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, changeListingRevisionToNewStatusRequest.retryConfiguration, specRetryConfiguration);
573
+ if (this.logger)
574
+ retrier.logger = this.logger;
549
575
  const request = yield oci_common_1.composeRequest({
550
576
  baseEndpoint: this._endpoint,
551
577
  defaultHeaders: this._defaultHeaders,
@@ -589,11 +615,12 @@ class MarketplacePublisherClient {
589
615
  * @param ChangeTermCompartmentRequest
590
616
  * @return ChangeTermCompartmentResponse
591
617
  * @throws OciError when an error occurs
592
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/marketplacepublisher/ChangeTermCompartment.ts.html |here} to see how to use ChangeTermCompartment API.
618
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/marketplacepublisher/ChangeTermCompartment.ts.html |here} to see how to use ChangeTermCompartment API.
593
619
  */
594
620
  changeTermCompartment(changeTermCompartmentRequest) {
595
621
  return __awaiter(this, void 0, void 0, function* () {
596
- oci_common_1.logger.debug("Calling operation MarketplacePublisherClient#changeTermCompartment.");
622
+ if (this.logger)
623
+ this.logger.debug("Calling operation MarketplacePublisherClient#changeTermCompartment.");
597
624
  const operationName = "changeTermCompartment";
598
625
  const apiReferenceLink = "";
599
626
  const pathParams = {
@@ -608,6 +635,8 @@ class MarketplacePublisherClient {
608
635
  };
609
636
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
610
637
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, changeTermCompartmentRequest.retryConfiguration, specRetryConfiguration);
638
+ if (this.logger)
639
+ retrier.logger = this.logger;
611
640
  const request = yield oci_common_1.composeRequest({
612
641
  baseEndpoint: this._endpoint,
613
642
  defaultHeaders: this._defaultHeaders,
@@ -643,11 +672,12 @@ class MarketplacePublisherClient {
643
672
  * @param CloneListingRevisionRequest
644
673
  * @return CloneListingRevisionResponse
645
674
  * @throws OciError when an error occurs
646
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/marketplacepublisher/CloneListingRevision.ts.html |here} to see how to use CloneListingRevision API.
675
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/marketplacepublisher/CloneListingRevision.ts.html |here} to see how to use CloneListingRevision API.
647
676
  */
648
677
  cloneListingRevision(cloneListingRevisionRequest) {
649
678
  return __awaiter(this, void 0, void 0, function* () {
650
- oci_common_1.logger.debug("Calling operation MarketplacePublisherClient#cloneListingRevision.");
679
+ if (this.logger)
680
+ this.logger.debug("Calling operation MarketplacePublisherClient#cloneListingRevision.");
651
681
  const operationName = "cloneListingRevision";
652
682
  const apiReferenceLink = "";
653
683
  const pathParams = {
@@ -662,6 +692,8 @@ class MarketplacePublisherClient {
662
692
  };
663
693
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
664
694
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, cloneListingRevisionRequest.retryConfiguration, specRetryConfiguration);
695
+ if (this.logger)
696
+ retrier.logger = this.logger;
665
697
  const request = yield oci_common_1.composeRequest({
666
698
  baseEndpoint: this._endpoint,
667
699
  defaultHeaders: this._defaultHeaders,
@@ -714,11 +746,12 @@ class MarketplacePublisherClient {
714
746
  * @param CreateArtifactRequest
715
747
  * @return CreateArtifactResponse
716
748
  * @throws OciError when an error occurs
717
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/marketplacepublisher/CreateArtifact.ts.html |here} to see how to use CreateArtifact API.
749
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/marketplacepublisher/CreateArtifact.ts.html |here} to see how to use CreateArtifact API.
718
750
  */
719
751
  createArtifact(createArtifactRequest) {
720
752
  return __awaiter(this, void 0, void 0, function* () {
721
- oci_common_1.logger.debug("Calling operation MarketplacePublisherClient#createArtifact.");
753
+ if (this.logger)
754
+ this.logger.debug("Calling operation MarketplacePublisherClient#createArtifact.");
722
755
  const operationName = "createArtifact";
723
756
  const apiReferenceLink = "";
724
757
  const pathParams = {};
@@ -730,6 +763,8 @@ class MarketplacePublisherClient {
730
763
  };
731
764
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
732
765
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createArtifactRequest.retryConfiguration, specRetryConfiguration);
766
+ if (this.logger)
767
+ retrier.logger = this.logger;
733
768
  const request = yield oci_common_1.composeRequest({
734
769
  baseEndpoint: this._endpoint,
735
770
  defaultHeaders: this._defaultHeaders,
@@ -779,11 +814,12 @@ class MarketplacePublisherClient {
779
814
  * @param CreateListingRequest
780
815
  * @return CreateListingResponse
781
816
  * @throws OciError when an error occurs
782
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/marketplacepublisher/CreateListing.ts.html |here} to see how to use CreateListing API.
817
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/marketplacepublisher/CreateListing.ts.html |here} to see how to use CreateListing API.
783
818
  */
784
819
  createListing(createListingRequest) {
785
820
  return __awaiter(this, void 0, void 0, function* () {
786
- oci_common_1.logger.debug("Calling operation MarketplacePublisherClient#createListing.");
821
+ if (this.logger)
822
+ this.logger.debug("Calling operation MarketplacePublisherClient#createListing.");
787
823
  const operationName = "createListing";
788
824
  const apiReferenceLink = "";
789
825
  const pathParams = {};
@@ -795,6 +831,8 @@ class MarketplacePublisherClient {
795
831
  };
796
832
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
797
833
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createListingRequest.retryConfiguration, specRetryConfiguration);
834
+ if (this.logger)
835
+ retrier.logger = this.logger;
798
836
  const request = yield oci_common_1.composeRequest({
799
837
  baseEndpoint: this._endpoint,
800
838
  defaultHeaders: this._defaultHeaders,
@@ -840,11 +878,12 @@ class MarketplacePublisherClient {
840
878
  * @param CreateListingRevisionRequest
841
879
  * @return CreateListingRevisionResponse
842
880
  * @throws OciError when an error occurs
843
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/marketplacepublisher/CreateListingRevision.ts.html |here} to see how to use CreateListingRevision API.
881
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/marketplacepublisher/CreateListingRevision.ts.html |here} to see how to use CreateListingRevision API.
844
882
  */
845
883
  createListingRevision(createListingRevisionRequest) {
846
884
  return __awaiter(this, void 0, void 0, function* () {
847
- oci_common_1.logger.debug("Calling operation MarketplacePublisherClient#createListingRevision.");
885
+ if (this.logger)
886
+ this.logger.debug("Calling operation MarketplacePublisherClient#createListingRevision.");
848
887
  const operationName = "createListingRevision";
849
888
  const apiReferenceLink = "";
850
889
  const pathParams = {};
@@ -856,6 +895,8 @@ class MarketplacePublisherClient {
856
895
  };
857
896
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
858
897
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createListingRevisionRequest.retryConfiguration, specRetryConfiguration);
898
+ if (this.logger)
899
+ retrier.logger = this.logger;
859
900
  const request = yield oci_common_1.composeRequest({
860
901
  baseEndpoint: this._endpoint,
861
902
  defaultHeaders: this._defaultHeaders,
@@ -901,11 +942,12 @@ class MarketplacePublisherClient {
901
942
  * @param CreateListingRevisionAttachmentRequest
902
943
  * @return CreateListingRevisionAttachmentResponse
903
944
  * @throws OciError when an error occurs
904
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/marketplacepublisher/CreateListingRevisionAttachment.ts.html |here} to see how to use CreateListingRevisionAttachment API.
945
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/marketplacepublisher/CreateListingRevisionAttachment.ts.html |here} to see how to use CreateListingRevisionAttachment API.
905
946
  */
906
947
  createListingRevisionAttachment(createListingRevisionAttachmentRequest) {
907
948
  return __awaiter(this, void 0, void 0, function* () {
908
- oci_common_1.logger.debug("Calling operation MarketplacePublisherClient#createListingRevisionAttachment.");
949
+ if (this.logger)
950
+ this.logger.debug("Calling operation MarketplacePublisherClient#createListingRevisionAttachment.");
909
951
  const operationName = "createListingRevisionAttachment";
910
952
  const apiReferenceLink = "";
911
953
  const pathParams = {};
@@ -917,6 +959,8 @@ class MarketplacePublisherClient {
917
959
  };
918
960
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
919
961
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createListingRevisionAttachmentRequest.retryConfiguration, specRetryConfiguration);
962
+ if (this.logger)
963
+ retrier.logger = this.logger;
920
964
  const request = yield oci_common_1.composeRequest({
921
965
  baseEndpoint: this._endpoint,
922
966
  defaultHeaders: this._defaultHeaders,
@@ -962,11 +1006,12 @@ class MarketplacePublisherClient {
962
1006
  * @param CreateListingRevisionNoteRequest
963
1007
  * @return CreateListingRevisionNoteResponse
964
1008
  * @throws OciError when an error occurs
965
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/marketplacepublisher/CreateListingRevisionNote.ts.html |here} to see how to use CreateListingRevisionNote API.
1009
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/marketplacepublisher/CreateListingRevisionNote.ts.html |here} to see how to use CreateListingRevisionNote API.
966
1010
  */
967
1011
  createListingRevisionNote(createListingRevisionNoteRequest) {
968
1012
  return __awaiter(this, void 0, void 0, function* () {
969
- oci_common_1.logger.debug("Calling operation MarketplacePublisherClient#createListingRevisionNote.");
1013
+ if (this.logger)
1014
+ this.logger.debug("Calling operation MarketplacePublisherClient#createListingRevisionNote.");
970
1015
  const operationName = "createListingRevisionNote";
971
1016
  const apiReferenceLink = "";
972
1017
  const pathParams = {};
@@ -978,6 +1023,8 @@ class MarketplacePublisherClient {
978
1023
  };
979
1024
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
980
1025
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createListingRevisionNoteRequest.retryConfiguration, specRetryConfiguration);
1026
+ if (this.logger)
1027
+ retrier.logger = this.logger;
981
1028
  const request = yield oci_common_1.composeRequest({
982
1029
  baseEndpoint: this._endpoint,
983
1030
  defaultHeaders: this._defaultHeaders,
@@ -1023,11 +1070,12 @@ class MarketplacePublisherClient {
1023
1070
  * @param CreateListingRevisionPackageRequest
1024
1071
  * @return CreateListingRevisionPackageResponse
1025
1072
  * @throws OciError when an error occurs
1026
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/marketplacepublisher/CreateListingRevisionPackage.ts.html |here} to see how to use CreateListingRevisionPackage API.
1073
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/marketplacepublisher/CreateListingRevisionPackage.ts.html |here} to see how to use CreateListingRevisionPackage API.
1027
1074
  */
1028
1075
  createListingRevisionPackage(createListingRevisionPackageRequest) {
1029
1076
  return __awaiter(this, void 0, void 0, function* () {
1030
- oci_common_1.logger.debug("Calling operation MarketplacePublisherClient#createListingRevisionPackage.");
1077
+ if (this.logger)
1078
+ this.logger.debug("Calling operation MarketplacePublisherClient#createListingRevisionPackage.");
1031
1079
  const operationName = "createListingRevisionPackage";
1032
1080
  const apiReferenceLink = "";
1033
1081
  const pathParams = {};
@@ -1039,6 +1087,8 @@ class MarketplacePublisherClient {
1039
1087
  };
1040
1088
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
1041
1089
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createListingRevisionPackageRequest.retryConfiguration, specRetryConfiguration);
1090
+ if (this.logger)
1091
+ retrier.logger = this.logger;
1042
1092
  const request = yield oci_common_1.composeRequest({
1043
1093
  baseEndpoint: this._endpoint,
1044
1094
  defaultHeaders: this._defaultHeaders,
@@ -1084,11 +1134,12 @@ class MarketplacePublisherClient {
1084
1134
  * @param CreateTermRequest
1085
1135
  * @return CreateTermResponse
1086
1136
  * @throws OciError when an error occurs
1087
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/marketplacepublisher/CreateTerm.ts.html |here} to see how to use CreateTerm API.
1137
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/marketplacepublisher/CreateTerm.ts.html |here} to see how to use CreateTerm API.
1088
1138
  */
1089
1139
  createTerm(createTermRequest) {
1090
1140
  return __awaiter(this, void 0, void 0, function* () {
1091
- oci_common_1.logger.debug("Calling operation MarketplacePublisherClient#createTerm.");
1141
+ if (this.logger)
1142
+ this.logger.debug("Calling operation MarketplacePublisherClient#createTerm.");
1092
1143
  const operationName = "createTerm";
1093
1144
  const apiReferenceLink = "";
1094
1145
  const pathParams = {};
@@ -1100,6 +1151,8 @@ class MarketplacePublisherClient {
1100
1151
  };
1101
1152
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
1102
1153
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createTermRequest.retryConfiguration, specRetryConfiguration);
1154
+ if (this.logger)
1155
+ retrier.logger = this.logger;
1103
1156
  const request = yield oci_common_1.composeRequest({
1104
1157
  baseEndpoint: this._endpoint,
1105
1158
  defaultHeaders: this._defaultHeaders,
@@ -1144,11 +1197,12 @@ class MarketplacePublisherClient {
1144
1197
  * @param CreateTermVersionRequest
1145
1198
  * @return CreateTermVersionResponse
1146
1199
  * @throws OciError when an error occurs
1147
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/marketplacepublisher/CreateTermVersion.ts.html |here} to see how to use CreateTermVersion API.
1200
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/marketplacepublisher/CreateTermVersion.ts.html |here} to see how to use CreateTermVersion API.
1148
1201
  */
1149
1202
  createTermVersion(createTermVersionRequest) {
1150
1203
  return __awaiter(this, void 0, void 0, function* () {
1151
- oci_common_1.logger.debug("Calling operation MarketplacePublisherClient#createTermVersion.");
1204
+ if (this.logger)
1205
+ this.logger.debug("Calling operation MarketplacePublisherClient#createTermVersion.");
1152
1206
  const operationName = "createTermVersion";
1153
1207
  const apiReferenceLink = "";
1154
1208
  const pathParams = {};
@@ -1161,6 +1215,8 @@ class MarketplacePublisherClient {
1161
1215
  };
1162
1216
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
1163
1217
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createTermVersionRequest.retryConfiguration, specRetryConfiguration);
1218
+ if (this.logger)
1219
+ retrier.logger = this.logger;
1164
1220
  const request = yield oci_common_1.composeRequest({
1165
1221
  baseEndpoint: this._endpoint,
1166
1222
  defaultHeaders: this._defaultHeaders,
@@ -1206,11 +1262,12 @@ class MarketplacePublisherClient {
1206
1262
  * @param DeleteArtifactRequest
1207
1263
  * @return DeleteArtifactResponse
1208
1264
  * @throws OciError when an error occurs
1209
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/marketplacepublisher/DeleteArtifact.ts.html |here} to see how to use DeleteArtifact API.
1265
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/marketplacepublisher/DeleteArtifact.ts.html |here} to see how to use DeleteArtifact API.
1210
1266
  */
1211
1267
  deleteArtifact(deleteArtifactRequest) {
1212
1268
  return __awaiter(this, void 0, void 0, function* () {
1213
- oci_common_1.logger.debug("Calling operation MarketplacePublisherClient#deleteArtifact.");
1269
+ if (this.logger)
1270
+ this.logger.debug("Calling operation MarketplacePublisherClient#deleteArtifact.");
1214
1271
  const operationName = "deleteArtifact";
1215
1272
  const apiReferenceLink = "";
1216
1273
  const pathParams = {
@@ -1225,6 +1282,8 @@ class MarketplacePublisherClient {
1225
1282
  };
1226
1283
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
1227
1284
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteArtifactRequest.retryConfiguration, specRetryConfiguration);
1285
+ if (this.logger)
1286
+ retrier.logger = this.logger;
1228
1287
  const request = yield oci_common_1.composeRequest({
1229
1288
  baseEndpoint: this._endpoint,
1230
1289
  defaultHeaders: this._defaultHeaders,
@@ -1264,11 +1323,12 @@ class MarketplacePublisherClient {
1264
1323
  * @param DeleteListingRequest
1265
1324
  * @return DeleteListingResponse
1266
1325
  * @throws OciError when an error occurs
1267
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/marketplacepublisher/DeleteListing.ts.html |here} to see how to use DeleteListing API.
1326
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/marketplacepublisher/DeleteListing.ts.html |here} to see how to use DeleteListing API.
1268
1327
  */
1269
1328
  deleteListing(deleteListingRequest) {
1270
1329
  return __awaiter(this, void 0, void 0, function* () {
1271
- oci_common_1.logger.debug("Calling operation MarketplacePublisherClient#deleteListing.");
1330
+ if (this.logger)
1331
+ this.logger.debug("Calling operation MarketplacePublisherClient#deleteListing.");
1272
1332
  const operationName = "deleteListing";
1273
1333
  const apiReferenceLink = "";
1274
1334
  const pathParams = {
@@ -1282,6 +1342,8 @@ class MarketplacePublisherClient {
1282
1342
  };
1283
1343
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
1284
1344
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteListingRequest.retryConfiguration, specRetryConfiguration);
1345
+ if (this.logger)
1346
+ retrier.logger = this.logger;
1285
1347
  const request = yield oci_common_1.composeRequest({
1286
1348
  baseEndpoint: this._endpoint,
1287
1349
  defaultHeaders: this._defaultHeaders,
@@ -1316,11 +1378,12 @@ class MarketplacePublisherClient {
1316
1378
  * @param DeleteListingRevisionRequest
1317
1379
  * @return DeleteListingRevisionResponse
1318
1380
  * @throws OciError when an error occurs
1319
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/marketplacepublisher/DeleteListingRevision.ts.html |here} to see how to use DeleteListingRevision API.
1381
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/marketplacepublisher/DeleteListingRevision.ts.html |here} to see how to use DeleteListingRevision API.
1320
1382
  */
1321
1383
  deleteListingRevision(deleteListingRevisionRequest) {
1322
1384
  return __awaiter(this, void 0, void 0, function* () {
1323
- oci_common_1.logger.debug("Calling operation MarketplacePublisherClient#deleteListingRevision.");
1385
+ if (this.logger)
1386
+ this.logger.debug("Calling operation MarketplacePublisherClient#deleteListingRevision.");
1324
1387
  const operationName = "deleteListingRevision";
1325
1388
  const apiReferenceLink = "";
1326
1389
  const pathParams = {
@@ -1334,6 +1397,8 @@ class MarketplacePublisherClient {
1334
1397
  };
1335
1398
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
1336
1399
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteListingRevisionRequest.retryConfiguration, specRetryConfiguration);
1400
+ if (this.logger)
1401
+ retrier.logger = this.logger;
1337
1402
  const request = yield oci_common_1.composeRequest({
1338
1403
  baseEndpoint: this._endpoint,
1339
1404
  defaultHeaders: this._defaultHeaders,
@@ -1368,11 +1433,12 @@ class MarketplacePublisherClient {
1368
1433
  * @param DeleteListingRevisionAttachmentRequest
1369
1434
  * @return DeleteListingRevisionAttachmentResponse
1370
1435
  * @throws OciError when an error occurs
1371
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/marketplacepublisher/DeleteListingRevisionAttachment.ts.html |here} to see how to use DeleteListingRevisionAttachment API.
1436
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/marketplacepublisher/DeleteListingRevisionAttachment.ts.html |here} to see how to use DeleteListingRevisionAttachment API.
1372
1437
  */
1373
1438
  deleteListingRevisionAttachment(deleteListingRevisionAttachmentRequest) {
1374
1439
  return __awaiter(this, void 0, void 0, function* () {
1375
- oci_common_1.logger.debug("Calling operation MarketplacePublisherClient#deleteListingRevisionAttachment.");
1440
+ if (this.logger)
1441
+ this.logger.debug("Calling operation MarketplacePublisherClient#deleteListingRevisionAttachment.");
1376
1442
  const operationName = "deleteListingRevisionAttachment";
1377
1443
  const apiReferenceLink = "";
1378
1444
  const pathParams = {
@@ -1386,6 +1452,8 @@ class MarketplacePublisherClient {
1386
1452
  };
1387
1453
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
1388
1454
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteListingRevisionAttachmentRequest.retryConfiguration, specRetryConfiguration);
1455
+ if (this.logger)
1456
+ retrier.logger = this.logger;
1389
1457
  const request = yield oci_common_1.composeRequest({
1390
1458
  baseEndpoint: this._endpoint,
1391
1459
  defaultHeaders: this._defaultHeaders,
@@ -1420,11 +1488,12 @@ class MarketplacePublisherClient {
1420
1488
  * @param DeleteListingRevisionNoteRequest
1421
1489
  * @return DeleteListingRevisionNoteResponse
1422
1490
  * @throws OciError when an error occurs
1423
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/marketplacepublisher/DeleteListingRevisionNote.ts.html |here} to see how to use DeleteListingRevisionNote API.
1491
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/marketplacepublisher/DeleteListingRevisionNote.ts.html |here} to see how to use DeleteListingRevisionNote API.
1424
1492
  */
1425
1493
  deleteListingRevisionNote(deleteListingRevisionNoteRequest) {
1426
1494
  return __awaiter(this, void 0, void 0, function* () {
1427
- oci_common_1.logger.debug("Calling operation MarketplacePublisherClient#deleteListingRevisionNote.");
1495
+ if (this.logger)
1496
+ this.logger.debug("Calling operation MarketplacePublisherClient#deleteListingRevisionNote.");
1428
1497
  const operationName = "deleteListingRevisionNote";
1429
1498
  const apiReferenceLink = "";
1430
1499
  const pathParams = {
@@ -1438,6 +1507,8 @@ class MarketplacePublisherClient {
1438
1507
  };
1439
1508
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
1440
1509
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteListingRevisionNoteRequest.retryConfiguration, specRetryConfiguration);
1510
+ if (this.logger)
1511
+ retrier.logger = this.logger;
1441
1512
  const request = yield oci_common_1.composeRequest({
1442
1513
  baseEndpoint: this._endpoint,
1443
1514
  defaultHeaders: this._defaultHeaders,
@@ -1472,11 +1543,12 @@ class MarketplacePublisherClient {
1472
1543
  * @param DeleteListingRevisionPackageRequest
1473
1544
  * @return DeleteListingRevisionPackageResponse
1474
1545
  * @throws OciError when an error occurs
1475
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/marketplacepublisher/DeleteListingRevisionPackage.ts.html |here} to see how to use DeleteListingRevisionPackage API.
1546
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/marketplacepublisher/DeleteListingRevisionPackage.ts.html |here} to see how to use DeleteListingRevisionPackage API.
1476
1547
  */
1477
1548
  deleteListingRevisionPackage(deleteListingRevisionPackageRequest) {
1478
1549
  return __awaiter(this, void 0, void 0, function* () {
1479
- oci_common_1.logger.debug("Calling operation MarketplacePublisherClient#deleteListingRevisionPackage.");
1550
+ if (this.logger)
1551
+ this.logger.debug("Calling operation MarketplacePublisherClient#deleteListingRevisionPackage.");
1480
1552
  const operationName = "deleteListingRevisionPackage";
1481
1553
  const apiReferenceLink = "";
1482
1554
  const pathParams = {
@@ -1490,6 +1562,8 @@ class MarketplacePublisherClient {
1490
1562
  };
1491
1563
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
1492
1564
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteListingRevisionPackageRequest.retryConfiguration, specRetryConfiguration);
1565
+ if (this.logger)
1566
+ retrier.logger = this.logger;
1493
1567
  const request = yield oci_common_1.composeRequest({
1494
1568
  baseEndpoint: this._endpoint,
1495
1569
  defaultHeaders: this._defaultHeaders,
@@ -1524,11 +1598,12 @@ class MarketplacePublisherClient {
1524
1598
  * @param DeleteTermRequest
1525
1599
  * @return DeleteTermResponse
1526
1600
  * @throws OciError when an error occurs
1527
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/marketplacepublisher/DeleteTerm.ts.html |here} to see how to use DeleteTerm API.
1601
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/marketplacepublisher/DeleteTerm.ts.html |here} to see how to use DeleteTerm API.
1528
1602
  */
1529
1603
  deleteTerm(deleteTermRequest) {
1530
1604
  return __awaiter(this, void 0, void 0, function* () {
1531
- oci_common_1.logger.debug("Calling operation MarketplacePublisherClient#deleteTerm.");
1605
+ if (this.logger)
1606
+ this.logger.debug("Calling operation MarketplacePublisherClient#deleteTerm.");
1532
1607
  const operationName = "deleteTerm";
1533
1608
  const apiReferenceLink = "";
1534
1609
  const pathParams = {
@@ -1542,6 +1617,8 @@ class MarketplacePublisherClient {
1542
1617
  };
1543
1618
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
1544
1619
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteTermRequest.retryConfiguration, specRetryConfiguration);
1620
+ if (this.logger)
1621
+ retrier.logger = this.logger;
1545
1622
  const request = yield oci_common_1.composeRequest({
1546
1623
  baseEndpoint: this._endpoint,
1547
1624
  defaultHeaders: this._defaultHeaders,
@@ -1576,11 +1653,12 @@ class MarketplacePublisherClient {
1576
1653
  * @param DeleteTermVersionRequest
1577
1654
  * @return DeleteTermVersionResponse
1578
1655
  * @throws OciError when an error occurs
1579
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/marketplacepublisher/DeleteTermVersion.ts.html |here} to see how to use DeleteTermVersion API.
1656
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/marketplacepublisher/DeleteTermVersion.ts.html |here} to see how to use DeleteTermVersion API.
1580
1657
  */
1581
1658
  deleteTermVersion(deleteTermVersionRequest) {
1582
1659
  return __awaiter(this, void 0, void 0, function* () {
1583
- oci_common_1.logger.debug("Calling operation MarketplacePublisherClient#deleteTermVersion.");
1660
+ if (this.logger)
1661
+ this.logger.debug("Calling operation MarketplacePublisherClient#deleteTermVersion.");
1584
1662
  const operationName = "deleteTermVersion";
1585
1663
  const apiReferenceLink = "";
1586
1664
  const pathParams = {
@@ -1594,6 +1672,8 @@ class MarketplacePublisherClient {
1594
1672
  };
1595
1673
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
1596
1674
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteTermVersionRequest.retryConfiguration, specRetryConfiguration);
1675
+ if (this.logger)
1676
+ retrier.logger = this.logger;
1597
1677
  const request = yield oci_common_1.composeRequest({
1598
1678
  baseEndpoint: this._endpoint,
1599
1679
  defaultHeaders: this._defaultHeaders,
@@ -1628,11 +1708,12 @@ class MarketplacePublisherClient {
1628
1708
  * @param GetArtifactRequest
1629
1709
  * @return GetArtifactResponse
1630
1710
  * @throws OciError when an error occurs
1631
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/marketplacepublisher/GetArtifact.ts.html |here} to see how to use GetArtifact API.
1711
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/marketplacepublisher/GetArtifact.ts.html |here} to see how to use GetArtifact API.
1632
1712
  */
1633
1713
  getArtifact(getArtifactRequest) {
1634
1714
  return __awaiter(this, void 0, void 0, function* () {
1635
- oci_common_1.logger.debug("Calling operation MarketplacePublisherClient#getArtifact.");
1715
+ if (this.logger)
1716
+ this.logger.debug("Calling operation MarketplacePublisherClient#getArtifact.");
1636
1717
  const operationName = "getArtifact";
1637
1718
  const apiReferenceLink = "";
1638
1719
  const pathParams = {
@@ -1645,6 +1726,8 @@ class MarketplacePublisherClient {
1645
1726
  };
1646
1727
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
1647
1728
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getArtifactRequest.retryConfiguration, specRetryConfiguration);
1729
+ if (this.logger)
1730
+ retrier.logger = this.logger;
1648
1731
  const request = yield oci_common_1.composeRequest({
1649
1732
  baseEndpoint: this._endpoint,
1650
1733
  defaultHeaders: this._defaultHeaders,
@@ -1688,11 +1771,12 @@ class MarketplacePublisherClient {
1688
1771
  * @param GetCategoryRequest
1689
1772
  * @return GetCategoryResponse
1690
1773
  * @throws OciError when an error occurs
1691
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/marketplacepublisher/GetCategory.ts.html |here} to see how to use GetCategory API.
1774
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/marketplacepublisher/GetCategory.ts.html |here} to see how to use GetCategory API.
1692
1775
  */
1693
1776
  getCategory(getCategoryRequest) {
1694
1777
  return __awaiter(this, void 0, void 0, function* () {
1695
- oci_common_1.logger.debug("Calling operation MarketplacePublisherClient#getCategory.");
1778
+ if (this.logger)
1779
+ this.logger.debug("Calling operation MarketplacePublisherClient#getCategory.");
1696
1780
  const operationName = "getCategory";
1697
1781
  const apiReferenceLink = "";
1698
1782
  const pathParams = {
@@ -1707,6 +1791,8 @@ class MarketplacePublisherClient {
1707
1791
  };
1708
1792
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
1709
1793
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getCategoryRequest.retryConfiguration, specRetryConfiguration);
1794
+ if (this.logger)
1795
+ retrier.logger = this.logger;
1710
1796
  const request = yield oci_common_1.composeRequest({
1711
1797
  baseEndpoint: this._endpoint,
1712
1798
  defaultHeaders: this._defaultHeaders,
@@ -1751,11 +1837,12 @@ class MarketplacePublisherClient {
1751
1837
  * @param GetListingRequest
1752
1838
  * @return GetListingResponse
1753
1839
  * @throws OciError when an error occurs
1754
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/marketplacepublisher/GetListing.ts.html |here} to see how to use GetListing API.
1840
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/marketplacepublisher/GetListing.ts.html |here} to see how to use GetListing API.
1755
1841
  */
1756
1842
  getListing(getListingRequest) {
1757
1843
  return __awaiter(this, void 0, void 0, function* () {
1758
- oci_common_1.logger.debug("Calling operation MarketplacePublisherClient#getListing.");
1844
+ if (this.logger)
1845
+ this.logger.debug("Calling operation MarketplacePublisherClient#getListing.");
1759
1846
  const operationName = "getListing";
1760
1847
  const apiReferenceLink = "";
1761
1848
  const pathParams = {
@@ -1768,6 +1855,8 @@ class MarketplacePublisherClient {
1768
1855
  };
1769
1856
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
1770
1857
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getListingRequest.retryConfiguration, specRetryConfiguration);
1858
+ if (this.logger)
1859
+ retrier.logger = this.logger;
1771
1860
  const request = yield oci_common_1.composeRequest({
1772
1861
  baseEndpoint: this._endpoint,
1773
1862
  defaultHeaders: this._defaultHeaders,
@@ -1812,11 +1901,12 @@ class MarketplacePublisherClient {
1812
1901
  * @param GetListingRevisionRequest
1813
1902
  * @return GetListingRevisionResponse
1814
1903
  * @throws OciError when an error occurs
1815
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/marketplacepublisher/GetListingRevision.ts.html |here} to see how to use GetListingRevision API.
1904
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/marketplacepublisher/GetListingRevision.ts.html |here} to see how to use GetListingRevision API.
1816
1905
  */
1817
1906
  getListingRevision(getListingRevisionRequest) {
1818
1907
  return __awaiter(this, void 0, void 0, function* () {
1819
- oci_common_1.logger.debug("Calling operation MarketplacePublisherClient#getListingRevision.");
1908
+ if (this.logger)
1909
+ this.logger.debug("Calling operation MarketplacePublisherClient#getListingRevision.");
1820
1910
  const operationName = "getListingRevision";
1821
1911
  const apiReferenceLink = "";
1822
1912
  const pathParams = {
@@ -1829,6 +1919,8 @@ class MarketplacePublisherClient {
1829
1919
  };
1830
1920
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
1831
1921
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getListingRevisionRequest.retryConfiguration, specRetryConfiguration);
1922
+ if (this.logger)
1923
+ retrier.logger = this.logger;
1832
1924
  const request = yield oci_common_1.composeRequest({
1833
1925
  baseEndpoint: this._endpoint,
1834
1926
  defaultHeaders: this._defaultHeaders,
@@ -1873,11 +1965,12 @@ class MarketplacePublisherClient {
1873
1965
  * @param GetListingRevisionAttachmentRequest
1874
1966
  * @return GetListingRevisionAttachmentResponse
1875
1967
  * @throws OciError when an error occurs
1876
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/marketplacepublisher/GetListingRevisionAttachment.ts.html |here} to see how to use GetListingRevisionAttachment API.
1968
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/marketplacepublisher/GetListingRevisionAttachment.ts.html |here} to see how to use GetListingRevisionAttachment API.
1877
1969
  */
1878
1970
  getListingRevisionAttachment(getListingRevisionAttachmentRequest) {
1879
1971
  return __awaiter(this, void 0, void 0, function* () {
1880
- oci_common_1.logger.debug("Calling operation MarketplacePublisherClient#getListingRevisionAttachment.");
1972
+ if (this.logger)
1973
+ this.logger.debug("Calling operation MarketplacePublisherClient#getListingRevisionAttachment.");
1881
1974
  const operationName = "getListingRevisionAttachment";
1882
1975
  const apiReferenceLink = "";
1883
1976
  const pathParams = {
@@ -1890,6 +1983,8 @@ class MarketplacePublisherClient {
1890
1983
  };
1891
1984
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
1892
1985
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getListingRevisionAttachmentRequest.retryConfiguration, specRetryConfiguration);
1986
+ if (this.logger)
1987
+ retrier.logger = this.logger;
1893
1988
  const request = yield oci_common_1.composeRequest({
1894
1989
  baseEndpoint: this._endpoint,
1895
1990
  defaultHeaders: this._defaultHeaders,
@@ -1933,11 +2028,12 @@ class MarketplacePublisherClient {
1933
2028
  * @param GetListingRevisionNoteRequest
1934
2029
  * @return GetListingRevisionNoteResponse
1935
2030
  * @throws OciError when an error occurs
1936
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/marketplacepublisher/GetListingRevisionNote.ts.html |here} to see how to use GetListingRevisionNote API.
2031
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/marketplacepublisher/GetListingRevisionNote.ts.html |here} to see how to use GetListingRevisionNote API.
1937
2032
  */
1938
2033
  getListingRevisionNote(getListingRevisionNoteRequest) {
1939
2034
  return __awaiter(this, void 0, void 0, function* () {
1940
- oci_common_1.logger.debug("Calling operation MarketplacePublisherClient#getListingRevisionNote.");
2035
+ if (this.logger)
2036
+ this.logger.debug("Calling operation MarketplacePublisherClient#getListingRevisionNote.");
1941
2037
  const operationName = "getListingRevisionNote";
1942
2038
  const apiReferenceLink = "";
1943
2039
  const pathParams = {
@@ -1950,6 +2046,8 @@ class MarketplacePublisherClient {
1950
2046
  };
1951
2047
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
1952
2048
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getListingRevisionNoteRequest.retryConfiguration, specRetryConfiguration);
2049
+ if (this.logger)
2050
+ retrier.logger = this.logger;
1953
2051
  const request = yield oci_common_1.composeRequest({
1954
2052
  baseEndpoint: this._endpoint,
1955
2053
  defaultHeaders: this._defaultHeaders,
@@ -1994,11 +2092,12 @@ class MarketplacePublisherClient {
1994
2092
  * @param GetListingRevisionPackageRequest
1995
2093
  * @return GetListingRevisionPackageResponse
1996
2094
  * @throws OciError when an error occurs
1997
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/marketplacepublisher/GetListingRevisionPackage.ts.html |here} to see how to use GetListingRevisionPackage API.
2095
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/marketplacepublisher/GetListingRevisionPackage.ts.html |here} to see how to use GetListingRevisionPackage API.
1998
2096
  */
1999
2097
  getListingRevisionPackage(getListingRevisionPackageRequest) {
2000
2098
  return __awaiter(this, void 0, void 0, function* () {
2001
- oci_common_1.logger.debug("Calling operation MarketplacePublisherClient#getListingRevisionPackage.");
2099
+ if (this.logger)
2100
+ this.logger.debug("Calling operation MarketplacePublisherClient#getListingRevisionPackage.");
2002
2101
  const operationName = "getListingRevisionPackage";
2003
2102
  const apiReferenceLink = "";
2004
2103
  const pathParams = {
@@ -2011,6 +2110,8 @@ class MarketplacePublisherClient {
2011
2110
  };
2012
2111
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
2013
2112
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getListingRevisionPackageRequest.retryConfiguration, specRetryConfiguration);
2113
+ if (this.logger)
2114
+ retrier.logger = this.logger;
2014
2115
  const request = yield oci_common_1.composeRequest({
2015
2116
  baseEndpoint: this._endpoint,
2016
2117
  defaultHeaders: this._defaultHeaders,
@@ -2054,11 +2155,12 @@ class MarketplacePublisherClient {
2054
2155
  * @param GetMarketRequest
2055
2156
  * @return GetMarketResponse
2056
2157
  * @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/marketplacepublisher/GetMarket.ts.html |here} to see how to use GetMarket API.
2158
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/marketplacepublisher/GetMarket.ts.html |here} to see how to use GetMarket API.
2058
2159
  */
2059
2160
  getMarket(getMarketRequest) {
2060
2161
  return __awaiter(this, void 0, void 0, function* () {
2061
- oci_common_1.logger.debug("Calling operation MarketplacePublisherClient#getMarket.");
2162
+ if (this.logger)
2163
+ this.logger.debug("Calling operation MarketplacePublisherClient#getMarket.");
2062
2164
  const operationName = "getMarket";
2063
2165
  const apiReferenceLink = "";
2064
2166
  const pathParams = {
@@ -2071,6 +2173,8 @@ class MarketplacePublisherClient {
2071
2173
  };
2072
2174
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
2073
2175
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getMarketRequest.retryConfiguration, specRetryConfiguration);
2176
+ if (this.logger)
2177
+ retrier.logger = this.logger;
2074
2178
  const request = yield oci_common_1.composeRequest({
2075
2179
  baseEndpoint: this._endpoint,
2076
2180
  defaultHeaders: this._defaultHeaders,
@@ -2114,11 +2218,12 @@ class MarketplacePublisherClient {
2114
2218
  * @param GetProductRequest
2115
2219
  * @return GetProductResponse
2116
2220
  * @throws OciError when an error occurs
2117
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/marketplacepublisher/GetProduct.ts.html |here} to see how to use GetProduct API.
2221
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/marketplacepublisher/GetProduct.ts.html |here} to see how to use GetProduct API.
2118
2222
  */
2119
2223
  getProduct(getProductRequest) {
2120
2224
  return __awaiter(this, void 0, void 0, function* () {
2121
- oci_common_1.logger.debug("Calling operation MarketplacePublisherClient#getProduct.");
2225
+ if (this.logger)
2226
+ this.logger.debug("Calling operation MarketplacePublisherClient#getProduct.");
2122
2227
  const operationName = "getProduct";
2123
2228
  const apiReferenceLink = "";
2124
2229
  const pathParams = {
@@ -2131,6 +2236,8 @@ class MarketplacePublisherClient {
2131
2236
  };
2132
2237
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
2133
2238
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getProductRequest.retryConfiguration, specRetryConfiguration);
2239
+ if (this.logger)
2240
+ retrier.logger = this.logger;
2134
2241
  const request = yield oci_common_1.composeRequest({
2135
2242
  baseEndpoint: this._endpoint,
2136
2243
  defaultHeaders: this._defaultHeaders,
@@ -2174,11 +2281,12 @@ class MarketplacePublisherClient {
2174
2281
  * @param GetPublisherRequest
2175
2282
  * @return GetPublisherResponse
2176
2283
  * @throws OciError when an error occurs
2177
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/marketplacepublisher/GetPublisher.ts.html |here} to see how to use GetPublisher API.
2284
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/marketplacepublisher/GetPublisher.ts.html |here} to see how to use GetPublisher API.
2178
2285
  */
2179
2286
  getPublisher(getPublisherRequest) {
2180
2287
  return __awaiter(this, void 0, void 0, function* () {
2181
- oci_common_1.logger.debug("Calling operation MarketplacePublisherClient#getPublisher.");
2288
+ if (this.logger)
2289
+ this.logger.debug("Calling operation MarketplacePublisherClient#getPublisher.");
2182
2290
  const operationName = "getPublisher";
2183
2291
  const apiReferenceLink = "";
2184
2292
  const pathParams = {
@@ -2191,6 +2299,8 @@ class MarketplacePublisherClient {
2191
2299
  };
2192
2300
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
2193
2301
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getPublisherRequest.retryConfiguration, specRetryConfiguration);
2302
+ if (this.logger)
2303
+ retrier.logger = this.logger;
2194
2304
  const request = yield oci_common_1.composeRequest({
2195
2305
  baseEndpoint: this._endpoint,
2196
2306
  defaultHeaders: this._defaultHeaders,
@@ -2234,11 +2344,12 @@ class MarketplacePublisherClient {
2234
2344
  * @param GetTermRequest
2235
2345
  * @return GetTermResponse
2236
2346
  * @throws OciError when an error occurs
2237
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/marketplacepublisher/GetTerm.ts.html |here} to see how to use GetTerm API.
2347
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/marketplacepublisher/GetTerm.ts.html |here} to see how to use GetTerm API.
2238
2348
  */
2239
2349
  getTerm(getTermRequest) {
2240
2350
  return __awaiter(this, void 0, void 0, function* () {
2241
- oci_common_1.logger.debug("Calling operation MarketplacePublisherClient#getTerm.");
2351
+ if (this.logger)
2352
+ this.logger.debug("Calling operation MarketplacePublisherClient#getTerm.");
2242
2353
  const operationName = "getTerm";
2243
2354
  const apiReferenceLink = "";
2244
2355
  const pathParams = {
@@ -2251,6 +2362,8 @@ class MarketplacePublisherClient {
2251
2362
  };
2252
2363
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
2253
2364
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getTermRequest.retryConfiguration, specRetryConfiguration);
2365
+ if (this.logger)
2366
+ retrier.logger = this.logger;
2254
2367
  const request = yield oci_common_1.composeRequest({
2255
2368
  baseEndpoint: this._endpoint,
2256
2369
  defaultHeaders: this._defaultHeaders,
@@ -2294,11 +2407,12 @@ class MarketplacePublisherClient {
2294
2407
  * @param GetTermVersionRequest
2295
2408
  * @return GetTermVersionResponse
2296
2409
  * @throws OciError when an error occurs
2297
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/marketplacepublisher/GetTermVersion.ts.html |here} to see how to use GetTermVersion API.
2410
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/marketplacepublisher/GetTermVersion.ts.html |here} to see how to use GetTermVersion API.
2298
2411
  */
2299
2412
  getTermVersion(getTermVersionRequest) {
2300
2413
  return __awaiter(this, void 0, void 0, function* () {
2301
- oci_common_1.logger.debug("Calling operation MarketplacePublisherClient#getTermVersion.");
2414
+ if (this.logger)
2415
+ this.logger.debug("Calling operation MarketplacePublisherClient#getTermVersion.");
2302
2416
  const operationName = "getTermVersion";
2303
2417
  const apiReferenceLink = "";
2304
2418
  const pathParams = {
@@ -2311,6 +2425,8 @@ class MarketplacePublisherClient {
2311
2425
  };
2312
2426
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
2313
2427
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getTermVersionRequest.retryConfiguration, specRetryConfiguration);
2428
+ if (this.logger)
2429
+ retrier.logger = this.logger;
2314
2430
  const request = yield oci_common_1.composeRequest({
2315
2431
  baseEndpoint: this._endpoint,
2316
2432
  defaultHeaders: this._defaultHeaders,
@@ -2354,11 +2470,12 @@ class MarketplacePublisherClient {
2354
2470
  * @param GetWorkRequestRequest
2355
2471
  * @return GetWorkRequestResponse
2356
2472
  * @throws OciError when an error occurs
2357
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/marketplacepublisher/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
2473
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/marketplacepublisher/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
2358
2474
  */
2359
2475
  getWorkRequest(getWorkRequestRequest) {
2360
2476
  return __awaiter(this, void 0, void 0, function* () {
2361
- oci_common_1.logger.debug("Calling operation MarketplacePublisherClient#getWorkRequest.");
2477
+ if (this.logger)
2478
+ this.logger.debug("Calling operation MarketplacePublisherClient#getWorkRequest.");
2362
2479
  const operationName = "getWorkRequest";
2363
2480
  const apiReferenceLink = "";
2364
2481
  const pathParams = {
@@ -2371,6 +2488,8 @@ class MarketplacePublisherClient {
2371
2488
  };
2372
2489
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
2373
2490
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getWorkRequestRequest.retryConfiguration, specRetryConfiguration);
2491
+ if (this.logger)
2492
+ retrier.logger = this.logger;
2374
2493
  const request = yield oci_common_1.composeRequest({
2375
2494
  baseEndpoint: this._endpoint,
2376
2495
  defaultHeaders: this._defaultHeaders,
@@ -2422,11 +2541,12 @@ class MarketplacePublisherClient {
2422
2541
  * @param ListArtifactsRequest
2423
2542
  * @return ListArtifactsResponse
2424
2543
  * @throws OciError when an error occurs
2425
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/marketplacepublisher/ListArtifacts.ts.html |here} to see how to use ListArtifacts API.
2544
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/marketplacepublisher/ListArtifacts.ts.html |here} to see how to use ListArtifacts API.
2426
2545
  */
2427
2546
  listArtifacts(listArtifactsRequest) {
2428
2547
  return __awaiter(this, void 0, void 0, function* () {
2429
- oci_common_1.logger.debug("Calling operation MarketplacePublisherClient#listArtifacts.");
2548
+ if (this.logger)
2549
+ this.logger.debug("Calling operation MarketplacePublisherClient#listArtifacts.");
2430
2550
  const operationName = "listArtifacts";
2431
2551
  const apiReferenceLink = "";
2432
2552
  const pathParams = {};
@@ -2446,6 +2566,8 @@ class MarketplacePublisherClient {
2446
2566
  };
2447
2567
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
2448
2568
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listArtifactsRequest.retryConfiguration, specRetryConfiguration);
2569
+ if (this.logger)
2570
+ retrier.logger = this.logger;
2449
2571
  const request = yield oci_common_1.composeRequest({
2450
2572
  baseEndpoint: this._endpoint,
2451
2573
  defaultHeaders: this._defaultHeaders,
@@ -2492,11 +2614,12 @@ class MarketplacePublisherClient {
2492
2614
  * @param ListCategoriesRequest
2493
2615
  * @return ListCategoriesResponse
2494
2616
  * @throws OciError when an error occurs
2495
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/marketplacepublisher/ListCategories.ts.html |here} to see how to use ListCategories API.
2617
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/marketplacepublisher/ListCategories.ts.html |here} to see how to use ListCategories API.
2496
2618
  */
2497
2619
  listCategories(listCategoriesRequest) {
2498
2620
  return __awaiter(this, void 0, void 0, function* () {
2499
- oci_common_1.logger.debug("Calling operation MarketplacePublisherClient#listCategories.");
2621
+ if (this.logger)
2622
+ this.logger.debug("Calling operation MarketplacePublisherClient#listCategories.");
2500
2623
  const operationName = "listCategories";
2501
2624
  const apiReferenceLink = "";
2502
2625
  const pathParams = {};
@@ -2515,6 +2638,8 @@ class MarketplacePublisherClient {
2515
2638
  };
2516
2639
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
2517
2640
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listCategoriesRequest.retryConfiguration, specRetryConfiguration);
2641
+ if (this.logger)
2642
+ retrier.logger = this.logger;
2518
2643
  const request = yield oci_common_1.composeRequest({
2519
2644
  baseEndpoint: this._endpoint,
2520
2645
  defaultHeaders: this._defaultHeaders,
@@ -2559,11 +2684,12 @@ class MarketplacePublisherClient {
2559
2684
  * @param ListListingRevisionAttachmentsRequest
2560
2685
  * @return ListListingRevisionAttachmentsResponse
2561
2686
  * @throws OciError when an error occurs
2562
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/marketplacepublisher/ListListingRevisionAttachments.ts.html |here} to see how to use ListListingRevisionAttachments API.
2687
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/marketplacepublisher/ListListingRevisionAttachments.ts.html |here} to see how to use ListListingRevisionAttachments API.
2563
2688
  */
2564
2689
  listListingRevisionAttachments(listListingRevisionAttachmentsRequest) {
2565
2690
  return __awaiter(this, void 0, void 0, function* () {
2566
- oci_common_1.logger.debug("Calling operation MarketplacePublisherClient#listListingRevisionAttachments.");
2691
+ if (this.logger)
2692
+ this.logger.debug("Calling operation MarketplacePublisherClient#listListingRevisionAttachments.");
2567
2693
  const operationName = "listListingRevisionAttachments";
2568
2694
  const apiReferenceLink = "";
2569
2695
  const pathParams = {};
@@ -2583,6 +2709,8 @@ class MarketplacePublisherClient {
2583
2709
  };
2584
2710
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
2585
2711
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listListingRevisionAttachmentsRequest.retryConfiguration, specRetryConfiguration);
2712
+ if (this.logger)
2713
+ retrier.logger = this.logger;
2586
2714
  const request = yield oci_common_1.composeRequest({
2587
2715
  baseEndpoint: this._endpoint,
2588
2716
  defaultHeaders: this._defaultHeaders,
@@ -2627,11 +2755,12 @@ class MarketplacePublisherClient {
2627
2755
  * @param ListListingRevisionNotesRequest
2628
2756
  * @return ListListingRevisionNotesResponse
2629
2757
  * @throws OciError when an error occurs
2630
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/marketplacepublisher/ListListingRevisionNotes.ts.html |here} to see how to use ListListingRevisionNotes API.
2758
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/marketplacepublisher/ListListingRevisionNotes.ts.html |here} to see how to use ListListingRevisionNotes API.
2631
2759
  */
2632
2760
  listListingRevisionNotes(listListingRevisionNotesRequest) {
2633
2761
  return __awaiter(this, void 0, void 0, function* () {
2634
- oci_common_1.logger.debug("Calling operation MarketplacePublisherClient#listListingRevisionNotes.");
2762
+ if (this.logger)
2763
+ this.logger.debug("Calling operation MarketplacePublisherClient#listListingRevisionNotes.");
2635
2764
  const operationName = "listListingRevisionNotes";
2636
2765
  const apiReferenceLink = "";
2637
2766
  const pathParams = {};
@@ -2649,6 +2778,8 @@ class MarketplacePublisherClient {
2649
2778
  };
2650
2779
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
2651
2780
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listListingRevisionNotesRequest.retryConfiguration, specRetryConfiguration);
2781
+ if (this.logger)
2782
+ retrier.logger = this.logger;
2652
2783
  const request = yield oci_common_1.composeRequest({
2653
2784
  baseEndpoint: this._endpoint,
2654
2785
  defaultHeaders: this._defaultHeaders,
@@ -2693,11 +2824,12 @@ class MarketplacePublisherClient {
2693
2824
  * @param ListListingRevisionPackagesRequest
2694
2825
  * @return ListListingRevisionPackagesResponse
2695
2826
  * @throws OciError when an error occurs
2696
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/marketplacepublisher/ListListingRevisionPackages.ts.html |here} to see how to use ListListingRevisionPackages API.
2827
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/marketplacepublisher/ListListingRevisionPackages.ts.html |here} to see how to use ListListingRevisionPackages API.
2697
2828
  */
2698
2829
  listListingRevisionPackages(listListingRevisionPackagesRequest) {
2699
2830
  return __awaiter(this, void 0, void 0, function* () {
2700
- oci_common_1.logger.debug("Calling operation MarketplacePublisherClient#listListingRevisionPackages.");
2831
+ if (this.logger)
2832
+ this.logger.debug("Calling operation MarketplacePublisherClient#listListingRevisionPackages.");
2701
2833
  const operationName = "listListingRevisionPackages";
2702
2834
  const apiReferenceLink = "";
2703
2835
  const pathParams = {};
@@ -2717,6 +2849,8 @@ class MarketplacePublisherClient {
2717
2849
  };
2718
2850
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
2719
2851
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listListingRevisionPackagesRequest.retryConfiguration, specRetryConfiguration);
2852
+ if (this.logger)
2853
+ retrier.logger = this.logger;
2720
2854
  const request = yield oci_common_1.composeRequest({
2721
2855
  baseEndpoint: this._endpoint,
2722
2856
  defaultHeaders: this._defaultHeaders,
@@ -2764,11 +2898,12 @@ class MarketplacePublisherClient {
2764
2898
  * @param ListListingRevisionsRequest
2765
2899
  * @return ListListingRevisionsResponse
2766
2900
  * @throws OciError when an error occurs
2767
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/marketplacepublisher/ListListingRevisions.ts.html |here} to see how to use ListListingRevisions API.
2901
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/marketplacepublisher/ListListingRevisions.ts.html |here} to see how to use ListListingRevisions API.
2768
2902
  */
2769
2903
  listListingRevisions(listListingRevisionsRequest) {
2770
2904
  return __awaiter(this, void 0, void 0, function* () {
2771
- oci_common_1.logger.debug("Calling operation MarketplacePublisherClient#listListingRevisions.");
2905
+ if (this.logger)
2906
+ this.logger.debug("Calling operation MarketplacePublisherClient#listListingRevisions.");
2772
2907
  const operationName = "listListingRevisions";
2773
2908
  const apiReferenceLink = "";
2774
2909
  const pathParams = {};
@@ -2789,6 +2924,8 @@ class MarketplacePublisherClient {
2789
2924
  };
2790
2925
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
2791
2926
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listListingRevisionsRequest.retryConfiguration, specRetryConfiguration);
2927
+ if (this.logger)
2928
+ retrier.logger = this.logger;
2792
2929
  const request = yield oci_common_1.composeRequest({
2793
2930
  baseEndpoint: this._endpoint,
2794
2931
  defaultHeaders: this._defaultHeaders,
@@ -2835,11 +2972,12 @@ class MarketplacePublisherClient {
2835
2972
  * @param ListListingsRequest
2836
2973
  * @return ListListingsResponse
2837
2974
  * @throws OciError when an error occurs
2838
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/marketplacepublisher/ListListings.ts.html |here} to see how to use ListListings API.
2975
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/marketplacepublisher/ListListings.ts.html |here} to see how to use ListListings API.
2839
2976
  */
2840
2977
  listListings(listListingsRequest) {
2841
2978
  return __awaiter(this, void 0, void 0, function* () {
2842
- oci_common_1.logger.debug("Calling operation MarketplacePublisherClient#listListings.");
2979
+ if (this.logger)
2980
+ this.logger.debug("Calling operation MarketplacePublisherClient#listListings.");
2843
2981
  const operationName = "listListings";
2844
2982
  const apiReferenceLink = "";
2845
2983
  const pathParams = {};
@@ -2858,6 +2996,8 @@ class MarketplacePublisherClient {
2858
2996
  };
2859
2997
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
2860
2998
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listListingsRequest.retryConfiguration, specRetryConfiguration);
2999
+ if (this.logger)
3000
+ retrier.logger = this.logger;
2861
3001
  const request = yield oci_common_1.composeRequest({
2862
3002
  baseEndpoint: this._endpoint,
2863
3003
  defaultHeaders: this._defaultHeaders,
@@ -2904,11 +3044,12 @@ class MarketplacePublisherClient {
2904
3044
  * @param ListMarketsRequest
2905
3045
  * @return ListMarketsResponse
2906
3046
  * @throws OciError when an error occurs
2907
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/marketplacepublisher/ListMarkets.ts.html |here} to see how to use ListMarkets API.
3047
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/marketplacepublisher/ListMarkets.ts.html |here} to see how to use ListMarkets API.
2908
3048
  */
2909
3049
  listMarkets(listMarketsRequest) {
2910
3050
  return __awaiter(this, void 0, void 0, function* () {
2911
- oci_common_1.logger.debug("Calling operation MarketplacePublisherClient#listMarkets.");
3051
+ if (this.logger)
3052
+ this.logger.debug("Calling operation MarketplacePublisherClient#listMarkets.");
2912
3053
  const operationName = "listMarkets";
2913
3054
  const apiReferenceLink = "";
2914
3055
  const pathParams = {};
@@ -2926,6 +3067,8 @@ class MarketplacePublisherClient {
2926
3067
  };
2927
3068
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
2928
3069
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listMarketsRequest.retryConfiguration, specRetryConfiguration);
3070
+ if (this.logger)
3071
+ retrier.logger = this.logger;
2929
3072
  const request = yield oci_common_1.composeRequest({
2930
3073
  baseEndpoint: this._endpoint,
2931
3074
  defaultHeaders: this._defaultHeaders,
@@ -2972,11 +3115,12 @@ class MarketplacePublisherClient {
2972
3115
  * @param ListProductsRequest
2973
3116
  * @return ListProductsResponse
2974
3117
  * @throws OciError when an error occurs
2975
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/marketplacepublisher/ListProducts.ts.html |here} to see how to use ListProducts API.
3118
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/marketplacepublisher/ListProducts.ts.html |here} to see how to use ListProducts API.
2976
3119
  */
2977
3120
  listProducts(listProductsRequest) {
2978
3121
  return __awaiter(this, void 0, void 0, function* () {
2979
- oci_common_1.logger.debug("Calling operation MarketplacePublisherClient#listProducts.");
3122
+ if (this.logger)
3123
+ this.logger.debug("Calling operation MarketplacePublisherClient#listProducts.");
2980
3124
  const operationName = "listProducts";
2981
3125
  const apiReferenceLink = "";
2982
3126
  const pathParams = {};
@@ -2994,6 +3138,8 @@ class MarketplacePublisherClient {
2994
3138
  };
2995
3139
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
2996
3140
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listProductsRequest.retryConfiguration, specRetryConfiguration);
3141
+ if (this.logger)
3142
+ retrier.logger = this.logger;
2997
3143
  const request = yield oci_common_1.composeRequest({
2998
3144
  baseEndpoint: this._endpoint,
2999
3145
  defaultHeaders: this._defaultHeaders,
@@ -3037,11 +3183,12 @@ class MarketplacePublisherClient {
3037
3183
  * @param ListPublishersRequest
3038
3184
  * @return ListPublishersResponse
3039
3185
  * @throws OciError when an error occurs
3040
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/marketplacepublisher/ListPublishers.ts.html |here} to see how to use ListPublishers API.
3186
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/marketplacepublisher/ListPublishers.ts.html |here} to see how to use ListPublishers API.
3041
3187
  */
3042
3188
  listPublishers(listPublishersRequest) {
3043
3189
  return __awaiter(this, void 0, void 0, function* () {
3044
- oci_common_1.logger.debug("Calling operation MarketplacePublisherClient#listPublishers.");
3190
+ if (this.logger)
3191
+ this.logger.debug("Calling operation MarketplacePublisherClient#listPublishers.");
3045
3192
  const operationName = "listPublishers";
3046
3193
  const apiReferenceLink = "";
3047
3194
  const pathParams = {};
@@ -3059,6 +3206,8 @@ class MarketplacePublisherClient {
3059
3206
  };
3060
3207
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
3061
3208
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listPublishersRequest.retryConfiguration, specRetryConfiguration);
3209
+ if (this.logger)
3210
+ retrier.logger = this.logger;
3062
3211
  const request = yield oci_common_1.composeRequest({
3063
3212
  baseEndpoint: this._endpoint,
3064
3213
  defaultHeaders: this._defaultHeaders,
@@ -3102,11 +3251,12 @@ class MarketplacePublisherClient {
3102
3251
  * @param ListTermVersionsRequest
3103
3252
  * @return ListTermVersionsResponse
3104
3253
  * @throws OciError when an error occurs
3105
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/marketplacepublisher/ListTermVersions.ts.html |here} to see how to use ListTermVersions API.
3254
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/marketplacepublisher/ListTermVersions.ts.html |here} to see how to use ListTermVersions API.
3106
3255
  */
3107
3256
  listTermVersions(listTermVersionsRequest) {
3108
3257
  return __awaiter(this, void 0, void 0, function* () {
3109
- oci_common_1.logger.debug("Calling operation MarketplacePublisherClient#listTermVersions.");
3258
+ if (this.logger)
3259
+ this.logger.debug("Calling operation MarketplacePublisherClient#listTermVersions.");
3110
3260
  const operationName = "listTermVersions";
3111
3261
  const apiReferenceLink = "";
3112
3262
  const pathParams = {};
@@ -3125,6 +3275,8 @@ class MarketplacePublisherClient {
3125
3275
  };
3126
3276
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
3127
3277
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listTermVersionsRequest.retryConfiguration, specRetryConfiguration);
3278
+ if (this.logger)
3279
+ retrier.logger = this.logger;
3128
3280
  const request = yield oci_common_1.composeRequest({
3129
3281
  baseEndpoint: this._endpoint,
3130
3282
  defaultHeaders: this._defaultHeaders,
@@ -3168,11 +3320,12 @@ class MarketplacePublisherClient {
3168
3320
  * @param ListTermsRequest
3169
3321
  * @return ListTermsResponse
3170
3322
  * @throws OciError when an error occurs
3171
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/marketplacepublisher/ListTerms.ts.html |here} to see how to use ListTerms API.
3323
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/marketplacepublisher/ListTerms.ts.html |here} to see how to use ListTerms API.
3172
3324
  */
3173
3325
  listTerms(listTermsRequest) {
3174
3326
  return __awaiter(this, void 0, void 0, function* () {
3175
- oci_common_1.logger.debug("Calling operation MarketplacePublisherClient#listTerms.");
3327
+ if (this.logger)
3328
+ this.logger.debug("Calling operation MarketplacePublisherClient#listTerms.");
3176
3329
  const operationName = "listTerms";
3177
3330
  const apiReferenceLink = "";
3178
3331
  const pathParams = {};
@@ -3190,6 +3343,8 @@ class MarketplacePublisherClient {
3190
3343
  };
3191
3344
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
3192
3345
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listTermsRequest.retryConfiguration, specRetryConfiguration);
3346
+ if (this.logger)
3347
+ retrier.logger = this.logger;
3193
3348
  const request = yield oci_common_1.composeRequest({
3194
3349
  baseEndpoint: this._endpoint,
3195
3350
  defaultHeaders: this._defaultHeaders,
@@ -3234,11 +3389,12 @@ class MarketplacePublisherClient {
3234
3389
  * @param ListWorkRequestErrorsRequest
3235
3390
  * @return ListWorkRequestErrorsResponse
3236
3391
  * @throws OciError when an error occurs
3237
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/marketplacepublisher/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
3392
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/marketplacepublisher/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
3238
3393
  */
3239
3394
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
3240
3395
  return __awaiter(this, void 0, void 0, function* () {
3241
- oci_common_1.logger.debug("Calling operation MarketplacePublisherClient#listWorkRequestErrors.");
3396
+ if (this.logger)
3397
+ this.logger.debug("Calling operation MarketplacePublisherClient#listWorkRequestErrors.");
3242
3398
  const operationName = "listWorkRequestErrors";
3243
3399
  const apiReferenceLink = "";
3244
3400
  const pathParams = {
@@ -3256,6 +3412,8 @@ class MarketplacePublisherClient {
3256
3412
  };
3257
3413
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
3258
3414
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listWorkRequestErrorsRequest.retryConfiguration, specRetryConfiguration);
3415
+ if (this.logger)
3416
+ retrier.logger = this.logger;
3259
3417
  const request = yield oci_common_1.composeRequest({
3260
3418
  baseEndpoint: this._endpoint,
3261
3419
  defaultHeaders: this._defaultHeaders,
@@ -3300,11 +3458,12 @@ class MarketplacePublisherClient {
3300
3458
  * @param ListWorkRequestLogsRequest
3301
3459
  * @return ListWorkRequestLogsResponse
3302
3460
  * @throws OciError when an error occurs
3303
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/marketplacepublisher/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
3461
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/marketplacepublisher/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
3304
3462
  */
3305
3463
  listWorkRequestLogs(listWorkRequestLogsRequest) {
3306
3464
  return __awaiter(this, void 0, void 0, function* () {
3307
- oci_common_1.logger.debug("Calling operation MarketplacePublisherClient#listWorkRequestLogs.");
3465
+ if (this.logger)
3466
+ this.logger.debug("Calling operation MarketplacePublisherClient#listWorkRequestLogs.");
3308
3467
  const operationName = "listWorkRequestLogs";
3309
3468
  const apiReferenceLink = "";
3310
3469
  const pathParams = {
@@ -3322,6 +3481,8 @@ class MarketplacePublisherClient {
3322
3481
  };
3323
3482
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
3324
3483
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listWorkRequestLogsRequest.retryConfiguration, specRetryConfiguration);
3484
+ if (this.logger)
3485
+ retrier.logger = this.logger;
3325
3486
  const request = yield oci_common_1.composeRequest({
3326
3487
  baseEndpoint: this._endpoint,
3327
3488
  defaultHeaders: this._defaultHeaders,
@@ -3366,11 +3527,12 @@ class MarketplacePublisherClient {
3366
3527
  * @param ListWorkRequestsRequest
3367
3528
  * @return ListWorkRequestsResponse
3368
3529
  * @throws OciError when an error occurs
3369
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/marketplacepublisher/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
3530
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/marketplacepublisher/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
3370
3531
  */
3371
3532
  listWorkRequests(listWorkRequestsRequest) {
3372
3533
  return __awaiter(this, void 0, void 0, function* () {
3373
- oci_common_1.logger.debug("Calling operation MarketplacePublisherClient#listWorkRequests.");
3534
+ if (this.logger)
3535
+ this.logger.debug("Calling operation MarketplacePublisherClient#listWorkRequests.");
3374
3536
  const operationName = "listWorkRequests";
3375
3537
  const apiReferenceLink = "";
3376
3538
  const pathParams = {};
@@ -3390,6 +3552,8 @@ class MarketplacePublisherClient {
3390
3552
  };
3391
3553
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
3392
3554
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listWorkRequestsRequest.retryConfiguration, specRetryConfiguration);
3555
+ if (this.logger)
3556
+ retrier.logger = this.logger;
3393
3557
  const request = yield oci_common_1.composeRequest({
3394
3558
  baseEndpoint: this._endpoint,
3395
3559
  defaultHeaders: this._defaultHeaders,
@@ -3433,11 +3597,12 @@ class MarketplacePublisherClient {
3433
3597
  * @param MarkListingRevisionPackageAsDefaultRequest
3434
3598
  * @return MarkListingRevisionPackageAsDefaultResponse
3435
3599
  * @throws OciError when an error occurs
3436
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/marketplacepublisher/MarkListingRevisionPackageAsDefault.ts.html |here} to see how to use MarkListingRevisionPackageAsDefault API.
3600
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/marketplacepublisher/MarkListingRevisionPackageAsDefault.ts.html |here} to see how to use MarkListingRevisionPackageAsDefault API.
3437
3601
  */
3438
3602
  markListingRevisionPackageAsDefault(markListingRevisionPackageAsDefaultRequest) {
3439
3603
  return __awaiter(this, void 0, void 0, function* () {
3440
- oci_common_1.logger.debug("Calling operation MarketplacePublisherClient#markListingRevisionPackageAsDefault.");
3604
+ if (this.logger)
3605
+ this.logger.debug("Calling operation MarketplacePublisherClient#markListingRevisionPackageAsDefault.");
3441
3606
  const operationName = "markListingRevisionPackageAsDefault";
3442
3607
  const apiReferenceLink = "";
3443
3608
  const pathParams = {
@@ -3452,6 +3617,8 @@ class MarketplacePublisherClient {
3452
3617
  };
3453
3618
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
3454
3619
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, markListingRevisionPackageAsDefaultRequest.retryConfiguration, specRetryConfiguration);
3620
+ if (this.logger)
3621
+ retrier.logger = this.logger;
3455
3622
  const request = yield oci_common_1.composeRequest({
3456
3623
  baseEndpoint: this._endpoint,
3457
3624
  defaultHeaders: this._defaultHeaders,
@@ -3491,11 +3658,12 @@ class MarketplacePublisherClient {
3491
3658
  * @param PublishListingRevisionRequest
3492
3659
  * @return PublishListingRevisionResponse
3493
3660
  * @throws OciError when an error occurs
3494
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/marketplacepublisher/PublishListingRevision.ts.html |here} to see how to use PublishListingRevision API.
3661
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/marketplacepublisher/PublishListingRevision.ts.html |here} to see how to use PublishListingRevision API.
3495
3662
  */
3496
3663
  publishListingRevision(publishListingRevisionRequest) {
3497
3664
  return __awaiter(this, void 0, void 0, function* () {
3498
- oci_common_1.logger.debug("Calling operation MarketplacePublisherClient#publishListingRevision.");
3665
+ if (this.logger)
3666
+ this.logger.debug("Calling operation MarketplacePublisherClient#publishListingRevision.");
3499
3667
  const operationName = "publishListingRevision";
3500
3668
  const apiReferenceLink = "";
3501
3669
  const pathParams = {
@@ -3510,6 +3678,8 @@ class MarketplacePublisherClient {
3510
3678
  };
3511
3679
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
3512
3680
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, publishListingRevisionRequest.retryConfiguration, specRetryConfiguration);
3681
+ if (this.logger)
3682
+ retrier.logger = this.logger;
3513
3683
  const request = yield oci_common_1.composeRequest({
3514
3684
  baseEndpoint: this._endpoint,
3515
3685
  defaultHeaders: this._defaultHeaders,
@@ -3549,11 +3719,12 @@ class MarketplacePublisherClient {
3549
3719
  * @param PublishListingRevisionAsPrivateRequest
3550
3720
  * @return PublishListingRevisionAsPrivateResponse
3551
3721
  * @throws OciError when an error occurs
3552
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/marketplacepublisher/PublishListingRevisionAsPrivate.ts.html |here} to see how to use PublishListingRevisionAsPrivate API.
3722
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/marketplacepublisher/PublishListingRevisionAsPrivate.ts.html |here} to see how to use PublishListingRevisionAsPrivate API.
3553
3723
  */
3554
3724
  publishListingRevisionAsPrivate(publishListingRevisionAsPrivateRequest) {
3555
3725
  return __awaiter(this, void 0, void 0, function* () {
3556
- oci_common_1.logger.debug("Calling operation MarketplacePublisherClient#publishListingRevisionAsPrivate.");
3726
+ if (this.logger)
3727
+ this.logger.debug("Calling operation MarketplacePublisherClient#publishListingRevisionAsPrivate.");
3557
3728
  const operationName = "publishListingRevisionAsPrivate";
3558
3729
  const apiReferenceLink = "";
3559
3730
  const pathParams = {
@@ -3568,6 +3739,8 @@ class MarketplacePublisherClient {
3568
3739
  };
3569
3740
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
3570
3741
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, publishListingRevisionAsPrivateRequest.retryConfiguration, specRetryConfiguration);
3742
+ if (this.logger)
3743
+ retrier.logger = this.logger;
3571
3744
  const request = yield oci_common_1.composeRequest({
3572
3745
  baseEndpoint: this._endpoint,
3573
3746
  defaultHeaders: this._defaultHeaders,
@@ -3608,11 +3781,12 @@ class MarketplacePublisherClient {
3608
3781
  * @param PublishListingRevisionPackageRequest
3609
3782
  * @return PublishListingRevisionPackageResponse
3610
3783
  * @throws OciError when an error occurs
3611
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/marketplacepublisher/PublishListingRevisionPackage.ts.html |here} to see how to use PublishListingRevisionPackage API.
3784
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/marketplacepublisher/PublishListingRevisionPackage.ts.html |here} to see how to use PublishListingRevisionPackage API.
3612
3785
  */
3613
3786
  publishListingRevisionPackage(publishListingRevisionPackageRequest) {
3614
3787
  return __awaiter(this, void 0, void 0, function* () {
3615
- oci_common_1.logger.debug("Calling operation MarketplacePublisherClient#publishListingRevisionPackage.");
3788
+ if (this.logger)
3789
+ this.logger.debug("Calling operation MarketplacePublisherClient#publishListingRevisionPackage.");
3616
3790
  const operationName = "publishListingRevisionPackage";
3617
3791
  const apiReferenceLink = "";
3618
3792
  const pathParams = {
@@ -3627,6 +3801,8 @@ class MarketplacePublisherClient {
3627
3801
  };
3628
3802
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
3629
3803
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, publishListingRevisionPackageRequest.retryConfiguration, specRetryConfiguration);
3804
+ if (this.logger)
3805
+ retrier.logger = this.logger;
3630
3806
  const request = yield oci_common_1.composeRequest({
3631
3807
  baseEndpoint: this._endpoint,
3632
3808
  defaultHeaders: this._defaultHeaders,
@@ -3666,11 +3842,12 @@ class MarketplacePublisherClient {
3666
3842
  * @param SubmitListingRevisionForReviewRequest
3667
3843
  * @return SubmitListingRevisionForReviewResponse
3668
3844
  * @throws OciError when an error occurs
3669
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/marketplacepublisher/SubmitListingRevisionForReview.ts.html |here} to see how to use SubmitListingRevisionForReview API.
3845
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/marketplacepublisher/SubmitListingRevisionForReview.ts.html |here} to see how to use SubmitListingRevisionForReview API.
3670
3846
  */
3671
3847
  submitListingRevisionForReview(submitListingRevisionForReviewRequest) {
3672
3848
  return __awaiter(this, void 0, void 0, function* () {
3673
- oci_common_1.logger.debug("Calling operation MarketplacePublisherClient#submitListingRevisionForReview.");
3849
+ if (this.logger)
3850
+ this.logger.debug("Calling operation MarketplacePublisherClient#submitListingRevisionForReview.");
3674
3851
  const operationName = "submitListingRevisionForReview";
3675
3852
  const apiReferenceLink = "";
3676
3853
  const pathParams = {
@@ -3685,6 +3862,8 @@ class MarketplacePublisherClient {
3685
3862
  };
3686
3863
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
3687
3864
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, submitListingRevisionForReviewRequest.retryConfiguration, specRetryConfiguration);
3865
+ if (this.logger)
3866
+ retrier.logger = this.logger;
3688
3867
  const request = yield oci_common_1.composeRequest({
3689
3868
  baseEndpoint: this._endpoint,
3690
3869
  defaultHeaders: this._defaultHeaders,
@@ -3729,11 +3908,12 @@ class MarketplacePublisherClient {
3729
3908
  * @param UnPublishListingRevisionPackageRequest
3730
3909
  * @return UnPublishListingRevisionPackageResponse
3731
3910
  * @throws OciError when an error occurs
3732
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/marketplacepublisher/UnPublishListingRevisionPackage.ts.html |here} to see how to use UnPublishListingRevisionPackage API.
3911
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/marketplacepublisher/UnPublishListingRevisionPackage.ts.html |here} to see how to use UnPublishListingRevisionPackage API.
3733
3912
  */
3734
3913
  unPublishListingRevisionPackage(unPublishListingRevisionPackageRequest) {
3735
3914
  return __awaiter(this, void 0, void 0, function* () {
3736
- oci_common_1.logger.debug("Calling operation MarketplacePublisherClient#unPublishListingRevisionPackage.");
3915
+ if (this.logger)
3916
+ this.logger.debug("Calling operation MarketplacePublisherClient#unPublishListingRevisionPackage.");
3737
3917
  const operationName = "unPublishListingRevisionPackage";
3738
3918
  const apiReferenceLink = "";
3739
3919
  const pathParams = {
@@ -3748,6 +3928,8 @@ class MarketplacePublisherClient {
3748
3928
  };
3749
3929
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
3750
3930
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, unPublishListingRevisionPackageRequest.retryConfiguration, specRetryConfiguration);
3931
+ if (this.logger)
3932
+ retrier.logger = this.logger;
3751
3933
  const request = yield oci_common_1.composeRequest({
3752
3934
  baseEndpoint: this._endpoint,
3753
3935
  defaultHeaders: this._defaultHeaders,
@@ -3787,11 +3969,12 @@ class MarketplacePublisherClient {
3787
3969
  * @param UpdateArtifactRequest
3788
3970
  * @return UpdateArtifactResponse
3789
3971
  * @throws OciError when an error occurs
3790
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/marketplacepublisher/UpdateArtifact.ts.html |here} to see how to use UpdateArtifact API.
3972
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/marketplacepublisher/UpdateArtifact.ts.html |here} to see how to use UpdateArtifact API.
3791
3973
  */
3792
3974
  updateArtifact(updateArtifactRequest) {
3793
3975
  return __awaiter(this, void 0, void 0, function* () {
3794
- oci_common_1.logger.debug("Calling operation MarketplacePublisherClient#updateArtifact.");
3976
+ if (this.logger)
3977
+ this.logger.debug("Calling operation MarketplacePublisherClient#updateArtifact.");
3795
3978
  const operationName = "updateArtifact";
3796
3979
  const apiReferenceLink = "";
3797
3980
  const pathParams = {
@@ -3805,6 +3988,8 @@ class MarketplacePublisherClient {
3805
3988
  };
3806
3989
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
3807
3990
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateArtifactRequest.retryConfiguration, specRetryConfiguration);
3991
+ if (this.logger)
3992
+ retrier.logger = this.logger;
3808
3993
  const request = yield oci_common_1.composeRequest({
3809
3994
  baseEndpoint: this._endpoint,
3810
3995
  defaultHeaders: this._defaultHeaders,
@@ -3845,11 +4030,12 @@ class MarketplacePublisherClient {
3845
4030
  * @param UpdateListingRequest
3846
4031
  * @return UpdateListingResponse
3847
4032
  * @throws OciError when an error occurs
3848
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/marketplacepublisher/UpdateListing.ts.html |here} to see how to use UpdateListing API.
4033
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/marketplacepublisher/UpdateListing.ts.html |here} to see how to use UpdateListing API.
3849
4034
  */
3850
4035
  updateListing(updateListingRequest) {
3851
4036
  return __awaiter(this, void 0, void 0, function* () {
3852
- oci_common_1.logger.debug("Calling operation MarketplacePublisherClient#updateListing.");
4037
+ if (this.logger)
4038
+ this.logger.debug("Calling operation MarketplacePublisherClient#updateListing.");
3853
4039
  const operationName = "updateListing";
3854
4040
  const apiReferenceLink = "";
3855
4041
  const pathParams = {
@@ -3863,6 +4049,8 @@ class MarketplacePublisherClient {
3863
4049
  };
3864
4050
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
3865
4051
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateListingRequest.retryConfiguration, specRetryConfiguration);
4052
+ if (this.logger)
4053
+ retrier.logger = this.logger;
3866
4054
  const request = yield oci_common_1.composeRequest({
3867
4055
  baseEndpoint: this._endpoint,
3868
4056
  defaultHeaders: this._defaultHeaders,
@@ -3907,11 +4095,12 @@ class MarketplacePublisherClient {
3907
4095
  * @param UpdateListingRevisionRequest
3908
4096
  * @return UpdateListingRevisionResponse
3909
4097
  * @throws OciError when an error occurs
3910
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/marketplacepublisher/UpdateListingRevision.ts.html |here} to see how to use UpdateListingRevision API.
4098
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/marketplacepublisher/UpdateListingRevision.ts.html |here} to see how to use UpdateListingRevision API.
3911
4099
  */
3912
4100
  updateListingRevision(updateListingRevisionRequest) {
3913
4101
  return __awaiter(this, void 0, void 0, function* () {
3914
- oci_common_1.logger.debug("Calling operation MarketplacePublisherClient#updateListingRevision.");
4102
+ if (this.logger)
4103
+ this.logger.debug("Calling operation MarketplacePublisherClient#updateListingRevision.");
3915
4104
  const operationName = "updateListingRevision";
3916
4105
  const apiReferenceLink = "";
3917
4106
  const pathParams = {
@@ -3925,6 +4114,8 @@ class MarketplacePublisherClient {
3925
4114
  };
3926
4115
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
3927
4116
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateListingRevisionRequest.retryConfiguration, specRetryConfiguration);
4117
+ if (this.logger)
4118
+ retrier.logger = this.logger;
3928
4119
  const request = yield oci_common_1.composeRequest({
3929
4120
  baseEndpoint: this._endpoint,
3930
4121
  defaultHeaders: this._defaultHeaders,
@@ -3969,11 +4160,12 @@ class MarketplacePublisherClient {
3969
4160
  * @param UpdateListingRevisionAttachmentRequest
3970
4161
  * @return UpdateListingRevisionAttachmentResponse
3971
4162
  * @throws OciError when an error occurs
3972
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/marketplacepublisher/UpdateListingRevisionAttachment.ts.html |here} to see how to use UpdateListingRevisionAttachment API.
4163
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/marketplacepublisher/UpdateListingRevisionAttachment.ts.html |here} to see how to use UpdateListingRevisionAttachment API.
3973
4164
  */
3974
4165
  updateListingRevisionAttachment(updateListingRevisionAttachmentRequest) {
3975
4166
  return __awaiter(this, void 0, void 0, function* () {
3976
- oci_common_1.logger.debug("Calling operation MarketplacePublisherClient#updateListingRevisionAttachment.");
4167
+ if (this.logger)
4168
+ this.logger.debug("Calling operation MarketplacePublisherClient#updateListingRevisionAttachment.");
3977
4169
  const operationName = "updateListingRevisionAttachment";
3978
4170
  const apiReferenceLink = "";
3979
4171
  const pathParams = {
@@ -3987,6 +4179,8 @@ class MarketplacePublisherClient {
3987
4179
  };
3988
4180
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
3989
4181
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateListingRevisionAttachmentRequest.retryConfiguration, specRetryConfiguration);
4182
+ if (this.logger)
4183
+ retrier.logger = this.logger;
3990
4184
  const request = yield oci_common_1.composeRequest({
3991
4185
  baseEndpoint: this._endpoint,
3992
4186
  defaultHeaders: this._defaultHeaders,
@@ -4031,11 +4225,12 @@ class MarketplacePublisherClient {
4031
4225
  * @param UpdateListingRevisionAttachmentContentRequest
4032
4226
  * @return UpdateListingRevisionAttachmentContentResponse
4033
4227
  * @throws OciError when an error occurs
4034
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/marketplacepublisher/UpdateListingRevisionAttachmentContent.ts.html |here} to see how to use UpdateListingRevisionAttachmentContent API.
4228
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/marketplacepublisher/UpdateListingRevisionAttachmentContent.ts.html |here} to see how to use UpdateListingRevisionAttachmentContent API.
4035
4229
  */
4036
4230
  updateListingRevisionAttachmentContent(updateListingRevisionAttachmentContentRequest) {
4037
4231
  return __awaiter(this, void 0, void 0, function* () {
4038
- oci_common_1.logger.debug("Calling operation MarketplacePublisherClient#updateListingRevisionAttachmentContent.");
4232
+ if (this.logger)
4233
+ this.logger.debug("Calling operation MarketplacePublisherClient#updateListingRevisionAttachmentContent.");
4039
4234
  const operationName = "updateListingRevisionAttachmentContent";
4040
4235
  const apiReferenceLink = "";
4041
4236
  const pathParams = {
@@ -4048,6 +4243,8 @@ class MarketplacePublisherClient {
4048
4243
  };
4049
4244
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
4050
4245
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateListingRevisionAttachmentContentRequest.retryConfiguration, specRetryConfiguration);
4246
+ if (this.logger)
4247
+ retrier.logger = this.logger;
4051
4248
  const request = yield oci_common_1.composeRequest({
4052
4249
  baseEndpoint: this._endpoint,
4053
4250
  defaultHeaders: this._defaultHeaders,
@@ -4093,11 +4290,12 @@ class MarketplacePublisherClient {
4093
4290
  * @param UpdateListingRevisionIconContentRequest
4094
4291
  * @return UpdateListingRevisionIconContentResponse
4095
4292
  * @throws OciError when an error occurs
4096
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/marketplacepublisher/UpdateListingRevisionIconContent.ts.html |here} to see how to use UpdateListingRevisionIconContent API.
4293
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/marketplacepublisher/UpdateListingRevisionIconContent.ts.html |here} to see how to use UpdateListingRevisionIconContent API.
4097
4294
  */
4098
4295
  updateListingRevisionIconContent(updateListingRevisionIconContentRequest) {
4099
4296
  return __awaiter(this, void 0, void 0, function* () {
4100
- oci_common_1.logger.debug("Calling operation MarketplacePublisherClient#updateListingRevisionIconContent.");
4297
+ if (this.logger)
4298
+ this.logger.debug("Calling operation MarketplacePublisherClient#updateListingRevisionIconContent.");
4101
4299
  const operationName = "updateListingRevisionIconContent";
4102
4300
  const apiReferenceLink = "";
4103
4301
  const pathParams = {
@@ -4110,6 +4308,8 @@ class MarketplacePublisherClient {
4110
4308
  };
4111
4309
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
4112
4310
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateListingRevisionIconContentRequest.retryConfiguration, specRetryConfiguration);
4311
+ if (this.logger)
4312
+ retrier.logger = this.logger;
4113
4313
  const request = yield oci_common_1.composeRequest({
4114
4314
  baseEndpoint: this._endpoint,
4115
4315
  defaultHeaders: this._defaultHeaders,
@@ -4155,11 +4355,12 @@ class MarketplacePublisherClient {
4155
4355
  * @param UpdateListingRevisionPackageRequest
4156
4356
  * @return UpdateListingRevisionPackageResponse
4157
4357
  * @throws OciError when an error occurs
4158
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/marketplacepublisher/UpdateListingRevisionPackage.ts.html |here} to see how to use UpdateListingRevisionPackage API.
4358
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/marketplacepublisher/UpdateListingRevisionPackage.ts.html |here} to see how to use UpdateListingRevisionPackage API.
4159
4359
  */
4160
4360
  updateListingRevisionPackage(updateListingRevisionPackageRequest) {
4161
4361
  return __awaiter(this, void 0, void 0, function* () {
4162
- oci_common_1.logger.debug("Calling operation MarketplacePublisherClient#updateListingRevisionPackage.");
4362
+ if (this.logger)
4363
+ this.logger.debug("Calling operation MarketplacePublisherClient#updateListingRevisionPackage.");
4163
4364
  const operationName = "updateListingRevisionPackage";
4164
4365
  const apiReferenceLink = "";
4165
4366
  const pathParams = {
@@ -4173,6 +4374,8 @@ class MarketplacePublisherClient {
4173
4374
  };
4174
4375
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
4175
4376
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateListingRevisionPackageRequest.retryConfiguration, specRetryConfiguration);
4377
+ if (this.logger)
4378
+ retrier.logger = this.logger;
4176
4379
  const request = yield oci_common_1.composeRequest({
4177
4380
  baseEndpoint: this._endpoint,
4178
4381
  defaultHeaders: this._defaultHeaders,
@@ -4217,11 +4420,12 @@ class MarketplacePublisherClient {
4217
4420
  * @param UpdateTermRequest
4218
4421
  * @return UpdateTermResponse
4219
4422
  * @throws OciError when an error occurs
4220
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/marketplacepublisher/UpdateTerm.ts.html |here} to see how to use UpdateTerm API.
4423
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/marketplacepublisher/UpdateTerm.ts.html |here} to see how to use UpdateTerm API.
4221
4424
  */
4222
4425
  updateTerm(updateTermRequest) {
4223
4426
  return __awaiter(this, void 0, void 0, function* () {
4224
- oci_common_1.logger.debug("Calling operation MarketplacePublisherClient#updateTerm.");
4427
+ if (this.logger)
4428
+ this.logger.debug("Calling operation MarketplacePublisherClient#updateTerm.");
4225
4429
  const operationName = "updateTerm";
4226
4430
  const apiReferenceLink = "";
4227
4431
  const pathParams = {
@@ -4235,6 +4439,8 @@ class MarketplacePublisherClient {
4235
4439
  };
4236
4440
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
4237
4441
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateTermRequest.retryConfiguration, specRetryConfiguration);
4442
+ if (this.logger)
4443
+ retrier.logger = this.logger;
4238
4444
  const request = yield oci_common_1.composeRequest({
4239
4445
  baseEndpoint: this._endpoint,
4240
4446
  defaultHeaders: this._defaultHeaders,
@@ -4279,11 +4485,12 @@ class MarketplacePublisherClient {
4279
4485
  * @param UpdateTermVersionRequest
4280
4486
  * @return UpdateTermVersionResponse
4281
4487
  * @throws OciError when an error occurs
4282
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/marketplacepublisher/UpdateTermVersion.ts.html |here} to see how to use UpdateTermVersion API.
4488
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/marketplacepublisher/UpdateTermVersion.ts.html |here} to see how to use UpdateTermVersion API.
4283
4489
  */
4284
4490
  updateTermVersion(updateTermVersionRequest) {
4285
4491
  return __awaiter(this, void 0, void 0, function* () {
4286
- oci_common_1.logger.debug("Calling operation MarketplacePublisherClient#updateTermVersion.");
4492
+ if (this.logger)
4493
+ this.logger.debug("Calling operation MarketplacePublisherClient#updateTermVersion.");
4287
4494
  const operationName = "updateTermVersion";
4288
4495
  const apiReferenceLink = "";
4289
4496
  const pathParams = {
@@ -4297,6 +4504,8 @@ class MarketplacePublisherClient {
4297
4504
  };
4298
4505
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
4299
4506
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateTermVersionRequest.retryConfiguration, specRetryConfiguration);
4507
+ if (this.logger)
4508
+ retrier.logger = this.logger;
4300
4509
  const request = yield oci_common_1.composeRequest({
4301
4510
  baseEndpoint: this._endpoint,
4302
4511
  defaultHeaders: this._defaultHeaders,
@@ -4341,11 +4550,12 @@ class MarketplacePublisherClient {
4341
4550
  * @param UpdateTermVersionContentRequest
4342
4551
  * @return UpdateTermVersionContentResponse
4343
4552
  * @throws OciError when an error occurs
4344
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/marketplacepublisher/UpdateTermVersionContent.ts.html |here} to see how to use UpdateTermVersionContent API.
4553
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/marketplacepublisher/UpdateTermVersionContent.ts.html |here} to see how to use UpdateTermVersionContent API.
4345
4554
  */
4346
4555
  updateTermVersionContent(updateTermVersionContentRequest) {
4347
4556
  return __awaiter(this, void 0, void 0, function* () {
4348
- oci_common_1.logger.debug("Calling operation MarketplacePublisherClient#updateTermVersionContent.");
4557
+ if (this.logger)
4558
+ this.logger.debug("Calling operation MarketplacePublisherClient#updateTermVersionContent.");
4349
4559
  const operationName = "updateTermVersionContent";
4350
4560
  const apiReferenceLink = "";
4351
4561
  const pathParams = {
@@ -4359,6 +4569,8 @@ class MarketplacePublisherClient {
4359
4569
  };
4360
4570
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
4361
4571
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateTermVersionContentRequest.retryConfiguration, specRetryConfiguration);
4572
+ if (this.logger)
4573
+ retrier.logger = this.logger;
4362
4574
  const request = yield oci_common_1.composeRequest({
4363
4575
  baseEndpoint: this._endpoint,
4364
4576
  defaultHeaders: this._defaultHeaders,
@@ -4404,11 +4616,12 @@ class MarketplacePublisherClient {
4404
4616
  * @param ValidateAndPublishArtifactRequest
4405
4617
  * @return ValidateAndPublishArtifactResponse
4406
4618
  * @throws OciError when an error occurs
4407
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/marketplacepublisher/ValidateAndPublishArtifact.ts.html |here} to see how to use ValidateAndPublishArtifact API.
4619
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/marketplacepublisher/ValidateAndPublishArtifact.ts.html |here} to see how to use ValidateAndPublishArtifact API.
4408
4620
  */
4409
4621
  validateAndPublishArtifact(validateAndPublishArtifactRequest) {
4410
4622
  return __awaiter(this, void 0, void 0, function* () {
4411
- oci_common_1.logger.debug("Calling operation MarketplacePublisherClient#validateAndPublishArtifact.");
4623
+ if (this.logger)
4624
+ this.logger.debug("Calling operation MarketplacePublisherClient#validateAndPublishArtifact.");
4412
4625
  const operationName = "validateAndPublishArtifact";
4413
4626
  const apiReferenceLink = "";
4414
4627
  const pathParams = {
@@ -4423,6 +4636,8 @@ class MarketplacePublisherClient {
4423
4636
  };
4424
4637
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
4425
4638
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, validateAndPublishArtifactRequest.retryConfiguration, specRetryConfiguration);
4639
+ if (this.logger)
4640
+ retrier.logger = this.logger;
4426
4641
  const request = yield oci_common_1.composeRequest({
4427
4642
  baseEndpoint: this._endpoint,
4428
4643
  defaultHeaders: this._defaultHeaders,
@@ -4462,11 +4677,12 @@ class MarketplacePublisherClient {
4462
4677
  * @param WithdrawListingRevisionRequest
4463
4678
  * @return WithdrawListingRevisionResponse
4464
4679
  * @throws OciError when an error occurs
4465
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/marketplacepublisher/WithdrawListingRevision.ts.html |here} to see how to use WithdrawListingRevision API.
4680
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/marketplacepublisher/WithdrawListingRevision.ts.html |here} to see how to use WithdrawListingRevision API.
4466
4681
  */
4467
4682
  withdrawListingRevision(withdrawListingRevisionRequest) {
4468
4683
  return __awaiter(this, void 0, void 0, function* () {
4469
- oci_common_1.logger.debug("Calling operation MarketplacePublisherClient#withdrawListingRevision.");
4684
+ if (this.logger)
4685
+ this.logger.debug("Calling operation MarketplacePublisherClient#withdrawListingRevision.");
4470
4686
  const operationName = "withdrawListingRevision";
4471
4687
  const apiReferenceLink = "";
4472
4688
  const pathParams = {
@@ -4481,6 +4697,8 @@ class MarketplacePublisherClient {
4481
4697
  };
4482
4698
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
4483
4699
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, withdrawListingRevisionRequest.retryConfiguration, specRetryConfiguration);
4700
+ if (this.logger)
4701
+ retrier.logger = this.logger;
4484
4702
  const request = yield oci_common_1.composeRequest({
4485
4703
  baseEndpoint: this._endpoint,
4486
4704
  defaultHeaders: this._defaultHeaders,