oci-servicecatalog 2.62.0 → 2.62.1
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/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
|
@@ -85,7 +85,7 @@ export declare class ServiceCatalogClient {
|
|
|
85
85
|
* @param BulkReplaceServiceCatalogAssociationsRequest
|
|
86
86
|
* @return BulkReplaceServiceCatalogAssociationsResponse
|
|
87
87
|
* @throws OciError when an error occurs
|
|
88
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
88
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/servicecatalog/BulkReplaceServiceCatalogAssociations.ts.html |here} to see how to use BulkReplaceServiceCatalogAssociations API.
|
|
89
89
|
*/
|
|
90
90
|
bulkReplaceServiceCatalogAssociations(bulkReplaceServiceCatalogAssociationsRequest: requests.BulkReplaceServiceCatalogAssociationsRequest): Promise<responses.BulkReplaceServiceCatalogAssociationsResponse>;
|
|
91
91
|
/**
|
|
@@ -94,7 +94,7 @@ export declare class ServiceCatalogClient {
|
|
|
94
94
|
* @param ChangePrivateApplicationCompartmentRequest
|
|
95
95
|
* @return ChangePrivateApplicationCompartmentResponse
|
|
96
96
|
* @throws OciError when an error occurs
|
|
97
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
97
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/servicecatalog/ChangePrivateApplicationCompartment.ts.html |here} to see how to use ChangePrivateApplicationCompartment API.
|
|
98
98
|
*/
|
|
99
99
|
changePrivateApplicationCompartment(changePrivateApplicationCompartmentRequest: requests.ChangePrivateApplicationCompartmentRequest): Promise<responses.ChangePrivateApplicationCompartmentResponse>;
|
|
100
100
|
/**
|
|
@@ -103,7 +103,7 @@ export declare class ServiceCatalogClient {
|
|
|
103
103
|
* @param ChangeServiceCatalogCompartmentRequest
|
|
104
104
|
* @return ChangeServiceCatalogCompartmentResponse
|
|
105
105
|
* @throws OciError when an error occurs
|
|
106
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
106
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/servicecatalog/ChangeServiceCatalogCompartment.ts.html |here} to see how to use ChangeServiceCatalogCompartment API.
|
|
107
107
|
*/
|
|
108
108
|
changeServiceCatalogCompartment(changeServiceCatalogCompartmentRequest: requests.ChangeServiceCatalogCompartmentRequest): Promise<responses.ChangeServiceCatalogCompartmentResponse>;
|
|
109
109
|
/**
|
|
@@ -112,7 +112,7 @@ export declare class ServiceCatalogClient {
|
|
|
112
112
|
* @param CreatePrivateApplicationRequest
|
|
113
113
|
* @return CreatePrivateApplicationResponse
|
|
114
114
|
* @throws OciError when an error occurs
|
|
115
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
115
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/servicecatalog/CreatePrivateApplication.ts.html |here} to see how to use CreatePrivateApplication API.
|
|
116
116
|
*/
|
|
117
117
|
createPrivateApplication(createPrivateApplicationRequest: requests.CreatePrivateApplicationRequest): Promise<responses.CreatePrivateApplicationResponse>;
|
|
118
118
|
/**
|
|
@@ -121,7 +121,7 @@ export declare class ServiceCatalogClient {
|
|
|
121
121
|
* @param CreateServiceCatalogRequest
|
|
122
122
|
* @return CreateServiceCatalogResponse
|
|
123
123
|
* @throws OciError when an error occurs
|
|
124
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
124
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/servicecatalog/CreateServiceCatalog.ts.html |here} to see how to use CreateServiceCatalog API.
|
|
125
125
|
*/
|
|
126
126
|
createServiceCatalog(createServiceCatalogRequest: requests.CreateServiceCatalogRequest): Promise<responses.CreateServiceCatalogResponse>;
|
|
127
127
|
/**
|
|
@@ -130,7 +130,7 @@ export declare class ServiceCatalogClient {
|
|
|
130
130
|
* @param CreateServiceCatalogAssociationRequest
|
|
131
131
|
* @return CreateServiceCatalogAssociationResponse
|
|
132
132
|
* @throws OciError when an error occurs
|
|
133
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
133
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/servicecatalog/CreateServiceCatalogAssociation.ts.html |here} to see how to use CreateServiceCatalogAssociation API.
|
|
134
134
|
*/
|
|
135
135
|
createServiceCatalogAssociation(createServiceCatalogAssociationRequest: requests.CreateServiceCatalogAssociationRequest): Promise<responses.CreateServiceCatalogAssociationResponse>;
|
|
136
136
|
/**
|
|
@@ -139,7 +139,7 @@ export declare class ServiceCatalogClient {
|
|
|
139
139
|
* @param DeletePrivateApplicationRequest
|
|
140
140
|
* @return DeletePrivateApplicationResponse
|
|
141
141
|
* @throws OciError when an error occurs
|
|
142
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
142
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/servicecatalog/DeletePrivateApplication.ts.html |here} to see how to use DeletePrivateApplication API.
|
|
143
143
|
*/
|
|
144
144
|
deletePrivateApplication(deletePrivateApplicationRequest: requests.DeletePrivateApplicationRequest): Promise<responses.DeletePrivateApplicationResponse>;
|
|
145
145
|
/**
|
|
@@ -148,7 +148,7 @@ export declare class ServiceCatalogClient {
|
|
|
148
148
|
* @param DeleteServiceCatalogRequest
|
|
149
149
|
* @return DeleteServiceCatalogResponse
|
|
150
150
|
* @throws OciError when an error occurs
|
|
151
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
151
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/servicecatalog/DeleteServiceCatalog.ts.html |here} to see how to use DeleteServiceCatalog API.
|
|
152
152
|
*/
|
|
153
153
|
deleteServiceCatalog(deleteServiceCatalogRequest: requests.DeleteServiceCatalogRequest): Promise<responses.DeleteServiceCatalogResponse>;
|
|
154
154
|
/**
|
|
@@ -157,7 +157,7 @@ export declare class ServiceCatalogClient {
|
|
|
157
157
|
* @param DeleteServiceCatalogAssociationRequest
|
|
158
158
|
* @return DeleteServiceCatalogAssociationResponse
|
|
159
159
|
* @throws OciError when an error occurs
|
|
160
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
160
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/servicecatalog/DeleteServiceCatalogAssociation.ts.html |here} to see how to use DeleteServiceCatalogAssociation API.
|
|
161
161
|
*/
|
|
162
162
|
deleteServiceCatalogAssociation(deleteServiceCatalogAssociationRequest: requests.DeleteServiceCatalogAssociationRequest): Promise<responses.DeleteServiceCatalogAssociationResponse>;
|
|
163
163
|
/**
|
|
@@ -166,7 +166,7 @@ export declare class ServiceCatalogClient {
|
|
|
166
166
|
* @param GetPrivateApplicationRequest
|
|
167
167
|
* @return GetPrivateApplicationResponse
|
|
168
168
|
* @throws OciError when an error occurs
|
|
169
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
169
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/servicecatalog/GetPrivateApplication.ts.html |here} to see how to use GetPrivateApplication API.
|
|
170
170
|
*/
|
|
171
171
|
getPrivateApplication(getPrivateApplicationRequest: requests.GetPrivateApplicationRequest): Promise<responses.GetPrivateApplicationResponse>;
|
|
172
172
|
/**
|
|
@@ -175,7 +175,7 @@ export declare class ServiceCatalogClient {
|
|
|
175
175
|
* @param GetPrivateApplicationActionDownloadLogoRequest
|
|
176
176
|
* @return GetPrivateApplicationActionDownloadLogoResponse
|
|
177
177
|
* @throws OciError when an error occurs
|
|
178
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
178
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/servicecatalog/GetPrivateApplicationActionDownloadLogo.ts.html |here} to see how to use GetPrivateApplicationActionDownloadLogo API.
|
|
179
179
|
*/
|
|
180
180
|
getPrivateApplicationActionDownloadLogo(getPrivateApplicationActionDownloadLogoRequest: requests.GetPrivateApplicationActionDownloadLogoRequest): Promise<responses.GetPrivateApplicationActionDownloadLogoResponse>;
|
|
181
181
|
/**
|
|
@@ -184,7 +184,7 @@ export declare class ServiceCatalogClient {
|
|
|
184
184
|
* @param GetPrivateApplicationPackageRequest
|
|
185
185
|
* @return GetPrivateApplicationPackageResponse
|
|
186
186
|
* @throws OciError when an error occurs
|
|
187
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
187
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/servicecatalog/GetPrivateApplicationPackage.ts.html |here} to see how to use GetPrivateApplicationPackage API.
|
|
188
188
|
*/
|
|
189
189
|
getPrivateApplicationPackage(getPrivateApplicationPackageRequest: requests.GetPrivateApplicationPackageRequest): Promise<responses.GetPrivateApplicationPackageResponse>;
|
|
190
190
|
/**
|
|
@@ -193,7 +193,7 @@ export declare class ServiceCatalogClient {
|
|
|
193
193
|
* @param GetPrivateApplicationPackageActionDownloadConfigRequest
|
|
194
194
|
* @return GetPrivateApplicationPackageActionDownloadConfigResponse
|
|
195
195
|
* @throws OciError when an error occurs
|
|
196
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
196
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/servicecatalog/GetPrivateApplicationPackageActionDownloadConfig.ts.html |here} to see how to use GetPrivateApplicationPackageActionDownloadConfig API.
|
|
197
197
|
*/
|
|
198
198
|
getPrivateApplicationPackageActionDownloadConfig(getPrivateApplicationPackageActionDownloadConfigRequest: requests.GetPrivateApplicationPackageActionDownloadConfigRequest): Promise<responses.GetPrivateApplicationPackageActionDownloadConfigResponse>;
|
|
199
199
|
/**
|
|
@@ -202,7 +202,7 @@ export declare class ServiceCatalogClient {
|
|
|
202
202
|
* @param GetServiceCatalogRequest
|
|
203
203
|
* @return GetServiceCatalogResponse
|
|
204
204
|
* @throws OciError when an error occurs
|
|
205
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
205
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/servicecatalog/GetServiceCatalog.ts.html |here} to see how to use GetServiceCatalog API.
|
|
206
206
|
*/
|
|
207
207
|
getServiceCatalog(getServiceCatalogRequest: requests.GetServiceCatalogRequest): Promise<responses.GetServiceCatalogResponse>;
|
|
208
208
|
/**
|
|
@@ -211,7 +211,7 @@ export declare class ServiceCatalogClient {
|
|
|
211
211
|
* @param GetServiceCatalogAssociationRequest
|
|
212
212
|
* @return GetServiceCatalogAssociationResponse
|
|
213
213
|
* @throws OciError when an error occurs
|
|
214
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
214
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/servicecatalog/GetServiceCatalogAssociation.ts.html |here} to see how to use GetServiceCatalogAssociation API.
|
|
215
215
|
*/
|
|
216
216
|
getServiceCatalogAssociation(getServiceCatalogAssociationRequest: requests.GetServiceCatalogAssociationRequest): Promise<responses.GetServiceCatalogAssociationResponse>;
|
|
217
217
|
/**
|
|
@@ -220,7 +220,7 @@ export declare class ServiceCatalogClient {
|
|
|
220
220
|
* @param GetWorkRequestRequest
|
|
221
221
|
* @return GetWorkRequestResponse
|
|
222
222
|
* @throws OciError when an error occurs
|
|
223
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
223
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/servicecatalog/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
224
224
|
*/
|
|
225
225
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
226
226
|
/**
|
|
@@ -232,7 +232,7 @@ export declare class ServiceCatalogClient {
|
|
|
232
232
|
* @param ListApplicationsRequest
|
|
233
233
|
* @return ListApplicationsResponse
|
|
234
234
|
* @throws OciError when an error occurs
|
|
235
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
235
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/servicecatalog/ListApplications.ts.html |here} to see how to use ListApplications API.
|
|
236
236
|
*/
|
|
237
237
|
listApplications(listApplicationsRequest: requests.ListApplicationsRequest): Promise<responses.ListApplicationsResponse>;
|
|
238
238
|
/**
|
|
@@ -241,7 +241,7 @@ export declare class ServiceCatalogClient {
|
|
|
241
241
|
* @param ListPrivateApplicationPackagesRequest
|
|
242
242
|
* @return ListPrivateApplicationPackagesResponse
|
|
243
243
|
* @throws OciError when an error occurs
|
|
244
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
244
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/servicecatalog/ListPrivateApplicationPackages.ts.html |here} to see how to use ListPrivateApplicationPackages API.
|
|
245
245
|
*/
|
|
246
246
|
listPrivateApplicationPackages(listPrivateApplicationPackagesRequest: requests.ListPrivateApplicationPackagesRequest): Promise<responses.ListPrivateApplicationPackagesResponse>;
|
|
247
247
|
/**
|
|
@@ -250,7 +250,7 @@ export declare class ServiceCatalogClient {
|
|
|
250
250
|
* @param ListPrivateApplicationsRequest
|
|
251
251
|
* @return ListPrivateApplicationsResponse
|
|
252
252
|
* @throws OciError when an error occurs
|
|
253
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
253
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/servicecatalog/ListPrivateApplications.ts.html |here} to see how to use ListPrivateApplications API.
|
|
254
254
|
*/
|
|
255
255
|
listPrivateApplications(listPrivateApplicationsRequest: requests.ListPrivateApplicationsRequest): Promise<responses.ListPrivateApplicationsResponse>;
|
|
256
256
|
/**
|
|
@@ -259,7 +259,7 @@ export declare class ServiceCatalogClient {
|
|
|
259
259
|
* @param ListServiceCatalogAssociationsRequest
|
|
260
260
|
* @return ListServiceCatalogAssociationsResponse
|
|
261
261
|
* @throws OciError when an error occurs
|
|
262
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
262
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/servicecatalog/ListServiceCatalogAssociations.ts.html |here} to see how to use ListServiceCatalogAssociations API.
|
|
263
263
|
*/
|
|
264
264
|
listServiceCatalogAssociations(listServiceCatalogAssociationsRequest: requests.ListServiceCatalogAssociationsRequest): Promise<responses.ListServiceCatalogAssociationsResponse>;
|
|
265
265
|
/**
|
|
@@ -268,7 +268,7 @@ export declare class ServiceCatalogClient {
|
|
|
268
268
|
* @param ListServiceCatalogsRequest
|
|
269
269
|
* @return ListServiceCatalogsResponse
|
|
270
270
|
* @throws OciError when an error occurs
|
|
271
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
271
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/servicecatalog/ListServiceCatalogs.ts.html |here} to see how to use ListServiceCatalogs API.
|
|
272
272
|
*/
|
|
273
273
|
listServiceCatalogs(listServiceCatalogsRequest: requests.ListServiceCatalogsRequest): Promise<responses.ListServiceCatalogsResponse>;
|
|
274
274
|
/**
|
|
@@ -278,7 +278,7 @@ export declare class ServiceCatalogClient {
|
|
|
278
278
|
* @param ListWorkRequestErrorsRequest
|
|
279
279
|
* @return ListWorkRequestErrorsResponse
|
|
280
280
|
* @throws OciError when an error occurs
|
|
281
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
281
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/servicecatalog/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
282
282
|
*/
|
|
283
283
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
284
284
|
/**
|
|
@@ -288,7 +288,7 @@ export declare class ServiceCatalogClient {
|
|
|
288
288
|
* @param ListWorkRequestLogsRequest
|
|
289
289
|
* @return ListWorkRequestLogsResponse
|
|
290
290
|
* @throws OciError when an error occurs
|
|
291
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
291
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/servicecatalog/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
292
292
|
*/
|
|
293
293
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
294
294
|
/**
|
|
@@ -298,7 +298,7 @@ export declare class ServiceCatalogClient {
|
|
|
298
298
|
* @param ListWorkRequestsRequest
|
|
299
299
|
* @return ListWorkRequestsResponse
|
|
300
300
|
* @throws OciError when an error occurs
|
|
301
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
301
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/servicecatalog/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
302
302
|
*/
|
|
303
303
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
304
304
|
/**
|
|
@@ -307,7 +307,7 @@ export declare class ServiceCatalogClient {
|
|
|
307
307
|
* @param UpdatePrivateApplicationRequest
|
|
308
308
|
* @return UpdatePrivateApplicationResponse
|
|
309
309
|
* @throws OciError when an error occurs
|
|
310
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
310
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/servicecatalog/UpdatePrivateApplication.ts.html |here} to see how to use UpdatePrivateApplication API.
|
|
311
311
|
*/
|
|
312
312
|
updatePrivateApplication(updatePrivateApplicationRequest: requests.UpdatePrivateApplicationRequest): Promise<responses.UpdatePrivateApplicationResponse>;
|
|
313
313
|
/**
|
|
@@ -316,7 +316,7 @@ export declare class ServiceCatalogClient {
|
|
|
316
316
|
* @param UpdateServiceCatalogRequest
|
|
317
317
|
* @return UpdateServiceCatalogResponse
|
|
318
318
|
* @throws OciError when an error occurs
|
|
319
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
319
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/servicecatalog/UpdateServiceCatalog.ts.html |here} to see how to use UpdateServiceCatalog API.
|
|
320
320
|
*/
|
|
321
321
|
updateServiceCatalog(updateServiceCatalogRequest: requests.UpdateServiceCatalogRequest): Promise<responses.UpdateServiceCatalogResponse>;
|
|
322
322
|
}
|
package/lib/client.js
CHANGED
|
@@ -179,7 +179,7 @@ class ServiceCatalogClient {
|
|
|
179
179
|
* @param BulkReplaceServiceCatalogAssociationsRequest
|
|
180
180
|
* @return BulkReplaceServiceCatalogAssociationsResponse
|
|
181
181
|
* @throws OciError when an error occurs
|
|
182
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
182
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/servicecatalog/BulkReplaceServiceCatalogAssociations.ts.html |here} to see how to use BulkReplaceServiceCatalogAssociations API.
|
|
183
183
|
*/
|
|
184
184
|
bulkReplaceServiceCatalogAssociations(bulkReplaceServiceCatalogAssociationsRequest) {
|
|
185
185
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -235,7 +235,7 @@ class ServiceCatalogClient {
|
|
|
235
235
|
* @param ChangePrivateApplicationCompartmentRequest
|
|
236
236
|
* @return ChangePrivateApplicationCompartmentResponse
|
|
237
237
|
* @throws OciError when an error occurs
|
|
238
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
238
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/servicecatalog/ChangePrivateApplicationCompartment.ts.html |here} to see how to use ChangePrivateApplicationCompartment API.
|
|
239
239
|
*/
|
|
240
240
|
changePrivateApplicationCompartment(changePrivateApplicationCompartmentRequest) {
|
|
241
241
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -296,7 +296,7 @@ class ServiceCatalogClient {
|
|
|
296
296
|
* @param ChangeServiceCatalogCompartmentRequest
|
|
297
297
|
* @return ChangeServiceCatalogCompartmentResponse
|
|
298
298
|
* @throws OciError when an error occurs
|
|
299
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
299
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/servicecatalog/ChangeServiceCatalogCompartment.ts.html |here} to see how to use ChangeServiceCatalogCompartment API.
|
|
300
300
|
*/
|
|
301
301
|
changeServiceCatalogCompartment(changeServiceCatalogCompartmentRequest) {
|
|
302
302
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -352,7 +352,7 @@ class ServiceCatalogClient {
|
|
|
352
352
|
* @param CreatePrivateApplicationRequest
|
|
353
353
|
* @return CreatePrivateApplicationResponse
|
|
354
354
|
* @throws OciError when an error occurs
|
|
355
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
355
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/servicecatalog/CreatePrivateApplication.ts.html |here} to see how to use CreatePrivateApplication API.
|
|
356
356
|
*/
|
|
357
357
|
createPrivateApplication(createPrivateApplicationRequest) {
|
|
358
358
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -420,7 +420,7 @@ class ServiceCatalogClient {
|
|
|
420
420
|
* @param CreateServiceCatalogRequest
|
|
421
421
|
* @return CreateServiceCatalogResponse
|
|
422
422
|
* @throws OciError when an error occurs
|
|
423
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
423
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/servicecatalog/CreateServiceCatalog.ts.html |here} to see how to use CreateServiceCatalog API.
|
|
424
424
|
*/
|
|
425
425
|
createServiceCatalog(createServiceCatalogRequest) {
|
|
426
426
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -483,7 +483,7 @@ class ServiceCatalogClient {
|
|
|
483
483
|
* @param CreateServiceCatalogAssociationRequest
|
|
484
484
|
* @return CreateServiceCatalogAssociationResponse
|
|
485
485
|
* @throws OciError when an error occurs
|
|
486
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
486
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/servicecatalog/CreateServiceCatalogAssociation.ts.html |here} to see how to use CreateServiceCatalogAssociation API.
|
|
487
487
|
*/
|
|
488
488
|
createServiceCatalogAssociation(createServiceCatalogAssociationRequest) {
|
|
489
489
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -546,7 +546,7 @@ class ServiceCatalogClient {
|
|
|
546
546
|
* @param DeletePrivateApplicationRequest
|
|
547
547
|
* @return DeletePrivateApplicationResponse
|
|
548
548
|
* @throws OciError when an error occurs
|
|
549
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
549
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/servicecatalog/DeletePrivateApplication.ts.html |here} to see how to use DeletePrivateApplication API.
|
|
550
550
|
*/
|
|
551
551
|
deletePrivateApplication(deletePrivateApplicationRequest) {
|
|
552
552
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -606,7 +606,7 @@ class ServiceCatalogClient {
|
|
|
606
606
|
* @param DeleteServiceCatalogRequest
|
|
607
607
|
* @return DeleteServiceCatalogResponse
|
|
608
608
|
* @throws OciError when an error occurs
|
|
609
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
609
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/servicecatalog/DeleteServiceCatalog.ts.html |here} to see how to use DeleteServiceCatalog API.
|
|
610
610
|
*/
|
|
611
611
|
deleteServiceCatalog(deleteServiceCatalogRequest) {
|
|
612
612
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -661,7 +661,7 @@ class ServiceCatalogClient {
|
|
|
661
661
|
* @param DeleteServiceCatalogAssociationRequest
|
|
662
662
|
* @return DeleteServiceCatalogAssociationResponse
|
|
663
663
|
* @throws OciError when an error occurs
|
|
664
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
664
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/servicecatalog/DeleteServiceCatalogAssociation.ts.html |here} to see how to use DeleteServiceCatalogAssociation API.
|
|
665
665
|
*/
|
|
666
666
|
deleteServiceCatalogAssociation(deleteServiceCatalogAssociationRequest) {
|
|
667
667
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -716,7 +716,7 @@ class ServiceCatalogClient {
|
|
|
716
716
|
* @param GetPrivateApplicationRequest
|
|
717
717
|
* @return GetPrivateApplicationResponse
|
|
718
718
|
* @throws OciError when an error occurs
|
|
719
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
719
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/servicecatalog/GetPrivateApplication.ts.html |here} to see how to use GetPrivateApplication API.
|
|
720
720
|
*/
|
|
721
721
|
getPrivateApplication(getPrivateApplicationRequest) {
|
|
722
722
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -779,7 +779,7 @@ class ServiceCatalogClient {
|
|
|
779
779
|
* @param GetPrivateApplicationActionDownloadLogoRequest
|
|
780
780
|
* @return GetPrivateApplicationActionDownloadLogoResponse
|
|
781
781
|
* @throws OciError when an error occurs
|
|
782
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
782
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/servicecatalog/GetPrivateApplicationActionDownloadLogo.ts.html |here} to see how to use GetPrivateApplicationActionDownloadLogo API.
|
|
783
783
|
*/
|
|
784
784
|
getPrivateApplicationActionDownloadLogo(getPrivateApplicationActionDownloadLogoRequest) {
|
|
785
785
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -836,7 +836,7 @@ class ServiceCatalogClient {
|
|
|
836
836
|
* @param GetPrivateApplicationPackageRequest
|
|
837
837
|
* @return GetPrivateApplicationPackageResponse
|
|
838
838
|
* @throws OciError when an error occurs
|
|
839
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
839
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/servicecatalog/GetPrivateApplicationPackage.ts.html |here} to see how to use GetPrivateApplicationPackage API.
|
|
840
840
|
*/
|
|
841
841
|
getPrivateApplicationPackage(getPrivateApplicationPackageRequest) {
|
|
842
842
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -899,7 +899,7 @@ class ServiceCatalogClient {
|
|
|
899
899
|
* @param GetPrivateApplicationPackageActionDownloadConfigRequest
|
|
900
900
|
* @return GetPrivateApplicationPackageActionDownloadConfigResponse
|
|
901
901
|
* @throws OciError when an error occurs
|
|
902
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
902
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/servicecatalog/GetPrivateApplicationPackageActionDownloadConfig.ts.html |here} to see how to use GetPrivateApplicationPackageActionDownloadConfig API.
|
|
903
903
|
*/
|
|
904
904
|
getPrivateApplicationPackageActionDownloadConfig(getPrivateApplicationPackageActionDownloadConfigRequest) {
|
|
905
905
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -956,7 +956,7 @@ class ServiceCatalogClient {
|
|
|
956
956
|
* @param GetServiceCatalogRequest
|
|
957
957
|
* @return GetServiceCatalogResponse
|
|
958
958
|
* @throws OciError when an error occurs
|
|
959
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
959
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/servicecatalog/GetServiceCatalog.ts.html |here} to see how to use GetServiceCatalog API.
|
|
960
960
|
*/
|
|
961
961
|
getServiceCatalog(getServiceCatalogRequest) {
|
|
962
962
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1019,7 +1019,7 @@ class ServiceCatalogClient {
|
|
|
1019
1019
|
* @param GetServiceCatalogAssociationRequest
|
|
1020
1020
|
* @return GetServiceCatalogAssociationResponse
|
|
1021
1021
|
* @throws OciError when an error occurs
|
|
1022
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
1022
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/servicecatalog/GetServiceCatalogAssociation.ts.html |here} to see how to use GetServiceCatalogAssociation API.
|
|
1023
1023
|
*/
|
|
1024
1024
|
getServiceCatalogAssociation(getServiceCatalogAssociationRequest) {
|
|
1025
1025
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1082,7 +1082,7 @@ class ServiceCatalogClient {
|
|
|
1082
1082
|
* @param GetWorkRequestRequest
|
|
1083
1083
|
* @return GetWorkRequestResponse
|
|
1084
1084
|
* @throws OciError when an error occurs
|
|
1085
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
1085
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/servicecatalog/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
1086
1086
|
*/
|
|
1087
1087
|
getWorkRequest(getWorkRequestRequest) {
|
|
1088
1088
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1153,7 +1153,7 @@ class ServiceCatalogClient {
|
|
|
1153
1153
|
* @param ListApplicationsRequest
|
|
1154
1154
|
* @return ListApplicationsResponse
|
|
1155
1155
|
* @throws OciError when an error occurs
|
|
1156
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
1156
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/servicecatalog/ListApplications.ts.html |here} to see how to use ListApplications API.
|
|
1157
1157
|
*/
|
|
1158
1158
|
listApplications(listApplicationsRequest) {
|
|
1159
1159
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1227,7 +1227,7 @@ class ServiceCatalogClient {
|
|
|
1227
1227
|
* @param ListPrivateApplicationPackagesRequest
|
|
1228
1228
|
* @return ListPrivateApplicationPackagesResponse
|
|
1229
1229
|
* @throws OciError when an error occurs
|
|
1230
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
1230
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/servicecatalog/ListPrivateApplicationPackages.ts.html |here} to see how to use ListPrivateApplicationPackages API.
|
|
1231
1231
|
*/
|
|
1232
1232
|
listPrivateApplicationPackages(listPrivateApplicationPackagesRequest) {
|
|
1233
1233
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1297,7 +1297,7 @@ class ServiceCatalogClient {
|
|
|
1297
1297
|
* @param ListPrivateApplicationsRequest
|
|
1298
1298
|
* @return ListPrivateApplicationsResponse
|
|
1299
1299
|
* @throws OciError when an error occurs
|
|
1300
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
1300
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/servicecatalog/ListPrivateApplications.ts.html |here} to see how to use ListPrivateApplications API.
|
|
1301
1301
|
*/
|
|
1302
1302
|
listPrivateApplications(listPrivateApplicationsRequest) {
|
|
1303
1303
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1366,7 +1366,7 @@ class ServiceCatalogClient {
|
|
|
1366
1366
|
* @param ListServiceCatalogAssociationsRequest
|
|
1367
1367
|
* @return ListServiceCatalogAssociationsResponse
|
|
1368
1368
|
* @throws OciError when an error occurs
|
|
1369
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
1369
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/servicecatalog/ListServiceCatalogAssociations.ts.html |here} to see how to use ListServiceCatalogAssociations API.
|
|
1370
1370
|
*/
|
|
1371
1371
|
listServiceCatalogAssociations(listServiceCatalogAssociationsRequest) {
|
|
1372
1372
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1436,7 +1436,7 @@ class ServiceCatalogClient {
|
|
|
1436
1436
|
* @param ListServiceCatalogsRequest
|
|
1437
1437
|
* @return ListServiceCatalogsResponse
|
|
1438
1438
|
* @throws OciError when an error occurs
|
|
1439
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
1439
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/servicecatalog/ListServiceCatalogs.ts.html |here} to see how to use ListServiceCatalogs API.
|
|
1440
1440
|
*/
|
|
1441
1441
|
listServiceCatalogs(listServiceCatalogsRequest) {
|
|
1442
1442
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1506,7 +1506,7 @@ class ServiceCatalogClient {
|
|
|
1506
1506
|
* @param ListWorkRequestErrorsRequest
|
|
1507
1507
|
* @return ListWorkRequestErrorsResponse
|
|
1508
1508
|
* @throws OciError when an error occurs
|
|
1509
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
1509
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/servicecatalog/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
1510
1510
|
*/
|
|
1511
1511
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
1512
1512
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1575,7 +1575,7 @@ class ServiceCatalogClient {
|
|
|
1575
1575
|
* @param ListWorkRequestLogsRequest
|
|
1576
1576
|
* @return ListWorkRequestLogsResponse
|
|
1577
1577
|
* @throws OciError when an error occurs
|
|
1578
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
1578
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/servicecatalog/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
1579
1579
|
*/
|
|
1580
1580
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
1581
1581
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1644,7 +1644,7 @@ class ServiceCatalogClient {
|
|
|
1644
1644
|
* @param ListWorkRequestsRequest
|
|
1645
1645
|
* @return ListWorkRequestsResponse
|
|
1646
1646
|
* @throws OciError when an error occurs
|
|
1647
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
1647
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/servicecatalog/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
1648
1648
|
*/
|
|
1649
1649
|
listWorkRequests(listWorkRequestsRequest) {
|
|
1650
1650
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1714,7 +1714,7 @@ class ServiceCatalogClient {
|
|
|
1714
1714
|
* @param UpdatePrivateApplicationRequest
|
|
1715
1715
|
* @return UpdatePrivateApplicationResponse
|
|
1716
1716
|
* @throws OciError when an error occurs
|
|
1717
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
1717
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/servicecatalog/UpdatePrivateApplication.ts.html |here} to see how to use UpdatePrivateApplication API.
|
|
1718
1718
|
*/
|
|
1719
1719
|
updatePrivateApplication(updatePrivateApplicationRequest) {
|
|
1720
1720
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1784,7 +1784,7 @@ class ServiceCatalogClient {
|
|
|
1784
1784
|
* @param UpdateServiceCatalogRequest
|
|
1785
1785
|
* @return UpdateServiceCatalogResponse
|
|
1786
1786
|
* @throws OciError when an error occurs
|
|
1787
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
1787
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/servicecatalog/UpdateServiceCatalog.ts.html |here} to see how to use UpdateServiceCatalog API.
|
|
1788
1788
|
*/
|
|
1789
1789
|
updateServiceCatalog(updateServiceCatalogRequest) {
|
|
1790
1790
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/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.62.
|
|
3
|
+
"version": "2.62.1",
|
|
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.62.
|
|
19
|
-
"oci-workrequests": "2.62.
|
|
18
|
+
"oci-common": "2.62.1",
|
|
19
|
+
"oci-workrequests": "2.62.1"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|