oci-dataflow 2.38.0 → 2.39.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 +37 -37
- package/lib/client.js +49 -49
- package/lib/client.js.map +1 -1
- package/lib/model/application-log-config.d.ts +33 -0
- package/lib/model/application-log-config.js +30 -0
- package/lib/model/application-log-config.js.map +1 -0
- package/lib/model/application.d.ts +1 -0
- package/lib/model/application.js +6 -0
- package/lib/model/application.js.map +1 -1
- package/lib/model/create-application-details.d.ts +1 -0
- package/lib/model/create-application-details.js +6 -0
- package/lib/model/create-application-details.js.map +1 -1
- package/lib/model/create-run-details.d.ts +2 -0
- package/lib/model/create-run-details.js +6 -0
- package/lib/model/create-run-details.js.map +1 -1
- package/lib/model/index.d.ts +2 -0
- package/lib/model/index.js +3 -1
- package/lib/model/index.js.map +1 -1
- package/lib/model/run.d.ts +1 -0
- package/lib/model/run.js +6 -0
- package/lib/model/run.js.map +1 -1
- package/lib/model/update-application-details.d.ts +1 -0
- package/lib/model/update-application-details.js +6 -0
- package/lib/model/update-application-details.js.map +1 -1
- package/lib/request/change-application-compartment-request.d.ts +1 -1
- package/lib/request/change-private-endpoint-compartment-request.d.ts +1 -1
- package/lib/request/change-run-compartment-request.d.ts +1 -1
- package/lib/request/create-application-request.d.ts +1 -1
- package/lib/request/create-private-endpoint-request.d.ts +1 -1
- package/lib/request/create-run-request.d.ts +1 -1
- package/lib/request/delete-application-request.d.ts +1 -1
- package/lib/request/delete-private-endpoint-request.d.ts +1 -1
- package/lib/request/delete-run-request.d.ts +1 -1
- package/lib/request/get-application-request.d.ts +1 -1
- package/lib/request/get-private-endpoint-request.d.ts +1 -1
- package/lib/request/get-run-log-request.d.ts +1 -1
- package/lib/request/get-run-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-endpoints-request.d.ts +1 -1
- package/lib/request/list-run-logs-request.d.ts +1 -1
- package/lib/request/list-runs-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-application-request.d.ts +1 -1
- package/lib/request/update-private-endpoint-request.d.ts +1 -1
- package/lib/request/update-run-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -79,7 +79,7 @@ export declare class DataFlowClient {
|
|
|
79
79
|
* @param ChangeApplicationCompartmentRequest
|
|
80
80
|
* @return ChangeApplicationCompartmentResponse
|
|
81
81
|
* @throws OciError when an error occurs
|
|
82
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
82
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.39.0/dataflow/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartment API.
|
|
83
83
|
*/
|
|
84
84
|
changeApplicationCompartment(changeApplicationCompartmentRequest: requests.ChangeApplicationCompartmentRequest): Promise<responses.ChangeApplicationCompartmentResponse>;
|
|
85
85
|
/**
|
|
@@ -89,7 +89,7 @@ export declare class DataFlowClient {
|
|
|
89
89
|
* @param ChangePrivateEndpointCompartmentRequest
|
|
90
90
|
* @return ChangePrivateEndpointCompartmentResponse
|
|
91
91
|
* @throws OciError when an error occurs
|
|
92
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
92
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.39.0/dataflow/ChangePrivateEndpointCompartment.ts.html |here} to see how to use ChangePrivateEndpointCompartment API.
|
|
93
93
|
*/
|
|
94
94
|
changePrivateEndpointCompartment(changePrivateEndpointCompartmentRequest: requests.ChangePrivateEndpointCompartmentRequest): Promise<responses.ChangePrivateEndpointCompartmentResponse>;
|
|
95
95
|
/**
|
|
@@ -102,7 +102,7 @@ export declare class DataFlowClient {
|
|
|
102
102
|
* @param ChangeRunCompartmentRequest
|
|
103
103
|
* @return ChangeRunCompartmentResponse
|
|
104
104
|
* @throws OciError when an error occurs
|
|
105
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
105
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.39.0/dataflow/ChangeRunCompartment.ts.html |here} to see how to use ChangeRunCompartment API.
|
|
106
106
|
*/
|
|
107
107
|
changeRunCompartment(changeRunCompartmentRequest: requests.ChangeRunCompartmentRequest): Promise<responses.ChangeRunCompartmentResponse>;
|
|
108
108
|
/**
|
|
@@ -112,7 +112,7 @@ export declare class DataFlowClient {
|
|
|
112
112
|
* @param CreateApplicationRequest
|
|
113
113
|
* @return CreateApplicationResponse
|
|
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.
|
|
115
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.39.0/dataflow/CreateApplication.ts.html |here} to see how to use CreateApplication API.
|
|
116
116
|
*/
|
|
117
117
|
createApplication(createApplicationRequest: requests.CreateApplicationRequest): Promise<responses.CreateApplicationResponse>;
|
|
118
118
|
/**
|
|
@@ -122,7 +122,7 @@ export declare class DataFlowClient {
|
|
|
122
122
|
* @param CreatePrivateEndpointRequest
|
|
123
123
|
* @return CreatePrivateEndpointResponse
|
|
124
124
|
* @throws OciError when an error occurs
|
|
125
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
125
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.39.0/dataflow/CreatePrivateEndpoint.ts.html |here} to see how to use CreatePrivateEndpoint API.
|
|
126
126
|
*/
|
|
127
127
|
createPrivateEndpoint(createPrivateEndpointRequest: requests.CreatePrivateEndpointRequest): Promise<responses.CreatePrivateEndpointResponse>;
|
|
128
128
|
/**
|
|
@@ -132,7 +132,7 @@ export declare class DataFlowClient {
|
|
|
132
132
|
* @param CreateRunRequest
|
|
133
133
|
* @return CreateRunResponse
|
|
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.39.0/dataflow/CreateRun.ts.html |here} to see how to use CreateRun API.
|
|
136
136
|
*/
|
|
137
137
|
createRun(createRunRequest: requests.CreateRunRequest): Promise<responses.CreateRunResponse>;
|
|
138
138
|
/**
|
|
@@ -142,7 +142,7 @@ export declare class DataFlowClient {
|
|
|
142
142
|
* @param DeleteApplicationRequest
|
|
143
143
|
* @return DeleteApplicationResponse
|
|
144
144
|
* @throws OciError when an error occurs
|
|
145
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
145
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.39.0/dataflow/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
|
|
146
146
|
*/
|
|
147
147
|
deleteApplication(deleteApplicationRequest: requests.DeleteApplicationRequest): Promise<responses.DeleteApplicationResponse>;
|
|
148
148
|
/**
|
|
@@ -152,7 +152,7 @@ export declare class DataFlowClient {
|
|
|
152
152
|
* @param DeletePrivateEndpointRequest
|
|
153
153
|
* @return DeletePrivateEndpointResponse
|
|
154
154
|
* @throws OciError when an error occurs
|
|
155
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
155
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.39.0/dataflow/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpoint API.
|
|
156
156
|
*/
|
|
157
157
|
deletePrivateEndpoint(deletePrivateEndpointRequest: requests.DeletePrivateEndpointRequest): Promise<responses.DeletePrivateEndpointResponse>;
|
|
158
158
|
/**
|
|
@@ -163,67 +163,67 @@ export declare class DataFlowClient {
|
|
|
163
163
|
* @param DeleteRunRequest
|
|
164
164
|
* @return DeleteRunResponse
|
|
165
165
|
* @throws OciError when an error occurs
|
|
166
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
166
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.39.0/dataflow/DeleteRun.ts.html |here} to see how to use DeleteRun API.
|
|
167
167
|
*/
|
|
168
168
|
deleteRun(deleteRunRequest: requests.DeleteRunRequest): Promise<responses.DeleteRunResponse>;
|
|
169
169
|
/**
|
|
170
170
|
* Retrieves an application using an `applicationId`.
|
|
171
171
|
*
|
|
172
|
-
* This operation
|
|
172
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
173
173
|
* @param GetApplicationRequest
|
|
174
174
|
* @return GetApplicationResponse
|
|
175
175
|
* @throws OciError when an error occurs
|
|
176
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
176
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.39.0/dataflow/GetApplication.ts.html |here} to see how to use GetApplication API.
|
|
177
177
|
*/
|
|
178
178
|
getApplication(getApplicationRequest: requests.GetApplicationRequest): Promise<responses.GetApplicationResponse>;
|
|
179
179
|
/**
|
|
180
180
|
* Retrieves an private endpoint using a `privateEndpointId`.
|
|
181
181
|
*
|
|
182
|
-
* This operation
|
|
182
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
183
183
|
* @param GetPrivateEndpointRequest
|
|
184
184
|
* @return GetPrivateEndpointResponse
|
|
185
185
|
* @throws OciError when an error occurs
|
|
186
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
186
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.39.0/dataflow/GetPrivateEndpoint.ts.html |here} to see how to use GetPrivateEndpoint API.
|
|
187
187
|
*/
|
|
188
188
|
getPrivateEndpoint(getPrivateEndpointRequest: requests.GetPrivateEndpointRequest): Promise<responses.GetPrivateEndpointResponse>;
|
|
189
189
|
/**
|
|
190
190
|
* Retrieves the run for the specified `runId`.
|
|
191
191
|
*
|
|
192
|
-
* This operation
|
|
192
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
193
193
|
* @param GetRunRequest
|
|
194
194
|
* @return GetRunResponse
|
|
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.
|
|
196
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.39.0/dataflow/GetRun.ts.html |here} to see how to use GetRun API.
|
|
197
197
|
*/
|
|
198
198
|
getRun(getRunRequest: requests.GetRunRequest): Promise<responses.GetRunResponse>;
|
|
199
199
|
/**
|
|
200
200
|
* Retrieves the content of an run log.
|
|
201
201
|
*
|
|
202
|
-
* This operation
|
|
202
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
203
203
|
* @param GetRunLogRequest
|
|
204
204
|
* @return GetRunLogResponse
|
|
205
205
|
* @throws OciError when an error occurs
|
|
206
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
206
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.39.0/dataflow/GetRunLog.ts.html |here} to see how to use GetRunLog API.
|
|
207
207
|
*/
|
|
208
208
|
getRunLog(getRunLogRequest: requests.GetRunLogRequest): Promise<responses.GetRunLogResponse>;
|
|
209
209
|
/**
|
|
210
210
|
* Gets the status of the work request with the given OCID.
|
|
211
211
|
*
|
|
212
|
-
* This operation
|
|
212
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
213
213
|
* @param GetWorkRequestRequest
|
|
214
214
|
* @return GetWorkRequestResponse
|
|
215
215
|
* @throws OciError when an error occurs
|
|
216
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
216
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.39.0/dataflow/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
217
217
|
*/
|
|
218
218
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
219
219
|
/**
|
|
220
220
|
* Lists all applications in the specified compartment. Only one parameter other than compartmentId may also be included in a query. The query must include compartmentId. If the query does not include compartmentId, or includes compartmentId but two or more other parameters an error is returned.
|
|
221
221
|
*
|
|
222
|
-
* This operation
|
|
222
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
223
223
|
* @param ListApplicationsRequest
|
|
224
224
|
* @return ListApplicationsResponse
|
|
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.39.0/dataflow/ListApplications.ts.html |here} to see how to use ListApplications API.
|
|
227
227
|
*/
|
|
228
228
|
listApplications(listApplicationsRequest: requests.ListApplicationsRequest): Promise<responses.ListApplicationsResponse>;
|
|
229
229
|
/**
|
|
@@ -259,23 +259,23 @@ export declare class DataFlowClient {
|
|
|
259
259
|
*/
|
|
260
260
|
listApplicationsResponseIterator(request: requests.ListApplicationsRequest): AsyncIterableIterator<responses.ListApplicationsResponse>;
|
|
261
261
|
/**
|
|
262
|
-
* Lists all private endpoints in the specified compartment.
|
|
262
|
+
* Lists all private endpoints in the specified compartment. The query must include compartmentId. The query may also include one other parameter. If the query does not include compartmentId, or includes compartmentId, but with two or more other parameters, an error is returned.
|
|
263
263
|
*
|
|
264
|
-
* This operation
|
|
264
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
265
265
|
* @param ListPrivateEndpointsRequest
|
|
266
266
|
* @return ListPrivateEndpointsResponse
|
|
267
267
|
* @throws OciError when an error occurs
|
|
268
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
268
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.39.0/dataflow/ListPrivateEndpoints.ts.html |here} to see how to use ListPrivateEndpoints API.
|
|
269
269
|
*/
|
|
270
270
|
listPrivateEndpoints(listPrivateEndpointsRequest: requests.ListPrivateEndpointsRequest): Promise<responses.ListPrivateEndpointsResponse>;
|
|
271
271
|
/**
|
|
272
272
|
* Retrieves summaries of the run's logs.
|
|
273
273
|
*
|
|
274
|
-
* This operation
|
|
274
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
275
275
|
* @param ListRunLogsRequest
|
|
276
276
|
* @return ListRunLogsResponse
|
|
277
277
|
* @throws OciError when an error occurs
|
|
278
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
278
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.39.0/dataflow/ListRunLogs.ts.html |here} to see how to use ListRunLogs API.
|
|
279
279
|
*/
|
|
280
280
|
listRunLogs(listRunLogsRequest: requests.ListRunLogsRequest): Promise<responses.ListRunLogsResponse>;
|
|
281
281
|
/**
|
|
@@ -313,11 +313,11 @@ export declare class DataFlowClient {
|
|
|
313
313
|
/**
|
|
314
314
|
* Lists all runs of an application in the specified compartment. Only one parameter other than compartmentId may also be included in a query. The query must include compartmentId. If the query does not include compartmentId, or includes compartmentId but two or more other parameters an error is returned.
|
|
315
315
|
*
|
|
316
|
-
* This operation
|
|
316
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
317
317
|
* @param ListRunsRequest
|
|
318
318
|
* @return ListRunsResponse
|
|
319
319
|
* @throws OciError when an error occurs
|
|
320
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
320
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.39.0/dataflow/ListRuns.ts.html |here} to see how to use ListRuns API.
|
|
321
321
|
*/
|
|
322
322
|
listRuns(listRunsRequest: requests.ListRunsRequest): Promise<responses.ListRunsResponse>;
|
|
323
323
|
/**
|
|
@@ -355,31 +355,31 @@ export declare class DataFlowClient {
|
|
|
355
355
|
/**
|
|
356
356
|
* Return a (paginated) list of errors for a given work request.
|
|
357
357
|
*
|
|
358
|
-
* This operation
|
|
358
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
359
359
|
* @param ListWorkRequestErrorsRequest
|
|
360
360
|
* @return ListWorkRequestErrorsResponse
|
|
361
361
|
* @throws OciError when an error occurs
|
|
362
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
362
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.39.0/dataflow/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
363
363
|
*/
|
|
364
364
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
365
365
|
/**
|
|
366
366
|
* Return a paginated list of logs for a given work request.
|
|
367
367
|
*
|
|
368
|
-
* This operation
|
|
368
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
369
369
|
* @param ListWorkRequestLogsRequest
|
|
370
370
|
* @return ListWorkRequestLogsResponse
|
|
371
371
|
* @throws OciError when an error occurs
|
|
372
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
372
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.39.0/dataflow/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
373
373
|
*/
|
|
374
374
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
375
375
|
/**
|
|
376
376
|
* Lists the work requests in a compartment.
|
|
377
377
|
*
|
|
378
|
-
* This operation
|
|
378
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
379
379
|
* @param ListWorkRequestsRequest
|
|
380
380
|
* @return ListWorkRequestsResponse
|
|
381
381
|
* @throws OciError when an error occurs
|
|
382
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
382
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.39.0/dataflow/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
383
383
|
*/
|
|
384
384
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
385
385
|
/**
|
|
@@ -389,7 +389,7 @@ export declare class DataFlowClient {
|
|
|
389
389
|
* @param UpdateApplicationRequest
|
|
390
390
|
* @return UpdateApplicationResponse
|
|
391
391
|
* @throws OciError when an error occurs
|
|
392
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
392
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.39.0/dataflow/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
|
|
393
393
|
*/
|
|
394
394
|
updateApplication(updateApplicationRequest: requests.UpdateApplicationRequest): Promise<responses.UpdateApplicationResponse>;
|
|
395
395
|
/**
|
|
@@ -401,7 +401,7 @@ export declare class DataFlowClient {
|
|
|
401
401
|
* @param UpdatePrivateEndpointRequest
|
|
402
402
|
* @return UpdatePrivateEndpointResponse
|
|
403
403
|
* @throws OciError when an error occurs
|
|
404
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
404
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.39.0/dataflow/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpoint API.
|
|
405
405
|
*/
|
|
406
406
|
updatePrivateEndpoint(updatePrivateEndpointRequest: requests.UpdatePrivateEndpointRequest): Promise<responses.UpdatePrivateEndpointResponse>;
|
|
407
407
|
/**
|
|
@@ -411,7 +411,7 @@ export declare class DataFlowClient {
|
|
|
411
411
|
* @param UpdateRunRequest
|
|
412
412
|
* @return UpdateRunResponse
|
|
413
413
|
* @throws OciError when an error occurs
|
|
414
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
414
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.39.0/dataflow/UpdateRun.ts.html |here} to see how to use UpdateRun API.
|
|
415
415
|
*/
|
|
416
416
|
updateRun(updateRunRequest: requests.UpdateRunRequest): Promise<responses.UpdateRunResponse>;
|
|
417
417
|
}
|