oci-servicecatalog 2.121.1 → 2.122.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 (165) hide show
  1. package/index.d.ts +3 -1
  2. package/index.js +3 -1
  3. package/index.js.map +1 -1
  4. package/lib/client.d.ts +49 -27
  5. package/lib/client.js +189 -53
  6. package/lib/client.js.map +1 -1
  7. package/lib/model/action-type.d.ts +3 -1
  8. package/lib/model/action-type.js +3 -1
  9. package/lib/model/action-type.js.map +1 -1
  10. package/lib/model/application-collection.d.ts +3 -1
  11. package/lib/model/application-collection.js +3 -1
  12. package/lib/model/application-collection.js.map +1 -1
  13. package/lib/model/application-summary.d.ts +17 -1
  14. package/lib/model/application-summary.js +3 -1
  15. package/lib/model/application-summary.js.map +1 -1
  16. package/lib/model/bulk-replace-service-catalog-associations-details.d.ts +3 -1
  17. package/lib/model/bulk-replace-service-catalog-associations-details.js +3 -1
  18. package/lib/model/bulk-replace-service-catalog-associations-details.js.map +1 -1
  19. package/lib/model/change-private-application-compartment-details.d.ts +3 -1
  20. package/lib/model/change-private-application-compartment-details.js +3 -1
  21. package/lib/model/change-private-application-compartment-details.js.map +1 -1
  22. package/lib/model/change-service-catalog-compartment-details.d.ts +3 -1
  23. package/lib/model/change-service-catalog-compartment-details.js +3 -1
  24. package/lib/model/change-service-catalog-compartment-details.js.map +1 -1
  25. package/lib/model/configuration.d.ts +28 -0
  26. package/lib/model/configuration.js +31 -0
  27. package/lib/model/configuration.js.map +1 -0
  28. package/lib/model/create-private-application-details.d.ts +3 -1
  29. package/lib/model/create-private-application-details.js +3 -1
  30. package/lib/model/create-private-application-details.js.map +1 -1
  31. package/lib/model/create-private-application-package.d.ts +3 -1
  32. package/lib/model/create-private-application-package.js +3 -1
  33. package/lib/model/create-private-application-package.js.map +1 -1
  34. package/lib/model/create-private-application-stack-package.d.ts +4 -2
  35. package/lib/model/create-private-application-stack-package.js +3 -1
  36. package/lib/model/create-private-application-stack-package.js.map +1 -1
  37. package/lib/model/create-service-catalog-association-details.d.ts +3 -1
  38. package/lib/model/create-service-catalog-association-details.js +3 -1
  39. package/lib/model/create-service-catalog-association-details.js.map +1 -1
  40. package/lib/model/create-service-catalog-details.d.ts +8 -1
  41. package/lib/model/create-service-catalog-details.js +3 -1
  42. package/lib/model/create-service-catalog-details.js.map +1 -1
  43. package/lib/model/error-entity.d.ts +3 -1
  44. package/lib/model/error-entity.js +3 -1
  45. package/lib/model/error-entity.js.map +1 -1
  46. package/lib/model/index.d.ts +9 -1
  47. package/lib/model/index.js +10 -2
  48. package/lib/model/index.js.map +1 -1
  49. package/lib/model/operation-status.d.ts +3 -1
  50. package/lib/model/operation-status.js +3 -1
  51. package/lib/model/operation-status.js.map +1 -1
  52. package/lib/model/operation-type.d.ts +3 -1
  53. package/lib/model/operation-type.js +3 -1
  54. package/lib/model/operation-type.js.map +1 -1
  55. package/lib/model/package-type-enum.d.ts +4 -1
  56. package/lib/model/package-type-enum.js +4 -1
  57. package/lib/model/package-type-enum.js.map +1 -1
  58. package/lib/model/pricing-type-enum.d.ts +3 -1
  59. package/lib/model/pricing-type-enum.js +3 -1
  60. package/lib/model/pricing-type-enum.js.map +1 -1
  61. package/lib/model/private-application-collection.d.ts +3 -1
  62. package/lib/model/private-application-collection.js +3 -1
  63. package/lib/model/private-application-collection.js.map +1 -1
  64. package/lib/model/private-application-package-collection.d.ts +3 -1
  65. package/lib/model/private-application-package-collection.js +3 -1
  66. package/lib/model/private-application-package-collection.js.map +1 -1
  67. package/lib/model/private-application-package-summary.d.ts +13 -1
  68. package/lib/model/private-application-package-summary.js +3 -1
  69. package/lib/model/private-application-package-summary.js.map +1 -1
  70. package/lib/model/private-application-package.d.ts +3 -1
  71. package/lib/model/private-application-package.js +3 -1
  72. package/lib/model/private-application-package.js.map +1 -1
  73. package/lib/model/private-application-stack-package.d.ts +3 -1
  74. package/lib/model/private-application-stack-package.js +3 -1
  75. package/lib/model/private-application-stack-package.js.map +1 -1
  76. package/lib/model/private-application-summary.d.ts +31 -1
  77. package/lib/model/private-application-summary.js +3 -1
  78. package/lib/model/private-application-summary.js.map +1 -1
  79. package/lib/model/private-application.d.ts +13 -1
  80. package/lib/model/private-application.js +3 -1
  81. package/lib/model/private-application.js.map +1 -1
  82. package/lib/model/publisher-summary.d.ts +3 -1
  83. package/lib/model/publisher-summary.js +3 -1
  84. package/lib/model/publisher-summary.js.map +1 -1
  85. package/lib/model/service-catalog-association-collection.d.ts +3 -1
  86. package/lib/model/service-catalog-association-collection.js +3 -1
  87. package/lib/model/service-catalog-association-collection.js.map +1 -1
  88. package/lib/model/service-catalog-association-summary.d.ts +13 -1
  89. package/lib/model/service-catalog-association-summary.js +3 -1
  90. package/lib/model/service-catalog-association-summary.js.map +1 -1
  91. package/lib/model/service-catalog-association.d.ts +3 -1
  92. package/lib/model/service-catalog-association.js +3 -1
  93. package/lib/model/service-catalog-association.js.map +1 -1
  94. package/lib/model/service-catalog-collection.d.ts +3 -1
  95. package/lib/model/service-catalog-collection.js +3 -1
  96. package/lib/model/service-catalog-collection.js.map +1 -1
  97. package/lib/model/service-catalog-mode-enum.d.ts +30 -0
  98. package/lib/model/service-catalog-mode-enum.js +41 -0
  99. package/lib/model/service-catalog-mode-enum.js.map +1 -0
  100. package/lib/model/service-catalog-status-enum.d.ts +30 -0
  101. package/lib/model/service-catalog-status-enum.js +41 -0
  102. package/lib/model/service-catalog-status-enum.js.map +1 -0
  103. package/lib/model/service-catalog-summary.d.ts +36 -1
  104. package/lib/model/service-catalog-summary.js +3 -1
  105. package/lib/model/service-catalog-summary.js.map +1 -1
  106. package/lib/model/service-catalog.d.ts +18 -1
  107. package/lib/model/service-catalog.js +3 -1
  108. package/lib/model/service-catalog.js.map +1 -1
  109. package/lib/model/update-private-application-details.d.ts +3 -1
  110. package/lib/model/update-private-application-details.js +3 -1
  111. package/lib/model/update-private-application-details.js.map +1 -1
  112. package/lib/model/update-service-catalog-details.d.ts +8 -1
  113. package/lib/model/update-service-catalog-details.js +3 -1
  114. package/lib/model/update-service-catalog-details.js.map +1 -1
  115. package/lib/model/upload-data.d.ts +3 -1
  116. package/lib/model/upload-data.js +3 -1
  117. package/lib/model/upload-data.js.map +1 -1
  118. package/lib/model/work-request-error-collection.d.ts +3 -1
  119. package/lib/model/work-request-error-collection.js +3 -1
  120. package/lib/model/work-request-error-collection.js.map +1 -1
  121. package/lib/model/work-request-error.d.ts +3 -1
  122. package/lib/model/work-request-error.js +3 -1
  123. package/lib/model/work-request-error.js.map +1 -1
  124. package/lib/model/work-request-log-entry-collection.d.ts +3 -1
  125. package/lib/model/work-request-log-entry-collection.js +3 -1
  126. package/lib/model/work-request-log-entry-collection.js.map +1 -1
  127. package/lib/model/work-request-log-entry.d.ts +3 -1
  128. package/lib/model/work-request-log-entry.js +3 -1
  129. package/lib/model/work-request-log-entry.js.map +1 -1
  130. package/lib/model/work-request-resource.d.ts +3 -1
  131. package/lib/model/work-request-resource.js +3 -1
  132. package/lib/model/work-request-resource.js.map +1 -1
  133. package/lib/model/work-request-summary-collection.d.ts +3 -1
  134. package/lib/model/work-request-summary-collection.js +3 -1
  135. package/lib/model/work-request-summary-collection.js.map +1 -1
  136. package/lib/model/work-request-summary.d.ts +3 -1
  137. package/lib/model/work-request-summary.js +3 -1
  138. package/lib/model/work-request-summary.js.map +1 -1
  139. package/lib/model/work-request.d.ts +3 -1
  140. package/lib/model/work-request.js +3 -1
  141. package/lib/model/work-request.js.map +1 -1
  142. package/lib/request/get-configuration-request.d.ts +28 -0
  143. package/lib/request/get-configuration-request.js +15 -0
  144. package/lib/request/get-configuration-request.js.map +1 -0
  145. package/lib/request/index.d.ts +7 -1
  146. package/lib/request/index.js +6 -2
  147. package/lib/request/index.js.map +1 -1
  148. package/lib/request/list-all-applications-request.d.ts +81 -0
  149. package/lib/request/list-all-applications-request.js +24 -0
  150. package/lib/request/list-all-applications-request.js.map +1 -0
  151. package/lib/request/list-service-catalogs-request.d.ts +5 -0
  152. package/lib/request/list-service-catalogs-request.js.map +1 -1
  153. package/lib/response/get-configuration-response.d.ts +25 -0
  154. package/lib/response/get-configuration-response.js +15 -0
  155. package/lib/response/get-configuration-response.js.map +1 -0
  156. package/lib/response/index.d.ts +7 -1
  157. package/lib/response/index.js +3 -1
  158. package/lib/response/index.js.map +1 -1
  159. package/lib/response/list-all-applications-response.d.ts +32 -0
  160. package/lib/response/list-all-applications-response.js +15 -0
  161. package/lib/response/list-all-applications-response.js.map +1 -0
  162. package/lib/servicecatalog-waiter.d.ts +3 -1
  163. package/lib/servicecatalog-waiter.js +3 -1
  164. package/lib/servicecatalog-waiter.js.map +1 -1
  165. package/package.json +3 -3
package/lib/client.js CHANGED
@@ -1,7 +1,9 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Service Catalog API
4
- * Manage solutions in Oracle Cloud Infrastructure Service Catalog.
4
+ * Use the Service Catalog API to manage solutions in Oracle Cloud Infrastructure Service Catalog.
5
+ For more information, see [Overview of Service Catalog](https://docs.oracle.com/iaas/Content/service-catalog/overview_of_service_catalog.htm).
6
+
5
7
  * OpenAPI spec version: 20210527
6
8
  *
7
9
  *
@@ -209,7 +211,7 @@ class ServiceCatalogClient {
209
211
  }
210
212
  /**
211
213
  * Replace all associations of a given service catalog in one bulk transaction.
212
- * This operation does not retry by default if the user has not defined a retry configuration.
214
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
213
215
  * @param BulkReplaceServiceCatalogAssociationsRequest
214
216
  * @return BulkReplaceServiceCatalogAssociationsResponse
215
217
  * @throws OciError when an error occurs
@@ -230,7 +232,7 @@ class ServiceCatalogClient {
230
232
  "if-match": bulkReplaceServiceCatalogAssociationsRequest.ifMatch,
231
233
  "opc-request-id": bulkReplaceServiceCatalogAssociationsRequest.opcRequestId
232
234
  };
233
- const specRetryConfiguration = common.NoRetryConfigurationDetails;
235
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
234
236
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, bulkReplaceServiceCatalogAssociationsRequest.retryConfiguration, specRetryConfiguration);
235
237
  if (this.logger)
236
238
  retrier.logger = this.logger;
@@ -265,7 +267,7 @@ class ServiceCatalogClient {
265
267
  }
266
268
  /**
267
269
  * Moves the specified private application from one compartment to another.
268
- * This operation does not retry by default if the user has not defined a retry configuration.
270
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
269
271
  * @param ChangePrivateApplicationCompartmentRequest
270
272
  * @return ChangePrivateApplicationCompartmentResponse
271
273
  * @throws OciError when an error occurs
@@ -286,7 +288,7 @@ class ServiceCatalogClient {
286
288
  "opc-request-id": changePrivateApplicationCompartmentRequest.opcRequestId,
287
289
  "if-match": changePrivateApplicationCompartmentRequest.ifMatch
288
290
  };
289
- const specRetryConfiguration = common.NoRetryConfigurationDetails;
291
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
290
292
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, changePrivateApplicationCompartmentRequest.retryConfiguration, specRetryConfiguration);
291
293
  if (this.logger)
292
294
  retrier.logger = this.logger;
@@ -326,7 +328,7 @@ class ServiceCatalogClient {
326
328
  }
327
329
  /**
328
330
  * Moves the specified service catalog from one compartment to another.
329
- * This operation does not retry by default if the user has not defined a retry configuration.
331
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
330
332
  * @param ChangeServiceCatalogCompartmentRequest
331
333
  * @return ChangeServiceCatalogCompartmentResponse
332
334
  * @throws OciError when an error occurs
@@ -347,7 +349,7 @@ class ServiceCatalogClient {
347
349
  "opc-request-id": changeServiceCatalogCompartmentRequest.opcRequestId,
348
350
  "if-match": changeServiceCatalogCompartmentRequest.ifMatch
349
351
  };
350
- const specRetryConfiguration = common.NoRetryConfigurationDetails;
352
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
351
353
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, changeServiceCatalogCompartmentRequest.retryConfiguration, specRetryConfiguration);
352
354
  if (this.logger)
353
355
  retrier.logger = this.logger;
@@ -382,7 +384,7 @@ class ServiceCatalogClient {
382
384
  }
383
385
  /**
384
386
  * Creates a private application along with a single package to be hosted.
385
- * This operation does not retry by default if the user has not defined a retry configuration.
387
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
386
388
  * @param CreatePrivateApplicationRequest
387
389
  * @return CreatePrivateApplicationResponse
388
390
  * @throws OciError when an error occurs
@@ -401,7 +403,7 @@ class ServiceCatalogClient {
401
403
  "opc-retry-token": createPrivateApplicationRequest.opcRetryToken,
402
404
  "opc-request-id": createPrivateApplicationRequest.opcRequestId
403
405
  };
404
- const specRetryConfiguration = common.NoRetryConfigurationDetails;
406
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
405
407
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createPrivateApplicationRequest.retryConfiguration, specRetryConfiguration);
406
408
  if (this.logger)
407
409
  retrier.logger = this.logger;
@@ -450,7 +452,7 @@ class ServiceCatalogClient {
450
452
  }
451
453
  /**
452
454
  * Creates a brand new service catalog in a given compartment.
453
- * This operation does not retry by default if the user has not defined a retry configuration.
455
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
454
456
  * @param CreateServiceCatalogRequest
455
457
  * @return CreateServiceCatalogResponse
456
458
  * @throws OciError when an error occurs
@@ -469,7 +471,7 @@ class ServiceCatalogClient {
469
471
  "opc-retry-token": createServiceCatalogRequest.opcRetryToken,
470
472
  "opc-request-id": createServiceCatalogRequest.opcRequestId
471
473
  };
472
- const specRetryConfiguration = common.NoRetryConfigurationDetails;
474
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
473
475
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createServiceCatalogRequest.retryConfiguration, specRetryConfiguration);
474
476
  if (this.logger)
475
477
  retrier.logger = this.logger;
@@ -513,7 +515,7 @@ class ServiceCatalogClient {
513
515
  }
514
516
  /**
515
517
  * Creates an association between service catalog and a resource.
516
- * This operation does not retry by default if the user has not defined a retry configuration.
518
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
517
519
  * @param CreateServiceCatalogAssociationRequest
518
520
  * @return CreateServiceCatalogAssociationResponse
519
521
  * @throws OciError when an error occurs
@@ -532,7 +534,7 @@ class ServiceCatalogClient {
532
534
  "opc-retry-token": createServiceCatalogAssociationRequest.opcRetryToken,
533
535
  "opc-request-id": createServiceCatalogAssociationRequest.opcRequestId
534
536
  };
535
- const specRetryConfiguration = common.NoRetryConfigurationDetails;
537
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
536
538
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createServiceCatalogAssociationRequest.retryConfiguration, specRetryConfiguration);
537
539
  if (this.logger)
538
540
  retrier.logger = this.logger;
@@ -576,7 +578,7 @@ class ServiceCatalogClient {
576
578
  }
577
579
  /**
578
580
  * Deletes an existing private application.
579
- * This operation does not retry by default if the user has not defined a retry configuration.
581
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
580
582
  * @param DeletePrivateApplicationRequest
581
583
  * @return DeletePrivateApplicationResponse
582
584
  * @throws OciError when an error occurs
@@ -597,7 +599,7 @@ class ServiceCatalogClient {
597
599
  "if-match": deletePrivateApplicationRequest.ifMatch,
598
600
  "opc-request-id": deletePrivateApplicationRequest.opcRequestId
599
601
  };
600
- const specRetryConfiguration = common.NoRetryConfigurationDetails;
602
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
601
603
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deletePrivateApplicationRequest.retryConfiguration, specRetryConfiguration);
602
604
  if (this.logger)
603
605
  retrier.logger = this.logger;
@@ -636,7 +638,7 @@ class ServiceCatalogClient {
636
638
  }
637
639
  /**
638
640
  * Deletes the specified service catalog from the compartment.
639
- * This operation does not retry by default if the user has not defined a retry configuration.
641
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
640
642
  * @param DeleteServiceCatalogRequest
641
643
  * @return DeleteServiceCatalogResponse
642
644
  * @throws OciError when an error occurs
@@ -657,7 +659,7 @@ class ServiceCatalogClient {
657
659
  "if-match": deleteServiceCatalogRequest.ifMatch,
658
660
  "opc-request-id": deleteServiceCatalogRequest.opcRequestId
659
661
  };
660
- const specRetryConfiguration = common.NoRetryConfigurationDetails;
662
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
661
663
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteServiceCatalogRequest.retryConfiguration, specRetryConfiguration);
662
664
  if (this.logger)
663
665
  retrier.logger = this.logger;
@@ -691,7 +693,7 @@ class ServiceCatalogClient {
691
693
  }
692
694
  /**
693
695
  * Removes an association between service catalog and a resource.
694
- * This operation does not retry by default if the user has not defined a retry configuration.
696
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
695
697
  * @param DeleteServiceCatalogAssociationRequest
696
698
  * @return DeleteServiceCatalogAssociationResponse
697
699
  * @throws OciError when an error occurs
@@ -712,7 +714,7 @@ class ServiceCatalogClient {
712
714
  "if-match": deleteServiceCatalogAssociationRequest.ifMatch,
713
715
  "opc-request-id": deleteServiceCatalogAssociationRequest.opcRequestId
714
716
  };
715
- const specRetryConfiguration = common.NoRetryConfigurationDetails;
717
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
716
718
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteServiceCatalogAssociationRequest.retryConfiguration, specRetryConfiguration);
717
719
  if (this.logger)
718
720
  retrier.logger = this.logger;
@@ -744,9 +746,67 @@ class ServiceCatalogClient {
744
746
  }
745
747
  });
746
748
  }
749
+ /**
750
+ * Get the detail of whether the tenancy is in service catalog mode or not.
751
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
752
+ * @param GetConfigurationRequest
753
+ * @return GetConfigurationResponse
754
+ * @throws OciError when an error occurs
755
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
756
+ */
757
+ getConfiguration(getConfigurationRequest) {
758
+ return __awaiter(this, void 0, void 0, function* () {
759
+ if (this.logger)
760
+ this.logger.debug("Calling operation ServiceCatalogClient#getConfiguration.");
761
+ const operationName = "getConfiguration";
762
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/service-catalog/20210527/Configuration/GetConfiguration";
763
+ const pathParams = {};
764
+ const queryParams = {
765
+ "compartmentId": getConfigurationRequest.compartmentId
766
+ };
767
+ let headerParams = {
768
+ "Content-Type": common.Constants.APPLICATION_JSON,
769
+ "opc-request-id": getConfigurationRequest.opcRequestId
770
+ };
771
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
772
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getConfigurationRequest.retryConfiguration, specRetryConfiguration);
773
+ if (this.logger)
774
+ retrier.logger = this.logger;
775
+ const request = yield oci_common_1.composeRequest({
776
+ baseEndpoint: this._endpoint,
777
+ defaultHeaders: this._defaultHeaders,
778
+ path: "/configuration",
779
+ method: "GET",
780
+ pathParams: pathParams,
781
+ headerParams: headerParams,
782
+ queryParams: queryParams
783
+ });
784
+ try {
785
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
786
+ const sdkResponse = oci_common_1.composeResponse({
787
+ responseObject: {},
788
+ body: yield response.json(),
789
+ bodyKey: "configuration",
790
+ bodyModel: model.Configuration,
791
+ type: "model.Configuration",
792
+ responseHeaders: [
793
+ {
794
+ value: response.headers.get("opc-request-id"),
795
+ key: "opcRequestId",
796
+ dataType: "string"
797
+ }
798
+ ]
799
+ });
800
+ return sdkResponse;
801
+ }
802
+ catch (err) {
803
+ throw err;
804
+ }
805
+ });
806
+ }
747
807
  /**
748
808
  * Gets the details of the specified private application.
749
- * This operation does not retry by default if the user has not defined a retry configuration.
809
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
750
810
  * @param GetPrivateApplicationRequest
751
811
  * @return GetPrivateApplicationResponse
752
812
  * @throws OciError when an error occurs
@@ -766,7 +826,7 @@ class ServiceCatalogClient {
766
826
  "Content-Type": common.Constants.APPLICATION_JSON,
767
827
  "opc-request-id": getPrivateApplicationRequest.opcRequestId
768
828
  };
769
- const specRetryConfiguration = common.NoRetryConfigurationDetails;
829
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
770
830
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getPrivateApplicationRequest.retryConfiguration, specRetryConfiguration);
771
831
  if (this.logger)
772
832
  retrier.logger = this.logger;
@@ -809,7 +869,7 @@ class ServiceCatalogClient {
809
869
  }
810
870
  /**
811
871
  * Downloads the binary payload of the logo image of the private application.
812
- * This operation does not retry by default if the user has not defined a retry configuration.
872
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
813
873
  * @param GetPrivateApplicationActionDownloadLogoRequest
814
874
  * @return GetPrivateApplicationActionDownloadLogoResponse
815
875
  * @throws OciError when an error occurs
@@ -829,7 +889,7 @@ class ServiceCatalogClient {
829
889
  "Content-Type": common.Constants.APPLICATION_JSON,
830
890
  "opc-request-id": getPrivateApplicationActionDownloadLogoRequest.opcRequestId
831
891
  };
832
- const specRetryConfiguration = common.NoRetryConfigurationDetails;
892
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
833
893
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getPrivateApplicationActionDownloadLogoRequest.retryConfiguration, specRetryConfiguration);
834
894
  if (this.logger)
835
895
  retrier.logger = this.logger;
@@ -866,7 +926,7 @@ class ServiceCatalogClient {
866
926
  }
867
927
  /**
868
928
  * Gets the details of a specific package within a given private application.
869
- * This operation does not retry by default if the user has not defined a retry configuration.
929
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
870
930
  * @param GetPrivateApplicationPackageRequest
871
931
  * @return GetPrivateApplicationPackageResponse
872
932
  * @throws OciError when an error occurs
@@ -886,7 +946,7 @@ class ServiceCatalogClient {
886
946
  "Content-Type": common.Constants.APPLICATION_JSON,
887
947
  "opc-request-id": getPrivateApplicationPackageRequest.opcRequestId
888
948
  };
889
- const specRetryConfiguration = common.NoRetryConfigurationDetails;
949
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
890
950
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getPrivateApplicationPackageRequest.retryConfiguration, specRetryConfiguration);
891
951
  if (this.logger)
892
952
  retrier.logger = this.logger;
@@ -929,7 +989,7 @@ class ServiceCatalogClient {
929
989
  }
930
990
  /**
931
991
  * Downloads the configuration that was used to create the private application package.
932
- * This operation does not retry by default if the user has not defined a retry configuration.
992
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
933
993
  * @param GetPrivateApplicationPackageActionDownloadConfigRequest
934
994
  * @return GetPrivateApplicationPackageActionDownloadConfigResponse
935
995
  * @throws OciError when an error occurs
@@ -949,7 +1009,7 @@ class ServiceCatalogClient {
949
1009
  "Content-Type": common.Constants.APPLICATION_JSON,
950
1010
  "opc-request-id": getPrivateApplicationPackageActionDownloadConfigRequest.opcRequestId
951
1011
  };
952
- const specRetryConfiguration = common.NoRetryConfigurationDetails;
1012
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
953
1013
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getPrivateApplicationPackageActionDownloadConfigRequest.retryConfiguration, specRetryConfiguration);
954
1014
  if (this.logger)
955
1015
  retrier.logger = this.logger;
@@ -986,7 +1046,7 @@ class ServiceCatalogClient {
986
1046
  }
987
1047
  /**
988
1048
  * Gets detailed information about the service catalog including name, compartmentId
989
- * This operation does not retry by default if the user has not defined a retry configuration.
1049
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
990
1050
  * @param GetServiceCatalogRequest
991
1051
  * @return GetServiceCatalogResponse
992
1052
  * @throws OciError when an error occurs
@@ -1006,7 +1066,7 @@ class ServiceCatalogClient {
1006
1066
  "Content-Type": common.Constants.APPLICATION_JSON,
1007
1067
  "opc-request-id": getServiceCatalogRequest.opcRequestId
1008
1068
  };
1009
- const specRetryConfiguration = common.NoRetryConfigurationDetails;
1069
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
1010
1070
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getServiceCatalogRequest.retryConfiguration, specRetryConfiguration);
1011
1071
  if (this.logger)
1012
1072
  retrier.logger = this.logger;
@@ -1049,7 +1109,7 @@ class ServiceCatalogClient {
1049
1109
  }
1050
1110
  /**
1051
1111
  * Gets detailed information about specific service catalog association.
1052
- * This operation does not retry by default if the user has not defined a retry configuration.
1112
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
1053
1113
  * @param GetServiceCatalogAssociationRequest
1054
1114
  * @return GetServiceCatalogAssociationResponse
1055
1115
  * @throws OciError when an error occurs
@@ -1069,7 +1129,7 @@ class ServiceCatalogClient {
1069
1129
  "Content-Type": common.Constants.APPLICATION_JSON,
1070
1130
  "opc-request-id": getServiceCatalogAssociationRequest.opcRequestId
1071
1131
  };
1072
- const specRetryConfiguration = common.NoRetryConfigurationDetails;
1132
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
1073
1133
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getServiceCatalogAssociationRequest.retryConfiguration, specRetryConfiguration);
1074
1134
  if (this.logger)
1075
1135
  retrier.logger = this.logger;
@@ -1112,7 +1172,7 @@ class ServiceCatalogClient {
1112
1172
  }
1113
1173
  /**
1114
1174
  * Gets the status of the work request with the given ID.
1115
- * This operation does not retry by default if the user has not defined a retry configuration.
1175
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
1116
1176
  * @param GetWorkRequestRequest
1117
1177
  * @return GetWorkRequestResponse
1118
1178
  * @throws OciError when an error occurs
@@ -1132,7 +1192,7 @@ class ServiceCatalogClient {
1132
1192
  "Content-Type": common.Constants.APPLICATION_JSON,
1133
1193
  "opc-request-id": getWorkRequestRequest.opcRequestId
1134
1194
  };
1135
- const specRetryConfiguration = common.NoRetryConfigurationDetails;
1195
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
1136
1196
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getWorkRequestRequest.retryConfiguration, specRetryConfiguration);
1137
1197
  if (this.logger)
1138
1198
  retrier.logger = this.logger;
@@ -1178,12 +1238,87 @@ class ServiceCatalogClient {
1178
1238
  }
1179
1239
  });
1180
1240
  }
1241
+ /**
1242
+ * Lists all the available listings and private applications in a compartment.
1243
+ * A new API for catalog manager use when creating/updating a service catalog.
1244
+ *
1245
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
1246
+ * @param ListAllApplicationsRequest
1247
+ * @return ListAllApplicationsResponse
1248
+ * @throws OciError when an error occurs
1249
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/ListAllApplications.ts.html |here} to see how to use ListAllApplications API.
1250
+ */
1251
+ listAllApplications(listAllApplicationsRequest) {
1252
+ return __awaiter(this, void 0, void 0, function* () {
1253
+ if (this.logger)
1254
+ this.logger.debug("Calling operation ServiceCatalogClient#listAllApplications.");
1255
+ const operationName = "listAllApplications";
1256
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/service-catalog/20210527/ApplicationSummary/ListAllApplications";
1257
+ const pathParams = {};
1258
+ const queryParams = {
1259
+ "compartmentId": listAllApplicationsRequest.compartmentId,
1260
+ "entityType": listAllApplicationsRequest.entityType,
1261
+ "limit": listAllApplicationsRequest.limit,
1262
+ "page": listAllApplicationsRequest.page,
1263
+ "displayName": listAllApplicationsRequest.displayName,
1264
+ "entityId": listAllApplicationsRequest.entityId,
1265
+ "publisherId": listAllApplicationsRequest.publisherId,
1266
+ "packageType": listAllApplicationsRequest.packageType,
1267
+ "pricing": listAllApplicationsRequest.pricing,
1268
+ "isFeatured": listAllApplicationsRequest.isFeatured,
1269
+ "sortOrder": listAllApplicationsRequest.sortOrder
1270
+ };
1271
+ let headerParams = {
1272
+ "Content-Type": common.Constants.APPLICATION_JSON,
1273
+ "opc-request-id": listAllApplicationsRequest.opcRequestId
1274
+ };
1275
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
1276
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listAllApplicationsRequest.retryConfiguration, specRetryConfiguration);
1277
+ if (this.logger)
1278
+ retrier.logger = this.logger;
1279
+ const request = yield oci_common_1.composeRequest({
1280
+ baseEndpoint: this._endpoint,
1281
+ defaultHeaders: this._defaultHeaders,
1282
+ path: "/allApplications",
1283
+ method: "GET",
1284
+ pathParams: pathParams,
1285
+ headerParams: headerParams,
1286
+ queryParams: queryParams
1287
+ });
1288
+ try {
1289
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
1290
+ const sdkResponse = oci_common_1.composeResponse({
1291
+ responseObject: {},
1292
+ body: yield response.json(),
1293
+ bodyKey: "applicationCollection",
1294
+ bodyModel: model.ApplicationCollection,
1295
+ type: "model.ApplicationCollection",
1296
+ responseHeaders: [
1297
+ {
1298
+ value: response.headers.get("opc-request-id"),
1299
+ key: "opcRequestId",
1300
+ dataType: "string"
1301
+ },
1302
+ {
1303
+ value: response.headers.get("opc-next-page"),
1304
+ key: "opcNextPage",
1305
+ dataType: "string"
1306
+ }
1307
+ ]
1308
+ });
1309
+ return sdkResponse;
1310
+ }
1311
+ catch (err) {
1312
+ throw err;
1313
+ }
1314
+ });
1315
+ }
1181
1316
  /**
1182
1317
  * Lists all the applications in a service catalog or a tenancy.
1183
1318
  * If no parameter is specified, all catalogs from all compartments in
1184
1319
  * the tenancy will be scanned for any type of content.
1185
1320
  *
1186
- * This operation does not retry by default if the user has not defined a retry configuration.
1321
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
1187
1322
  * @param ListApplicationsRequest
1188
1323
  * @return ListApplicationsResponse
1189
1324
  * @throws OciError when an error occurs
@@ -1214,7 +1349,7 @@ class ServiceCatalogClient {
1214
1349
  "Content-Type": common.Constants.APPLICATION_JSON,
1215
1350
  "opc-request-id": listApplicationsRequest.opcRequestId
1216
1351
  };
1217
- const specRetryConfiguration = common.NoRetryConfigurationDetails;
1352
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
1218
1353
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listApplicationsRequest.retryConfiguration, specRetryConfiguration);
1219
1354
  if (this.logger)
1220
1355
  retrier.logger = this.logger;
@@ -1257,7 +1392,7 @@ class ServiceCatalogClient {
1257
1392
  }
1258
1393
  /**
1259
1394
  * Lists the packages in the specified private application.
1260
- * This operation does not retry by default if the user has not defined a retry configuration.
1395
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
1261
1396
  * @param ListPrivateApplicationPackagesRequest
1262
1397
  * @return ListPrivateApplicationPackagesResponse
1263
1398
  * @throws OciError when an error occurs
@@ -1284,7 +1419,7 @@ class ServiceCatalogClient {
1284
1419
  "Content-Type": common.Constants.APPLICATION_JSON,
1285
1420
  "opc-request-id": listPrivateApplicationPackagesRequest.opcRequestId
1286
1421
  };
1287
- const specRetryConfiguration = common.NoRetryConfigurationDetails;
1422
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
1288
1423
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listPrivateApplicationPackagesRequest.retryConfiguration, specRetryConfiguration);
1289
1424
  if (this.logger)
1290
1425
  retrier.logger = this.logger;
@@ -1327,7 +1462,7 @@ class ServiceCatalogClient {
1327
1462
  }
1328
1463
  /**
1329
1464
  * Lists all the private applications in a given compartment.
1330
- * This operation does not retry by default if the user has not defined a retry configuration.
1465
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
1331
1466
  * @param ListPrivateApplicationsRequest
1332
1467
  * @return ListPrivateApplicationsResponse
1333
1468
  * @throws OciError when an error occurs
@@ -1353,7 +1488,7 @@ class ServiceCatalogClient {
1353
1488
  "Content-Type": common.Constants.APPLICATION_JSON,
1354
1489
  "opc-request-id": listPrivateApplicationsRequest.opcRequestId
1355
1490
  };
1356
- const specRetryConfiguration = common.NoRetryConfigurationDetails;
1491
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
1357
1492
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listPrivateApplicationsRequest.retryConfiguration, specRetryConfiguration);
1358
1493
  if (this.logger)
1359
1494
  retrier.logger = this.logger;
@@ -1396,7 +1531,7 @@ class ServiceCatalogClient {
1396
1531
  }
1397
1532
  /**
1398
1533
  * Lists all the resource associations for a specific service catalog.
1399
- * This operation does not retry by default if the user has not defined a retry configuration.
1534
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
1400
1535
  * @param ListServiceCatalogAssociationsRequest
1401
1536
  * @return ListServiceCatalogAssociationsResponse
1402
1537
  * @throws OciError when an error occurs
@@ -1423,7 +1558,7 @@ class ServiceCatalogClient {
1423
1558
  "Content-Type": common.Constants.APPLICATION_JSON,
1424
1559
  "opc-request-id": listServiceCatalogAssociationsRequest.opcRequestId
1425
1560
  };
1426
- const specRetryConfiguration = common.NoRetryConfigurationDetails;
1561
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
1427
1562
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listServiceCatalogAssociationsRequest.retryConfiguration, specRetryConfiguration);
1428
1563
  if (this.logger)
1429
1564
  retrier.logger = this.logger;
@@ -1466,7 +1601,7 @@ class ServiceCatalogClient {
1466
1601
  }
1467
1602
  /**
1468
1603
  * Lists all the service catalogs in the given compartment.
1469
- * This operation does not retry by default if the user has not defined a retry configuration.
1604
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
1470
1605
  * @param ListServiceCatalogsRequest
1471
1606
  * @return ListServiceCatalogsResponse
1472
1607
  * @throws OciError when an error occurs
@@ -1482,6 +1617,7 @@ class ServiceCatalogClient {
1482
1617
  const queryParams = {
1483
1618
  "compartmentId": listServiceCatalogsRequest.compartmentId,
1484
1619
  "serviceCatalogId": listServiceCatalogsRequest.serviceCatalogId,
1620
+ "status": listServiceCatalogsRequest.status,
1485
1621
  "limit": listServiceCatalogsRequest.limit,
1486
1622
  "page": listServiceCatalogsRequest.page,
1487
1623
  "sortBy": listServiceCatalogsRequest.sortBy,
@@ -1492,7 +1628,7 @@ class ServiceCatalogClient {
1492
1628
  "Content-Type": common.Constants.APPLICATION_JSON,
1493
1629
  "opc-request-id": listServiceCatalogsRequest.opcRequestId
1494
1630
  };
1495
- const specRetryConfiguration = common.NoRetryConfigurationDetails;
1631
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
1496
1632
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listServiceCatalogsRequest.retryConfiguration, specRetryConfiguration);
1497
1633
  if (this.logger)
1498
1634
  retrier.logger = this.logger;
@@ -1536,7 +1672,7 @@ class ServiceCatalogClient {
1536
1672
  /**
1537
1673
  * Return a (paginated) list of errors for a given work request.
1538
1674
  *
1539
- * This operation does not retry by default if the user has not defined a retry configuration.
1675
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
1540
1676
  * @param ListWorkRequestErrorsRequest
1541
1677
  * @return ListWorkRequestErrorsResponse
1542
1678
  * @throws OciError when an error occurs
@@ -1561,7 +1697,7 @@ class ServiceCatalogClient {
1561
1697
  "Content-Type": common.Constants.APPLICATION_JSON,
1562
1698
  "opc-request-id": listWorkRequestErrorsRequest.opcRequestId
1563
1699
  };
1564
- const specRetryConfiguration = common.NoRetryConfigurationDetails;
1700
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
1565
1701
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listWorkRequestErrorsRequest.retryConfiguration, specRetryConfiguration);
1566
1702
  if (this.logger)
1567
1703
  retrier.logger = this.logger;
@@ -1605,7 +1741,7 @@ class ServiceCatalogClient {
1605
1741
  /**
1606
1742
  * Return a (paginated) list of logs for a given work request.
1607
1743
  *
1608
- * This operation does not retry by default if the user has not defined a retry configuration.
1744
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
1609
1745
  * @param ListWorkRequestLogsRequest
1610
1746
  * @return ListWorkRequestLogsResponse
1611
1747
  * @throws OciError when an error occurs
@@ -1630,7 +1766,7 @@ class ServiceCatalogClient {
1630
1766
  "Content-Type": common.Constants.APPLICATION_JSON,
1631
1767
  "opc-request-id": listWorkRequestLogsRequest.opcRequestId
1632
1768
  };
1633
- const specRetryConfiguration = common.NoRetryConfigurationDetails;
1769
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
1634
1770
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listWorkRequestLogsRequest.retryConfiguration, specRetryConfiguration);
1635
1771
  if (this.logger)
1636
1772
  retrier.logger = this.logger;
@@ -1674,7 +1810,7 @@ class ServiceCatalogClient {
1674
1810
  /**
1675
1811
  * Lists the work requests in a compartment.
1676
1812
  *
1677
- * This operation does not retry by default if the user has not defined a retry configuration.
1813
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
1678
1814
  * @param ListWorkRequestsRequest
1679
1815
  * @return ListWorkRequestsResponse
1680
1816
  * @throws OciError when an error occurs
@@ -1701,7 +1837,7 @@ class ServiceCatalogClient {
1701
1837
  "Content-Type": common.Constants.APPLICATION_JSON,
1702
1838
  "opc-request-id": listWorkRequestsRequest.opcRequestId
1703
1839
  };
1704
- const specRetryConfiguration = common.NoRetryConfigurationDetails;
1840
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
1705
1841
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listWorkRequestsRequest.retryConfiguration, specRetryConfiguration);
1706
1842
  if (this.logger)
1707
1843
  retrier.logger = this.logger;
@@ -1744,7 +1880,7 @@ class ServiceCatalogClient {
1744
1880
  }
1745
1881
  /**
1746
1882
  * Updates the details of an existing private application.
1747
- * This operation does not retry by default if the user has not defined a retry configuration.
1883
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
1748
1884
  * @param UpdatePrivateApplicationRequest
1749
1885
  * @return UpdatePrivateApplicationResponse
1750
1886
  * @throws OciError when an error occurs
@@ -1765,7 +1901,7 @@ class ServiceCatalogClient {
1765
1901
  "opc-request-id": updatePrivateApplicationRequest.opcRequestId,
1766
1902
  "if-match": updatePrivateApplicationRequest.ifMatch
1767
1903
  };
1768
- const specRetryConfiguration = common.NoRetryConfigurationDetails;
1904
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
1769
1905
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updatePrivateApplicationRequest.retryConfiguration, specRetryConfiguration);
1770
1906
  if (this.logger)
1771
1907
  retrier.logger = this.logger;
@@ -1814,7 +1950,7 @@ class ServiceCatalogClient {
1814
1950
  }
1815
1951
  /**
1816
1952
  * Updates the details of a previously created service catalog.
1817
- * This operation does not retry by default if the user has not defined a retry configuration.
1953
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
1818
1954
  * @param UpdateServiceCatalogRequest
1819
1955
  * @return UpdateServiceCatalogResponse
1820
1956
  * @throws OciError when an error occurs
@@ -1835,7 +1971,7 @@ class ServiceCatalogClient {
1835
1971
  "opc-request-id": updateServiceCatalogRequest.opcRequestId,
1836
1972
  "if-match": updateServiceCatalogRequest.ifMatch
1837
1973
  };
1838
- const specRetryConfiguration = common.NoRetryConfigurationDetails;
1974
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
1839
1975
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateServiceCatalogRequest.retryConfiguration, specRetryConfiguration);
1840
1976
  if (this.logger)
1841
1977
  retrier.logger = this.logger;