oci-servicecatalog 2.79.1 → 2.80.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 +28 -27
  2. package/lib/client.js +138 -55
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/create-private-application-package.js +4 -2
  5. package/lib/model/create-private-application-package.js.map +1 -1
  6. package/lib/model/private-application-package.js +4 -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
@@ -23,7 +23,7 @@ export declare enum ServiceCatalogApiKeys {
23
23
  export declare class ServiceCatalogClient {
24
24
  protected static serviceEndpointTemplate: string;
25
25
  protected static endpointServiceName: string;
26
- protected "_realmSpecificEndpointTemplateEnabled": boolean;
26
+ protected "_realmSpecificEndpointTemplateEnabled": boolean | undefined;
27
27
  protected "_endpoint": string;
28
28
  protected "_defaultHeaders": any;
29
29
  protected "_waiters": ServiceCatalogWaiter;
@@ -46,6 +46,7 @@ export declare class ServiceCatalogClient {
46
46
  * @param endpoint The endpoint of the service.
47
47
  */
48
48
  set endpoint(endpoint: string);
49
+ get logger(): import("oci-common/lib/log").Logger;
49
50
  /**
50
51
  * Determines whether realm specific endpoint should be used or not.
51
52
  * Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
@@ -90,7 +91,7 @@ export declare class ServiceCatalogClient {
90
91
  * @param BulkReplaceServiceCatalogAssociationsRequest
91
92
  * @return BulkReplaceServiceCatalogAssociationsResponse
92
93
  * @throws OciError when an error occurs
93
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/servicecatalog/BulkReplaceServiceCatalogAssociations.ts.html |here} to see how to use BulkReplaceServiceCatalogAssociations API.
94
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/servicecatalog/BulkReplaceServiceCatalogAssociations.ts.html |here} to see how to use BulkReplaceServiceCatalogAssociations API.
94
95
  */
95
96
  bulkReplaceServiceCatalogAssociations(bulkReplaceServiceCatalogAssociationsRequest: requests.BulkReplaceServiceCatalogAssociationsRequest): Promise<responses.BulkReplaceServiceCatalogAssociationsResponse>;
96
97
  /**
@@ -99,7 +100,7 @@ export declare class ServiceCatalogClient {
99
100
  * @param ChangePrivateApplicationCompartmentRequest
100
101
  * @return ChangePrivateApplicationCompartmentResponse
101
102
  * @throws OciError when an error occurs
102
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/servicecatalog/ChangePrivateApplicationCompartment.ts.html |here} to see how to use ChangePrivateApplicationCompartment API.
103
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/servicecatalog/ChangePrivateApplicationCompartment.ts.html |here} to see how to use ChangePrivateApplicationCompartment API.
103
104
  */
104
105
  changePrivateApplicationCompartment(changePrivateApplicationCompartmentRequest: requests.ChangePrivateApplicationCompartmentRequest): Promise<responses.ChangePrivateApplicationCompartmentResponse>;
105
106
  /**
@@ -108,7 +109,7 @@ export declare class ServiceCatalogClient {
108
109
  * @param ChangeServiceCatalogCompartmentRequest
109
110
  * @return ChangeServiceCatalogCompartmentResponse
110
111
  * @throws OciError when an error occurs
111
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/servicecatalog/ChangeServiceCatalogCompartment.ts.html |here} to see how to use ChangeServiceCatalogCompartment API.
112
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/servicecatalog/ChangeServiceCatalogCompartment.ts.html |here} to see how to use ChangeServiceCatalogCompartment API.
112
113
  */
113
114
  changeServiceCatalogCompartment(changeServiceCatalogCompartmentRequest: requests.ChangeServiceCatalogCompartmentRequest): Promise<responses.ChangeServiceCatalogCompartmentResponse>;
114
115
  /**
@@ -117,7 +118,7 @@ export declare class ServiceCatalogClient {
117
118
  * @param CreatePrivateApplicationRequest
118
119
  * @return CreatePrivateApplicationResponse
119
120
  * @throws OciError when an error occurs
120
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/servicecatalog/CreatePrivateApplication.ts.html |here} to see how to use CreatePrivateApplication API.
121
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/servicecatalog/CreatePrivateApplication.ts.html |here} to see how to use CreatePrivateApplication API.
121
122
  */
122
123
  createPrivateApplication(createPrivateApplicationRequest: requests.CreatePrivateApplicationRequest): Promise<responses.CreatePrivateApplicationResponse>;
123
124
  /**
@@ -126,7 +127,7 @@ export declare class ServiceCatalogClient {
126
127
  * @param CreateServiceCatalogRequest
127
128
  * @return CreateServiceCatalogResponse
128
129
  * @throws OciError when an error occurs
129
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/servicecatalog/CreateServiceCatalog.ts.html |here} to see how to use CreateServiceCatalog API.
130
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/servicecatalog/CreateServiceCatalog.ts.html |here} to see how to use CreateServiceCatalog API.
130
131
  */
131
132
  createServiceCatalog(createServiceCatalogRequest: requests.CreateServiceCatalogRequest): Promise<responses.CreateServiceCatalogResponse>;
132
133
  /**
@@ -135,7 +136,7 @@ export declare class ServiceCatalogClient {
135
136
  * @param CreateServiceCatalogAssociationRequest
136
137
  * @return CreateServiceCatalogAssociationResponse
137
138
  * @throws OciError when an error occurs
138
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/servicecatalog/CreateServiceCatalogAssociation.ts.html |here} to see how to use CreateServiceCatalogAssociation API.
139
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/servicecatalog/CreateServiceCatalogAssociation.ts.html |here} to see how to use CreateServiceCatalogAssociation API.
139
140
  */
140
141
  createServiceCatalogAssociation(createServiceCatalogAssociationRequest: requests.CreateServiceCatalogAssociationRequest): Promise<responses.CreateServiceCatalogAssociationResponse>;
141
142
  /**
@@ -144,7 +145,7 @@ export declare class ServiceCatalogClient {
144
145
  * @param DeletePrivateApplicationRequest
145
146
  * @return DeletePrivateApplicationResponse
146
147
  * @throws OciError when an error occurs
147
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/servicecatalog/DeletePrivateApplication.ts.html |here} to see how to use DeletePrivateApplication API.
148
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/servicecatalog/DeletePrivateApplication.ts.html |here} to see how to use DeletePrivateApplication API.
148
149
  */
149
150
  deletePrivateApplication(deletePrivateApplicationRequest: requests.DeletePrivateApplicationRequest): Promise<responses.DeletePrivateApplicationResponse>;
150
151
  /**
@@ -153,7 +154,7 @@ export declare class ServiceCatalogClient {
153
154
  * @param DeleteServiceCatalogRequest
154
155
  * @return DeleteServiceCatalogResponse
155
156
  * @throws OciError when an error occurs
156
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/servicecatalog/DeleteServiceCatalog.ts.html |here} to see how to use DeleteServiceCatalog API.
157
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/servicecatalog/DeleteServiceCatalog.ts.html |here} to see how to use DeleteServiceCatalog API.
157
158
  */
158
159
  deleteServiceCatalog(deleteServiceCatalogRequest: requests.DeleteServiceCatalogRequest): Promise<responses.DeleteServiceCatalogResponse>;
159
160
  /**
@@ -162,7 +163,7 @@ export declare class ServiceCatalogClient {
162
163
  * @param DeleteServiceCatalogAssociationRequest
163
164
  * @return DeleteServiceCatalogAssociationResponse
164
165
  * @throws OciError when an error occurs
165
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/servicecatalog/DeleteServiceCatalogAssociation.ts.html |here} to see how to use DeleteServiceCatalogAssociation API.
166
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/servicecatalog/DeleteServiceCatalogAssociation.ts.html |here} to see how to use DeleteServiceCatalogAssociation API.
166
167
  */
167
168
  deleteServiceCatalogAssociation(deleteServiceCatalogAssociationRequest: requests.DeleteServiceCatalogAssociationRequest): Promise<responses.DeleteServiceCatalogAssociationResponse>;
168
169
  /**
@@ -171,7 +172,7 @@ export declare class ServiceCatalogClient {
171
172
  * @param GetPrivateApplicationRequest
172
173
  * @return GetPrivateApplicationResponse
173
174
  * @throws OciError when an error occurs
174
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/servicecatalog/GetPrivateApplication.ts.html |here} to see how to use GetPrivateApplication API.
175
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/servicecatalog/GetPrivateApplication.ts.html |here} to see how to use GetPrivateApplication API.
175
176
  */
176
177
  getPrivateApplication(getPrivateApplicationRequest: requests.GetPrivateApplicationRequest): Promise<responses.GetPrivateApplicationResponse>;
177
178
  /**
@@ -180,7 +181,7 @@ export declare class ServiceCatalogClient {
180
181
  * @param GetPrivateApplicationActionDownloadLogoRequest
181
182
  * @return GetPrivateApplicationActionDownloadLogoResponse
182
183
  * @throws OciError when an error occurs
183
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/servicecatalog/GetPrivateApplicationActionDownloadLogo.ts.html |here} to see how to use GetPrivateApplicationActionDownloadLogo API.
184
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/servicecatalog/GetPrivateApplicationActionDownloadLogo.ts.html |here} to see how to use GetPrivateApplicationActionDownloadLogo API.
184
185
  */
185
186
  getPrivateApplicationActionDownloadLogo(getPrivateApplicationActionDownloadLogoRequest: requests.GetPrivateApplicationActionDownloadLogoRequest): Promise<responses.GetPrivateApplicationActionDownloadLogoResponse>;
186
187
  /**
@@ -189,7 +190,7 @@ export declare class ServiceCatalogClient {
189
190
  * @param GetPrivateApplicationPackageRequest
190
191
  * @return GetPrivateApplicationPackageResponse
191
192
  * @throws OciError when an error occurs
192
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/servicecatalog/GetPrivateApplicationPackage.ts.html |here} to see how to use GetPrivateApplicationPackage API.
193
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/servicecatalog/GetPrivateApplicationPackage.ts.html |here} to see how to use GetPrivateApplicationPackage API.
193
194
  */
194
195
  getPrivateApplicationPackage(getPrivateApplicationPackageRequest: requests.GetPrivateApplicationPackageRequest): Promise<responses.GetPrivateApplicationPackageResponse>;
195
196
  /**
@@ -198,7 +199,7 @@ export declare class ServiceCatalogClient {
198
199
  * @param GetPrivateApplicationPackageActionDownloadConfigRequest
199
200
  * @return GetPrivateApplicationPackageActionDownloadConfigResponse
200
201
  * @throws OciError when an error occurs
201
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/servicecatalog/GetPrivateApplicationPackageActionDownloadConfig.ts.html |here} to see how to use GetPrivateApplicationPackageActionDownloadConfig API.
202
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/servicecatalog/GetPrivateApplicationPackageActionDownloadConfig.ts.html |here} to see how to use GetPrivateApplicationPackageActionDownloadConfig API.
202
203
  */
203
204
  getPrivateApplicationPackageActionDownloadConfig(getPrivateApplicationPackageActionDownloadConfigRequest: requests.GetPrivateApplicationPackageActionDownloadConfigRequest): Promise<responses.GetPrivateApplicationPackageActionDownloadConfigResponse>;
204
205
  /**
@@ -207,7 +208,7 @@ export declare class ServiceCatalogClient {
207
208
  * @param GetServiceCatalogRequest
208
209
  * @return GetServiceCatalogResponse
209
210
  * @throws OciError when an error occurs
210
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/servicecatalog/GetServiceCatalog.ts.html |here} to see how to use GetServiceCatalog API.
211
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/servicecatalog/GetServiceCatalog.ts.html |here} to see how to use GetServiceCatalog API.
211
212
  */
212
213
  getServiceCatalog(getServiceCatalogRequest: requests.GetServiceCatalogRequest): Promise<responses.GetServiceCatalogResponse>;
213
214
  /**
@@ -216,7 +217,7 @@ export declare class ServiceCatalogClient {
216
217
  * @param GetServiceCatalogAssociationRequest
217
218
  * @return GetServiceCatalogAssociationResponse
218
219
  * @throws OciError when an error occurs
219
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/servicecatalog/GetServiceCatalogAssociation.ts.html |here} to see how to use GetServiceCatalogAssociation API.
220
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/servicecatalog/GetServiceCatalogAssociation.ts.html |here} to see how to use GetServiceCatalogAssociation API.
220
221
  */
221
222
  getServiceCatalogAssociation(getServiceCatalogAssociationRequest: requests.GetServiceCatalogAssociationRequest): Promise<responses.GetServiceCatalogAssociationResponse>;
222
223
  /**
@@ -225,7 +226,7 @@ export declare class ServiceCatalogClient {
225
226
  * @param GetWorkRequestRequest
226
227
  * @return GetWorkRequestResponse
227
228
  * @throws OciError when an error occurs
228
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/servicecatalog/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
229
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/servicecatalog/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
229
230
  */
230
231
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
231
232
  /**
@@ -237,7 +238,7 @@ export declare class ServiceCatalogClient {
237
238
  * @param ListApplicationsRequest
238
239
  * @return ListApplicationsResponse
239
240
  * @throws OciError when an error occurs
240
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/servicecatalog/ListApplications.ts.html |here} to see how to use ListApplications API.
241
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/servicecatalog/ListApplications.ts.html |here} to see how to use ListApplications API.
241
242
  */
242
243
  listApplications(listApplicationsRequest: requests.ListApplicationsRequest): Promise<responses.ListApplicationsResponse>;
243
244
  /**
@@ -246,7 +247,7 @@ export declare class ServiceCatalogClient {
246
247
  * @param ListPrivateApplicationPackagesRequest
247
248
  * @return ListPrivateApplicationPackagesResponse
248
249
  * @throws OciError when an error occurs
249
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/servicecatalog/ListPrivateApplicationPackages.ts.html |here} to see how to use ListPrivateApplicationPackages API.
250
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/servicecatalog/ListPrivateApplicationPackages.ts.html |here} to see how to use ListPrivateApplicationPackages API.
250
251
  */
251
252
  listPrivateApplicationPackages(listPrivateApplicationPackagesRequest: requests.ListPrivateApplicationPackagesRequest): Promise<responses.ListPrivateApplicationPackagesResponse>;
252
253
  /**
@@ -255,7 +256,7 @@ export declare class ServiceCatalogClient {
255
256
  * @param ListPrivateApplicationsRequest
256
257
  * @return ListPrivateApplicationsResponse
257
258
  * @throws OciError when an error occurs
258
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/servicecatalog/ListPrivateApplications.ts.html |here} to see how to use ListPrivateApplications API.
259
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/servicecatalog/ListPrivateApplications.ts.html |here} to see how to use ListPrivateApplications API.
259
260
  */
260
261
  listPrivateApplications(listPrivateApplicationsRequest: requests.ListPrivateApplicationsRequest): Promise<responses.ListPrivateApplicationsResponse>;
261
262
  /**
@@ -264,7 +265,7 @@ export declare class ServiceCatalogClient {
264
265
  * @param ListServiceCatalogAssociationsRequest
265
266
  * @return ListServiceCatalogAssociationsResponse
266
267
  * @throws OciError when an error occurs
267
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/servicecatalog/ListServiceCatalogAssociations.ts.html |here} to see how to use ListServiceCatalogAssociations API.
268
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/servicecatalog/ListServiceCatalogAssociations.ts.html |here} to see how to use ListServiceCatalogAssociations API.
268
269
  */
269
270
  listServiceCatalogAssociations(listServiceCatalogAssociationsRequest: requests.ListServiceCatalogAssociationsRequest): Promise<responses.ListServiceCatalogAssociationsResponse>;
270
271
  /**
@@ -273,7 +274,7 @@ export declare class ServiceCatalogClient {
273
274
  * @param ListServiceCatalogsRequest
274
275
  * @return ListServiceCatalogsResponse
275
276
  * @throws OciError when an error occurs
276
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/servicecatalog/ListServiceCatalogs.ts.html |here} to see how to use ListServiceCatalogs API.
277
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/servicecatalog/ListServiceCatalogs.ts.html |here} to see how to use ListServiceCatalogs API.
277
278
  */
278
279
  listServiceCatalogs(listServiceCatalogsRequest: requests.ListServiceCatalogsRequest): Promise<responses.ListServiceCatalogsResponse>;
279
280
  /**
@@ -283,7 +284,7 @@ export declare class ServiceCatalogClient {
283
284
  * @param ListWorkRequestErrorsRequest
284
285
  * @return ListWorkRequestErrorsResponse
285
286
  * @throws OciError when an error occurs
286
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/servicecatalog/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
287
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/servicecatalog/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
287
288
  */
288
289
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
289
290
  /**
@@ -293,7 +294,7 @@ export declare class ServiceCatalogClient {
293
294
  * @param ListWorkRequestLogsRequest
294
295
  * @return ListWorkRequestLogsResponse
295
296
  * @throws OciError when an error occurs
296
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/servicecatalog/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
297
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/servicecatalog/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
297
298
  */
298
299
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
299
300
  /**
@@ -303,7 +304,7 @@ export declare class ServiceCatalogClient {
303
304
  * @param ListWorkRequestsRequest
304
305
  * @return ListWorkRequestsResponse
305
306
  * @throws OciError when an error occurs
306
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/servicecatalog/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
307
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/servicecatalog/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
307
308
  */
308
309
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
309
310
  /**
@@ -312,7 +313,7 @@ export declare class ServiceCatalogClient {
312
313
  * @param UpdatePrivateApplicationRequest
313
314
  * @return UpdatePrivateApplicationResponse
314
315
  * @throws OciError when an error occurs
315
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/servicecatalog/UpdatePrivateApplication.ts.html |here} to see how to use UpdatePrivateApplication API.
316
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/servicecatalog/UpdatePrivateApplication.ts.html |here} to see how to use UpdatePrivateApplication API.
316
317
  */
317
318
  updatePrivateApplication(updatePrivateApplicationRequest: requests.UpdatePrivateApplicationRequest): Promise<responses.UpdatePrivateApplicationResponse>;
318
319
  /**
@@ -321,7 +322,7 @@ export declare class ServiceCatalogClient {
321
322
  * @param UpdateServiceCatalogRequest
322
323
  * @return UpdateServiceCatalogResponse
323
324
  * @throws OciError when an error occurs
324
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/servicecatalog/UpdateServiceCatalog.ts.html |here} to see how to use UpdateServiceCatalog API.
325
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/servicecatalog/UpdateServiceCatalog.ts.html |here} to see how to use UpdateServiceCatalog API.
325
326
  */
326
327
  updateServiceCatalog(updateServiceCatalogRequest: requests.UpdateServiceCatalogRequest): Promise<responses.UpdateServiceCatalogResponse>;
327
328
  }