oci-servicecatalog 2.76.1 → 2.77.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 (57) hide show
  1. package/lib/client.d.ts +26 -26
  2. package/lib/client.js +26 -26
  3. package/lib/model/create-private-application-details.d.ts +2 -2
  4. package/lib/model/create-service-catalog-details.d.ts +2 -2
  5. package/lib/model/private-application-package-summary.d.ts +1 -1
  6. package/lib/model/private-application-package.d.ts +1 -1
  7. package/lib/model/private-application-summary.d.ts +1 -1
  8. package/lib/model/private-application.d.ts +4 -4
  9. package/lib/model/service-catalog-summary.d.ts +1 -1
  10. package/lib/model/service-catalog.d.ts +4 -4
  11. package/lib/model/update-private-application-details.d.ts +2 -2
  12. package/lib/model/update-service-catalog-details.d.ts +2 -2
  13. package/lib/request/bulk-replace-service-catalog-associations-request.d.ts +2 -2
  14. package/lib/request/change-private-application-compartment-request.d.ts +2 -2
  15. package/lib/request/change-service-catalog-compartment-request.d.ts +2 -2
  16. package/lib/request/create-private-application-request.d.ts +1 -1
  17. package/lib/request/create-service-catalog-association-request.d.ts +1 -1
  18. package/lib/request/create-service-catalog-request.d.ts +1 -1
  19. package/lib/request/delete-private-application-request.d.ts +2 -2
  20. package/lib/request/delete-service-catalog-association-request.d.ts +2 -2
  21. package/lib/request/delete-service-catalog-request.d.ts +2 -2
  22. package/lib/request/get-private-application-action-download-logo-request.d.ts +1 -1
  23. package/lib/request/get-private-application-package-action-download-config-request.d.ts +1 -1
  24. package/lib/request/get-private-application-package-request.d.ts +1 -1
  25. package/lib/request/get-private-application-request.d.ts +1 -1
  26. package/lib/request/get-service-catalog-association-request.d.ts +1 -1
  27. package/lib/request/get-service-catalog-request.d.ts +1 -1
  28. package/lib/request/get-work-request-request.d.ts +1 -1
  29. package/lib/request/list-applications-request.d.ts +4 -4
  30. package/lib/request/list-private-application-packages-request.d.ts +4 -4
  31. package/lib/request/list-private-applications-request.d.ts +4 -4
  32. package/lib/request/list-service-catalog-associations-request.d.ts +4 -4
  33. package/lib/request/list-service-catalogs-request.d.ts +4 -4
  34. package/lib/request/list-work-request-errors-request.d.ts +3 -3
  35. package/lib/request/list-work-request-logs-request.d.ts +3 -3
  36. package/lib/request/list-work-requests-request.d.ts +3 -3
  37. package/lib/request/update-private-application-request.d.ts +2 -2
  38. package/lib/request/update-service-catalog-request.d.ts +2 -2
  39. package/lib/response/create-private-application-response.d.ts +1 -1
  40. package/lib/response/create-service-catalog-association-response.d.ts +1 -1
  41. package/lib/response/create-service-catalog-response.d.ts +1 -1
  42. package/lib/response/get-private-application-package-response.d.ts +1 -1
  43. package/lib/response/get-private-application-response.d.ts +1 -1
  44. package/lib/response/get-service-catalog-association-response.d.ts +1 -1
  45. package/lib/response/get-service-catalog-response.d.ts +1 -1
  46. package/lib/response/get-work-request-response.d.ts +1 -1
  47. package/lib/response/list-applications-response.d.ts +1 -1
  48. package/lib/response/list-private-application-packages-response.d.ts +1 -1
  49. package/lib/response/list-private-applications-response.d.ts +1 -1
  50. package/lib/response/list-service-catalog-associations-response.d.ts +1 -1
  51. package/lib/response/list-service-catalogs-response.d.ts +1 -1
  52. package/lib/response/list-work-request-errors-response.d.ts +1 -1
  53. package/lib/response/list-work-request-logs-response.d.ts +1 -1
  54. package/lib/response/list-work-requests-response.d.ts +1 -1
  55. package/lib/response/update-private-application-response.d.ts +1 -1
  56. package/lib/response/update-service-catalog-response.d.ts +1 -1
  57. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -86,7 +86,7 @@ export declare class ServiceCatalogClient {
86
86
  * @param BulkReplaceServiceCatalogAssociationsRequest
87
87
  * @return BulkReplaceServiceCatalogAssociationsResponse
88
88
  * @throws OciError when an error occurs
89
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/servicecatalog/BulkReplaceServiceCatalogAssociations.ts.html |here} to see how to use BulkReplaceServiceCatalogAssociations API.
89
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/servicecatalog/BulkReplaceServiceCatalogAssociations.ts.html |here} to see how to use BulkReplaceServiceCatalogAssociations API.
90
90
  */
91
91
  bulkReplaceServiceCatalogAssociations(bulkReplaceServiceCatalogAssociationsRequest: requests.BulkReplaceServiceCatalogAssociationsRequest): Promise<responses.BulkReplaceServiceCatalogAssociationsResponse>;
92
92
  /**
@@ -95,7 +95,7 @@ export declare class ServiceCatalogClient {
95
95
  * @param ChangePrivateApplicationCompartmentRequest
96
96
  * @return ChangePrivateApplicationCompartmentResponse
97
97
  * @throws OciError when an error occurs
98
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/servicecatalog/ChangePrivateApplicationCompartment.ts.html |here} to see how to use ChangePrivateApplicationCompartment API.
98
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/servicecatalog/ChangePrivateApplicationCompartment.ts.html |here} to see how to use ChangePrivateApplicationCompartment API.
99
99
  */
100
100
  changePrivateApplicationCompartment(changePrivateApplicationCompartmentRequest: requests.ChangePrivateApplicationCompartmentRequest): Promise<responses.ChangePrivateApplicationCompartmentResponse>;
101
101
  /**
@@ -104,7 +104,7 @@ export declare class ServiceCatalogClient {
104
104
  * @param ChangeServiceCatalogCompartmentRequest
105
105
  * @return ChangeServiceCatalogCompartmentResponse
106
106
  * @throws OciError when an error occurs
107
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/servicecatalog/ChangeServiceCatalogCompartment.ts.html |here} to see how to use ChangeServiceCatalogCompartment API.
107
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/servicecatalog/ChangeServiceCatalogCompartment.ts.html |here} to see how to use ChangeServiceCatalogCompartment API.
108
108
  */
109
109
  changeServiceCatalogCompartment(changeServiceCatalogCompartmentRequest: requests.ChangeServiceCatalogCompartmentRequest): Promise<responses.ChangeServiceCatalogCompartmentResponse>;
110
110
  /**
@@ -113,7 +113,7 @@ export declare class ServiceCatalogClient {
113
113
  * @param CreatePrivateApplicationRequest
114
114
  * @return CreatePrivateApplicationResponse
115
115
  * @throws OciError when an error occurs
116
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/servicecatalog/CreatePrivateApplication.ts.html |here} to see how to use CreatePrivateApplication API.
116
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/servicecatalog/CreatePrivateApplication.ts.html |here} to see how to use CreatePrivateApplication API.
117
117
  */
118
118
  createPrivateApplication(createPrivateApplicationRequest: requests.CreatePrivateApplicationRequest): Promise<responses.CreatePrivateApplicationResponse>;
119
119
  /**
@@ -122,7 +122,7 @@ export declare class ServiceCatalogClient {
122
122
  * @param CreateServiceCatalogRequest
123
123
  * @return CreateServiceCatalogResponse
124
124
  * @throws OciError when an error occurs
125
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/servicecatalog/CreateServiceCatalog.ts.html |here} to see how to use CreateServiceCatalog API.
125
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/servicecatalog/CreateServiceCatalog.ts.html |here} to see how to use CreateServiceCatalog API.
126
126
  */
127
127
  createServiceCatalog(createServiceCatalogRequest: requests.CreateServiceCatalogRequest): Promise<responses.CreateServiceCatalogResponse>;
128
128
  /**
@@ -131,7 +131,7 @@ export declare class ServiceCatalogClient {
131
131
  * @param CreateServiceCatalogAssociationRequest
132
132
  * @return CreateServiceCatalogAssociationResponse
133
133
  * @throws OciError when an error occurs
134
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/servicecatalog/CreateServiceCatalogAssociation.ts.html |here} to see how to use CreateServiceCatalogAssociation API.
134
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/servicecatalog/CreateServiceCatalogAssociation.ts.html |here} to see how to use CreateServiceCatalogAssociation API.
135
135
  */
136
136
  createServiceCatalogAssociation(createServiceCatalogAssociationRequest: requests.CreateServiceCatalogAssociationRequest): Promise<responses.CreateServiceCatalogAssociationResponse>;
137
137
  /**
@@ -140,7 +140,7 @@ export declare class ServiceCatalogClient {
140
140
  * @param DeletePrivateApplicationRequest
141
141
  * @return DeletePrivateApplicationResponse
142
142
  * @throws OciError when an error occurs
143
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/servicecatalog/DeletePrivateApplication.ts.html |here} to see how to use DeletePrivateApplication API.
143
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/servicecatalog/DeletePrivateApplication.ts.html |here} to see how to use DeletePrivateApplication API.
144
144
  */
145
145
  deletePrivateApplication(deletePrivateApplicationRequest: requests.DeletePrivateApplicationRequest): Promise<responses.DeletePrivateApplicationResponse>;
146
146
  /**
@@ -149,7 +149,7 @@ export declare class ServiceCatalogClient {
149
149
  * @param DeleteServiceCatalogRequest
150
150
  * @return DeleteServiceCatalogResponse
151
151
  * @throws OciError when an error occurs
152
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/servicecatalog/DeleteServiceCatalog.ts.html |here} to see how to use DeleteServiceCatalog API.
152
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/servicecatalog/DeleteServiceCatalog.ts.html |here} to see how to use DeleteServiceCatalog API.
153
153
  */
154
154
  deleteServiceCatalog(deleteServiceCatalogRequest: requests.DeleteServiceCatalogRequest): Promise<responses.DeleteServiceCatalogResponse>;
155
155
  /**
@@ -158,7 +158,7 @@ export declare class ServiceCatalogClient {
158
158
  * @param DeleteServiceCatalogAssociationRequest
159
159
  * @return DeleteServiceCatalogAssociationResponse
160
160
  * @throws OciError when an error occurs
161
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/servicecatalog/DeleteServiceCatalogAssociation.ts.html |here} to see how to use DeleteServiceCatalogAssociation API.
161
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/servicecatalog/DeleteServiceCatalogAssociation.ts.html |here} to see how to use DeleteServiceCatalogAssociation API.
162
162
  */
163
163
  deleteServiceCatalogAssociation(deleteServiceCatalogAssociationRequest: requests.DeleteServiceCatalogAssociationRequest): Promise<responses.DeleteServiceCatalogAssociationResponse>;
164
164
  /**
@@ -167,7 +167,7 @@ export declare class ServiceCatalogClient {
167
167
  * @param GetPrivateApplicationRequest
168
168
  * @return GetPrivateApplicationResponse
169
169
  * @throws OciError when an error occurs
170
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/servicecatalog/GetPrivateApplication.ts.html |here} to see how to use GetPrivateApplication API.
170
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/servicecatalog/GetPrivateApplication.ts.html |here} to see how to use GetPrivateApplication API.
171
171
  */
172
172
  getPrivateApplication(getPrivateApplicationRequest: requests.GetPrivateApplicationRequest): Promise<responses.GetPrivateApplicationResponse>;
173
173
  /**
@@ -176,7 +176,7 @@ export declare class ServiceCatalogClient {
176
176
  * @param GetPrivateApplicationActionDownloadLogoRequest
177
177
  * @return GetPrivateApplicationActionDownloadLogoResponse
178
178
  * @throws OciError when an error occurs
179
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/servicecatalog/GetPrivateApplicationActionDownloadLogo.ts.html |here} to see how to use GetPrivateApplicationActionDownloadLogo API.
179
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/servicecatalog/GetPrivateApplicationActionDownloadLogo.ts.html |here} to see how to use GetPrivateApplicationActionDownloadLogo API.
180
180
  */
181
181
  getPrivateApplicationActionDownloadLogo(getPrivateApplicationActionDownloadLogoRequest: requests.GetPrivateApplicationActionDownloadLogoRequest): Promise<responses.GetPrivateApplicationActionDownloadLogoResponse>;
182
182
  /**
@@ -185,7 +185,7 @@ export declare class ServiceCatalogClient {
185
185
  * @param GetPrivateApplicationPackageRequest
186
186
  * @return GetPrivateApplicationPackageResponse
187
187
  * @throws OciError when an error occurs
188
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/servicecatalog/GetPrivateApplicationPackage.ts.html |here} to see how to use GetPrivateApplicationPackage API.
188
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/servicecatalog/GetPrivateApplicationPackage.ts.html |here} to see how to use GetPrivateApplicationPackage API.
189
189
  */
190
190
  getPrivateApplicationPackage(getPrivateApplicationPackageRequest: requests.GetPrivateApplicationPackageRequest): Promise<responses.GetPrivateApplicationPackageResponse>;
191
191
  /**
@@ -194,7 +194,7 @@ export declare class ServiceCatalogClient {
194
194
  * @param GetPrivateApplicationPackageActionDownloadConfigRequest
195
195
  * @return GetPrivateApplicationPackageActionDownloadConfigResponse
196
196
  * @throws OciError when an error occurs
197
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/servicecatalog/GetPrivateApplicationPackageActionDownloadConfig.ts.html |here} to see how to use GetPrivateApplicationPackageActionDownloadConfig API.
197
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/servicecatalog/GetPrivateApplicationPackageActionDownloadConfig.ts.html |here} to see how to use GetPrivateApplicationPackageActionDownloadConfig API.
198
198
  */
199
199
  getPrivateApplicationPackageActionDownloadConfig(getPrivateApplicationPackageActionDownloadConfigRequest: requests.GetPrivateApplicationPackageActionDownloadConfigRequest): Promise<responses.GetPrivateApplicationPackageActionDownloadConfigResponse>;
200
200
  /**
@@ -203,7 +203,7 @@ export declare class ServiceCatalogClient {
203
203
  * @param GetServiceCatalogRequest
204
204
  * @return GetServiceCatalogResponse
205
205
  * @throws OciError when an error occurs
206
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/servicecatalog/GetServiceCatalog.ts.html |here} to see how to use GetServiceCatalog API.
206
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/servicecatalog/GetServiceCatalog.ts.html |here} to see how to use GetServiceCatalog API.
207
207
  */
208
208
  getServiceCatalog(getServiceCatalogRequest: requests.GetServiceCatalogRequest): Promise<responses.GetServiceCatalogResponse>;
209
209
  /**
@@ -212,7 +212,7 @@ export declare class ServiceCatalogClient {
212
212
  * @param GetServiceCatalogAssociationRequest
213
213
  * @return GetServiceCatalogAssociationResponse
214
214
  * @throws OciError when an error occurs
215
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/servicecatalog/GetServiceCatalogAssociation.ts.html |here} to see how to use GetServiceCatalogAssociation API.
215
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/servicecatalog/GetServiceCatalogAssociation.ts.html |here} to see how to use GetServiceCatalogAssociation API.
216
216
  */
217
217
  getServiceCatalogAssociation(getServiceCatalogAssociationRequest: requests.GetServiceCatalogAssociationRequest): Promise<responses.GetServiceCatalogAssociationResponse>;
218
218
  /**
@@ -221,7 +221,7 @@ export declare class ServiceCatalogClient {
221
221
  * @param GetWorkRequestRequest
222
222
  * @return GetWorkRequestResponse
223
223
  * @throws OciError when an error occurs
224
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/servicecatalog/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
224
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/servicecatalog/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
225
225
  */
226
226
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
227
227
  /**
@@ -233,7 +233,7 @@ export declare class ServiceCatalogClient {
233
233
  * @param ListApplicationsRequest
234
234
  * @return ListApplicationsResponse
235
235
  * @throws OciError when an error occurs
236
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/servicecatalog/ListApplications.ts.html |here} to see how to use ListApplications API.
236
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/servicecatalog/ListApplications.ts.html |here} to see how to use ListApplications API.
237
237
  */
238
238
  listApplications(listApplicationsRequest: requests.ListApplicationsRequest): Promise<responses.ListApplicationsResponse>;
239
239
  /**
@@ -242,7 +242,7 @@ export declare class ServiceCatalogClient {
242
242
  * @param ListPrivateApplicationPackagesRequest
243
243
  * @return ListPrivateApplicationPackagesResponse
244
244
  * @throws OciError when an error occurs
245
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/servicecatalog/ListPrivateApplicationPackages.ts.html |here} to see how to use ListPrivateApplicationPackages API.
245
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/servicecatalog/ListPrivateApplicationPackages.ts.html |here} to see how to use ListPrivateApplicationPackages API.
246
246
  */
247
247
  listPrivateApplicationPackages(listPrivateApplicationPackagesRequest: requests.ListPrivateApplicationPackagesRequest): Promise<responses.ListPrivateApplicationPackagesResponse>;
248
248
  /**
@@ -251,7 +251,7 @@ export declare class ServiceCatalogClient {
251
251
  * @param ListPrivateApplicationsRequest
252
252
  * @return ListPrivateApplicationsResponse
253
253
  * @throws OciError when an error occurs
254
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/servicecatalog/ListPrivateApplications.ts.html |here} to see how to use ListPrivateApplications API.
254
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/servicecatalog/ListPrivateApplications.ts.html |here} to see how to use ListPrivateApplications API.
255
255
  */
256
256
  listPrivateApplications(listPrivateApplicationsRequest: requests.ListPrivateApplicationsRequest): Promise<responses.ListPrivateApplicationsResponse>;
257
257
  /**
@@ -260,7 +260,7 @@ export declare class ServiceCatalogClient {
260
260
  * @param ListServiceCatalogAssociationsRequest
261
261
  * @return ListServiceCatalogAssociationsResponse
262
262
  * @throws OciError when an error occurs
263
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/servicecatalog/ListServiceCatalogAssociations.ts.html |here} to see how to use ListServiceCatalogAssociations API.
263
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/servicecatalog/ListServiceCatalogAssociations.ts.html |here} to see how to use ListServiceCatalogAssociations API.
264
264
  */
265
265
  listServiceCatalogAssociations(listServiceCatalogAssociationsRequest: requests.ListServiceCatalogAssociationsRequest): Promise<responses.ListServiceCatalogAssociationsResponse>;
266
266
  /**
@@ -269,7 +269,7 @@ export declare class ServiceCatalogClient {
269
269
  * @param ListServiceCatalogsRequest
270
270
  * @return ListServiceCatalogsResponse
271
271
  * @throws OciError when an error occurs
272
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/servicecatalog/ListServiceCatalogs.ts.html |here} to see how to use ListServiceCatalogs API.
272
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/servicecatalog/ListServiceCatalogs.ts.html |here} to see how to use ListServiceCatalogs API.
273
273
  */
274
274
  listServiceCatalogs(listServiceCatalogsRequest: requests.ListServiceCatalogsRequest): Promise<responses.ListServiceCatalogsResponse>;
275
275
  /**
@@ -279,7 +279,7 @@ export declare class ServiceCatalogClient {
279
279
  * @param ListWorkRequestErrorsRequest
280
280
  * @return ListWorkRequestErrorsResponse
281
281
  * @throws OciError when an error occurs
282
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/servicecatalog/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
282
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/servicecatalog/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
283
283
  */
284
284
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
285
285
  /**
@@ -289,7 +289,7 @@ export declare class ServiceCatalogClient {
289
289
  * @param ListWorkRequestLogsRequest
290
290
  * @return ListWorkRequestLogsResponse
291
291
  * @throws OciError when an error occurs
292
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/servicecatalog/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
292
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/servicecatalog/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
293
293
  */
294
294
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
295
295
  /**
@@ -299,7 +299,7 @@ export declare class ServiceCatalogClient {
299
299
  * @param ListWorkRequestsRequest
300
300
  * @return ListWorkRequestsResponse
301
301
  * @throws OciError when an error occurs
302
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/servicecatalog/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
302
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/servicecatalog/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
303
303
  */
304
304
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
305
305
  /**
@@ -308,7 +308,7 @@ export declare class ServiceCatalogClient {
308
308
  * @param UpdatePrivateApplicationRequest
309
309
  * @return UpdatePrivateApplicationResponse
310
310
  * @throws OciError when an error occurs
311
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/servicecatalog/UpdatePrivateApplication.ts.html |here} to see how to use UpdatePrivateApplication API.
311
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/servicecatalog/UpdatePrivateApplication.ts.html |here} to see how to use UpdatePrivateApplication API.
312
312
  */
313
313
  updatePrivateApplication(updatePrivateApplicationRequest: requests.UpdatePrivateApplicationRequest): Promise<responses.UpdatePrivateApplicationResponse>;
314
314
  /**
@@ -317,7 +317,7 @@ export declare class ServiceCatalogClient {
317
317
  * @param UpdateServiceCatalogRequest
318
318
  * @return UpdateServiceCatalogResponse
319
319
  * @throws OciError when an error occurs
320
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/servicecatalog/UpdateServiceCatalog.ts.html |here} to see how to use UpdateServiceCatalog API.
320
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/servicecatalog/UpdateServiceCatalog.ts.html |here} to see how to use UpdateServiceCatalog API.
321
321
  */
322
322
  updateServiceCatalog(updateServiceCatalogRequest: requests.UpdateServiceCatalogRequest): Promise<responses.UpdateServiceCatalogResponse>;
323
323
  }
package/lib/client.js CHANGED
@@ -187,7 +187,7 @@ class ServiceCatalogClient {
187
187
  * @param BulkReplaceServiceCatalogAssociationsRequest
188
188
  * @return BulkReplaceServiceCatalogAssociationsResponse
189
189
  * @throws OciError when an error occurs
190
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/servicecatalog/BulkReplaceServiceCatalogAssociations.ts.html |here} to see how to use BulkReplaceServiceCatalogAssociations API.
190
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/servicecatalog/BulkReplaceServiceCatalogAssociations.ts.html |here} to see how to use BulkReplaceServiceCatalogAssociations API.
191
191
  */
192
192
  bulkReplaceServiceCatalogAssociations(bulkReplaceServiceCatalogAssociationsRequest) {
193
193
  return __awaiter(this, void 0, void 0, function* () {
@@ -243,7 +243,7 @@ class ServiceCatalogClient {
243
243
  * @param ChangePrivateApplicationCompartmentRequest
244
244
  * @return ChangePrivateApplicationCompartmentResponse
245
245
  * @throws OciError when an error occurs
246
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/servicecatalog/ChangePrivateApplicationCompartment.ts.html |here} to see how to use ChangePrivateApplicationCompartment API.
246
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/servicecatalog/ChangePrivateApplicationCompartment.ts.html |here} to see how to use ChangePrivateApplicationCompartment API.
247
247
  */
248
248
  changePrivateApplicationCompartment(changePrivateApplicationCompartmentRequest) {
249
249
  return __awaiter(this, void 0, void 0, function* () {
@@ -304,7 +304,7 @@ class ServiceCatalogClient {
304
304
  * @param ChangeServiceCatalogCompartmentRequest
305
305
  * @return ChangeServiceCatalogCompartmentResponse
306
306
  * @throws OciError when an error occurs
307
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/servicecatalog/ChangeServiceCatalogCompartment.ts.html |here} to see how to use ChangeServiceCatalogCompartment API.
307
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/servicecatalog/ChangeServiceCatalogCompartment.ts.html |here} to see how to use ChangeServiceCatalogCompartment API.
308
308
  */
309
309
  changeServiceCatalogCompartment(changeServiceCatalogCompartmentRequest) {
310
310
  return __awaiter(this, void 0, void 0, function* () {
@@ -360,7 +360,7 @@ class ServiceCatalogClient {
360
360
  * @param CreatePrivateApplicationRequest
361
361
  * @return CreatePrivateApplicationResponse
362
362
  * @throws OciError when an error occurs
363
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/servicecatalog/CreatePrivateApplication.ts.html |here} to see how to use CreatePrivateApplication API.
363
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/servicecatalog/CreatePrivateApplication.ts.html |here} to see how to use CreatePrivateApplication API.
364
364
  */
365
365
  createPrivateApplication(createPrivateApplicationRequest) {
366
366
  return __awaiter(this, void 0, void 0, function* () {
@@ -428,7 +428,7 @@ class ServiceCatalogClient {
428
428
  * @param CreateServiceCatalogRequest
429
429
  * @return CreateServiceCatalogResponse
430
430
  * @throws OciError when an error occurs
431
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/servicecatalog/CreateServiceCatalog.ts.html |here} to see how to use CreateServiceCatalog API.
431
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/servicecatalog/CreateServiceCatalog.ts.html |here} to see how to use CreateServiceCatalog API.
432
432
  */
433
433
  createServiceCatalog(createServiceCatalogRequest) {
434
434
  return __awaiter(this, void 0, void 0, function* () {
@@ -491,7 +491,7 @@ class ServiceCatalogClient {
491
491
  * @param CreateServiceCatalogAssociationRequest
492
492
  * @return CreateServiceCatalogAssociationResponse
493
493
  * @throws OciError when an error occurs
494
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/servicecatalog/CreateServiceCatalogAssociation.ts.html |here} to see how to use CreateServiceCatalogAssociation API.
494
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/servicecatalog/CreateServiceCatalogAssociation.ts.html |here} to see how to use CreateServiceCatalogAssociation API.
495
495
  */
496
496
  createServiceCatalogAssociation(createServiceCatalogAssociationRequest) {
497
497
  return __awaiter(this, void 0, void 0, function* () {
@@ -554,7 +554,7 @@ class ServiceCatalogClient {
554
554
  * @param DeletePrivateApplicationRequest
555
555
  * @return DeletePrivateApplicationResponse
556
556
  * @throws OciError when an error occurs
557
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/servicecatalog/DeletePrivateApplication.ts.html |here} to see how to use DeletePrivateApplication API.
557
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/servicecatalog/DeletePrivateApplication.ts.html |here} to see how to use DeletePrivateApplication API.
558
558
  */
559
559
  deletePrivateApplication(deletePrivateApplicationRequest) {
560
560
  return __awaiter(this, void 0, void 0, function* () {
@@ -614,7 +614,7 @@ class ServiceCatalogClient {
614
614
  * @param DeleteServiceCatalogRequest
615
615
  * @return DeleteServiceCatalogResponse
616
616
  * @throws OciError when an error occurs
617
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/servicecatalog/DeleteServiceCatalog.ts.html |here} to see how to use DeleteServiceCatalog API.
617
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/servicecatalog/DeleteServiceCatalog.ts.html |here} to see how to use DeleteServiceCatalog API.
618
618
  */
619
619
  deleteServiceCatalog(deleteServiceCatalogRequest) {
620
620
  return __awaiter(this, void 0, void 0, function* () {
@@ -669,7 +669,7 @@ class ServiceCatalogClient {
669
669
  * @param DeleteServiceCatalogAssociationRequest
670
670
  * @return DeleteServiceCatalogAssociationResponse
671
671
  * @throws OciError when an error occurs
672
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/servicecatalog/DeleteServiceCatalogAssociation.ts.html |here} to see how to use DeleteServiceCatalogAssociation API.
672
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/servicecatalog/DeleteServiceCatalogAssociation.ts.html |here} to see how to use DeleteServiceCatalogAssociation API.
673
673
  */
674
674
  deleteServiceCatalogAssociation(deleteServiceCatalogAssociationRequest) {
675
675
  return __awaiter(this, void 0, void 0, function* () {
@@ -724,7 +724,7 @@ class ServiceCatalogClient {
724
724
  * @param GetPrivateApplicationRequest
725
725
  * @return GetPrivateApplicationResponse
726
726
  * @throws OciError when an error occurs
727
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/servicecatalog/GetPrivateApplication.ts.html |here} to see how to use GetPrivateApplication API.
727
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/servicecatalog/GetPrivateApplication.ts.html |here} to see how to use GetPrivateApplication API.
728
728
  */
729
729
  getPrivateApplication(getPrivateApplicationRequest) {
730
730
  return __awaiter(this, void 0, void 0, function* () {
@@ -787,7 +787,7 @@ class ServiceCatalogClient {
787
787
  * @param GetPrivateApplicationActionDownloadLogoRequest
788
788
  * @return GetPrivateApplicationActionDownloadLogoResponse
789
789
  * @throws OciError when an error occurs
790
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/servicecatalog/GetPrivateApplicationActionDownloadLogo.ts.html |here} to see how to use GetPrivateApplicationActionDownloadLogo API.
790
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/servicecatalog/GetPrivateApplicationActionDownloadLogo.ts.html |here} to see how to use GetPrivateApplicationActionDownloadLogo API.
791
791
  */
792
792
  getPrivateApplicationActionDownloadLogo(getPrivateApplicationActionDownloadLogoRequest) {
793
793
  return __awaiter(this, void 0, void 0, function* () {
@@ -844,7 +844,7 @@ class ServiceCatalogClient {
844
844
  * @param GetPrivateApplicationPackageRequest
845
845
  * @return GetPrivateApplicationPackageResponse
846
846
  * @throws OciError when an error occurs
847
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/servicecatalog/GetPrivateApplicationPackage.ts.html |here} to see how to use GetPrivateApplicationPackage API.
847
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/servicecatalog/GetPrivateApplicationPackage.ts.html |here} to see how to use GetPrivateApplicationPackage API.
848
848
  */
849
849
  getPrivateApplicationPackage(getPrivateApplicationPackageRequest) {
850
850
  return __awaiter(this, void 0, void 0, function* () {
@@ -907,7 +907,7 @@ class ServiceCatalogClient {
907
907
  * @param GetPrivateApplicationPackageActionDownloadConfigRequest
908
908
  * @return GetPrivateApplicationPackageActionDownloadConfigResponse
909
909
  * @throws OciError when an error occurs
910
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/servicecatalog/GetPrivateApplicationPackageActionDownloadConfig.ts.html |here} to see how to use GetPrivateApplicationPackageActionDownloadConfig API.
910
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/servicecatalog/GetPrivateApplicationPackageActionDownloadConfig.ts.html |here} to see how to use GetPrivateApplicationPackageActionDownloadConfig API.
911
911
  */
912
912
  getPrivateApplicationPackageActionDownloadConfig(getPrivateApplicationPackageActionDownloadConfigRequest) {
913
913
  return __awaiter(this, void 0, void 0, function* () {
@@ -964,7 +964,7 @@ class ServiceCatalogClient {
964
964
  * @param GetServiceCatalogRequest
965
965
  * @return GetServiceCatalogResponse
966
966
  * @throws OciError when an error occurs
967
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/servicecatalog/GetServiceCatalog.ts.html |here} to see how to use GetServiceCatalog API.
967
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/servicecatalog/GetServiceCatalog.ts.html |here} to see how to use GetServiceCatalog API.
968
968
  */
969
969
  getServiceCatalog(getServiceCatalogRequest) {
970
970
  return __awaiter(this, void 0, void 0, function* () {
@@ -1027,7 +1027,7 @@ class ServiceCatalogClient {
1027
1027
  * @param GetServiceCatalogAssociationRequest
1028
1028
  * @return GetServiceCatalogAssociationResponse
1029
1029
  * @throws OciError when an error occurs
1030
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/servicecatalog/GetServiceCatalogAssociation.ts.html |here} to see how to use GetServiceCatalogAssociation API.
1030
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/servicecatalog/GetServiceCatalogAssociation.ts.html |here} to see how to use GetServiceCatalogAssociation API.
1031
1031
  */
1032
1032
  getServiceCatalogAssociation(getServiceCatalogAssociationRequest) {
1033
1033
  return __awaiter(this, void 0, void 0, function* () {
@@ -1090,7 +1090,7 @@ class ServiceCatalogClient {
1090
1090
  * @param GetWorkRequestRequest
1091
1091
  * @return GetWorkRequestResponse
1092
1092
  * @throws OciError when an error occurs
1093
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/servicecatalog/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1093
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/servicecatalog/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1094
1094
  */
1095
1095
  getWorkRequest(getWorkRequestRequest) {
1096
1096
  return __awaiter(this, void 0, void 0, function* () {
@@ -1161,7 +1161,7 @@ class ServiceCatalogClient {
1161
1161
  * @param ListApplicationsRequest
1162
1162
  * @return ListApplicationsResponse
1163
1163
  * @throws OciError when an error occurs
1164
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/servicecatalog/ListApplications.ts.html |here} to see how to use ListApplications API.
1164
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/servicecatalog/ListApplications.ts.html |here} to see how to use ListApplications API.
1165
1165
  */
1166
1166
  listApplications(listApplicationsRequest) {
1167
1167
  return __awaiter(this, void 0, void 0, function* () {
@@ -1235,7 +1235,7 @@ class ServiceCatalogClient {
1235
1235
  * @param ListPrivateApplicationPackagesRequest
1236
1236
  * @return ListPrivateApplicationPackagesResponse
1237
1237
  * @throws OciError when an error occurs
1238
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/servicecatalog/ListPrivateApplicationPackages.ts.html |here} to see how to use ListPrivateApplicationPackages API.
1238
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/servicecatalog/ListPrivateApplicationPackages.ts.html |here} to see how to use ListPrivateApplicationPackages API.
1239
1239
  */
1240
1240
  listPrivateApplicationPackages(listPrivateApplicationPackagesRequest) {
1241
1241
  return __awaiter(this, void 0, void 0, function* () {
@@ -1305,7 +1305,7 @@ class ServiceCatalogClient {
1305
1305
  * @param ListPrivateApplicationsRequest
1306
1306
  * @return ListPrivateApplicationsResponse
1307
1307
  * @throws OciError when an error occurs
1308
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/servicecatalog/ListPrivateApplications.ts.html |here} to see how to use ListPrivateApplications API.
1308
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/servicecatalog/ListPrivateApplications.ts.html |here} to see how to use ListPrivateApplications API.
1309
1309
  */
1310
1310
  listPrivateApplications(listPrivateApplicationsRequest) {
1311
1311
  return __awaiter(this, void 0, void 0, function* () {
@@ -1374,7 +1374,7 @@ class ServiceCatalogClient {
1374
1374
  * @param ListServiceCatalogAssociationsRequest
1375
1375
  * @return ListServiceCatalogAssociationsResponse
1376
1376
  * @throws OciError when an error occurs
1377
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/servicecatalog/ListServiceCatalogAssociations.ts.html |here} to see how to use ListServiceCatalogAssociations API.
1377
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/servicecatalog/ListServiceCatalogAssociations.ts.html |here} to see how to use ListServiceCatalogAssociations API.
1378
1378
  */
1379
1379
  listServiceCatalogAssociations(listServiceCatalogAssociationsRequest) {
1380
1380
  return __awaiter(this, void 0, void 0, function* () {
@@ -1444,7 +1444,7 @@ class ServiceCatalogClient {
1444
1444
  * @param ListServiceCatalogsRequest
1445
1445
  * @return ListServiceCatalogsResponse
1446
1446
  * @throws OciError when an error occurs
1447
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/servicecatalog/ListServiceCatalogs.ts.html |here} to see how to use ListServiceCatalogs API.
1447
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/servicecatalog/ListServiceCatalogs.ts.html |here} to see how to use ListServiceCatalogs API.
1448
1448
  */
1449
1449
  listServiceCatalogs(listServiceCatalogsRequest) {
1450
1450
  return __awaiter(this, void 0, void 0, function* () {
@@ -1514,7 +1514,7 @@ class ServiceCatalogClient {
1514
1514
  * @param ListWorkRequestErrorsRequest
1515
1515
  * @return ListWorkRequestErrorsResponse
1516
1516
  * @throws OciError when an error occurs
1517
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/servicecatalog/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1517
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/servicecatalog/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1518
1518
  */
1519
1519
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
1520
1520
  return __awaiter(this, void 0, void 0, function* () {
@@ -1583,7 +1583,7 @@ class ServiceCatalogClient {
1583
1583
  * @param ListWorkRequestLogsRequest
1584
1584
  * @return ListWorkRequestLogsResponse
1585
1585
  * @throws OciError when an error occurs
1586
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/servicecatalog/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1586
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/servicecatalog/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1587
1587
  */
1588
1588
  listWorkRequestLogs(listWorkRequestLogsRequest) {
1589
1589
  return __awaiter(this, void 0, void 0, function* () {
@@ -1652,7 +1652,7 @@ class ServiceCatalogClient {
1652
1652
  * @param ListWorkRequestsRequest
1653
1653
  * @return ListWorkRequestsResponse
1654
1654
  * @throws OciError when an error occurs
1655
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/servicecatalog/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1655
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/servicecatalog/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1656
1656
  */
1657
1657
  listWorkRequests(listWorkRequestsRequest) {
1658
1658
  return __awaiter(this, void 0, void 0, function* () {
@@ -1722,7 +1722,7 @@ class ServiceCatalogClient {
1722
1722
  * @param UpdatePrivateApplicationRequest
1723
1723
  * @return UpdatePrivateApplicationResponse
1724
1724
  * @throws OciError when an error occurs
1725
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/servicecatalog/UpdatePrivateApplication.ts.html |here} to see how to use UpdatePrivateApplication API.
1725
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/servicecatalog/UpdatePrivateApplication.ts.html |here} to see how to use UpdatePrivateApplication API.
1726
1726
  */
1727
1727
  updatePrivateApplication(updatePrivateApplicationRequest) {
1728
1728
  return __awaiter(this, void 0, void 0, function* () {
@@ -1792,7 +1792,7 @@ class ServiceCatalogClient {
1792
1792
  * @param UpdateServiceCatalogRequest
1793
1793
  * @return UpdateServiceCatalogResponse
1794
1794
  * @throws OciError when an error occurs
1795
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/servicecatalog/UpdateServiceCatalog.ts.html |here} to see how to use UpdateServiceCatalog API.
1795
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/servicecatalog/UpdateServiceCatalog.ts.html |here} to see how to use UpdateServiceCatalog API.
1796
1796
  */
1797
1797
  updateServiceCatalog(updateServiceCatalogRequest) {
1798
1798
  return __awaiter(this, void 0, void 0, function* () {
@@ -41,7 +41,7 @@ export interface CreatePrivateApplicationDetails {
41
41
  "packageDetails": model.CreatePrivateApplicationStackPackage;
42
42
  /**
43
43
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
44
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
44
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
45
45
  *
46
46
  */
47
47
  "definedTags"?: {
@@ -51,7 +51,7 @@ export interface CreatePrivateApplicationDetails {
51
51
  };
52
52
  /**
53
53
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
54
- * Example: `{\"bar-key\": \"value\"}`
54
+ * Example: {@code {\"bar-key\": \"value\"}}
55
55
  *
56
56
  */
57
57
  "freeformTags"?: {
@@ -24,7 +24,7 @@ export interface CreateServiceCatalogDetails {
24
24
  "displayName": string;
25
25
  /**
26
26
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
27
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
27
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
28
28
  *
29
29
  */
30
30
  "definedTags"?: {
@@ -34,7 +34,7 @@ export interface CreateServiceCatalogDetails {
34
34
  };
35
35
  /**
36
36
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
37
- * Example: `{\"bar-key\": \"value\"}`
37
+ * Example: {@code {\"bar-key\": \"value\"}}
38
38
  *
39
39
  */
40
40
  "freeformTags"?: {
@@ -41,7 +41,7 @@ export interface PrivateApplicationPackageSummary {
41
41
  * The date and time the private application package was created, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339)
42
42
  * timestamp format.
43
43
  * <p>
44
- Example: `2021-05-27T21:10:29.600Z`
44
+ Example: {@code 2021-05-27T21:10:29.600Z}
45
45
  *
46
46
  */
47
47
  "timeCreated": Date;
@@ -36,7 +36,7 @@ export interface PrivateApplicationPackage {
36
36
  * The date and time the private application package was created, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339)
37
37
  * timestamp format.
38
38
  * <p>
39
- Example: `2021-05-27T21:10:29.600Z`
39
+ Example: {@code 2021-05-27T21:10:29.600Z}
40
40
  *
41
41
  */
42
42
  "timeCreated": Date;
@@ -46,7 +46,7 @@ export interface PrivateApplicationSummary {
46
46
  * The date and time the private application was created, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339)
47
47
  * timestamp format.
48
48
  * <p>
49
- Example: `2021-05-27T21:10:29.600Z`
49
+ Example: {@code 2021-05-27T21:10:29.600Z}
50
50
  *
51
51
  */
52
52
  "timeCreated": Date;
@@ -50,7 +50,7 @@ export interface PrivateApplication {
50
50
  * The date and time the private application was created, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339)
51
51
  * timestamp format.
52
52
  * <p>
53
- Example: `2021-05-26T21:10:29.600Z`
53
+ Example: {@code 2021-05-26T21:10:29.600Z}
54
54
  *
55
55
  */
56
56
  "timeCreated": Date;
@@ -58,13 +58,13 @@ export interface PrivateApplication {
58
58
  * The date and time the private application was last modified, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339)
59
59
  * timestamp format.
60
60
  * <p>
61
- Example: `2021-12-10T05:10:29.721Z`
61
+ Example: {@code 2021-12-10T05:10:29.721Z}
62
62
  *
63
63
  */
64
64
  "timeUpdated"?: Date;
65
65
  /**
66
66
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
67
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
67
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
68
68
  *
69
69
  */
70
70
  "definedTags"?: {
@@ -74,7 +74,7 @@ export interface PrivateApplication {
74
74
  };
75
75
  /**
76
76
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
77
- * Example: `{\"bar-key\": \"value\"}`
77
+ * Example: {@code {\"bar-key\": \"value\"}}
78
78
  *
79
79
  */
80
80
  "freeformTags"?: {
@@ -34,7 +34,7 @@ export interface ServiceCatalogSummary {
34
34
  * The date and time this service catalog was created, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339)
35
35
  * timestamp format.
36
36
  * <p>
37
- Example: `2021-08-25T21:10:29.600Z`
37
+ Example: {@code 2021-08-25T21:10:29.600Z}
38
38
  *
39
39
  */
40
40
  "timeCreated": Date;
@@ -34,7 +34,7 @@ export interface ServiceCatalog {
34
34
  * The date and time the service catalog was created, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339)
35
35
  * timestamp format.
36
36
  * <p>
37
- Example: `2021-05-26T21:10:29.600Z`
37
+ Example: {@code 2021-05-26T21:10:29.600Z}
38
38
  *
39
39
  */
40
40
  "timeCreated": Date;
@@ -42,13 +42,13 @@ export interface ServiceCatalog {
42
42
  * The date and time the service catalog was last modified, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339)
43
43
  * timestamp format.
44
44
  * <p>
45
- Example: `2021-12-10T05:10:29.721Z`
45
+ Example: {@code 2021-12-10T05:10:29.721Z}
46
46
  *
47
47
  */
48
48
  "timeUpdated"?: Date;
49
49
  /**
50
50
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
51
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
51
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
52
52
  *
53
53
  */
54
54
  "definedTags"?: {
@@ -58,7 +58,7 @@ export interface ServiceCatalog {
58
58
  };
59
59
  /**
60
60
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
61
- * Example: `{\"bar-key\": \"value\"}`
61
+ * Example: {@code {\"bar-key\": \"value\"}}
62
62
  *
63
63
  */
64
64
  "freeformTags"?: {