oci-dataflow 2.25.0 → 2.26.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.
Files changed (27) hide show
  1. package/lib/client.d.ts +24 -24
  2. package/lib/client.js +24 -24
  3. package/lib/request/change-application-compartment-request.d.ts +1 -1
  4. package/lib/request/change-private-endpoint-compartment-request.d.ts +1 -1
  5. package/lib/request/change-run-compartment-request.d.ts +1 -1
  6. package/lib/request/create-application-request.d.ts +1 -1
  7. package/lib/request/create-private-endpoint-request.d.ts +1 -1
  8. package/lib/request/create-run-request.d.ts +1 -1
  9. package/lib/request/delete-application-request.d.ts +1 -1
  10. package/lib/request/delete-private-endpoint-request.d.ts +1 -1
  11. package/lib/request/delete-run-request.d.ts +1 -1
  12. package/lib/request/get-application-request.d.ts +1 -1
  13. package/lib/request/get-private-endpoint-request.d.ts +1 -1
  14. package/lib/request/get-run-log-request.d.ts +1 -1
  15. package/lib/request/get-run-request.d.ts +1 -1
  16. package/lib/request/get-work-request-request.d.ts +1 -1
  17. package/lib/request/list-applications-request.d.ts +1 -1
  18. package/lib/request/list-private-endpoints-request.d.ts +1 -1
  19. package/lib/request/list-run-logs-request.d.ts +1 -1
  20. package/lib/request/list-runs-request.d.ts +1 -1
  21. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  22. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  23. package/lib/request/list-work-requests-request.d.ts +1 -1
  24. package/lib/request/update-application-request.d.ts +1 -1
  25. package/lib/request/update-private-endpoint-request.d.ts +1 -1
  26. package/lib/request/update-run-request.d.ts +1 -1
  27. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -78,7 +78,7 @@ export declare class DataFlowClient {
78
78
  * @param ChangeApplicationCompartmentRequest
79
79
  * @return ChangeApplicationCompartmentResponse
80
80
  * @throws OciError when an error occurs
81
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataflow/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartment API.
81
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataflow/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartment API.
82
82
  */
83
83
  changeApplicationCompartment(changeApplicationCompartmentRequest: requests.ChangeApplicationCompartmentRequest): Promise<responses.ChangeApplicationCompartmentResponse>;
84
84
  /**
@@ -88,7 +88,7 @@ export declare class DataFlowClient {
88
88
  * @param ChangePrivateEndpointCompartmentRequest
89
89
  * @return ChangePrivateEndpointCompartmentResponse
90
90
  * @throws OciError when an error occurs
91
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataflow/ChangePrivateEndpointCompartment.ts.html |here} to see how to use ChangePrivateEndpointCompartment API.
91
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataflow/ChangePrivateEndpointCompartment.ts.html |here} to see how to use ChangePrivateEndpointCompartment API.
92
92
  */
93
93
  changePrivateEndpointCompartment(changePrivateEndpointCompartmentRequest: requests.ChangePrivateEndpointCompartmentRequest): Promise<responses.ChangePrivateEndpointCompartmentResponse>;
94
94
  /**
@@ -101,7 +101,7 @@ export declare class DataFlowClient {
101
101
  * @param ChangeRunCompartmentRequest
102
102
  * @return ChangeRunCompartmentResponse
103
103
  * @throws OciError when an error occurs
104
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataflow/ChangeRunCompartment.ts.html |here} to see how to use ChangeRunCompartment API.
104
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataflow/ChangeRunCompartment.ts.html |here} to see how to use ChangeRunCompartment API.
105
105
  */
106
106
  changeRunCompartment(changeRunCompartmentRequest: requests.ChangeRunCompartmentRequest): Promise<responses.ChangeRunCompartmentResponse>;
107
107
  /**
@@ -111,7 +111,7 @@ export declare class DataFlowClient {
111
111
  * @param CreateApplicationRequest
112
112
  * @return CreateApplicationResponse
113
113
  * @throws OciError when an error occurs
114
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataflow/CreateApplication.ts.html |here} to see how to use CreateApplication API.
114
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataflow/CreateApplication.ts.html |here} to see how to use CreateApplication API.
115
115
  */
116
116
  createApplication(createApplicationRequest: requests.CreateApplicationRequest): Promise<responses.CreateApplicationResponse>;
117
117
  /**
@@ -121,7 +121,7 @@ export declare class DataFlowClient {
121
121
  * @param CreatePrivateEndpointRequest
122
122
  * @return CreatePrivateEndpointResponse
123
123
  * @throws OciError when an error occurs
124
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataflow/CreatePrivateEndpoint.ts.html |here} to see how to use CreatePrivateEndpoint API.
124
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataflow/CreatePrivateEndpoint.ts.html |here} to see how to use CreatePrivateEndpoint API.
125
125
  */
126
126
  createPrivateEndpoint(createPrivateEndpointRequest: requests.CreatePrivateEndpointRequest): Promise<responses.CreatePrivateEndpointResponse>;
127
127
  /**
@@ -131,7 +131,7 @@ export declare class DataFlowClient {
131
131
  * @param CreateRunRequest
132
132
  * @return CreateRunResponse
133
133
  * @throws OciError when an error occurs
134
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataflow/CreateRun.ts.html |here} to see how to use CreateRun API.
134
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataflow/CreateRun.ts.html |here} to see how to use CreateRun API.
135
135
  */
136
136
  createRun(createRunRequest: requests.CreateRunRequest): Promise<responses.CreateRunResponse>;
137
137
  /**
@@ -141,7 +141,7 @@ export declare class DataFlowClient {
141
141
  * @param DeleteApplicationRequest
142
142
  * @return DeleteApplicationResponse
143
143
  * @throws OciError when an error occurs
144
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataflow/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
144
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataflow/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
145
145
  */
146
146
  deleteApplication(deleteApplicationRequest: requests.DeleteApplicationRequest): Promise<responses.DeleteApplicationResponse>;
147
147
  /**
@@ -151,7 +151,7 @@ export declare class DataFlowClient {
151
151
  * @param DeletePrivateEndpointRequest
152
152
  * @return DeletePrivateEndpointResponse
153
153
  * @throws OciError when an error occurs
154
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataflow/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpoint API.
154
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataflow/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpoint API.
155
155
  */
156
156
  deletePrivateEndpoint(deletePrivateEndpointRequest: requests.DeletePrivateEndpointRequest): Promise<responses.DeletePrivateEndpointResponse>;
157
157
  /**
@@ -162,7 +162,7 @@ export declare class DataFlowClient {
162
162
  * @param DeleteRunRequest
163
163
  * @return DeleteRunResponse
164
164
  * @throws OciError when an error occurs
165
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataflow/DeleteRun.ts.html |here} to see how to use DeleteRun API.
165
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataflow/DeleteRun.ts.html |here} to see how to use DeleteRun API.
166
166
  */
167
167
  deleteRun(deleteRunRequest: requests.DeleteRunRequest): Promise<responses.DeleteRunResponse>;
168
168
  /**
@@ -172,7 +172,7 @@ export declare class DataFlowClient {
172
172
  * @param GetApplicationRequest
173
173
  * @return GetApplicationResponse
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.25.0/dataflow/GetApplication.ts.html |here} to see how to use GetApplication API.
175
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataflow/GetApplication.ts.html |here} to see how to use GetApplication API.
176
176
  */
177
177
  getApplication(getApplicationRequest: requests.GetApplicationRequest): Promise<responses.GetApplicationResponse>;
178
178
  /**
@@ -182,7 +182,7 @@ export declare class DataFlowClient {
182
182
  * @param GetPrivateEndpointRequest
183
183
  * @return GetPrivateEndpointResponse
184
184
  * @throws OciError when an error occurs
185
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataflow/GetPrivateEndpoint.ts.html |here} to see how to use GetPrivateEndpoint API.
185
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataflow/GetPrivateEndpoint.ts.html |here} to see how to use GetPrivateEndpoint API.
186
186
  */
187
187
  getPrivateEndpoint(getPrivateEndpointRequest: requests.GetPrivateEndpointRequest): Promise<responses.GetPrivateEndpointResponse>;
188
188
  /**
@@ -192,7 +192,7 @@ export declare class DataFlowClient {
192
192
  * @param GetRunRequest
193
193
  * @return GetRunResponse
194
194
  * @throws OciError when an error occurs
195
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataflow/GetRun.ts.html |here} to see how to use GetRun API.
195
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataflow/GetRun.ts.html |here} to see how to use GetRun API.
196
196
  */
197
197
  getRun(getRunRequest: requests.GetRunRequest): Promise<responses.GetRunResponse>;
198
198
  /**
@@ -202,7 +202,7 @@ export declare class DataFlowClient {
202
202
  * @param GetRunLogRequest
203
203
  * @return GetRunLogResponse
204
204
  * @throws OciError when an error occurs
205
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataflow/GetRunLog.ts.html |here} to see how to use GetRunLog API.
205
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataflow/GetRunLog.ts.html |here} to see how to use GetRunLog API.
206
206
  */
207
207
  getRunLog(getRunLogRequest: requests.GetRunLogRequest): Promise<responses.GetRunLogResponse>;
208
208
  /**
@@ -212,7 +212,7 @@ export declare class DataFlowClient {
212
212
  * @param GetWorkRequestRequest
213
213
  * @return GetWorkRequestResponse
214
214
  * @throws OciError when an error occurs
215
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataflow/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
215
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataflow/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
216
216
  */
217
217
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
218
218
  /**
@@ -222,7 +222,7 @@ export declare class DataFlowClient {
222
222
  * @param ListApplicationsRequest
223
223
  * @return ListApplicationsResponse
224
224
  * @throws OciError when an error occurs
225
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataflow/ListApplications.ts.html |here} to see how to use ListApplications API.
225
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataflow/ListApplications.ts.html |here} to see how to use ListApplications API.
226
226
  */
227
227
  listApplications(listApplicationsRequest: requests.ListApplicationsRequest): Promise<responses.ListApplicationsResponse>;
228
228
  /**
@@ -264,7 +264,7 @@ export declare class DataFlowClient {
264
264
  * @param ListPrivateEndpointsRequest
265
265
  * @return ListPrivateEndpointsResponse
266
266
  * @throws OciError when an error occurs
267
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataflow/ListPrivateEndpoints.ts.html |here} to see how to use ListPrivateEndpoints API.
267
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataflow/ListPrivateEndpoints.ts.html |here} to see how to use ListPrivateEndpoints API.
268
268
  */
269
269
  listPrivateEndpoints(listPrivateEndpointsRequest: requests.ListPrivateEndpointsRequest): Promise<responses.ListPrivateEndpointsResponse>;
270
270
  /**
@@ -274,7 +274,7 @@ export declare class DataFlowClient {
274
274
  * @param ListRunLogsRequest
275
275
  * @return ListRunLogsResponse
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.25.0/dataflow/ListRunLogs.ts.html |here} to see how to use ListRunLogs API.
277
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataflow/ListRunLogs.ts.html |here} to see how to use ListRunLogs API.
278
278
  */
279
279
  listRunLogs(listRunLogsRequest: requests.ListRunLogsRequest): Promise<responses.ListRunLogsResponse>;
280
280
  /**
@@ -316,7 +316,7 @@ export declare class DataFlowClient {
316
316
  * @param ListRunsRequest
317
317
  * @return ListRunsResponse
318
318
  * @throws OciError when an error occurs
319
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataflow/ListRuns.ts.html |here} to see how to use ListRuns API.
319
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataflow/ListRuns.ts.html |here} to see how to use ListRuns API.
320
320
  */
321
321
  listRuns(listRunsRequest: requests.ListRunsRequest): Promise<responses.ListRunsResponse>;
322
322
  /**
@@ -358,7 +358,7 @@ export declare class DataFlowClient {
358
358
  * @param ListWorkRequestErrorsRequest
359
359
  * @return ListWorkRequestErrorsResponse
360
360
  * @throws OciError when an error occurs
361
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataflow/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
361
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataflow/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
362
362
  */
363
363
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
364
364
  /**
@@ -368,7 +368,7 @@ export declare class DataFlowClient {
368
368
  * @param ListWorkRequestLogsRequest
369
369
  * @return ListWorkRequestLogsResponse
370
370
  * @throws OciError when an error occurs
371
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataflow/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
371
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataflow/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
372
372
  */
373
373
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
374
374
  /**
@@ -378,7 +378,7 @@ export declare class DataFlowClient {
378
378
  * @param ListWorkRequestsRequest
379
379
  * @return ListWorkRequestsResponse
380
380
  * @throws OciError when an error occurs
381
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataflow/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
381
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataflow/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
382
382
  */
383
383
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
384
384
  /**
@@ -388,7 +388,7 @@ export declare class DataFlowClient {
388
388
  * @param UpdateApplicationRequest
389
389
  * @return UpdateApplicationResponse
390
390
  * @throws OciError when an error occurs
391
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataflow/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
391
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataflow/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
392
392
  */
393
393
  updateApplication(updateApplicationRequest: requests.UpdateApplicationRequest): Promise<responses.UpdateApplicationResponse>;
394
394
  /**
@@ -400,7 +400,7 @@ export declare class DataFlowClient {
400
400
  * @param UpdatePrivateEndpointRequest
401
401
  * @return UpdatePrivateEndpointResponse
402
402
  * @throws OciError when an error occurs
403
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataflow/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpoint API.
403
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataflow/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpoint API.
404
404
  */
405
405
  updatePrivateEndpoint(updatePrivateEndpointRequest: requests.UpdatePrivateEndpointRequest): Promise<responses.UpdatePrivateEndpointResponse>;
406
406
  /**
@@ -410,7 +410,7 @@ export declare class DataFlowClient {
410
410
  * @param UpdateRunRequest
411
411
  * @return UpdateRunResponse
412
412
  * @throws OciError when an error occurs
413
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataflow/UpdateRun.ts.html |here} to see how to use UpdateRun API.
413
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataflow/UpdateRun.ts.html |here} to see how to use UpdateRun API.
414
414
  */
415
415
  updateRun(updateRunRequest: requests.UpdateRunRequest): Promise<responses.UpdateRunResponse>;
416
416
  }
package/lib/client.js CHANGED
@@ -159,7 +159,7 @@ class DataFlowClient {
159
159
  * @param ChangeApplicationCompartmentRequest
160
160
  * @return ChangeApplicationCompartmentResponse
161
161
  * @throws OciError when an error occurs
162
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataflow/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartment API.
162
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataflow/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartment API.
163
163
  */
164
164
  changeApplicationCompartment(changeApplicationCompartmentRequest) {
165
165
  return __awaiter(this, void 0, void 0, function* () {
@@ -215,7 +215,7 @@ class DataFlowClient {
215
215
  * @param ChangePrivateEndpointCompartmentRequest
216
216
  * @return ChangePrivateEndpointCompartmentResponse
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.25.0/dataflow/ChangePrivateEndpointCompartment.ts.html |here} to see how to use ChangePrivateEndpointCompartment API.
218
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataflow/ChangePrivateEndpointCompartment.ts.html |here} to see how to use ChangePrivateEndpointCompartment API.
219
219
  */
220
220
  changePrivateEndpointCompartment(changePrivateEndpointCompartmentRequest) {
221
221
  return __awaiter(this, void 0, void 0, function* () {
@@ -278,7 +278,7 @@ class DataFlowClient {
278
278
  * @param ChangeRunCompartmentRequest
279
279
  * @return ChangeRunCompartmentResponse
280
280
  * @throws OciError when an error occurs
281
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataflow/ChangeRunCompartment.ts.html |here} to see how to use ChangeRunCompartment API.
281
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataflow/ChangeRunCompartment.ts.html |here} to see how to use ChangeRunCompartment API.
282
282
  */
283
283
  changeRunCompartment(changeRunCompartmentRequest) {
284
284
  return __awaiter(this, void 0, void 0, function* () {
@@ -334,7 +334,7 @@ class DataFlowClient {
334
334
  * @param CreateApplicationRequest
335
335
  * @return CreateApplicationResponse
336
336
  * @throws OciError when an error occurs
337
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataflow/CreateApplication.ts.html |here} to see how to use CreateApplication API.
337
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataflow/CreateApplication.ts.html |here} to see how to use CreateApplication API.
338
338
  */
339
339
  createApplication(createApplicationRequest) {
340
340
  return __awaiter(this, void 0, void 0, function* () {
@@ -396,7 +396,7 @@ class DataFlowClient {
396
396
  * @param CreatePrivateEndpointRequest
397
397
  * @return CreatePrivateEndpointResponse
398
398
  * @throws OciError when an error occurs
399
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataflow/CreatePrivateEndpoint.ts.html |here} to see how to use CreatePrivateEndpoint API.
399
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataflow/CreatePrivateEndpoint.ts.html |here} to see how to use CreatePrivateEndpoint API.
400
400
  */
401
401
  createPrivateEndpoint(createPrivateEndpointRequest) {
402
402
  return __awaiter(this, void 0, void 0, function* () {
@@ -468,7 +468,7 @@ class DataFlowClient {
468
468
  * @param CreateRunRequest
469
469
  * @return CreateRunResponse
470
470
  * @throws OciError when an error occurs
471
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataflow/CreateRun.ts.html |here} to see how to use CreateRun API.
471
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataflow/CreateRun.ts.html |here} to see how to use CreateRun API.
472
472
  */
473
473
  createRun(createRunRequest) {
474
474
  return __awaiter(this, void 0, void 0, function* () {
@@ -530,7 +530,7 @@ class DataFlowClient {
530
530
  * @param DeleteApplicationRequest
531
531
  * @return DeleteApplicationResponse
532
532
  * @throws OciError when an error occurs
533
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataflow/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
533
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataflow/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
534
534
  */
535
535
  deleteApplication(deleteApplicationRequest) {
536
536
  return __awaiter(this, void 0, void 0, function* () {
@@ -584,7 +584,7 @@ class DataFlowClient {
584
584
  * @param DeletePrivateEndpointRequest
585
585
  * @return DeletePrivateEndpointResponse
586
586
  * @throws OciError when an error occurs
587
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataflow/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpoint API.
587
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataflow/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpoint API.
588
588
  */
589
589
  deletePrivateEndpoint(deletePrivateEndpointRequest) {
590
590
  return __awaiter(this, void 0, void 0, function* () {
@@ -644,7 +644,7 @@ class DataFlowClient {
644
644
  * @param DeleteRunRequest
645
645
  * @return DeleteRunResponse
646
646
  * @throws OciError when an error occurs
647
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataflow/DeleteRun.ts.html |here} to see how to use DeleteRun API.
647
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataflow/DeleteRun.ts.html |here} to see how to use DeleteRun API.
648
648
  */
649
649
  deleteRun(deleteRunRequest) {
650
650
  return __awaiter(this, void 0, void 0, function* () {
@@ -698,7 +698,7 @@ class DataFlowClient {
698
698
  * @param GetApplicationRequest
699
699
  * @return GetApplicationResponse
700
700
  * @throws OciError when an error occurs
701
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataflow/GetApplication.ts.html |here} to see how to use GetApplication API.
701
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataflow/GetApplication.ts.html |here} to see how to use GetApplication API.
702
702
  */
703
703
  getApplication(getApplicationRequest) {
704
704
  return __awaiter(this, void 0, void 0, function* () {
@@ -760,7 +760,7 @@ class DataFlowClient {
760
760
  * @param GetPrivateEndpointRequest
761
761
  * @return GetPrivateEndpointResponse
762
762
  * @throws OciError when an error occurs
763
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataflow/GetPrivateEndpoint.ts.html |here} to see how to use GetPrivateEndpoint API.
763
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataflow/GetPrivateEndpoint.ts.html |here} to see how to use GetPrivateEndpoint API.
764
764
  */
765
765
  getPrivateEndpoint(getPrivateEndpointRequest) {
766
766
  return __awaiter(this, void 0, void 0, function* () {
@@ -822,7 +822,7 @@ class DataFlowClient {
822
822
  * @param GetRunRequest
823
823
  * @return GetRunResponse
824
824
  * @throws OciError when an error occurs
825
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataflow/GetRun.ts.html |here} to see how to use GetRun API.
825
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataflow/GetRun.ts.html |here} to see how to use GetRun API.
826
826
  */
827
827
  getRun(getRunRequest) {
828
828
  return __awaiter(this, void 0, void 0, function* () {
@@ -884,7 +884,7 @@ class DataFlowClient {
884
884
  * @param GetRunLogRequest
885
885
  * @return GetRunLogResponse
886
886
  * @throws OciError when an error occurs
887
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataflow/GetRunLog.ts.html |here} to see how to use GetRunLog API.
887
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataflow/GetRunLog.ts.html |here} to see how to use GetRunLog API.
888
888
  */
889
889
  getRunLog(getRunLogRequest) {
890
890
  return __awaiter(this, void 0, void 0, function* () {
@@ -969,7 +969,7 @@ class DataFlowClient {
969
969
  * @param GetWorkRequestRequest
970
970
  * @return GetWorkRequestResponse
971
971
  * @throws OciError when an error occurs
972
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataflow/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
972
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataflow/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
973
973
  */
974
974
  getWorkRequest(getWorkRequestRequest) {
975
975
  return __awaiter(this, void 0, void 0, function* () {
@@ -1026,7 +1026,7 @@ class DataFlowClient {
1026
1026
  * @param ListApplicationsRequest
1027
1027
  * @return ListApplicationsResponse
1028
1028
  * @throws OciError when an error occurs
1029
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataflow/ListApplications.ts.html |here} to see how to use ListApplications API.
1029
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataflow/ListApplications.ts.html |here} to see how to use ListApplications API.
1030
1030
  */
1031
1031
  listApplications(listApplicationsRequest) {
1032
1032
  return __awaiter(this, void 0, void 0, function* () {
@@ -1141,7 +1141,7 @@ class DataFlowClient {
1141
1141
  * @param ListPrivateEndpointsRequest
1142
1142
  * @return ListPrivateEndpointsResponse
1143
1143
  * @throws OciError when an error occurs
1144
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataflow/ListPrivateEndpoints.ts.html |here} to see how to use ListPrivateEndpoints API.
1144
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataflow/ListPrivateEndpoints.ts.html |here} to see how to use ListPrivateEndpoints API.
1145
1145
  */
1146
1146
  listPrivateEndpoints(listPrivateEndpointsRequest) {
1147
1147
  return __awaiter(this, void 0, void 0, function* () {
@@ -1216,7 +1216,7 @@ class DataFlowClient {
1216
1216
  * @param ListRunLogsRequest
1217
1217
  * @return ListRunLogsResponse
1218
1218
  * @throws OciError when an error occurs
1219
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataflow/ListRunLogs.ts.html |here} to see how to use ListRunLogs API.
1219
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataflow/ListRunLogs.ts.html |here} to see how to use ListRunLogs API.
1220
1220
  */
1221
1221
  listRunLogs(listRunLogsRequest) {
1222
1222
  return __awaiter(this, void 0, void 0, function* () {
@@ -1326,7 +1326,7 @@ class DataFlowClient {
1326
1326
  * @param ListRunsRequest
1327
1327
  * @return ListRunsResponse
1328
1328
  * @throws OciError when an error occurs
1329
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataflow/ListRuns.ts.html |here} to see how to use ListRuns API.
1329
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataflow/ListRuns.ts.html |here} to see how to use ListRuns API.
1330
1330
  */
1331
1331
  listRuns(listRunsRequest) {
1332
1332
  return __awaiter(this, void 0, void 0, function* () {
@@ -1443,7 +1443,7 @@ class DataFlowClient {
1443
1443
  * @param ListWorkRequestErrorsRequest
1444
1444
  * @return ListWorkRequestErrorsResponse
1445
1445
  * @throws OciError when an error occurs
1446
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataflow/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1446
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataflow/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1447
1447
  */
1448
1448
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
1449
1449
  return __awaiter(this, void 0, void 0, function* () {
@@ -1513,7 +1513,7 @@ class DataFlowClient {
1513
1513
  * @param ListWorkRequestLogsRequest
1514
1514
  * @return ListWorkRequestLogsResponse
1515
1515
  * @throws OciError when an error occurs
1516
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataflow/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1516
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataflow/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1517
1517
  */
1518
1518
  listWorkRequestLogs(listWorkRequestLogsRequest) {
1519
1519
  return __awaiter(this, void 0, void 0, function* () {
@@ -1583,7 +1583,7 @@ class DataFlowClient {
1583
1583
  * @param ListWorkRequestsRequest
1584
1584
  * @return ListWorkRequestsResponse
1585
1585
  * @throws OciError when an error occurs
1586
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataflow/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1586
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataflow/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1587
1587
  */
1588
1588
  listWorkRequests(listWorkRequestsRequest) {
1589
1589
  return __awaiter(this, void 0, void 0, function* () {
@@ -1652,7 +1652,7 @@ class DataFlowClient {
1652
1652
  * @param UpdateApplicationRequest
1653
1653
  * @return UpdateApplicationResponse
1654
1654
  * @throws OciError when an error occurs
1655
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataflow/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
1655
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataflow/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
1656
1656
  */
1657
1657
  updateApplication(updateApplicationRequest) {
1658
1658
  return __awaiter(this, void 0, void 0, function* () {
@@ -1718,7 +1718,7 @@ class DataFlowClient {
1718
1718
  * @param UpdatePrivateEndpointRequest
1719
1719
  * @return UpdatePrivateEndpointResponse
1720
1720
  * @throws OciError when an error occurs
1721
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataflow/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpoint API.
1721
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataflow/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpoint API.
1722
1722
  */
1723
1723
  updatePrivateEndpoint(updatePrivateEndpointRequest) {
1724
1724
  return __awaiter(this, void 0, void 0, function* () {
@@ -1778,7 +1778,7 @@ class DataFlowClient {
1778
1778
  * @param UpdateRunRequest
1779
1779
  * @return UpdateRunResponse
1780
1780
  * @throws OciError when an error occurs
1781
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataflow/UpdateRun.ts.html |here} to see how to use UpdateRun API.
1781
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataflow/UpdateRun.ts.html |here} to see how to use UpdateRun API.
1782
1782
  */
1783
1783
  updateRun(updateRunRequest) {
1784
1784
  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.25.0/dataflow/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataflow/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartmentRequest.
17
17
  */
18
18
  export interface ChangeApplicationCompartmentRequest 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.25.0/dataflow/ChangePrivateEndpointCompartment.ts.html |here} to see how to use ChangePrivateEndpointCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataflow/ChangePrivateEndpointCompartment.ts.html |here} to see how to use ChangePrivateEndpointCompartmentRequest.
17
17
  */
18
18
  export interface ChangePrivateEndpointCompartmentRequest 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.25.0/dataflow/ChangeRunCompartment.ts.html |here} to see how to use ChangeRunCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataflow/ChangeRunCompartment.ts.html |here} to see how to use ChangeRunCompartmentRequest.
17
17
  */
18
18
  export interface ChangeRunCompartmentRequest 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.25.0/dataflow/CreateApplication.ts.html |here} to see how to use CreateApplicationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataflow/CreateApplication.ts.html |here} to see how to use CreateApplicationRequest.
17
17
  */
18
18
  export interface CreateApplicationRequest 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.25.0/dataflow/CreatePrivateEndpoint.ts.html |here} to see how to use CreatePrivateEndpointRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataflow/CreatePrivateEndpoint.ts.html |here} to see how to use CreatePrivateEndpointRequest.
17
17
  */
18
18
  export interface CreatePrivateEndpointRequest 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.25.0/dataflow/CreateRun.ts.html |here} to see how to use CreateRunRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataflow/CreateRun.ts.html |here} to see how to use CreateRunRequest.
17
17
  */
18
18
  export interface CreateRunRequest 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.25.0/dataflow/DeleteApplication.ts.html |here} to see how to use DeleteApplicationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataflow/DeleteApplication.ts.html |here} to see how to use DeleteApplicationRequest.
16
16
  */
17
17
  export interface DeleteApplicationRequest 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.25.0/dataflow/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpointRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataflow/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpointRequest.
16
16
  */
17
17
  export interface DeletePrivateEndpointRequest 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.25.0/dataflow/DeleteRun.ts.html |here} to see how to use DeleteRunRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataflow/DeleteRun.ts.html |here} to see how to use DeleteRunRequest.
16
16
  */
17
17
  export interface DeleteRunRequest 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.25.0/dataflow/GetApplication.ts.html |here} to see how to use GetApplicationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataflow/GetApplication.ts.html |here} to see how to use GetApplicationRequest.
16
16
  */
17
17
  export interface GetApplicationRequest 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.25.0/dataflow/GetPrivateEndpoint.ts.html |here} to see how to use GetPrivateEndpointRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataflow/GetPrivateEndpoint.ts.html |here} to see how to use GetPrivateEndpointRequest.
16
16
  */
17
17
  export interface GetPrivateEndpointRequest 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.25.0/dataflow/GetRunLog.ts.html |here} to see how to use GetRunLogRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataflow/GetRunLog.ts.html |here} to see how to use GetRunLogRequest.
16
16
  */
17
17
  export interface GetRunLogRequest 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.25.0/dataflow/GetRun.ts.html |here} to see how to use GetRunRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataflow/GetRun.ts.html |here} to see how to use GetRunRequest.
16
16
  */
17
17
  export interface GetRunRequest 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.25.0/dataflow/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataflow/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
16
16
  */
17
17
  export interface GetWorkRequestRequest 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.25.0/dataflow/ListApplications.ts.html |here} to see how to use ListApplicationsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataflow/ListApplications.ts.html |here} to see how to use ListApplicationsRequest.
16
16
  */
17
17
  export interface ListApplicationsRequest 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.25.0/dataflow/ListPrivateEndpoints.ts.html |here} to see how to use ListPrivateEndpointsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataflow/ListPrivateEndpoints.ts.html |here} to see how to use ListPrivateEndpointsRequest.
17
17
  */
18
18
  export interface ListPrivateEndpointsRequest 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.25.0/dataflow/ListRunLogs.ts.html |here} to see how to use ListRunLogsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataflow/ListRunLogs.ts.html |here} to see how to use ListRunLogsRequest.
16
16
  */
17
17
  export interface ListRunLogsRequest 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.25.0/dataflow/ListRuns.ts.html |here} to see how to use ListRunsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataflow/ListRuns.ts.html |here} to see how to use ListRunsRequest.
17
17
  */
18
18
  export interface ListRunsRequest 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.25.0/dataflow/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataflow/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.25.0/dataflow/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataflow/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
16
16
  */
17
17
  export interface ListWorkRequestLogsRequest 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.25.0/dataflow/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataflow/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
16
  */
17
17
  export interface ListWorkRequestsRequest 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.25.0/dataflow/UpdateApplication.ts.html |here} to see how to use UpdateApplicationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataflow/UpdateApplication.ts.html |here} to see how to use UpdateApplicationRequest.
17
17
  */
18
18
  export interface UpdateApplicationRequest 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.25.0/dataflow/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpointRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataflow/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpointRequest.
17
17
  */
18
18
  export interface UpdatePrivateEndpointRequest 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.25.0/dataflow/UpdateRun.ts.html |here} to see how to use UpdateRunRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataflow/UpdateRun.ts.html |here} to see how to use UpdateRunRequest.
17
17
  */
18
18
  export interface UpdateRunRequest extends common.BaseRequest {
19
19
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-dataflow",
3
- "version": "2.25.0",
3
+ "version": "2.26.0",
4
4
  "description": "OCI NodeJS client for Dataflow 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.25.0",
19
- "oci-workrequests": "2.25.0"
18
+ "oci-common": "2.26.0",
19
+ "oci-workrequests": "2.26.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"