oci-servicecatalog 2.3.1 → 2.4.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/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
|
@@ -68,7 +68,7 @@ export declare class ServiceCatalogClient {
|
|
|
68
68
|
* @param BulkReplaceServiceCatalogAssociationsRequest
|
|
69
69
|
* @return BulkReplaceServiceCatalogAssociationsResponse
|
|
70
70
|
* @throws OciError when an error occurs
|
|
71
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
71
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/servicecatalog/BulkReplaceServiceCatalogAssociations.ts.html |here} to see how to use BulkReplaceServiceCatalogAssociations API.
|
|
72
72
|
*/
|
|
73
73
|
bulkReplaceServiceCatalogAssociations(bulkReplaceServiceCatalogAssociationsRequest: requests.BulkReplaceServiceCatalogAssociationsRequest): Promise<responses.BulkReplaceServiceCatalogAssociationsResponse>;
|
|
74
74
|
/**
|
|
@@ -76,7 +76,7 @@ export declare class ServiceCatalogClient {
|
|
|
76
76
|
* @param ChangePrivateApplicationCompartmentRequest
|
|
77
77
|
* @return ChangePrivateApplicationCompartmentResponse
|
|
78
78
|
* @throws OciError when an error occurs
|
|
79
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
79
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/servicecatalog/ChangePrivateApplicationCompartment.ts.html |here} to see how to use ChangePrivateApplicationCompartment API.
|
|
80
80
|
*/
|
|
81
81
|
changePrivateApplicationCompartment(changePrivateApplicationCompartmentRequest: requests.ChangePrivateApplicationCompartmentRequest): Promise<responses.ChangePrivateApplicationCompartmentResponse>;
|
|
82
82
|
/**
|
|
@@ -84,7 +84,7 @@ export declare class ServiceCatalogClient {
|
|
|
84
84
|
* @param ChangeServiceCatalogCompartmentRequest
|
|
85
85
|
* @return ChangeServiceCatalogCompartmentResponse
|
|
86
86
|
* @throws OciError when an error occurs
|
|
87
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
87
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/servicecatalog/ChangeServiceCatalogCompartment.ts.html |here} to see how to use ChangeServiceCatalogCompartment API.
|
|
88
88
|
*/
|
|
89
89
|
changeServiceCatalogCompartment(changeServiceCatalogCompartmentRequest: requests.ChangeServiceCatalogCompartmentRequest): Promise<responses.ChangeServiceCatalogCompartmentResponse>;
|
|
90
90
|
/**
|
|
@@ -92,7 +92,7 @@ export declare class ServiceCatalogClient {
|
|
|
92
92
|
* @param CreatePrivateApplicationRequest
|
|
93
93
|
* @return CreatePrivateApplicationResponse
|
|
94
94
|
* @throws OciError when an error occurs
|
|
95
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
95
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/servicecatalog/CreatePrivateApplication.ts.html |here} to see how to use CreatePrivateApplication API.
|
|
96
96
|
*/
|
|
97
97
|
createPrivateApplication(createPrivateApplicationRequest: requests.CreatePrivateApplicationRequest): Promise<responses.CreatePrivateApplicationResponse>;
|
|
98
98
|
/**
|
|
@@ -100,7 +100,7 @@ export declare class ServiceCatalogClient {
|
|
|
100
100
|
* @param CreateServiceCatalogRequest
|
|
101
101
|
* @return CreateServiceCatalogResponse
|
|
102
102
|
* @throws OciError when an error occurs
|
|
103
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
103
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/servicecatalog/CreateServiceCatalog.ts.html |here} to see how to use CreateServiceCatalog API.
|
|
104
104
|
*/
|
|
105
105
|
createServiceCatalog(createServiceCatalogRequest: requests.CreateServiceCatalogRequest): Promise<responses.CreateServiceCatalogResponse>;
|
|
106
106
|
/**
|
|
@@ -108,7 +108,7 @@ export declare class ServiceCatalogClient {
|
|
|
108
108
|
* @param CreateServiceCatalogAssociationRequest
|
|
109
109
|
* @return CreateServiceCatalogAssociationResponse
|
|
110
110
|
* @throws OciError when an error occurs
|
|
111
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
111
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/servicecatalog/CreateServiceCatalogAssociation.ts.html |here} to see how to use CreateServiceCatalogAssociation API.
|
|
112
112
|
*/
|
|
113
113
|
createServiceCatalogAssociation(createServiceCatalogAssociationRequest: requests.CreateServiceCatalogAssociationRequest): Promise<responses.CreateServiceCatalogAssociationResponse>;
|
|
114
114
|
/**
|
|
@@ -116,7 +116,7 @@ export declare class ServiceCatalogClient {
|
|
|
116
116
|
* @param DeletePrivateApplicationRequest
|
|
117
117
|
* @return DeletePrivateApplicationResponse
|
|
118
118
|
* @throws OciError when an error occurs
|
|
119
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
119
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/servicecatalog/DeletePrivateApplication.ts.html |here} to see how to use DeletePrivateApplication API.
|
|
120
120
|
*/
|
|
121
121
|
deletePrivateApplication(deletePrivateApplicationRequest: requests.DeletePrivateApplicationRequest): Promise<responses.DeletePrivateApplicationResponse>;
|
|
122
122
|
/**
|
|
@@ -124,7 +124,7 @@ export declare class ServiceCatalogClient {
|
|
|
124
124
|
* @param DeleteServiceCatalogRequest
|
|
125
125
|
* @return DeleteServiceCatalogResponse
|
|
126
126
|
* @throws OciError when an error occurs
|
|
127
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
127
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/servicecatalog/DeleteServiceCatalog.ts.html |here} to see how to use DeleteServiceCatalog API.
|
|
128
128
|
*/
|
|
129
129
|
deleteServiceCatalog(deleteServiceCatalogRequest: requests.DeleteServiceCatalogRequest): Promise<responses.DeleteServiceCatalogResponse>;
|
|
130
130
|
/**
|
|
@@ -132,7 +132,7 @@ export declare class ServiceCatalogClient {
|
|
|
132
132
|
* @param DeleteServiceCatalogAssociationRequest
|
|
133
133
|
* @return DeleteServiceCatalogAssociationResponse
|
|
134
134
|
* @throws OciError when an error occurs
|
|
135
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
135
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/servicecatalog/DeleteServiceCatalogAssociation.ts.html |here} to see how to use DeleteServiceCatalogAssociation API.
|
|
136
136
|
*/
|
|
137
137
|
deleteServiceCatalogAssociation(deleteServiceCatalogAssociationRequest: requests.DeleteServiceCatalogAssociationRequest): Promise<responses.DeleteServiceCatalogAssociationResponse>;
|
|
138
138
|
/**
|
|
@@ -140,7 +140,7 @@ export declare class ServiceCatalogClient {
|
|
|
140
140
|
* @param GetPrivateApplicationRequest
|
|
141
141
|
* @return GetPrivateApplicationResponse
|
|
142
142
|
* @throws OciError when an error occurs
|
|
143
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
143
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/servicecatalog/GetPrivateApplication.ts.html |here} to see how to use GetPrivateApplication API.
|
|
144
144
|
*/
|
|
145
145
|
getPrivateApplication(getPrivateApplicationRequest: requests.GetPrivateApplicationRequest): Promise<responses.GetPrivateApplicationResponse>;
|
|
146
146
|
/**
|
|
@@ -148,7 +148,7 @@ export declare class ServiceCatalogClient {
|
|
|
148
148
|
* @param GetPrivateApplicationActionDownloadLogoRequest
|
|
149
149
|
* @return GetPrivateApplicationActionDownloadLogoResponse
|
|
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.
|
|
151
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/servicecatalog/GetPrivateApplicationActionDownloadLogo.ts.html |here} to see how to use GetPrivateApplicationActionDownloadLogo API.
|
|
152
152
|
*/
|
|
153
153
|
getPrivateApplicationActionDownloadLogo(getPrivateApplicationActionDownloadLogoRequest: requests.GetPrivateApplicationActionDownloadLogoRequest): Promise<responses.GetPrivateApplicationActionDownloadLogoResponse>;
|
|
154
154
|
/**
|
|
@@ -156,7 +156,7 @@ export declare class ServiceCatalogClient {
|
|
|
156
156
|
* @param GetPrivateApplicationPackageRequest
|
|
157
157
|
* @return GetPrivateApplicationPackageResponse
|
|
158
158
|
* @throws OciError when an error occurs
|
|
159
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
159
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/servicecatalog/GetPrivateApplicationPackage.ts.html |here} to see how to use GetPrivateApplicationPackage API.
|
|
160
160
|
*/
|
|
161
161
|
getPrivateApplicationPackage(getPrivateApplicationPackageRequest: requests.GetPrivateApplicationPackageRequest): Promise<responses.GetPrivateApplicationPackageResponse>;
|
|
162
162
|
/**
|
|
@@ -164,7 +164,7 @@ export declare class ServiceCatalogClient {
|
|
|
164
164
|
* @param GetPrivateApplicationPackageActionDownloadConfigRequest
|
|
165
165
|
* @return GetPrivateApplicationPackageActionDownloadConfigResponse
|
|
166
166
|
* @throws OciError when an error occurs
|
|
167
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
167
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/servicecatalog/GetPrivateApplicationPackageActionDownloadConfig.ts.html |here} to see how to use GetPrivateApplicationPackageActionDownloadConfig API.
|
|
168
168
|
*/
|
|
169
169
|
getPrivateApplicationPackageActionDownloadConfig(getPrivateApplicationPackageActionDownloadConfigRequest: requests.GetPrivateApplicationPackageActionDownloadConfigRequest): Promise<responses.GetPrivateApplicationPackageActionDownloadConfigResponse>;
|
|
170
170
|
/**
|
|
@@ -172,7 +172,7 @@ export declare class ServiceCatalogClient {
|
|
|
172
172
|
* @param GetServiceCatalogRequest
|
|
173
173
|
* @return GetServiceCatalogResponse
|
|
174
174
|
* @throws OciError when an error occurs
|
|
175
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
175
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/servicecatalog/GetServiceCatalog.ts.html |here} to see how to use GetServiceCatalog API.
|
|
176
176
|
*/
|
|
177
177
|
getServiceCatalog(getServiceCatalogRequest: requests.GetServiceCatalogRequest): Promise<responses.GetServiceCatalogResponse>;
|
|
178
178
|
/**
|
|
@@ -180,7 +180,7 @@ export declare class ServiceCatalogClient {
|
|
|
180
180
|
* @param GetServiceCatalogAssociationRequest
|
|
181
181
|
* @return GetServiceCatalogAssociationResponse
|
|
182
182
|
* @throws OciError when an error occurs
|
|
183
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
183
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/servicecatalog/GetServiceCatalogAssociation.ts.html |here} to see how to use GetServiceCatalogAssociation API.
|
|
184
184
|
*/
|
|
185
185
|
getServiceCatalogAssociation(getServiceCatalogAssociationRequest: requests.GetServiceCatalogAssociationRequest): Promise<responses.GetServiceCatalogAssociationResponse>;
|
|
186
186
|
/**
|
|
@@ -188,7 +188,7 @@ export declare class ServiceCatalogClient {
|
|
|
188
188
|
* @param GetWorkRequestRequest
|
|
189
189
|
* @return GetWorkRequestResponse
|
|
190
190
|
* @throws OciError when an error occurs
|
|
191
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
191
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/servicecatalog/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
192
192
|
*/
|
|
193
193
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
194
194
|
/**
|
|
@@ -199,7 +199,7 @@ export declare class ServiceCatalogClient {
|
|
|
199
199
|
* @param ListApplicationsRequest
|
|
200
200
|
* @return ListApplicationsResponse
|
|
201
201
|
* @throws OciError when an error occurs
|
|
202
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
202
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/servicecatalog/ListApplications.ts.html |here} to see how to use ListApplications API.
|
|
203
203
|
*/
|
|
204
204
|
listApplications(listApplicationsRequest: requests.ListApplicationsRequest): Promise<responses.ListApplicationsResponse>;
|
|
205
205
|
/**
|
|
@@ -207,7 +207,7 @@ export declare class ServiceCatalogClient {
|
|
|
207
207
|
* @param ListPrivateApplicationPackagesRequest
|
|
208
208
|
* @return ListPrivateApplicationPackagesResponse
|
|
209
209
|
* @throws OciError when an error occurs
|
|
210
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
210
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/servicecatalog/ListPrivateApplicationPackages.ts.html |here} to see how to use ListPrivateApplicationPackages API.
|
|
211
211
|
*/
|
|
212
212
|
listPrivateApplicationPackages(listPrivateApplicationPackagesRequest: requests.ListPrivateApplicationPackagesRequest): Promise<responses.ListPrivateApplicationPackagesResponse>;
|
|
213
213
|
/**
|
|
@@ -215,7 +215,7 @@ export declare class ServiceCatalogClient {
|
|
|
215
215
|
* @param ListPrivateApplicationsRequest
|
|
216
216
|
* @return ListPrivateApplicationsResponse
|
|
217
217
|
* @throws OciError when an error occurs
|
|
218
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
218
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/servicecatalog/ListPrivateApplications.ts.html |here} to see how to use ListPrivateApplications API.
|
|
219
219
|
*/
|
|
220
220
|
listPrivateApplications(listPrivateApplicationsRequest: requests.ListPrivateApplicationsRequest): Promise<responses.ListPrivateApplicationsResponse>;
|
|
221
221
|
/**
|
|
@@ -223,7 +223,7 @@ export declare class ServiceCatalogClient {
|
|
|
223
223
|
* @param ListServiceCatalogAssociationsRequest
|
|
224
224
|
* @return ListServiceCatalogAssociationsResponse
|
|
225
225
|
* @throws OciError when an error occurs
|
|
226
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
226
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/servicecatalog/ListServiceCatalogAssociations.ts.html |here} to see how to use ListServiceCatalogAssociations API.
|
|
227
227
|
*/
|
|
228
228
|
listServiceCatalogAssociations(listServiceCatalogAssociationsRequest: requests.ListServiceCatalogAssociationsRequest): Promise<responses.ListServiceCatalogAssociationsResponse>;
|
|
229
229
|
/**
|
|
@@ -231,7 +231,7 @@ export declare class ServiceCatalogClient {
|
|
|
231
231
|
* @param ListServiceCatalogsRequest
|
|
232
232
|
* @return ListServiceCatalogsResponse
|
|
233
233
|
* @throws OciError when an error occurs
|
|
234
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
234
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/servicecatalog/ListServiceCatalogs.ts.html |here} to see how to use ListServiceCatalogs API.
|
|
235
235
|
*/
|
|
236
236
|
listServiceCatalogs(listServiceCatalogsRequest: requests.ListServiceCatalogsRequest): Promise<responses.ListServiceCatalogsResponse>;
|
|
237
237
|
/**
|
|
@@ -240,7 +240,7 @@ export declare class ServiceCatalogClient {
|
|
|
240
240
|
* @param ListWorkRequestErrorsRequest
|
|
241
241
|
* @return ListWorkRequestErrorsResponse
|
|
242
242
|
* @throws OciError when an error occurs
|
|
243
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
243
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/servicecatalog/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
244
244
|
*/
|
|
245
245
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
246
246
|
/**
|
|
@@ -249,7 +249,7 @@ export declare class ServiceCatalogClient {
|
|
|
249
249
|
* @param ListWorkRequestLogsRequest
|
|
250
250
|
* @return ListWorkRequestLogsResponse
|
|
251
251
|
* @throws OciError when an error occurs
|
|
252
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
252
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/servicecatalog/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
253
253
|
*/
|
|
254
254
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
255
255
|
/**
|
|
@@ -258,7 +258,7 @@ export declare class ServiceCatalogClient {
|
|
|
258
258
|
* @param ListWorkRequestsRequest
|
|
259
259
|
* @return ListWorkRequestsResponse
|
|
260
260
|
* @throws OciError when an error occurs
|
|
261
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
261
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/servicecatalog/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
262
262
|
*/
|
|
263
263
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
264
264
|
/**
|
|
@@ -266,7 +266,7 @@ export declare class ServiceCatalogClient {
|
|
|
266
266
|
* @param UpdatePrivateApplicationRequest
|
|
267
267
|
* @return UpdatePrivateApplicationResponse
|
|
268
268
|
* @throws OciError when an error occurs
|
|
269
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
269
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/servicecatalog/UpdatePrivateApplication.ts.html |here} to see how to use UpdatePrivateApplication API.
|
|
270
270
|
*/
|
|
271
271
|
updatePrivateApplication(updatePrivateApplicationRequest: requests.UpdatePrivateApplicationRequest): Promise<responses.UpdatePrivateApplicationResponse>;
|
|
272
272
|
/**
|
|
@@ -274,7 +274,7 @@ export declare class ServiceCatalogClient {
|
|
|
274
274
|
* @param UpdateServiceCatalogRequest
|
|
275
275
|
* @return UpdateServiceCatalogResponse
|
|
276
276
|
* @throws OciError when an error occurs
|
|
277
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
277
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/servicecatalog/UpdateServiceCatalog.ts.html |here} to see how to use UpdateServiceCatalog API.
|
|
278
278
|
*/
|
|
279
279
|
updateServiceCatalog(updateServiceCatalogRequest: requests.UpdateServiceCatalogRequest): Promise<responses.UpdateServiceCatalogResponse>;
|
|
280
280
|
}
|
package/lib/client.js
CHANGED
|
@@ -139,7 +139,7 @@ class ServiceCatalogClient {
|
|
|
139
139
|
* @param BulkReplaceServiceCatalogAssociationsRequest
|
|
140
140
|
* @return BulkReplaceServiceCatalogAssociationsResponse
|
|
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.
|
|
142
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/servicecatalog/BulkReplaceServiceCatalogAssociations.ts.html |here} to see how to use BulkReplaceServiceCatalogAssociations API.
|
|
143
143
|
*/
|
|
144
144
|
bulkReplaceServiceCatalogAssociations(bulkReplaceServiceCatalogAssociationsRequest) {
|
|
145
145
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -191,7 +191,7 @@ class ServiceCatalogClient {
|
|
|
191
191
|
* @param ChangePrivateApplicationCompartmentRequest
|
|
192
192
|
* @return ChangePrivateApplicationCompartmentResponse
|
|
193
193
|
* @throws OciError when an error occurs
|
|
194
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
194
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/servicecatalog/ChangePrivateApplicationCompartment.ts.html |here} to see how to use ChangePrivateApplicationCompartment API.
|
|
195
195
|
*/
|
|
196
196
|
changePrivateApplicationCompartment(changePrivateApplicationCompartmentRequest) {
|
|
197
197
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -248,7 +248,7 @@ class ServiceCatalogClient {
|
|
|
248
248
|
* @param ChangeServiceCatalogCompartmentRequest
|
|
249
249
|
* @return ChangeServiceCatalogCompartmentResponse
|
|
250
250
|
* @throws OciError when an error occurs
|
|
251
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
251
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/servicecatalog/ChangeServiceCatalogCompartment.ts.html |here} to see how to use ChangeServiceCatalogCompartment API.
|
|
252
252
|
*/
|
|
253
253
|
changeServiceCatalogCompartment(changeServiceCatalogCompartmentRequest) {
|
|
254
254
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -300,7 +300,7 @@ class ServiceCatalogClient {
|
|
|
300
300
|
* @param CreatePrivateApplicationRequest
|
|
301
301
|
* @return CreatePrivateApplicationResponse
|
|
302
302
|
* @throws OciError when an error occurs
|
|
303
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
303
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/servicecatalog/CreatePrivateApplication.ts.html |here} to see how to use CreatePrivateApplication API.
|
|
304
304
|
*/
|
|
305
305
|
createPrivateApplication(createPrivateApplicationRequest) {
|
|
306
306
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -364,7 +364,7 @@ class ServiceCatalogClient {
|
|
|
364
364
|
* @param CreateServiceCatalogRequest
|
|
365
365
|
* @return CreateServiceCatalogResponse
|
|
366
366
|
* @throws OciError when an error occurs
|
|
367
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
367
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/servicecatalog/CreateServiceCatalog.ts.html |here} to see how to use CreateServiceCatalog API.
|
|
368
368
|
*/
|
|
369
369
|
createServiceCatalog(createServiceCatalogRequest) {
|
|
370
370
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -423,7 +423,7 @@ class ServiceCatalogClient {
|
|
|
423
423
|
* @param CreateServiceCatalogAssociationRequest
|
|
424
424
|
* @return CreateServiceCatalogAssociationResponse
|
|
425
425
|
* @throws OciError when an error occurs
|
|
426
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
426
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/servicecatalog/CreateServiceCatalogAssociation.ts.html |here} to see how to use CreateServiceCatalogAssociation API.
|
|
427
427
|
*/
|
|
428
428
|
createServiceCatalogAssociation(createServiceCatalogAssociationRequest) {
|
|
429
429
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -482,7 +482,7 @@ class ServiceCatalogClient {
|
|
|
482
482
|
* @param DeletePrivateApplicationRequest
|
|
483
483
|
* @return DeletePrivateApplicationResponse
|
|
484
484
|
* @throws OciError when an error occurs
|
|
485
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
485
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/servicecatalog/DeletePrivateApplication.ts.html |here} to see how to use DeletePrivateApplication API.
|
|
486
486
|
*/
|
|
487
487
|
deletePrivateApplication(deletePrivateApplicationRequest) {
|
|
488
488
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -538,7 +538,7 @@ class ServiceCatalogClient {
|
|
|
538
538
|
* @param DeleteServiceCatalogRequest
|
|
539
539
|
* @return DeleteServiceCatalogResponse
|
|
540
540
|
* @throws OciError when an error occurs
|
|
541
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
541
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/servicecatalog/DeleteServiceCatalog.ts.html |here} to see how to use DeleteServiceCatalog API.
|
|
542
542
|
*/
|
|
543
543
|
deleteServiceCatalog(deleteServiceCatalogRequest) {
|
|
544
544
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -589,7 +589,7 @@ class ServiceCatalogClient {
|
|
|
589
589
|
* @param DeleteServiceCatalogAssociationRequest
|
|
590
590
|
* @return DeleteServiceCatalogAssociationResponse
|
|
591
591
|
* @throws OciError when an error occurs
|
|
592
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
592
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/servicecatalog/DeleteServiceCatalogAssociation.ts.html |here} to see how to use DeleteServiceCatalogAssociation API.
|
|
593
593
|
*/
|
|
594
594
|
deleteServiceCatalogAssociation(deleteServiceCatalogAssociationRequest) {
|
|
595
595
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -640,7 +640,7 @@ class ServiceCatalogClient {
|
|
|
640
640
|
* @param GetPrivateApplicationRequest
|
|
641
641
|
* @return GetPrivateApplicationResponse
|
|
642
642
|
* @throws OciError when an error occurs
|
|
643
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
643
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/servicecatalog/GetPrivateApplication.ts.html |here} to see how to use GetPrivateApplication API.
|
|
644
644
|
*/
|
|
645
645
|
getPrivateApplication(getPrivateApplicationRequest) {
|
|
646
646
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -699,7 +699,7 @@ class ServiceCatalogClient {
|
|
|
699
699
|
* @param GetPrivateApplicationActionDownloadLogoRequest
|
|
700
700
|
* @return GetPrivateApplicationActionDownloadLogoResponse
|
|
701
701
|
* @throws OciError when an error occurs
|
|
702
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
702
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/servicecatalog/GetPrivateApplicationActionDownloadLogo.ts.html |here} to see how to use GetPrivateApplicationActionDownloadLogo API.
|
|
703
703
|
*/
|
|
704
704
|
getPrivateApplicationActionDownloadLogo(getPrivateApplicationActionDownloadLogoRequest) {
|
|
705
705
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -752,7 +752,7 @@ class ServiceCatalogClient {
|
|
|
752
752
|
* @param GetPrivateApplicationPackageRequest
|
|
753
753
|
* @return GetPrivateApplicationPackageResponse
|
|
754
754
|
* @throws OciError when an error occurs
|
|
755
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
755
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/servicecatalog/GetPrivateApplicationPackage.ts.html |here} to see how to use GetPrivateApplicationPackage API.
|
|
756
756
|
*/
|
|
757
757
|
getPrivateApplicationPackage(getPrivateApplicationPackageRequest) {
|
|
758
758
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -811,7 +811,7 @@ class ServiceCatalogClient {
|
|
|
811
811
|
* @param GetPrivateApplicationPackageActionDownloadConfigRequest
|
|
812
812
|
* @return GetPrivateApplicationPackageActionDownloadConfigResponse
|
|
813
813
|
* @throws OciError when an error occurs
|
|
814
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
814
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/servicecatalog/GetPrivateApplicationPackageActionDownloadConfig.ts.html |here} to see how to use GetPrivateApplicationPackageActionDownloadConfig API.
|
|
815
815
|
*/
|
|
816
816
|
getPrivateApplicationPackageActionDownloadConfig(getPrivateApplicationPackageActionDownloadConfigRequest) {
|
|
817
817
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -864,7 +864,7 @@ class ServiceCatalogClient {
|
|
|
864
864
|
* @param GetServiceCatalogRequest
|
|
865
865
|
* @return GetServiceCatalogResponse
|
|
866
866
|
* @throws OciError when an error occurs
|
|
867
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
867
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/servicecatalog/GetServiceCatalog.ts.html |here} to see how to use GetServiceCatalog API.
|
|
868
868
|
*/
|
|
869
869
|
getServiceCatalog(getServiceCatalogRequest) {
|
|
870
870
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -923,7 +923,7 @@ class ServiceCatalogClient {
|
|
|
923
923
|
* @param GetServiceCatalogAssociationRequest
|
|
924
924
|
* @return GetServiceCatalogAssociationResponse
|
|
925
925
|
* @throws OciError when an error occurs
|
|
926
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
926
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/servicecatalog/GetServiceCatalogAssociation.ts.html |here} to see how to use GetServiceCatalogAssociation API.
|
|
927
927
|
*/
|
|
928
928
|
getServiceCatalogAssociation(getServiceCatalogAssociationRequest) {
|
|
929
929
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -982,7 +982,7 @@ class ServiceCatalogClient {
|
|
|
982
982
|
* @param GetWorkRequestRequest
|
|
983
983
|
* @return GetWorkRequestResponse
|
|
984
984
|
* @throws OciError when an error occurs
|
|
985
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
985
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/servicecatalog/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
986
986
|
*/
|
|
987
987
|
getWorkRequest(getWorkRequestRequest) {
|
|
988
988
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1049,7 +1049,7 @@ class ServiceCatalogClient {
|
|
|
1049
1049
|
* @param ListApplicationsRequest
|
|
1050
1050
|
* @return ListApplicationsResponse
|
|
1051
1051
|
* @throws OciError when an error occurs
|
|
1052
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1052
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/servicecatalog/ListApplications.ts.html |here} to see how to use ListApplications API.
|
|
1053
1053
|
*/
|
|
1054
1054
|
listApplications(listApplicationsRequest) {
|
|
1055
1055
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1119,7 +1119,7 @@ class ServiceCatalogClient {
|
|
|
1119
1119
|
* @param ListPrivateApplicationPackagesRequest
|
|
1120
1120
|
* @return ListPrivateApplicationPackagesResponse
|
|
1121
1121
|
* @throws OciError when an error occurs
|
|
1122
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1122
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/servicecatalog/ListPrivateApplicationPackages.ts.html |here} to see how to use ListPrivateApplicationPackages API.
|
|
1123
1123
|
*/
|
|
1124
1124
|
listPrivateApplicationPackages(listPrivateApplicationPackagesRequest) {
|
|
1125
1125
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1185,7 +1185,7 @@ class ServiceCatalogClient {
|
|
|
1185
1185
|
* @param ListPrivateApplicationsRequest
|
|
1186
1186
|
* @return ListPrivateApplicationsResponse
|
|
1187
1187
|
* @throws OciError when an error occurs
|
|
1188
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1188
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/servicecatalog/ListPrivateApplications.ts.html |here} to see how to use ListPrivateApplications API.
|
|
1189
1189
|
*/
|
|
1190
1190
|
listPrivateApplications(listPrivateApplicationsRequest) {
|
|
1191
1191
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1250,7 +1250,7 @@ class ServiceCatalogClient {
|
|
|
1250
1250
|
* @param ListServiceCatalogAssociationsRequest
|
|
1251
1251
|
* @return ListServiceCatalogAssociationsResponse
|
|
1252
1252
|
* @throws OciError when an error occurs
|
|
1253
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1253
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/servicecatalog/ListServiceCatalogAssociations.ts.html |here} to see how to use ListServiceCatalogAssociations API.
|
|
1254
1254
|
*/
|
|
1255
1255
|
listServiceCatalogAssociations(listServiceCatalogAssociationsRequest) {
|
|
1256
1256
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1316,7 +1316,7 @@ class ServiceCatalogClient {
|
|
|
1316
1316
|
* @param ListServiceCatalogsRequest
|
|
1317
1317
|
* @return ListServiceCatalogsResponse
|
|
1318
1318
|
* @throws OciError when an error occurs
|
|
1319
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1319
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/servicecatalog/ListServiceCatalogs.ts.html |here} to see how to use ListServiceCatalogs API.
|
|
1320
1320
|
*/
|
|
1321
1321
|
listServiceCatalogs(listServiceCatalogsRequest) {
|
|
1322
1322
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1382,7 +1382,7 @@ class ServiceCatalogClient {
|
|
|
1382
1382
|
* @param ListWorkRequestErrorsRequest
|
|
1383
1383
|
* @return ListWorkRequestErrorsResponse
|
|
1384
1384
|
* @throws OciError when an error occurs
|
|
1385
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1385
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/servicecatalog/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
1386
1386
|
*/
|
|
1387
1387
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
1388
1388
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1447,7 +1447,7 @@ class ServiceCatalogClient {
|
|
|
1447
1447
|
* @param ListWorkRequestLogsRequest
|
|
1448
1448
|
* @return ListWorkRequestLogsResponse
|
|
1449
1449
|
* @throws OciError when an error occurs
|
|
1450
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1450
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/servicecatalog/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
1451
1451
|
*/
|
|
1452
1452
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
1453
1453
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1512,7 +1512,7 @@ class ServiceCatalogClient {
|
|
|
1512
1512
|
* @param ListWorkRequestsRequest
|
|
1513
1513
|
* @return ListWorkRequestsResponse
|
|
1514
1514
|
* @throws OciError when an error occurs
|
|
1515
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1515
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/servicecatalog/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
1516
1516
|
*/
|
|
1517
1517
|
listWorkRequests(listWorkRequestsRequest) {
|
|
1518
1518
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1578,7 +1578,7 @@ class ServiceCatalogClient {
|
|
|
1578
1578
|
* @param UpdatePrivateApplicationRequest
|
|
1579
1579
|
* @return UpdatePrivateApplicationResponse
|
|
1580
1580
|
* @throws OciError when an error occurs
|
|
1581
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1581
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/servicecatalog/UpdatePrivateApplication.ts.html |here} to see how to use UpdatePrivateApplication API.
|
|
1582
1582
|
*/
|
|
1583
1583
|
updatePrivateApplication(updatePrivateApplicationRequest) {
|
|
1584
1584
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1644,7 +1644,7 @@ class ServiceCatalogClient {
|
|
|
1644
1644
|
* @param UpdateServiceCatalogRequest
|
|
1645
1645
|
* @return UpdateServiceCatalogResponse
|
|
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.
|
|
1647
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/servicecatalog/UpdateServiceCatalog.ts.html |here} to see how to use UpdateServiceCatalog API.
|
|
1648
1648
|
*/
|
|
1649
1649
|
updateServiceCatalog(updateServiceCatalogRequest) {
|
|
1650
1650
|
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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/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.4.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.4.0",
|
|
19
|
+
"oci-workrequests": "2.4.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|