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