oci-servicecatalog 2.102.2 → 2.103.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.
- package/lib/client.d.ts +26 -26
- package/lib/client.js +26 -26
- package/lib/model/change-private-application-compartment-details.d.ts +1 -1
- package/lib/model/change-service-catalog-compartment-details.d.ts +1 -1
- package/lib/model/create-private-application-details.d.ts +1 -1
- package/lib/model/private-application-package-summary.d.ts +2 -2
- package/lib/model/private-application-package.d.ts +2 -2
- package/lib/model/private-application-summary.d.ts +2 -2
- package/lib/model/private-application.d.ts +1 -1
- package/lib/model/work-request-error.d.ts +1 -1
- package/lib/request/bulk-replace-service-catalog-associations-request.d.ts +1 -1
- package/lib/request/change-private-application-compartment-request.d.ts +1 -1
- package/lib/request/change-service-catalog-compartment-request.d.ts +1 -1
- package/lib/request/create-private-application-request.d.ts +1 -1
- package/lib/request/create-service-catalog-association-request.d.ts +1 -1
- package/lib/request/create-service-catalog-request.d.ts +1 -1
- package/lib/request/delete-private-application-request.d.ts +1 -1
- package/lib/request/delete-service-catalog-association-request.d.ts +1 -1
- package/lib/request/delete-service-catalog-request.d.ts +1 -1
- package/lib/request/get-private-application-action-download-logo-request.d.ts +1 -1
- package/lib/request/get-private-application-package-action-download-config-request.d.ts +1 -1
- package/lib/request/get-private-application-package-request.d.ts +1 -1
- package/lib/request/get-private-application-request.d.ts +1 -1
- package/lib/request/get-service-catalog-association-request.d.ts +1 -1
- package/lib/request/get-service-catalog-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/list-applications-request.d.ts +1 -1
- package/lib/request/list-private-application-packages-request.d.ts +1 -1
- package/lib/request/list-private-applications-request.d.ts +1 -1
- package/lib/request/list-service-catalog-associations-request.d.ts +1 -1
- package/lib/request/list-service-catalogs-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/update-private-application-request.d.ts +1 -1
- package/lib/request/update-service-catalog-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -100,7 +100,7 @@ export declare class ServiceCatalogClient {
|
|
|
100
100
|
* @param BulkReplaceServiceCatalogAssociationsRequest
|
|
101
101
|
* @return BulkReplaceServiceCatalogAssociationsResponse
|
|
102
102
|
* @throws OciError when an error occurs
|
|
103
|
-
* @example Click {@link https://docs.
|
|
103
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/BulkReplaceServiceCatalogAssociations.ts.html |here} to see how to use BulkReplaceServiceCatalogAssociations API.
|
|
104
104
|
*/
|
|
105
105
|
bulkReplaceServiceCatalogAssociations(bulkReplaceServiceCatalogAssociationsRequest: requests.BulkReplaceServiceCatalogAssociationsRequest): Promise<responses.BulkReplaceServiceCatalogAssociationsResponse>;
|
|
106
106
|
/**
|
|
@@ -109,7 +109,7 @@ export declare class ServiceCatalogClient {
|
|
|
109
109
|
* @param ChangePrivateApplicationCompartmentRequest
|
|
110
110
|
* @return ChangePrivateApplicationCompartmentResponse
|
|
111
111
|
* @throws OciError when an error occurs
|
|
112
|
-
* @example Click {@link https://docs.
|
|
112
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/ChangePrivateApplicationCompartment.ts.html |here} to see how to use ChangePrivateApplicationCompartment API.
|
|
113
113
|
*/
|
|
114
114
|
changePrivateApplicationCompartment(changePrivateApplicationCompartmentRequest: requests.ChangePrivateApplicationCompartmentRequest): Promise<responses.ChangePrivateApplicationCompartmentResponse>;
|
|
115
115
|
/**
|
|
@@ -118,7 +118,7 @@ export declare class ServiceCatalogClient {
|
|
|
118
118
|
* @param ChangeServiceCatalogCompartmentRequest
|
|
119
119
|
* @return ChangeServiceCatalogCompartmentResponse
|
|
120
120
|
* @throws OciError when an error occurs
|
|
121
|
-
* @example Click {@link https://docs.
|
|
121
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/ChangeServiceCatalogCompartment.ts.html |here} to see how to use ChangeServiceCatalogCompartment API.
|
|
122
122
|
*/
|
|
123
123
|
changeServiceCatalogCompartment(changeServiceCatalogCompartmentRequest: requests.ChangeServiceCatalogCompartmentRequest): Promise<responses.ChangeServiceCatalogCompartmentResponse>;
|
|
124
124
|
/**
|
|
@@ -127,7 +127,7 @@ export declare class ServiceCatalogClient {
|
|
|
127
127
|
* @param CreatePrivateApplicationRequest
|
|
128
128
|
* @return CreatePrivateApplicationResponse
|
|
129
129
|
* @throws OciError when an error occurs
|
|
130
|
-
* @example Click {@link https://docs.
|
|
130
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/CreatePrivateApplication.ts.html |here} to see how to use CreatePrivateApplication API.
|
|
131
131
|
*/
|
|
132
132
|
createPrivateApplication(createPrivateApplicationRequest: requests.CreatePrivateApplicationRequest): Promise<responses.CreatePrivateApplicationResponse>;
|
|
133
133
|
/**
|
|
@@ -136,7 +136,7 @@ export declare class ServiceCatalogClient {
|
|
|
136
136
|
* @param CreateServiceCatalogRequest
|
|
137
137
|
* @return CreateServiceCatalogResponse
|
|
138
138
|
* @throws OciError when an error occurs
|
|
139
|
-
* @example Click {@link https://docs.
|
|
139
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/CreateServiceCatalog.ts.html |here} to see how to use CreateServiceCatalog API.
|
|
140
140
|
*/
|
|
141
141
|
createServiceCatalog(createServiceCatalogRequest: requests.CreateServiceCatalogRequest): Promise<responses.CreateServiceCatalogResponse>;
|
|
142
142
|
/**
|
|
@@ -145,7 +145,7 @@ export declare class ServiceCatalogClient {
|
|
|
145
145
|
* @param CreateServiceCatalogAssociationRequest
|
|
146
146
|
* @return CreateServiceCatalogAssociationResponse
|
|
147
147
|
* @throws OciError when an error occurs
|
|
148
|
-
* @example Click {@link https://docs.
|
|
148
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/CreateServiceCatalogAssociation.ts.html |here} to see how to use CreateServiceCatalogAssociation API.
|
|
149
149
|
*/
|
|
150
150
|
createServiceCatalogAssociation(createServiceCatalogAssociationRequest: requests.CreateServiceCatalogAssociationRequest): Promise<responses.CreateServiceCatalogAssociationResponse>;
|
|
151
151
|
/**
|
|
@@ -154,7 +154,7 @@ export declare class ServiceCatalogClient {
|
|
|
154
154
|
* @param DeletePrivateApplicationRequest
|
|
155
155
|
* @return DeletePrivateApplicationResponse
|
|
156
156
|
* @throws OciError when an error occurs
|
|
157
|
-
* @example Click {@link https://docs.
|
|
157
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/DeletePrivateApplication.ts.html |here} to see how to use DeletePrivateApplication API.
|
|
158
158
|
*/
|
|
159
159
|
deletePrivateApplication(deletePrivateApplicationRequest: requests.DeletePrivateApplicationRequest): Promise<responses.DeletePrivateApplicationResponse>;
|
|
160
160
|
/**
|
|
@@ -163,7 +163,7 @@ export declare class ServiceCatalogClient {
|
|
|
163
163
|
* @param DeleteServiceCatalogRequest
|
|
164
164
|
* @return DeleteServiceCatalogResponse
|
|
165
165
|
* @throws OciError when an error occurs
|
|
166
|
-
* @example Click {@link https://docs.
|
|
166
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/DeleteServiceCatalog.ts.html |here} to see how to use DeleteServiceCatalog API.
|
|
167
167
|
*/
|
|
168
168
|
deleteServiceCatalog(deleteServiceCatalogRequest: requests.DeleteServiceCatalogRequest): Promise<responses.DeleteServiceCatalogResponse>;
|
|
169
169
|
/**
|
|
@@ -172,7 +172,7 @@ export declare class ServiceCatalogClient {
|
|
|
172
172
|
* @param DeleteServiceCatalogAssociationRequest
|
|
173
173
|
* @return DeleteServiceCatalogAssociationResponse
|
|
174
174
|
* @throws OciError when an error occurs
|
|
175
|
-
* @example Click {@link https://docs.
|
|
175
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/DeleteServiceCatalogAssociation.ts.html |here} to see how to use DeleteServiceCatalogAssociation API.
|
|
176
176
|
*/
|
|
177
177
|
deleteServiceCatalogAssociation(deleteServiceCatalogAssociationRequest: requests.DeleteServiceCatalogAssociationRequest): Promise<responses.DeleteServiceCatalogAssociationResponse>;
|
|
178
178
|
/**
|
|
@@ -181,7 +181,7 @@ export declare class ServiceCatalogClient {
|
|
|
181
181
|
* @param GetPrivateApplicationRequest
|
|
182
182
|
* @return GetPrivateApplicationResponse
|
|
183
183
|
* @throws OciError when an error occurs
|
|
184
|
-
* @example Click {@link https://docs.
|
|
184
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/GetPrivateApplication.ts.html |here} to see how to use GetPrivateApplication API.
|
|
185
185
|
*/
|
|
186
186
|
getPrivateApplication(getPrivateApplicationRequest: requests.GetPrivateApplicationRequest): Promise<responses.GetPrivateApplicationResponse>;
|
|
187
187
|
/**
|
|
@@ -190,7 +190,7 @@ export declare class ServiceCatalogClient {
|
|
|
190
190
|
* @param GetPrivateApplicationActionDownloadLogoRequest
|
|
191
191
|
* @return GetPrivateApplicationActionDownloadLogoResponse
|
|
192
192
|
* @throws OciError when an error occurs
|
|
193
|
-
* @example Click {@link https://docs.
|
|
193
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/GetPrivateApplicationActionDownloadLogo.ts.html |here} to see how to use GetPrivateApplicationActionDownloadLogo API.
|
|
194
194
|
*/
|
|
195
195
|
getPrivateApplicationActionDownloadLogo(getPrivateApplicationActionDownloadLogoRequest: requests.GetPrivateApplicationActionDownloadLogoRequest): Promise<responses.GetPrivateApplicationActionDownloadLogoResponse>;
|
|
196
196
|
/**
|
|
@@ -199,7 +199,7 @@ export declare class ServiceCatalogClient {
|
|
|
199
199
|
* @param GetPrivateApplicationPackageRequest
|
|
200
200
|
* @return GetPrivateApplicationPackageResponse
|
|
201
201
|
* @throws OciError when an error occurs
|
|
202
|
-
* @example Click {@link https://docs.
|
|
202
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/GetPrivateApplicationPackage.ts.html |here} to see how to use GetPrivateApplicationPackage API.
|
|
203
203
|
*/
|
|
204
204
|
getPrivateApplicationPackage(getPrivateApplicationPackageRequest: requests.GetPrivateApplicationPackageRequest): Promise<responses.GetPrivateApplicationPackageResponse>;
|
|
205
205
|
/**
|
|
@@ -208,7 +208,7 @@ export declare class ServiceCatalogClient {
|
|
|
208
208
|
* @param GetPrivateApplicationPackageActionDownloadConfigRequest
|
|
209
209
|
* @return GetPrivateApplicationPackageActionDownloadConfigResponse
|
|
210
210
|
* @throws OciError when an error occurs
|
|
211
|
-
* @example Click {@link https://docs.
|
|
211
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/GetPrivateApplicationPackageActionDownloadConfig.ts.html |here} to see how to use GetPrivateApplicationPackageActionDownloadConfig API.
|
|
212
212
|
*/
|
|
213
213
|
getPrivateApplicationPackageActionDownloadConfig(getPrivateApplicationPackageActionDownloadConfigRequest: requests.GetPrivateApplicationPackageActionDownloadConfigRequest): Promise<responses.GetPrivateApplicationPackageActionDownloadConfigResponse>;
|
|
214
214
|
/**
|
|
@@ -217,7 +217,7 @@ export declare class ServiceCatalogClient {
|
|
|
217
217
|
* @param GetServiceCatalogRequest
|
|
218
218
|
* @return GetServiceCatalogResponse
|
|
219
219
|
* @throws OciError when an error occurs
|
|
220
|
-
* @example Click {@link https://docs.
|
|
220
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/GetServiceCatalog.ts.html |here} to see how to use GetServiceCatalog API.
|
|
221
221
|
*/
|
|
222
222
|
getServiceCatalog(getServiceCatalogRequest: requests.GetServiceCatalogRequest): Promise<responses.GetServiceCatalogResponse>;
|
|
223
223
|
/**
|
|
@@ -226,7 +226,7 @@ export declare class ServiceCatalogClient {
|
|
|
226
226
|
* @param GetServiceCatalogAssociationRequest
|
|
227
227
|
* @return GetServiceCatalogAssociationResponse
|
|
228
228
|
* @throws OciError when an error occurs
|
|
229
|
-
* @example Click {@link https://docs.
|
|
229
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/GetServiceCatalogAssociation.ts.html |here} to see how to use GetServiceCatalogAssociation API.
|
|
230
230
|
*/
|
|
231
231
|
getServiceCatalogAssociation(getServiceCatalogAssociationRequest: requests.GetServiceCatalogAssociationRequest): Promise<responses.GetServiceCatalogAssociationResponse>;
|
|
232
232
|
/**
|
|
@@ -235,7 +235,7 @@ export declare class ServiceCatalogClient {
|
|
|
235
235
|
* @param GetWorkRequestRequest
|
|
236
236
|
* @return GetWorkRequestResponse
|
|
237
237
|
* @throws OciError when an error occurs
|
|
238
|
-
* @example Click {@link https://docs.
|
|
238
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
239
239
|
*/
|
|
240
240
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
241
241
|
/**
|
|
@@ -247,7 +247,7 @@ export declare class ServiceCatalogClient {
|
|
|
247
247
|
* @param ListApplicationsRequest
|
|
248
248
|
* @return ListApplicationsResponse
|
|
249
249
|
* @throws OciError when an error occurs
|
|
250
|
-
* @example Click {@link https://docs.
|
|
250
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/ListApplications.ts.html |here} to see how to use ListApplications API.
|
|
251
251
|
*/
|
|
252
252
|
listApplications(listApplicationsRequest: requests.ListApplicationsRequest): Promise<responses.ListApplicationsResponse>;
|
|
253
253
|
/**
|
|
@@ -256,7 +256,7 @@ export declare class ServiceCatalogClient {
|
|
|
256
256
|
* @param ListPrivateApplicationPackagesRequest
|
|
257
257
|
* @return ListPrivateApplicationPackagesResponse
|
|
258
258
|
* @throws OciError when an error occurs
|
|
259
|
-
* @example Click {@link https://docs.
|
|
259
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/ListPrivateApplicationPackages.ts.html |here} to see how to use ListPrivateApplicationPackages API.
|
|
260
260
|
*/
|
|
261
261
|
listPrivateApplicationPackages(listPrivateApplicationPackagesRequest: requests.ListPrivateApplicationPackagesRequest): Promise<responses.ListPrivateApplicationPackagesResponse>;
|
|
262
262
|
/**
|
|
@@ -265,7 +265,7 @@ export declare class ServiceCatalogClient {
|
|
|
265
265
|
* @param ListPrivateApplicationsRequest
|
|
266
266
|
* @return ListPrivateApplicationsResponse
|
|
267
267
|
* @throws OciError when an error occurs
|
|
268
|
-
* @example Click {@link https://docs.
|
|
268
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/ListPrivateApplications.ts.html |here} to see how to use ListPrivateApplications API.
|
|
269
269
|
*/
|
|
270
270
|
listPrivateApplications(listPrivateApplicationsRequest: requests.ListPrivateApplicationsRequest): Promise<responses.ListPrivateApplicationsResponse>;
|
|
271
271
|
/**
|
|
@@ -274,7 +274,7 @@ export declare class ServiceCatalogClient {
|
|
|
274
274
|
* @param ListServiceCatalogAssociationsRequest
|
|
275
275
|
* @return ListServiceCatalogAssociationsResponse
|
|
276
276
|
* @throws OciError when an error occurs
|
|
277
|
-
* @example Click {@link https://docs.
|
|
277
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/ListServiceCatalogAssociations.ts.html |here} to see how to use ListServiceCatalogAssociations API.
|
|
278
278
|
*/
|
|
279
279
|
listServiceCatalogAssociations(listServiceCatalogAssociationsRequest: requests.ListServiceCatalogAssociationsRequest): Promise<responses.ListServiceCatalogAssociationsResponse>;
|
|
280
280
|
/**
|
|
@@ -283,7 +283,7 @@ export declare class ServiceCatalogClient {
|
|
|
283
283
|
* @param ListServiceCatalogsRequest
|
|
284
284
|
* @return ListServiceCatalogsResponse
|
|
285
285
|
* @throws OciError when an error occurs
|
|
286
|
-
* @example Click {@link https://docs.
|
|
286
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/ListServiceCatalogs.ts.html |here} to see how to use ListServiceCatalogs API.
|
|
287
287
|
*/
|
|
288
288
|
listServiceCatalogs(listServiceCatalogsRequest: requests.ListServiceCatalogsRequest): Promise<responses.ListServiceCatalogsResponse>;
|
|
289
289
|
/**
|
|
@@ -293,7 +293,7 @@ export declare class ServiceCatalogClient {
|
|
|
293
293
|
* @param ListWorkRequestErrorsRequest
|
|
294
294
|
* @return ListWorkRequestErrorsResponse
|
|
295
295
|
* @throws OciError when an error occurs
|
|
296
|
-
* @example Click {@link https://docs.
|
|
296
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
297
297
|
*/
|
|
298
298
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
299
299
|
/**
|
|
@@ -303,7 +303,7 @@ export declare class ServiceCatalogClient {
|
|
|
303
303
|
* @param ListWorkRequestLogsRequest
|
|
304
304
|
* @return ListWorkRequestLogsResponse
|
|
305
305
|
* @throws OciError when an error occurs
|
|
306
|
-
* @example Click {@link https://docs.
|
|
306
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
307
307
|
*/
|
|
308
308
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
309
309
|
/**
|
|
@@ -313,7 +313,7 @@ export declare class ServiceCatalogClient {
|
|
|
313
313
|
* @param ListWorkRequestsRequest
|
|
314
314
|
* @return ListWorkRequestsResponse
|
|
315
315
|
* @throws OciError when an error occurs
|
|
316
|
-
* @example Click {@link https://docs.
|
|
316
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
317
317
|
*/
|
|
318
318
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
319
319
|
/**
|
|
@@ -322,7 +322,7 @@ export declare class ServiceCatalogClient {
|
|
|
322
322
|
* @param UpdatePrivateApplicationRequest
|
|
323
323
|
* @return UpdatePrivateApplicationResponse
|
|
324
324
|
* @throws OciError when an error occurs
|
|
325
|
-
* @example Click {@link https://docs.
|
|
325
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/UpdatePrivateApplication.ts.html |here} to see how to use UpdatePrivateApplication API.
|
|
326
326
|
*/
|
|
327
327
|
updatePrivateApplication(updatePrivateApplicationRequest: requests.UpdatePrivateApplicationRequest): Promise<responses.UpdatePrivateApplicationResponse>;
|
|
328
328
|
/**
|
|
@@ -331,7 +331,7 @@ export declare class ServiceCatalogClient {
|
|
|
331
331
|
* @param UpdateServiceCatalogRequest
|
|
332
332
|
* @return UpdateServiceCatalogResponse
|
|
333
333
|
* @throws OciError when an error occurs
|
|
334
|
-
* @example Click {@link https://docs.
|
|
334
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/UpdateServiceCatalog.ts.html |here} to see how to use UpdateServiceCatalog API.
|
|
335
335
|
*/
|
|
336
336
|
updateServiceCatalog(updateServiceCatalogRequest: requests.UpdateServiceCatalogRequest): Promise<responses.UpdateServiceCatalogResponse>;
|
|
337
337
|
}
|
package/lib/client.js
CHANGED
|
@@ -213,7 +213,7 @@ class ServiceCatalogClient {
|
|
|
213
213
|
* @param BulkReplaceServiceCatalogAssociationsRequest
|
|
214
214
|
* @return BulkReplaceServiceCatalogAssociationsResponse
|
|
215
215
|
* @throws OciError when an error occurs
|
|
216
|
-
* @example Click {@link https://docs.
|
|
216
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/BulkReplaceServiceCatalogAssociations.ts.html |here} to see how to use BulkReplaceServiceCatalogAssociations API.
|
|
217
217
|
*/
|
|
218
218
|
bulkReplaceServiceCatalogAssociations(bulkReplaceServiceCatalogAssociationsRequest) {
|
|
219
219
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -269,7 +269,7 @@ class ServiceCatalogClient {
|
|
|
269
269
|
* @param ChangePrivateApplicationCompartmentRequest
|
|
270
270
|
* @return ChangePrivateApplicationCompartmentResponse
|
|
271
271
|
* @throws OciError when an error occurs
|
|
272
|
-
* @example Click {@link https://docs.
|
|
272
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/ChangePrivateApplicationCompartment.ts.html |here} to see how to use ChangePrivateApplicationCompartment API.
|
|
273
273
|
*/
|
|
274
274
|
changePrivateApplicationCompartment(changePrivateApplicationCompartmentRequest) {
|
|
275
275
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -330,7 +330,7 @@ class ServiceCatalogClient {
|
|
|
330
330
|
* @param ChangeServiceCatalogCompartmentRequest
|
|
331
331
|
* @return ChangeServiceCatalogCompartmentResponse
|
|
332
332
|
* @throws OciError when an error occurs
|
|
333
|
-
* @example Click {@link https://docs.
|
|
333
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/ChangeServiceCatalogCompartment.ts.html |here} to see how to use ChangeServiceCatalogCompartment API.
|
|
334
334
|
*/
|
|
335
335
|
changeServiceCatalogCompartment(changeServiceCatalogCompartmentRequest) {
|
|
336
336
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -386,7 +386,7 @@ class ServiceCatalogClient {
|
|
|
386
386
|
* @param CreatePrivateApplicationRequest
|
|
387
387
|
* @return CreatePrivateApplicationResponse
|
|
388
388
|
* @throws OciError when an error occurs
|
|
389
|
-
* @example Click {@link https://docs.
|
|
389
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/CreatePrivateApplication.ts.html |here} to see how to use CreatePrivateApplication API.
|
|
390
390
|
*/
|
|
391
391
|
createPrivateApplication(createPrivateApplicationRequest) {
|
|
392
392
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -454,7 +454,7 @@ class ServiceCatalogClient {
|
|
|
454
454
|
* @param CreateServiceCatalogRequest
|
|
455
455
|
* @return CreateServiceCatalogResponse
|
|
456
456
|
* @throws OciError when an error occurs
|
|
457
|
-
* @example Click {@link https://docs.
|
|
457
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/CreateServiceCatalog.ts.html |here} to see how to use CreateServiceCatalog API.
|
|
458
458
|
*/
|
|
459
459
|
createServiceCatalog(createServiceCatalogRequest) {
|
|
460
460
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -517,7 +517,7 @@ class ServiceCatalogClient {
|
|
|
517
517
|
* @param CreateServiceCatalogAssociationRequest
|
|
518
518
|
* @return CreateServiceCatalogAssociationResponse
|
|
519
519
|
* @throws OciError when an error occurs
|
|
520
|
-
* @example Click {@link https://docs.
|
|
520
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/CreateServiceCatalogAssociation.ts.html |here} to see how to use CreateServiceCatalogAssociation API.
|
|
521
521
|
*/
|
|
522
522
|
createServiceCatalogAssociation(createServiceCatalogAssociationRequest) {
|
|
523
523
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -580,7 +580,7 @@ class ServiceCatalogClient {
|
|
|
580
580
|
* @param DeletePrivateApplicationRequest
|
|
581
581
|
* @return DeletePrivateApplicationResponse
|
|
582
582
|
* @throws OciError when an error occurs
|
|
583
|
-
* @example Click {@link https://docs.
|
|
583
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/DeletePrivateApplication.ts.html |here} to see how to use DeletePrivateApplication API.
|
|
584
584
|
*/
|
|
585
585
|
deletePrivateApplication(deletePrivateApplicationRequest) {
|
|
586
586
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -640,7 +640,7 @@ class ServiceCatalogClient {
|
|
|
640
640
|
* @param DeleteServiceCatalogRequest
|
|
641
641
|
* @return DeleteServiceCatalogResponse
|
|
642
642
|
* @throws OciError when an error occurs
|
|
643
|
-
* @example Click {@link https://docs.
|
|
643
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/DeleteServiceCatalog.ts.html |here} to see how to use DeleteServiceCatalog API.
|
|
644
644
|
*/
|
|
645
645
|
deleteServiceCatalog(deleteServiceCatalogRequest) {
|
|
646
646
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -695,7 +695,7 @@ class ServiceCatalogClient {
|
|
|
695
695
|
* @param DeleteServiceCatalogAssociationRequest
|
|
696
696
|
* @return DeleteServiceCatalogAssociationResponse
|
|
697
697
|
* @throws OciError when an error occurs
|
|
698
|
-
* @example Click {@link https://docs.
|
|
698
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/DeleteServiceCatalogAssociation.ts.html |here} to see how to use DeleteServiceCatalogAssociation API.
|
|
699
699
|
*/
|
|
700
700
|
deleteServiceCatalogAssociation(deleteServiceCatalogAssociationRequest) {
|
|
701
701
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -750,7 +750,7 @@ class ServiceCatalogClient {
|
|
|
750
750
|
* @param GetPrivateApplicationRequest
|
|
751
751
|
* @return GetPrivateApplicationResponse
|
|
752
752
|
* @throws OciError when an error occurs
|
|
753
|
-
* @example Click {@link https://docs.
|
|
753
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/GetPrivateApplication.ts.html |here} to see how to use GetPrivateApplication API.
|
|
754
754
|
*/
|
|
755
755
|
getPrivateApplication(getPrivateApplicationRequest) {
|
|
756
756
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -813,7 +813,7 @@ class ServiceCatalogClient {
|
|
|
813
813
|
* @param GetPrivateApplicationActionDownloadLogoRequest
|
|
814
814
|
* @return GetPrivateApplicationActionDownloadLogoResponse
|
|
815
815
|
* @throws OciError when an error occurs
|
|
816
|
-
* @example Click {@link https://docs.
|
|
816
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/GetPrivateApplicationActionDownloadLogo.ts.html |here} to see how to use GetPrivateApplicationActionDownloadLogo API.
|
|
817
817
|
*/
|
|
818
818
|
getPrivateApplicationActionDownloadLogo(getPrivateApplicationActionDownloadLogoRequest) {
|
|
819
819
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -870,7 +870,7 @@ class ServiceCatalogClient {
|
|
|
870
870
|
* @param GetPrivateApplicationPackageRequest
|
|
871
871
|
* @return GetPrivateApplicationPackageResponse
|
|
872
872
|
* @throws OciError when an error occurs
|
|
873
|
-
* @example Click {@link https://docs.
|
|
873
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/GetPrivateApplicationPackage.ts.html |here} to see how to use GetPrivateApplicationPackage API.
|
|
874
874
|
*/
|
|
875
875
|
getPrivateApplicationPackage(getPrivateApplicationPackageRequest) {
|
|
876
876
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -933,7 +933,7 @@ class ServiceCatalogClient {
|
|
|
933
933
|
* @param GetPrivateApplicationPackageActionDownloadConfigRequest
|
|
934
934
|
* @return GetPrivateApplicationPackageActionDownloadConfigResponse
|
|
935
935
|
* @throws OciError when an error occurs
|
|
936
|
-
* @example Click {@link https://docs.
|
|
936
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/GetPrivateApplicationPackageActionDownloadConfig.ts.html |here} to see how to use GetPrivateApplicationPackageActionDownloadConfig API.
|
|
937
937
|
*/
|
|
938
938
|
getPrivateApplicationPackageActionDownloadConfig(getPrivateApplicationPackageActionDownloadConfigRequest) {
|
|
939
939
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -990,7 +990,7 @@ class ServiceCatalogClient {
|
|
|
990
990
|
* @param GetServiceCatalogRequest
|
|
991
991
|
* @return GetServiceCatalogResponse
|
|
992
992
|
* @throws OciError when an error occurs
|
|
993
|
-
* @example Click {@link https://docs.
|
|
993
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/GetServiceCatalog.ts.html |here} to see how to use GetServiceCatalog API.
|
|
994
994
|
*/
|
|
995
995
|
getServiceCatalog(getServiceCatalogRequest) {
|
|
996
996
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1053,7 +1053,7 @@ class ServiceCatalogClient {
|
|
|
1053
1053
|
* @param GetServiceCatalogAssociationRequest
|
|
1054
1054
|
* @return GetServiceCatalogAssociationResponse
|
|
1055
1055
|
* @throws OciError when an error occurs
|
|
1056
|
-
* @example Click {@link https://docs.
|
|
1056
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/GetServiceCatalogAssociation.ts.html |here} to see how to use GetServiceCatalogAssociation API.
|
|
1057
1057
|
*/
|
|
1058
1058
|
getServiceCatalogAssociation(getServiceCatalogAssociationRequest) {
|
|
1059
1059
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1116,7 +1116,7 @@ class ServiceCatalogClient {
|
|
|
1116
1116
|
* @param GetWorkRequestRequest
|
|
1117
1117
|
* @return GetWorkRequestResponse
|
|
1118
1118
|
* @throws OciError when an error occurs
|
|
1119
|
-
* @example Click {@link https://docs.
|
|
1119
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
1120
1120
|
*/
|
|
1121
1121
|
getWorkRequest(getWorkRequestRequest) {
|
|
1122
1122
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1187,7 +1187,7 @@ class ServiceCatalogClient {
|
|
|
1187
1187
|
* @param ListApplicationsRequest
|
|
1188
1188
|
* @return ListApplicationsResponse
|
|
1189
1189
|
* @throws OciError when an error occurs
|
|
1190
|
-
* @example Click {@link https://docs.
|
|
1190
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/ListApplications.ts.html |here} to see how to use ListApplications API.
|
|
1191
1191
|
*/
|
|
1192
1192
|
listApplications(listApplicationsRequest) {
|
|
1193
1193
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1261,7 +1261,7 @@ class ServiceCatalogClient {
|
|
|
1261
1261
|
* @param ListPrivateApplicationPackagesRequest
|
|
1262
1262
|
* @return ListPrivateApplicationPackagesResponse
|
|
1263
1263
|
* @throws OciError when an error occurs
|
|
1264
|
-
* @example Click {@link https://docs.
|
|
1264
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/ListPrivateApplicationPackages.ts.html |here} to see how to use ListPrivateApplicationPackages API.
|
|
1265
1265
|
*/
|
|
1266
1266
|
listPrivateApplicationPackages(listPrivateApplicationPackagesRequest) {
|
|
1267
1267
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1331,7 +1331,7 @@ class ServiceCatalogClient {
|
|
|
1331
1331
|
* @param ListPrivateApplicationsRequest
|
|
1332
1332
|
* @return ListPrivateApplicationsResponse
|
|
1333
1333
|
* @throws OciError when an error occurs
|
|
1334
|
-
* @example Click {@link https://docs.
|
|
1334
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/ListPrivateApplications.ts.html |here} to see how to use ListPrivateApplications API.
|
|
1335
1335
|
*/
|
|
1336
1336
|
listPrivateApplications(listPrivateApplicationsRequest) {
|
|
1337
1337
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1400,7 +1400,7 @@ class ServiceCatalogClient {
|
|
|
1400
1400
|
* @param ListServiceCatalogAssociationsRequest
|
|
1401
1401
|
* @return ListServiceCatalogAssociationsResponse
|
|
1402
1402
|
* @throws OciError when an error occurs
|
|
1403
|
-
* @example Click {@link https://docs.
|
|
1403
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/ListServiceCatalogAssociations.ts.html |here} to see how to use ListServiceCatalogAssociations API.
|
|
1404
1404
|
*/
|
|
1405
1405
|
listServiceCatalogAssociations(listServiceCatalogAssociationsRequest) {
|
|
1406
1406
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1470,7 +1470,7 @@ class ServiceCatalogClient {
|
|
|
1470
1470
|
* @param ListServiceCatalogsRequest
|
|
1471
1471
|
* @return ListServiceCatalogsResponse
|
|
1472
1472
|
* @throws OciError when an error occurs
|
|
1473
|
-
* @example Click {@link https://docs.
|
|
1473
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/ListServiceCatalogs.ts.html |here} to see how to use ListServiceCatalogs API.
|
|
1474
1474
|
*/
|
|
1475
1475
|
listServiceCatalogs(listServiceCatalogsRequest) {
|
|
1476
1476
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1540,7 +1540,7 @@ class ServiceCatalogClient {
|
|
|
1540
1540
|
* @param ListWorkRequestErrorsRequest
|
|
1541
1541
|
* @return ListWorkRequestErrorsResponse
|
|
1542
1542
|
* @throws OciError when an error occurs
|
|
1543
|
-
* @example Click {@link https://docs.
|
|
1543
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
1544
1544
|
*/
|
|
1545
1545
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
1546
1546
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1609,7 +1609,7 @@ class ServiceCatalogClient {
|
|
|
1609
1609
|
* @param ListWorkRequestLogsRequest
|
|
1610
1610
|
* @return ListWorkRequestLogsResponse
|
|
1611
1611
|
* @throws OciError when an error occurs
|
|
1612
|
-
* @example Click {@link https://docs.
|
|
1612
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
1613
1613
|
*/
|
|
1614
1614
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
1615
1615
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1678,7 +1678,7 @@ class ServiceCatalogClient {
|
|
|
1678
1678
|
* @param ListWorkRequestsRequest
|
|
1679
1679
|
* @return ListWorkRequestsResponse
|
|
1680
1680
|
* @throws OciError when an error occurs
|
|
1681
|
-
* @example Click {@link https://docs.
|
|
1681
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
1682
1682
|
*/
|
|
1683
1683
|
listWorkRequests(listWorkRequestsRequest) {
|
|
1684
1684
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1748,7 +1748,7 @@ class ServiceCatalogClient {
|
|
|
1748
1748
|
* @param UpdatePrivateApplicationRequest
|
|
1749
1749
|
* @return UpdatePrivateApplicationResponse
|
|
1750
1750
|
* @throws OciError when an error occurs
|
|
1751
|
-
* @example Click {@link https://docs.
|
|
1751
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/UpdatePrivateApplication.ts.html |here} to see how to use UpdatePrivateApplication API.
|
|
1752
1752
|
*/
|
|
1753
1753
|
updatePrivateApplication(updatePrivateApplicationRequest) {
|
|
1754
1754
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1818,7 +1818,7 @@ class ServiceCatalogClient {
|
|
|
1818
1818
|
* @param UpdateServiceCatalogRequest
|
|
1819
1819
|
* @return UpdateServiceCatalogResponse
|
|
1820
1820
|
* @throws OciError when an error occurs
|
|
1821
|
-
* @example Click {@link https://docs.
|
|
1821
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/UpdateServiceCatalog.ts.html |here} to see how to use UpdateServiceCatalog API.
|
|
1822
1822
|
*/
|
|
1823
1823
|
updateServiceCatalog(updateServiceCatalogRequest) {
|
|
1824
1824
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
*/
|
|
16
16
|
export interface ChangePrivateApplicationCompartmentDetails {
|
|
17
17
|
/**
|
|
18
|
-
* The [OCID](https://docs.
|
|
18
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment where you want to move the private application.
|
|
19
19
|
*
|
|
20
20
|
*/
|
|
21
21
|
"compartmentId"?: string;
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
*/
|
|
16
16
|
export interface ChangeServiceCatalogCompartmentDetails {
|
|
17
17
|
/**
|
|
18
|
-
* The [OCID](https://docs.
|
|
18
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment where you want to move the service catalog.
|
|
19
19
|
*/
|
|
20
20
|
"compartmentId"?: string;
|
|
21
21
|
}
|
|
@@ -16,7 +16,7 @@ import * as model from "../model";
|
|
|
16
16
|
*/
|
|
17
17
|
export interface CreatePrivateApplicationDetails {
|
|
18
18
|
/**
|
|
19
|
-
* The [OCID](https://docs.
|
|
19
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment where you want to create the private application.
|
|
20
20
|
*
|
|
21
21
|
*/
|
|
22
22
|
"compartmentId": string;
|
|
@@ -16,12 +16,12 @@ import * as model from "../model";
|
|
|
16
16
|
*/
|
|
17
17
|
export interface PrivateApplicationPackageSummary {
|
|
18
18
|
/**
|
|
19
|
-
* The [OCID](https://docs.
|
|
19
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the private application package.
|
|
20
20
|
*
|
|
21
21
|
*/
|
|
22
22
|
"id": string;
|
|
23
23
|
/**
|
|
24
|
-
* The [OCID](https://docs.
|
|
24
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the private application where the package is hosted.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
"privateApplicationId": string;
|
|
@@ -15,12 +15,12 @@
|
|
|
15
15
|
*/
|
|
16
16
|
export interface PrivateApplicationPackage {
|
|
17
17
|
/**
|
|
18
|
-
* The [OCID](https://docs.
|
|
18
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the private application package.
|
|
19
19
|
*
|
|
20
20
|
*/
|
|
21
21
|
"id": string;
|
|
22
22
|
/**
|
|
23
|
-
* The [OCID](https://docs.
|
|
23
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the private application where the package is hosted.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
"privateApplicationId": string;
|
|
@@ -21,12 +21,12 @@ export interface PrivateApplicationSummary {
|
|
|
21
21
|
*/
|
|
22
22
|
"lifecycleState": string;
|
|
23
23
|
/**
|
|
24
|
-
* The [OCID](https://docs.
|
|
24
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment where the private application resides.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
"compartmentId": string;
|
|
28
28
|
/**
|
|
29
|
-
* The [OCID](https://docs.
|
|
29
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the private application.
|
|
30
30
|
*/
|
|
31
31
|
"id": string;
|
|
32
32
|
/**
|
|
@@ -21,7 +21,7 @@ export interface PrivateApplication {
|
|
|
21
21
|
*/
|
|
22
22
|
"lifecycleState": PrivateApplication.LifecycleState;
|
|
23
23
|
/**
|
|
24
|
-
* The [OCID](https://docs.
|
|
24
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment where the private application resides.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
"compartmentId": string;
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
export interface WorkRequestError {
|
|
17
17
|
/**
|
|
18
18
|
* A machine-usable code for the error that occured. Error codes are listed on
|
|
19
|
-
* (https://docs.
|
|
19
|
+
* (https://docs.oracle.com/iaas/Content/API/References/apierrors.htm)
|
|
20
20
|
*
|
|
21
21
|
*/
|
|
22
22
|
"code": string;
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/BulkReplaceServiceCatalogAssociations.ts.html |here} to see how to use BulkReplaceServiceCatalogAssociationsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface BulkReplaceServiceCatalogAssociationsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/ChangePrivateApplicationCompartment.ts.html |here} to see how to use ChangePrivateApplicationCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangePrivateApplicationCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/ChangeServiceCatalogCompartment.ts.html |here} to see how to use ChangeServiceCatalogCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeServiceCatalogCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/CreatePrivateApplication.ts.html |here} to see how to use CreatePrivateApplicationRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreatePrivateApplicationRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/CreateServiceCatalogAssociation.ts.html |here} to see how to use CreateServiceCatalogAssociationRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateServiceCatalogAssociationRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/CreateServiceCatalog.ts.html |here} to see how to use CreateServiceCatalogRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateServiceCatalogRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/DeletePrivateApplication.ts.html |here} to see how to use DeletePrivateApplicationRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeletePrivateApplicationRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/DeleteServiceCatalogAssociation.ts.html |here} to see how to use DeleteServiceCatalogAssociationRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteServiceCatalogAssociationRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/DeleteServiceCatalog.ts.html |here} to see how to use DeleteServiceCatalogRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteServiceCatalogRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/GetPrivateApplicationActionDownloadLogo.ts.html |here} to see how to use GetPrivateApplicationActionDownloadLogoRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetPrivateApplicationActionDownloadLogoRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/GetPrivateApplicationPackageActionDownloadConfig.ts.html |here} to see how to use GetPrivateApplicationPackageActionDownloadConfigRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetPrivateApplicationPackageActionDownloadConfigRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/GetPrivateApplicationPackage.ts.html |here} to see how to use GetPrivateApplicationPackageRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetPrivateApplicationPackageRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/GetPrivateApplication.ts.html |here} to see how to use GetPrivateApplicationRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetPrivateApplicationRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/GetServiceCatalogAssociation.ts.html |here} to see how to use GetServiceCatalogAssociationRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetServiceCatalogAssociationRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/GetServiceCatalog.ts.html |here} to see how to use GetServiceCatalogRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetServiceCatalogRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetWorkRequestRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/ListApplications.ts.html |here} to see how to use ListApplicationsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListApplicationsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/ListPrivateApplicationPackages.ts.html |here} to see how to use ListPrivateApplicationPackagesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListPrivateApplicationPackagesRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/ListPrivateApplications.ts.html |here} to see how to use ListPrivateApplicationsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListPrivateApplicationsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/ListServiceCatalogAssociations.ts.html |here} to see how to use ListServiceCatalogAssociationsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListServiceCatalogAssociationsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/ListServiceCatalogs.ts.html |here} to see how to use ListServiceCatalogsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListServiceCatalogsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestLogsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListWorkRequestsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/UpdatePrivateApplication.ts.html |here} to see how to use UpdatePrivateApplicationRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdatePrivateApplicationRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/servicecatalog/UpdateServiceCatalog.ts.html |here} to see how to use UpdateServiceCatalogRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateServiceCatalogRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-servicecatalog",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.103.0",
|
|
4
4
|
"description": "OCI NodeJS client for Service Catalog Service",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
},
|
|
16
16
|
"license": "(UPL-1.0 OR Apache-2.0)",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"oci-common": "2.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.103.0",
|
|
19
|
+
"oci-workrequests": "2.103.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|