oci-servicecatalog 2.26.0 → 2.29.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 (34) hide show
  1. package/lib/client.d.ts +27 -26
  2. package/lib/client.js +105 -52
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/create-private-application-package.js +2 -2
  5. package/lib/model/create-private-application-package.js.map +1 -1
  6. package/lib/model/private-application-package.js +2 -2
  7. package/lib/model/private-application-package.js.map +1 -1
  8. package/lib/request/bulk-replace-service-catalog-associations-request.d.ts +1 -1
  9. package/lib/request/change-private-application-compartment-request.d.ts +1 -1
  10. package/lib/request/change-service-catalog-compartment-request.d.ts +1 -1
  11. package/lib/request/create-private-application-request.d.ts +1 -1
  12. package/lib/request/create-service-catalog-association-request.d.ts +1 -1
  13. package/lib/request/create-service-catalog-request.d.ts +1 -1
  14. package/lib/request/delete-private-application-request.d.ts +1 -1
  15. package/lib/request/delete-service-catalog-association-request.d.ts +1 -1
  16. package/lib/request/delete-service-catalog-request.d.ts +1 -1
  17. package/lib/request/get-private-application-action-download-logo-request.d.ts +1 -1
  18. package/lib/request/get-private-application-package-action-download-config-request.d.ts +1 -1
  19. package/lib/request/get-private-application-package-request.d.ts +1 -1
  20. package/lib/request/get-private-application-request.d.ts +1 -1
  21. package/lib/request/get-service-catalog-association-request.d.ts +1 -1
  22. package/lib/request/get-service-catalog-request.d.ts +1 -1
  23. package/lib/request/get-work-request-request.d.ts +1 -1
  24. package/lib/request/list-applications-request.d.ts +1 -1
  25. package/lib/request/list-private-application-packages-request.d.ts +1 -1
  26. package/lib/request/list-private-applications-request.d.ts +1 -1
  27. package/lib/request/list-service-catalog-associations-request.d.ts +1 -1
  28. package/lib/request/list-service-catalogs-request.d.ts +1 -1
  29. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  30. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  31. package/lib/request/list-work-requests-request.d.ts +1 -1
  32. package/lib/request/update-private-application-request.d.ts +1 -1
  33. package/lib/request/update-service-catalog-request.d.ts +1 -1
  34. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -28,6 +28,7 @@ export declare class ServiceCatalogClient {
28
28
  protected "_clientConfiguration": common.ClientConfiguration;
29
29
  protected _circuitBreaker: null;
30
30
  protected _httpOptions: any;
31
+ targetService: string;
31
32
  protected _httpClient: common.HttpClient;
32
33
  constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
33
34
  /**
@@ -74,7 +75,7 @@ export declare class ServiceCatalogClient {
74
75
  * @param BulkReplaceServiceCatalogAssociationsRequest
75
76
  * @return BulkReplaceServiceCatalogAssociationsResponse
76
77
  * @throws OciError when an error occurs
77
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/servicecatalog/BulkReplaceServiceCatalogAssociations.ts.html |here} to see how to use BulkReplaceServiceCatalogAssociations API.
78
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/servicecatalog/BulkReplaceServiceCatalogAssociations.ts.html |here} to see how to use BulkReplaceServiceCatalogAssociations API.
78
79
  */
79
80
  bulkReplaceServiceCatalogAssociations(bulkReplaceServiceCatalogAssociationsRequest: requests.BulkReplaceServiceCatalogAssociationsRequest): Promise<responses.BulkReplaceServiceCatalogAssociationsResponse>;
80
81
  /**
@@ -83,7 +84,7 @@ export declare class ServiceCatalogClient {
83
84
  * @param ChangePrivateApplicationCompartmentRequest
84
85
  * @return ChangePrivateApplicationCompartmentResponse
85
86
  * @throws OciError when an error occurs
86
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/servicecatalog/ChangePrivateApplicationCompartment.ts.html |here} to see how to use ChangePrivateApplicationCompartment API.
87
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/servicecatalog/ChangePrivateApplicationCompartment.ts.html |here} to see how to use ChangePrivateApplicationCompartment API.
87
88
  */
88
89
  changePrivateApplicationCompartment(changePrivateApplicationCompartmentRequest: requests.ChangePrivateApplicationCompartmentRequest): Promise<responses.ChangePrivateApplicationCompartmentResponse>;
89
90
  /**
@@ -92,7 +93,7 @@ export declare class ServiceCatalogClient {
92
93
  * @param ChangeServiceCatalogCompartmentRequest
93
94
  * @return ChangeServiceCatalogCompartmentResponse
94
95
  * @throws OciError when an error occurs
95
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/servicecatalog/ChangeServiceCatalogCompartment.ts.html |here} to see how to use ChangeServiceCatalogCompartment API.
96
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/servicecatalog/ChangeServiceCatalogCompartment.ts.html |here} to see how to use ChangeServiceCatalogCompartment API.
96
97
  */
97
98
  changeServiceCatalogCompartment(changeServiceCatalogCompartmentRequest: requests.ChangeServiceCatalogCompartmentRequest): Promise<responses.ChangeServiceCatalogCompartmentResponse>;
98
99
  /**
@@ -101,7 +102,7 @@ export declare class ServiceCatalogClient {
101
102
  * @param CreatePrivateApplicationRequest
102
103
  * @return CreatePrivateApplicationResponse
103
104
  * @throws OciError when an error occurs
104
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/servicecatalog/CreatePrivateApplication.ts.html |here} to see how to use CreatePrivateApplication API.
105
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/servicecatalog/CreatePrivateApplication.ts.html |here} to see how to use CreatePrivateApplication API.
105
106
  */
106
107
  createPrivateApplication(createPrivateApplicationRequest: requests.CreatePrivateApplicationRequest): Promise<responses.CreatePrivateApplicationResponse>;
107
108
  /**
@@ -110,7 +111,7 @@ export declare class ServiceCatalogClient {
110
111
  * @param CreateServiceCatalogRequest
111
112
  * @return CreateServiceCatalogResponse
112
113
  * @throws OciError when an error occurs
113
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/servicecatalog/CreateServiceCatalog.ts.html |here} to see how to use CreateServiceCatalog API.
114
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/servicecatalog/CreateServiceCatalog.ts.html |here} to see how to use CreateServiceCatalog API.
114
115
  */
115
116
  createServiceCatalog(createServiceCatalogRequest: requests.CreateServiceCatalogRequest): Promise<responses.CreateServiceCatalogResponse>;
116
117
  /**
@@ -119,7 +120,7 @@ export declare class ServiceCatalogClient {
119
120
  * @param CreateServiceCatalogAssociationRequest
120
121
  * @return CreateServiceCatalogAssociationResponse
121
122
  * @throws OciError when an error occurs
122
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/servicecatalog/CreateServiceCatalogAssociation.ts.html |here} to see how to use CreateServiceCatalogAssociation API.
123
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/servicecatalog/CreateServiceCatalogAssociation.ts.html |here} to see how to use CreateServiceCatalogAssociation API.
123
124
  */
124
125
  createServiceCatalogAssociation(createServiceCatalogAssociationRequest: requests.CreateServiceCatalogAssociationRequest): Promise<responses.CreateServiceCatalogAssociationResponse>;
125
126
  /**
@@ -128,7 +129,7 @@ export declare class ServiceCatalogClient {
128
129
  * @param DeletePrivateApplicationRequest
129
130
  * @return DeletePrivateApplicationResponse
130
131
  * @throws OciError when an error occurs
131
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/servicecatalog/DeletePrivateApplication.ts.html |here} to see how to use DeletePrivateApplication API.
132
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/servicecatalog/DeletePrivateApplication.ts.html |here} to see how to use DeletePrivateApplication API.
132
133
  */
133
134
  deletePrivateApplication(deletePrivateApplicationRequest: requests.DeletePrivateApplicationRequest): Promise<responses.DeletePrivateApplicationResponse>;
134
135
  /**
@@ -137,7 +138,7 @@ export declare class ServiceCatalogClient {
137
138
  * @param DeleteServiceCatalogRequest
138
139
  * @return DeleteServiceCatalogResponse
139
140
  * @throws OciError when an error occurs
140
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/servicecatalog/DeleteServiceCatalog.ts.html |here} to see how to use DeleteServiceCatalog API.
141
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/servicecatalog/DeleteServiceCatalog.ts.html |here} to see how to use DeleteServiceCatalog API.
141
142
  */
142
143
  deleteServiceCatalog(deleteServiceCatalogRequest: requests.DeleteServiceCatalogRequest): Promise<responses.DeleteServiceCatalogResponse>;
143
144
  /**
@@ -146,7 +147,7 @@ export declare class ServiceCatalogClient {
146
147
  * @param DeleteServiceCatalogAssociationRequest
147
148
  * @return DeleteServiceCatalogAssociationResponse
148
149
  * @throws OciError when an error occurs
149
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/servicecatalog/DeleteServiceCatalogAssociation.ts.html |here} to see how to use DeleteServiceCatalogAssociation API.
150
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/servicecatalog/DeleteServiceCatalogAssociation.ts.html |here} to see how to use DeleteServiceCatalogAssociation API.
150
151
  */
151
152
  deleteServiceCatalogAssociation(deleteServiceCatalogAssociationRequest: requests.DeleteServiceCatalogAssociationRequest): Promise<responses.DeleteServiceCatalogAssociationResponse>;
152
153
  /**
@@ -155,7 +156,7 @@ export declare class ServiceCatalogClient {
155
156
  * @param GetPrivateApplicationRequest
156
157
  * @return GetPrivateApplicationResponse
157
158
  * @throws OciError when an error occurs
158
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/servicecatalog/GetPrivateApplication.ts.html |here} to see how to use GetPrivateApplication API.
159
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/servicecatalog/GetPrivateApplication.ts.html |here} to see how to use GetPrivateApplication API.
159
160
  */
160
161
  getPrivateApplication(getPrivateApplicationRequest: requests.GetPrivateApplicationRequest): Promise<responses.GetPrivateApplicationResponse>;
161
162
  /**
@@ -164,7 +165,7 @@ export declare class ServiceCatalogClient {
164
165
  * @param GetPrivateApplicationActionDownloadLogoRequest
165
166
  * @return GetPrivateApplicationActionDownloadLogoResponse
166
167
  * @throws OciError when an error occurs
167
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/servicecatalog/GetPrivateApplicationActionDownloadLogo.ts.html |here} to see how to use GetPrivateApplicationActionDownloadLogo API.
168
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/servicecatalog/GetPrivateApplicationActionDownloadLogo.ts.html |here} to see how to use GetPrivateApplicationActionDownloadLogo API.
168
169
  */
169
170
  getPrivateApplicationActionDownloadLogo(getPrivateApplicationActionDownloadLogoRequest: requests.GetPrivateApplicationActionDownloadLogoRequest): Promise<responses.GetPrivateApplicationActionDownloadLogoResponse>;
170
171
  /**
@@ -173,7 +174,7 @@ export declare class ServiceCatalogClient {
173
174
  * @param GetPrivateApplicationPackageRequest
174
175
  * @return GetPrivateApplicationPackageResponse
175
176
  * @throws OciError when an error occurs
176
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/servicecatalog/GetPrivateApplicationPackage.ts.html |here} to see how to use GetPrivateApplicationPackage API.
177
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/servicecatalog/GetPrivateApplicationPackage.ts.html |here} to see how to use GetPrivateApplicationPackage API.
177
178
  */
178
179
  getPrivateApplicationPackage(getPrivateApplicationPackageRequest: requests.GetPrivateApplicationPackageRequest): Promise<responses.GetPrivateApplicationPackageResponse>;
179
180
  /**
@@ -182,7 +183,7 @@ export declare class ServiceCatalogClient {
182
183
  * @param GetPrivateApplicationPackageActionDownloadConfigRequest
183
184
  * @return GetPrivateApplicationPackageActionDownloadConfigResponse
184
185
  * @throws OciError when an error occurs
185
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/servicecatalog/GetPrivateApplicationPackageActionDownloadConfig.ts.html |here} to see how to use GetPrivateApplicationPackageActionDownloadConfig API.
186
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/servicecatalog/GetPrivateApplicationPackageActionDownloadConfig.ts.html |here} to see how to use GetPrivateApplicationPackageActionDownloadConfig API.
186
187
  */
187
188
  getPrivateApplicationPackageActionDownloadConfig(getPrivateApplicationPackageActionDownloadConfigRequest: requests.GetPrivateApplicationPackageActionDownloadConfigRequest): Promise<responses.GetPrivateApplicationPackageActionDownloadConfigResponse>;
188
189
  /**
@@ -191,7 +192,7 @@ export declare class ServiceCatalogClient {
191
192
  * @param GetServiceCatalogRequest
192
193
  * @return GetServiceCatalogResponse
193
194
  * @throws OciError when an error occurs
194
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/servicecatalog/GetServiceCatalog.ts.html |here} to see how to use GetServiceCatalog API.
195
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/servicecatalog/GetServiceCatalog.ts.html |here} to see how to use GetServiceCatalog API.
195
196
  */
196
197
  getServiceCatalog(getServiceCatalogRequest: requests.GetServiceCatalogRequest): Promise<responses.GetServiceCatalogResponse>;
197
198
  /**
@@ -200,7 +201,7 @@ export declare class ServiceCatalogClient {
200
201
  * @param GetServiceCatalogAssociationRequest
201
202
  * @return GetServiceCatalogAssociationResponse
202
203
  * @throws OciError when an error occurs
203
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/servicecatalog/GetServiceCatalogAssociation.ts.html |here} to see how to use GetServiceCatalogAssociation API.
204
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/servicecatalog/GetServiceCatalogAssociation.ts.html |here} to see how to use GetServiceCatalogAssociation API.
204
205
  */
205
206
  getServiceCatalogAssociation(getServiceCatalogAssociationRequest: requests.GetServiceCatalogAssociationRequest): Promise<responses.GetServiceCatalogAssociationResponse>;
206
207
  /**
@@ -209,7 +210,7 @@ export declare class ServiceCatalogClient {
209
210
  * @param GetWorkRequestRequest
210
211
  * @return GetWorkRequestResponse
211
212
  * @throws OciError when an error occurs
212
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/servicecatalog/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
213
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/servicecatalog/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
213
214
  */
214
215
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
215
216
  /**
@@ -221,7 +222,7 @@ export declare class ServiceCatalogClient {
221
222
  * @param ListApplicationsRequest
222
223
  * @return ListApplicationsResponse
223
224
  * @throws OciError when an error occurs
224
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/servicecatalog/ListApplications.ts.html |here} to see how to use ListApplications API.
225
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/servicecatalog/ListApplications.ts.html |here} to see how to use ListApplications API.
225
226
  */
226
227
  listApplications(listApplicationsRequest: requests.ListApplicationsRequest): Promise<responses.ListApplicationsResponse>;
227
228
  /**
@@ -230,7 +231,7 @@ export declare class ServiceCatalogClient {
230
231
  * @param ListPrivateApplicationPackagesRequest
231
232
  * @return ListPrivateApplicationPackagesResponse
232
233
  * @throws OciError when an error occurs
233
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/servicecatalog/ListPrivateApplicationPackages.ts.html |here} to see how to use ListPrivateApplicationPackages API.
234
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/servicecatalog/ListPrivateApplicationPackages.ts.html |here} to see how to use ListPrivateApplicationPackages API.
234
235
  */
235
236
  listPrivateApplicationPackages(listPrivateApplicationPackagesRequest: requests.ListPrivateApplicationPackagesRequest): Promise<responses.ListPrivateApplicationPackagesResponse>;
236
237
  /**
@@ -239,7 +240,7 @@ export declare class ServiceCatalogClient {
239
240
  * @param ListPrivateApplicationsRequest
240
241
  * @return ListPrivateApplicationsResponse
241
242
  * @throws OciError when an error occurs
242
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/servicecatalog/ListPrivateApplications.ts.html |here} to see how to use ListPrivateApplications API.
243
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/servicecatalog/ListPrivateApplications.ts.html |here} to see how to use ListPrivateApplications API.
243
244
  */
244
245
  listPrivateApplications(listPrivateApplicationsRequest: requests.ListPrivateApplicationsRequest): Promise<responses.ListPrivateApplicationsResponse>;
245
246
  /**
@@ -248,7 +249,7 @@ export declare class ServiceCatalogClient {
248
249
  * @param ListServiceCatalogAssociationsRequest
249
250
  * @return ListServiceCatalogAssociationsResponse
250
251
  * @throws OciError when an error occurs
251
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/servicecatalog/ListServiceCatalogAssociations.ts.html |here} to see how to use ListServiceCatalogAssociations API.
252
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/servicecatalog/ListServiceCatalogAssociations.ts.html |here} to see how to use ListServiceCatalogAssociations API.
252
253
  */
253
254
  listServiceCatalogAssociations(listServiceCatalogAssociationsRequest: requests.ListServiceCatalogAssociationsRequest): Promise<responses.ListServiceCatalogAssociationsResponse>;
254
255
  /**
@@ -257,7 +258,7 @@ export declare class ServiceCatalogClient {
257
258
  * @param ListServiceCatalogsRequest
258
259
  * @return ListServiceCatalogsResponse
259
260
  * @throws OciError when an error occurs
260
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/servicecatalog/ListServiceCatalogs.ts.html |here} to see how to use ListServiceCatalogs API.
261
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/servicecatalog/ListServiceCatalogs.ts.html |here} to see how to use ListServiceCatalogs API.
261
262
  */
262
263
  listServiceCatalogs(listServiceCatalogsRequest: requests.ListServiceCatalogsRequest): Promise<responses.ListServiceCatalogsResponse>;
263
264
  /**
@@ -267,7 +268,7 @@ export declare class ServiceCatalogClient {
267
268
  * @param ListWorkRequestErrorsRequest
268
269
  * @return ListWorkRequestErrorsResponse
269
270
  * @throws OciError when an error occurs
270
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/servicecatalog/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
271
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/servicecatalog/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
271
272
  */
272
273
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
273
274
  /**
@@ -277,7 +278,7 @@ export declare class ServiceCatalogClient {
277
278
  * @param ListWorkRequestLogsRequest
278
279
  * @return ListWorkRequestLogsResponse
279
280
  * @throws OciError when an error occurs
280
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/servicecatalog/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
281
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/servicecatalog/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
281
282
  */
282
283
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
283
284
  /**
@@ -287,7 +288,7 @@ export declare class ServiceCatalogClient {
287
288
  * @param ListWorkRequestsRequest
288
289
  * @return ListWorkRequestsResponse
289
290
  * @throws OciError when an error occurs
290
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/servicecatalog/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
291
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/servicecatalog/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
291
292
  */
292
293
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
293
294
  /**
@@ -296,7 +297,7 @@ export declare class ServiceCatalogClient {
296
297
  * @param UpdatePrivateApplicationRequest
297
298
  * @return UpdatePrivateApplicationResponse
298
299
  * @throws OciError when an error occurs
299
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/servicecatalog/UpdatePrivateApplication.ts.html |here} to see how to use UpdatePrivateApplication API.
300
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/servicecatalog/UpdatePrivateApplication.ts.html |here} to see how to use UpdatePrivateApplication API.
300
301
  */
301
302
  updatePrivateApplication(updatePrivateApplicationRequest: requests.UpdatePrivateApplicationRequest): Promise<responses.UpdatePrivateApplicationResponse>;
302
303
  /**
@@ -305,7 +306,7 @@ export declare class ServiceCatalogClient {
305
306
  * @param UpdateServiceCatalogRequest
306
307
  * @return UpdateServiceCatalogResponse
307
308
  * @throws OciError when an error occurs
308
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/servicecatalog/UpdateServiceCatalog.ts.html |here} to see how to use UpdateServiceCatalog API.
309
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/servicecatalog/UpdateServiceCatalog.ts.html |here} to see how to use UpdateServiceCatalog API.
309
310
  */
310
311
  updateServiceCatalog(updateServiceCatalogRequest: requests.UpdateServiceCatalogRequest): Promise<responses.UpdateServiceCatalogResponse>;
311
312
  }