oci-servicecatalog 2.121.0 → 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/index.d.ts CHANGED
@@ -1,6 +1,8 @@
1
1
  /**
2
2
  * Service Catalog API
3
- * Manage solutions in Oracle Cloud Infrastructure Service Catalog.
3
+ * Use the Service Catalog API to manage solutions in Oracle Cloud Infrastructure Service Catalog.
4
+ For more information, see [Overview of Service Catalog](https://docs.oracle.com/iaas/Content/service-catalog/overview_of_service_catalog.htm).
5
+
4
6
  * OpenAPI spec version: 20210527
5
7
  *
6
8
  *
package/index.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
  *
package/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../lib/servicecatalog/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,wDAA0C;AAOjC,4BAAQ;AANjB,oDAAsC;AAK7B,wBAAM;AAJf,0DAA4C;AAMnC,8BAAS;AALlB,qDAAuC;AACvC,mFAAqE;AAKvD,QAAA,oBAAoB,GAAG,MAAM,CAAC,oBAAoB,CAAC;AACnD,QAAA,oBAAoB,GAAG,qBAAqB,CAAC,oBAAoB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../lib/servicecatalog/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAEH,wDAA0C;AAOjC,4BAAQ;AANjB,oDAAsC;AAK7B,wBAAM;AAJf,0DAA4C;AAMnC,8BAAS;AALlB,qDAAuC;AACvC,mFAAqE;AAKvD,QAAA,oBAAoB,GAAG,MAAM,CAAC,oBAAoB,CAAC;AACnD,QAAA,oBAAoB,GAAG,qBAAqB,CAAC,oBAAoB,CAAC"}
package/lib/client.d.ts CHANGED
@@ -1,6 +1,8 @@
1
1
  /**
2
2
  * Service Catalog API
3
- * Manage solutions in Oracle Cloud Infrastructure Service Catalog.
3
+ * Use the Service Catalog API to manage solutions in Oracle Cloud Infrastructure Service Catalog.
4
+ For more information, see [Overview of Service Catalog](https://docs.oracle.com/iaas/Content/service-catalog/overview_of_service_catalog.htm).
5
+
4
6
  * OpenAPI spec version: 20210527
5
7
  *
6
8
  *
@@ -96,7 +98,7 @@ export declare class ServiceCatalogClient {
96
98
  close(): void;
97
99
  /**
98
100
  * Replace all associations of a given service catalog in one bulk transaction.
99
- * This operation does not retry by default if the user has not defined a retry configuration.
101
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
100
102
  * @param BulkReplaceServiceCatalogAssociationsRequest
101
103
  * @return BulkReplaceServiceCatalogAssociationsResponse
102
104
  * @throws OciError when an error occurs
@@ -105,7 +107,7 @@ export declare class ServiceCatalogClient {
105
107
  bulkReplaceServiceCatalogAssociations(bulkReplaceServiceCatalogAssociationsRequest: requests.BulkReplaceServiceCatalogAssociationsRequest): Promise<responses.BulkReplaceServiceCatalogAssociationsResponse>;
106
108
  /**
107
109
  * Moves the specified private application from one compartment to another.
108
- * This operation does not retry by default if the user has not defined a retry configuration.
110
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
109
111
  * @param ChangePrivateApplicationCompartmentRequest
110
112
  * @return ChangePrivateApplicationCompartmentResponse
111
113
  * @throws OciError when an error occurs
@@ -114,7 +116,7 @@ export declare class ServiceCatalogClient {
114
116
  changePrivateApplicationCompartment(changePrivateApplicationCompartmentRequest: requests.ChangePrivateApplicationCompartmentRequest): Promise<responses.ChangePrivateApplicationCompartmentResponse>;
115
117
  /**
116
118
  * Moves the specified service catalog from one compartment to another.
117
- * This operation does not retry by default if the user has not defined a retry configuration.
119
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
118
120
  * @param ChangeServiceCatalogCompartmentRequest
119
121
  * @return ChangeServiceCatalogCompartmentResponse
120
122
  * @throws OciError when an error occurs
@@ -123,7 +125,7 @@ export declare class ServiceCatalogClient {
123
125
  changeServiceCatalogCompartment(changeServiceCatalogCompartmentRequest: requests.ChangeServiceCatalogCompartmentRequest): Promise<responses.ChangeServiceCatalogCompartmentResponse>;
124
126
  /**
125
127
  * Creates a private application along with a single package to be hosted.
126
- * This operation does not retry by default if the user has not defined a retry configuration.
128
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
127
129
  * @param CreatePrivateApplicationRequest
128
130
  * @return CreatePrivateApplicationResponse
129
131
  * @throws OciError when an error occurs
@@ -132,7 +134,7 @@ export declare class ServiceCatalogClient {
132
134
  createPrivateApplication(createPrivateApplicationRequest: requests.CreatePrivateApplicationRequest): Promise<responses.CreatePrivateApplicationResponse>;
133
135
  /**
134
136
  * Creates a brand new service catalog in a given compartment.
135
- * This operation does not retry by default if the user has not defined a retry configuration.
137
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
136
138
  * @param CreateServiceCatalogRequest
137
139
  * @return CreateServiceCatalogResponse
138
140
  * @throws OciError when an error occurs
@@ -141,7 +143,7 @@ export declare class ServiceCatalogClient {
141
143
  createServiceCatalog(createServiceCatalogRequest: requests.CreateServiceCatalogRequest): Promise<responses.CreateServiceCatalogResponse>;
142
144
  /**
143
145
  * Creates an association between service catalog and a resource.
144
- * This operation does not retry by default if the user has not defined a retry configuration.
146
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
145
147
  * @param CreateServiceCatalogAssociationRequest
146
148
  * @return CreateServiceCatalogAssociationResponse
147
149
  * @throws OciError when an error occurs
@@ -150,7 +152,7 @@ export declare class ServiceCatalogClient {
150
152
  createServiceCatalogAssociation(createServiceCatalogAssociationRequest: requests.CreateServiceCatalogAssociationRequest): Promise<responses.CreateServiceCatalogAssociationResponse>;
151
153
  /**
152
154
  * Deletes an existing private application.
153
- * This operation does not retry by default if the user has not defined a retry configuration.
155
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
154
156
  * @param DeletePrivateApplicationRequest
155
157
  * @return DeletePrivateApplicationResponse
156
158
  * @throws OciError when an error occurs
@@ -159,7 +161,7 @@ export declare class ServiceCatalogClient {
159
161
  deletePrivateApplication(deletePrivateApplicationRequest: requests.DeletePrivateApplicationRequest): Promise<responses.DeletePrivateApplicationResponse>;
160
162
  /**
161
163
  * Deletes the specified service catalog from the compartment.
162
- * This operation does not retry by default if the user has not defined a retry configuration.
164
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
163
165
  * @param DeleteServiceCatalogRequest
164
166
  * @return DeleteServiceCatalogResponse
165
167
  * @throws OciError when an error occurs
@@ -168,16 +170,25 @@ export declare class ServiceCatalogClient {
168
170
  deleteServiceCatalog(deleteServiceCatalogRequest: requests.DeleteServiceCatalogRequest): Promise<responses.DeleteServiceCatalogResponse>;
169
171
  /**
170
172
  * Removes an association between service catalog and a resource.
171
- * This operation does not retry by default if the user has not defined a retry configuration.
173
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
172
174
  * @param DeleteServiceCatalogAssociationRequest
173
175
  * @return DeleteServiceCatalogAssociationResponse
174
176
  * @throws OciError when an error occurs
175
177
  * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/DeleteServiceCatalogAssociation.ts.html |here} to see how to use DeleteServiceCatalogAssociation API.
176
178
  */
177
179
  deleteServiceCatalogAssociation(deleteServiceCatalogAssociationRequest: requests.DeleteServiceCatalogAssociationRequest): Promise<responses.DeleteServiceCatalogAssociationResponse>;
180
+ /**
181
+ * Get the detail of whether the tenancy is in service catalog mode or not.
182
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
183
+ * @param GetConfigurationRequest
184
+ * @return GetConfigurationResponse
185
+ * @throws OciError when an error occurs
186
+ * @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.
187
+ */
188
+ getConfiguration(getConfigurationRequest: requests.GetConfigurationRequest): Promise<responses.GetConfigurationResponse>;
178
189
  /**
179
190
  * Gets the details of the specified private application.
180
- * This operation does not retry by default if the user has not defined a retry configuration.
191
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
181
192
  * @param GetPrivateApplicationRequest
182
193
  * @return GetPrivateApplicationResponse
183
194
  * @throws OciError when an error occurs
@@ -186,7 +197,7 @@ export declare class ServiceCatalogClient {
186
197
  getPrivateApplication(getPrivateApplicationRequest: requests.GetPrivateApplicationRequest): Promise<responses.GetPrivateApplicationResponse>;
187
198
  /**
188
199
  * Downloads the binary payload of the logo image of the private application.
189
- * This operation does not retry by default if the user has not defined a retry configuration.
200
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
190
201
  * @param GetPrivateApplicationActionDownloadLogoRequest
191
202
  * @return GetPrivateApplicationActionDownloadLogoResponse
192
203
  * @throws OciError when an error occurs
@@ -195,7 +206,7 @@ export declare class ServiceCatalogClient {
195
206
  getPrivateApplicationActionDownloadLogo(getPrivateApplicationActionDownloadLogoRequest: requests.GetPrivateApplicationActionDownloadLogoRequest): Promise<responses.GetPrivateApplicationActionDownloadLogoResponse>;
196
207
  /**
197
208
  * Gets the details of a specific package within a given private application.
198
- * This operation does not retry by default if the user has not defined a retry configuration.
209
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
199
210
  * @param GetPrivateApplicationPackageRequest
200
211
  * @return GetPrivateApplicationPackageResponse
201
212
  * @throws OciError when an error occurs
@@ -204,7 +215,7 @@ export declare class ServiceCatalogClient {
204
215
  getPrivateApplicationPackage(getPrivateApplicationPackageRequest: requests.GetPrivateApplicationPackageRequest): Promise<responses.GetPrivateApplicationPackageResponse>;
205
216
  /**
206
217
  * Downloads the configuration that was used to create the private application package.
207
- * This operation does not retry by default if the user has not defined a retry configuration.
218
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
208
219
  * @param GetPrivateApplicationPackageActionDownloadConfigRequest
209
220
  * @return GetPrivateApplicationPackageActionDownloadConfigResponse
210
221
  * @throws OciError when an error occurs
@@ -213,7 +224,7 @@ export declare class ServiceCatalogClient {
213
224
  getPrivateApplicationPackageActionDownloadConfig(getPrivateApplicationPackageActionDownloadConfigRequest: requests.GetPrivateApplicationPackageActionDownloadConfigRequest): Promise<responses.GetPrivateApplicationPackageActionDownloadConfigResponse>;
214
225
  /**
215
226
  * Gets detailed information about the service catalog including name, compartmentId
216
- * This operation does not retry by default if the user has not defined a retry configuration.
227
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
217
228
  * @param GetServiceCatalogRequest
218
229
  * @return GetServiceCatalogResponse
219
230
  * @throws OciError when an error occurs
@@ -222,7 +233,7 @@ export declare class ServiceCatalogClient {
222
233
  getServiceCatalog(getServiceCatalogRequest: requests.GetServiceCatalogRequest): Promise<responses.GetServiceCatalogResponse>;
223
234
  /**
224
235
  * Gets detailed information about specific service catalog association.
225
- * This operation does not retry by default if the user has not defined a retry configuration.
236
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
226
237
  * @param GetServiceCatalogAssociationRequest
227
238
  * @return GetServiceCatalogAssociationResponse
228
239
  * @throws OciError when an error occurs
@@ -231,19 +242,30 @@ export declare class ServiceCatalogClient {
231
242
  getServiceCatalogAssociation(getServiceCatalogAssociationRequest: requests.GetServiceCatalogAssociationRequest): Promise<responses.GetServiceCatalogAssociationResponse>;
232
243
  /**
233
244
  * Gets the status of the work request with the given ID.
234
- * This operation does not retry by default if the user has not defined a retry configuration.
245
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
235
246
  * @param GetWorkRequestRequest
236
247
  * @return GetWorkRequestResponse
237
248
  * @throws OciError when an error occurs
238
249
  * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
239
250
  */
240
251
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
252
+ /**
253
+ * Lists all the available listings and private applications in a compartment.
254
+ * A new API for catalog manager use when creating/updating a service catalog.
255
+ *
256
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
257
+ * @param ListAllApplicationsRequest
258
+ * @return ListAllApplicationsResponse
259
+ * @throws OciError when an error occurs
260
+ * @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.
261
+ */
262
+ listAllApplications(listAllApplicationsRequest: requests.ListAllApplicationsRequest): Promise<responses.ListAllApplicationsResponse>;
241
263
  /**
242
264
  * Lists all the applications in a service catalog or a tenancy.
243
265
  * If no parameter is specified, all catalogs from all compartments in
244
266
  * the tenancy will be scanned for any type of content.
245
267
  *
246
- * This operation does not retry by default if the user has not defined a retry configuration.
268
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
247
269
  * @param ListApplicationsRequest
248
270
  * @return ListApplicationsResponse
249
271
  * @throws OciError when an error occurs
@@ -252,7 +274,7 @@ export declare class ServiceCatalogClient {
252
274
  listApplications(listApplicationsRequest: requests.ListApplicationsRequest): Promise<responses.ListApplicationsResponse>;
253
275
  /**
254
276
  * Lists the packages in the specified private application.
255
- * This operation does not retry by default if the user has not defined a retry configuration.
277
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
256
278
  * @param ListPrivateApplicationPackagesRequest
257
279
  * @return ListPrivateApplicationPackagesResponse
258
280
  * @throws OciError when an error occurs
@@ -261,7 +283,7 @@ export declare class ServiceCatalogClient {
261
283
  listPrivateApplicationPackages(listPrivateApplicationPackagesRequest: requests.ListPrivateApplicationPackagesRequest): Promise<responses.ListPrivateApplicationPackagesResponse>;
262
284
  /**
263
285
  * Lists all the private applications in a given compartment.
264
- * This operation does not retry by default if the user has not defined a retry configuration.
286
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
265
287
  * @param ListPrivateApplicationsRequest
266
288
  * @return ListPrivateApplicationsResponse
267
289
  * @throws OciError when an error occurs
@@ -270,7 +292,7 @@ export declare class ServiceCatalogClient {
270
292
  listPrivateApplications(listPrivateApplicationsRequest: requests.ListPrivateApplicationsRequest): Promise<responses.ListPrivateApplicationsResponse>;
271
293
  /**
272
294
  * Lists all the resource associations for a specific service catalog.
273
- * This operation does not retry by default if the user has not defined a retry configuration.
295
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
274
296
  * @param ListServiceCatalogAssociationsRequest
275
297
  * @return ListServiceCatalogAssociationsResponse
276
298
  * @throws OciError when an error occurs
@@ -279,7 +301,7 @@ export declare class ServiceCatalogClient {
279
301
  listServiceCatalogAssociations(listServiceCatalogAssociationsRequest: requests.ListServiceCatalogAssociationsRequest): Promise<responses.ListServiceCatalogAssociationsResponse>;
280
302
  /**
281
303
  * Lists all the service catalogs in the given compartment.
282
- * This operation does not retry by default if the user has not defined a retry configuration.
304
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
283
305
  * @param ListServiceCatalogsRequest
284
306
  * @return ListServiceCatalogsResponse
285
307
  * @throws OciError when an error occurs
@@ -289,7 +311,7 @@ export declare class ServiceCatalogClient {
289
311
  /**
290
312
  * Return a (paginated) list of errors for a given work request.
291
313
  *
292
- * This operation does not retry by default if the user has not defined a retry configuration.
314
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
293
315
  * @param ListWorkRequestErrorsRequest
294
316
  * @return ListWorkRequestErrorsResponse
295
317
  * @throws OciError when an error occurs
@@ -299,7 +321,7 @@ export declare class ServiceCatalogClient {
299
321
  /**
300
322
  * Return a (paginated) list of logs for a given work request.
301
323
  *
302
- * This operation does not retry by default if the user has not defined a retry configuration.
324
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
303
325
  * @param ListWorkRequestLogsRequest
304
326
  * @return ListWorkRequestLogsResponse
305
327
  * @throws OciError when an error occurs
@@ -309,7 +331,7 @@ export declare class ServiceCatalogClient {
309
331
  /**
310
332
  * Lists the work requests in a compartment.
311
333
  *
312
- * This operation does not retry by default if the user has not defined a retry configuration.
334
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
313
335
  * @param ListWorkRequestsRequest
314
336
  * @return ListWorkRequestsResponse
315
337
  * @throws OciError when an error occurs
@@ -318,7 +340,7 @@ export declare class ServiceCatalogClient {
318
340
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
319
341
  /**
320
342
  * Updates the details of an existing private application.
321
- * This operation does not retry by default if the user has not defined a retry configuration.
343
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
322
344
  * @param UpdatePrivateApplicationRequest
323
345
  * @return UpdatePrivateApplicationResponse
324
346
  * @throws OciError when an error occurs
@@ -327,7 +349,7 @@ export declare class ServiceCatalogClient {
327
349
  updatePrivateApplication(updatePrivateApplicationRequest: requests.UpdatePrivateApplicationRequest): Promise<responses.UpdatePrivateApplicationResponse>;
328
350
  /**
329
351
  * Updates the details of a previously created service catalog.
330
- * This operation does not retry by default if the user has not defined a retry configuration.
352
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
331
353
  * @param UpdateServiceCatalogRequest
332
354
  * @return UpdateServiceCatalogResponse
333
355
  * @throws OciError when an error occurs