oci-dataflow 2.16.0 → 2.19.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
@@ -77,7 +77,7 @@ export declare class DataFlowClient {
77
77
  * @param ChangeApplicationCompartmentRequest
78
78
  * @return ChangeApplicationCompartmentResponse
79
79
  * @throws OciError when an error occurs
80
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/dataflow/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartment API.
80
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/dataflow/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartment API.
81
81
  */
82
82
  changeApplicationCompartment(changeApplicationCompartmentRequest: requests.ChangeApplicationCompartmentRequest): Promise<responses.ChangeApplicationCompartmentResponse>;
83
83
  /**
@@ -87,7 +87,7 @@ export declare class DataFlowClient {
87
87
  * @param ChangePrivateEndpointCompartmentRequest
88
88
  * @return ChangePrivateEndpointCompartmentResponse
89
89
  * @throws OciError when an error occurs
90
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/dataflow/ChangePrivateEndpointCompartment.ts.html |here} to see how to use ChangePrivateEndpointCompartment API.
90
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/dataflow/ChangePrivateEndpointCompartment.ts.html |here} to see how to use ChangePrivateEndpointCompartment API.
91
91
  */
92
92
  changePrivateEndpointCompartment(changePrivateEndpointCompartmentRequest: requests.ChangePrivateEndpointCompartmentRequest): Promise<responses.ChangePrivateEndpointCompartmentResponse>;
93
93
  /**
@@ -100,7 +100,7 @@ export declare class DataFlowClient {
100
100
  * @param ChangeRunCompartmentRequest
101
101
  * @return ChangeRunCompartmentResponse
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.16.0/dataflow/ChangeRunCompartment.ts.html |here} to see how to use ChangeRunCompartment API.
103
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/dataflow/ChangeRunCompartment.ts.html |here} to see how to use ChangeRunCompartment API.
104
104
  */
105
105
  changeRunCompartment(changeRunCompartmentRequest: requests.ChangeRunCompartmentRequest): Promise<responses.ChangeRunCompartmentResponse>;
106
106
  /**
@@ -110,7 +110,7 @@ export declare class DataFlowClient {
110
110
  * @param CreateApplicationRequest
111
111
  * @return CreateApplicationResponse
112
112
  * @throws OciError when an error occurs
113
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/dataflow/CreateApplication.ts.html |here} to see how to use CreateApplication API.
113
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/dataflow/CreateApplication.ts.html |here} to see how to use CreateApplication API.
114
114
  */
115
115
  createApplication(createApplicationRequest: requests.CreateApplicationRequest): Promise<responses.CreateApplicationResponse>;
116
116
  /**
@@ -120,7 +120,7 @@ export declare class DataFlowClient {
120
120
  * @param CreatePrivateEndpointRequest
121
121
  * @return CreatePrivateEndpointResponse
122
122
  * @throws OciError when an error occurs
123
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/dataflow/CreatePrivateEndpoint.ts.html |here} to see how to use CreatePrivateEndpoint API.
123
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/dataflow/CreatePrivateEndpoint.ts.html |here} to see how to use CreatePrivateEndpoint API.
124
124
  */
125
125
  createPrivateEndpoint(createPrivateEndpointRequest: requests.CreatePrivateEndpointRequest): Promise<responses.CreatePrivateEndpointResponse>;
126
126
  /**
@@ -130,7 +130,7 @@ export declare class DataFlowClient {
130
130
  * @param CreateRunRequest
131
131
  * @return CreateRunResponse
132
132
  * @throws OciError when an error occurs
133
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/dataflow/CreateRun.ts.html |here} to see how to use CreateRun API.
133
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/dataflow/CreateRun.ts.html |here} to see how to use CreateRun API.
134
134
  */
135
135
  createRun(createRunRequest: requests.CreateRunRequest): Promise<responses.CreateRunResponse>;
136
136
  /**
@@ -140,7 +140,7 @@ export declare class DataFlowClient {
140
140
  * @param DeleteApplicationRequest
141
141
  * @return DeleteApplicationResponse
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.16.0/dataflow/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
143
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/dataflow/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
144
144
  */
145
145
  deleteApplication(deleteApplicationRequest: requests.DeleteApplicationRequest): Promise<responses.DeleteApplicationResponse>;
146
146
  /**
@@ -150,7 +150,7 @@ export declare class DataFlowClient {
150
150
  * @param DeletePrivateEndpointRequest
151
151
  * @return DeletePrivateEndpointResponse
152
152
  * @throws OciError when an error occurs
153
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/dataflow/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpoint API.
153
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/dataflow/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpoint API.
154
154
  */
155
155
  deletePrivateEndpoint(deletePrivateEndpointRequest: requests.DeletePrivateEndpointRequest): Promise<responses.DeletePrivateEndpointResponse>;
156
156
  /**
@@ -161,7 +161,7 @@ export declare class DataFlowClient {
161
161
  * @param DeleteRunRequest
162
162
  * @return DeleteRunResponse
163
163
  * @throws OciError when an error occurs
164
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/dataflow/DeleteRun.ts.html |here} to see how to use DeleteRun API.
164
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/dataflow/DeleteRun.ts.html |here} to see how to use DeleteRun API.
165
165
  */
166
166
  deleteRun(deleteRunRequest: requests.DeleteRunRequest): Promise<responses.DeleteRunResponse>;
167
167
  /**
@@ -171,7 +171,7 @@ export declare class DataFlowClient {
171
171
  * @param GetApplicationRequest
172
172
  * @return GetApplicationResponse
173
173
  * @throws OciError when an error occurs
174
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/dataflow/GetApplication.ts.html |here} to see how to use GetApplication API.
174
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/dataflow/GetApplication.ts.html |here} to see how to use GetApplication API.
175
175
  */
176
176
  getApplication(getApplicationRequest: requests.GetApplicationRequest): Promise<responses.GetApplicationResponse>;
177
177
  /**
@@ -181,7 +181,7 @@ export declare class DataFlowClient {
181
181
  * @param GetPrivateEndpointRequest
182
182
  * @return GetPrivateEndpointResponse
183
183
  * @throws OciError when an error occurs
184
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/dataflow/GetPrivateEndpoint.ts.html |here} to see how to use GetPrivateEndpoint API.
184
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/dataflow/GetPrivateEndpoint.ts.html |here} to see how to use GetPrivateEndpoint API.
185
185
  */
186
186
  getPrivateEndpoint(getPrivateEndpointRequest: requests.GetPrivateEndpointRequest): Promise<responses.GetPrivateEndpointResponse>;
187
187
  /**
@@ -191,7 +191,7 @@ export declare class DataFlowClient {
191
191
  * @param GetRunRequest
192
192
  * @return GetRunResponse
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.16.0/dataflow/GetRun.ts.html |here} to see how to use GetRun API.
194
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/dataflow/GetRun.ts.html |here} to see how to use GetRun API.
195
195
  */
196
196
  getRun(getRunRequest: requests.GetRunRequest): Promise<responses.GetRunResponse>;
197
197
  /**
@@ -201,7 +201,7 @@ export declare class DataFlowClient {
201
201
  * @param GetRunLogRequest
202
202
  * @return GetRunLogResponse
203
203
  * @throws OciError when an error occurs
204
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/dataflow/GetRunLog.ts.html |here} to see how to use GetRunLog API.
204
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/dataflow/GetRunLog.ts.html |here} to see how to use GetRunLog API.
205
205
  */
206
206
  getRunLog(getRunLogRequest: requests.GetRunLogRequest): Promise<responses.GetRunLogResponse>;
207
207
  /**
@@ -211,7 +211,7 @@ export declare class DataFlowClient {
211
211
  * @param GetWorkRequestRequest
212
212
  * @return GetWorkRequestResponse
213
213
  * @throws OciError when an error occurs
214
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/dataflow/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
214
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/dataflow/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
215
215
  */
216
216
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
217
217
  /**
@@ -221,7 +221,7 @@ export declare class DataFlowClient {
221
221
  * @param ListApplicationsRequest
222
222
  * @return ListApplicationsResponse
223
223
  * @throws OciError when an error occurs
224
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/dataflow/ListApplications.ts.html |here} to see how to use ListApplications API.
224
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/dataflow/ListApplications.ts.html |here} to see how to use ListApplications API.
225
225
  */
226
226
  listApplications(listApplicationsRequest: requests.ListApplicationsRequest): Promise<responses.ListApplicationsResponse>;
227
227
  /**
@@ -263,7 +263,7 @@ export declare class DataFlowClient {
263
263
  * @param ListPrivateEndpointsRequest
264
264
  * @return ListPrivateEndpointsResponse
265
265
  * @throws OciError when an error occurs
266
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/dataflow/ListPrivateEndpoints.ts.html |here} to see how to use ListPrivateEndpoints API.
266
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/dataflow/ListPrivateEndpoints.ts.html |here} to see how to use ListPrivateEndpoints API.
267
267
  */
268
268
  listPrivateEndpoints(listPrivateEndpointsRequest: requests.ListPrivateEndpointsRequest): Promise<responses.ListPrivateEndpointsResponse>;
269
269
  /**
@@ -273,7 +273,7 @@ export declare class DataFlowClient {
273
273
  * @param ListRunLogsRequest
274
274
  * @return ListRunLogsResponse
275
275
  * @throws OciError when an error occurs
276
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/dataflow/ListRunLogs.ts.html |here} to see how to use ListRunLogs API.
276
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/dataflow/ListRunLogs.ts.html |here} to see how to use ListRunLogs API.
277
277
  */
278
278
  listRunLogs(listRunLogsRequest: requests.ListRunLogsRequest): Promise<responses.ListRunLogsResponse>;
279
279
  /**
@@ -315,7 +315,7 @@ export declare class DataFlowClient {
315
315
  * @param ListRunsRequest
316
316
  * @return ListRunsResponse
317
317
  * @throws OciError when an error occurs
318
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/dataflow/ListRuns.ts.html |here} to see how to use ListRuns API.
318
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/dataflow/ListRuns.ts.html |here} to see how to use ListRuns API.
319
319
  */
320
320
  listRuns(listRunsRequest: requests.ListRunsRequest): Promise<responses.ListRunsResponse>;
321
321
  /**
@@ -357,7 +357,7 @@ export declare class DataFlowClient {
357
357
  * @param ListWorkRequestErrorsRequest
358
358
  * @return ListWorkRequestErrorsResponse
359
359
  * @throws OciError when an error occurs
360
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/dataflow/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
360
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/dataflow/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
361
361
  */
362
362
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
363
363
  /**
@@ -367,7 +367,7 @@ export declare class DataFlowClient {
367
367
  * @param ListWorkRequestLogsRequest
368
368
  * @return ListWorkRequestLogsResponse
369
369
  * @throws OciError when an error occurs
370
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/dataflow/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
370
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/dataflow/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
371
371
  */
372
372
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
373
373
  /**
@@ -377,7 +377,7 @@ export declare class DataFlowClient {
377
377
  * @param ListWorkRequestsRequest
378
378
  * @return ListWorkRequestsResponse
379
379
  * @throws OciError when an error occurs
380
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/dataflow/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
380
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/dataflow/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
381
381
  */
382
382
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
383
383
  /**
@@ -387,7 +387,7 @@ export declare class DataFlowClient {
387
387
  * @param UpdateApplicationRequest
388
388
  * @return UpdateApplicationResponse
389
389
  * @throws OciError when an error occurs
390
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/dataflow/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
390
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/dataflow/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
391
391
  */
392
392
  updateApplication(updateApplicationRequest: requests.UpdateApplicationRequest): Promise<responses.UpdateApplicationResponse>;
393
393
  /**
@@ -399,7 +399,7 @@ export declare class DataFlowClient {
399
399
  * @param UpdatePrivateEndpointRequest
400
400
  * @return UpdatePrivateEndpointResponse
401
401
  * @throws OciError when an error occurs
402
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/dataflow/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpoint API.
402
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/dataflow/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpoint API.
403
403
  */
404
404
  updatePrivateEndpoint(updatePrivateEndpointRequest: requests.UpdatePrivateEndpointRequest): Promise<responses.UpdatePrivateEndpointResponse>;
405
405
  /**
@@ -409,7 +409,7 @@ export declare class DataFlowClient {
409
409
  * @param UpdateRunRequest
410
410
  * @return UpdateRunResponse
411
411
  * @throws OciError when an error occurs
412
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/dataflow/UpdateRun.ts.html |here} to see how to use UpdateRun API.
412
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/dataflow/UpdateRun.ts.html |here} to see how to use UpdateRun API.
413
413
  */
414
414
  updateRun(updateRunRequest: requests.UpdateRunRequest): Promise<responses.UpdateRunResponse>;
415
415
  }
package/lib/client.js CHANGED
@@ -154,7 +154,7 @@ class DataFlowClient {
154
154
  * @param ChangeApplicationCompartmentRequest
155
155
  * @return ChangeApplicationCompartmentResponse
156
156
  * @throws OciError when an error occurs
157
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/dataflow/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartment API.
157
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/dataflow/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartment API.
158
158
  */
159
159
  changeApplicationCompartment(changeApplicationCompartmentRequest) {
160
160
  return __awaiter(this, void 0, void 0, function* () {
@@ -210,7 +210,7 @@ class DataFlowClient {
210
210
  * @param ChangePrivateEndpointCompartmentRequest
211
211
  * @return ChangePrivateEndpointCompartmentResponse
212
212
  * @throws OciError when an error occurs
213
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/dataflow/ChangePrivateEndpointCompartment.ts.html |here} to see how to use ChangePrivateEndpointCompartment API.
213
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/dataflow/ChangePrivateEndpointCompartment.ts.html |here} to see how to use ChangePrivateEndpointCompartment API.
214
214
  */
215
215
  changePrivateEndpointCompartment(changePrivateEndpointCompartmentRequest) {
216
216
  return __awaiter(this, void 0, void 0, function* () {
@@ -273,7 +273,7 @@ class DataFlowClient {
273
273
  * @param ChangeRunCompartmentRequest
274
274
  * @return ChangeRunCompartmentResponse
275
275
  * @throws OciError when an error occurs
276
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/dataflow/ChangeRunCompartment.ts.html |here} to see how to use ChangeRunCompartment API.
276
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/dataflow/ChangeRunCompartment.ts.html |here} to see how to use ChangeRunCompartment API.
277
277
  */
278
278
  changeRunCompartment(changeRunCompartmentRequest) {
279
279
  return __awaiter(this, void 0, void 0, function* () {
@@ -329,7 +329,7 @@ class DataFlowClient {
329
329
  * @param CreateApplicationRequest
330
330
  * @return CreateApplicationResponse
331
331
  * @throws OciError when an error occurs
332
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/dataflow/CreateApplication.ts.html |here} to see how to use CreateApplication API.
332
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/dataflow/CreateApplication.ts.html |here} to see how to use CreateApplication API.
333
333
  */
334
334
  createApplication(createApplicationRequest) {
335
335
  return __awaiter(this, void 0, void 0, function* () {
@@ -391,7 +391,7 @@ class DataFlowClient {
391
391
  * @param CreatePrivateEndpointRequest
392
392
  * @return CreatePrivateEndpointResponse
393
393
  * @throws OciError when an error occurs
394
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/dataflow/CreatePrivateEndpoint.ts.html |here} to see how to use CreatePrivateEndpoint API.
394
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/dataflow/CreatePrivateEndpoint.ts.html |here} to see how to use CreatePrivateEndpoint API.
395
395
  */
396
396
  createPrivateEndpoint(createPrivateEndpointRequest) {
397
397
  return __awaiter(this, void 0, void 0, function* () {
@@ -463,7 +463,7 @@ class DataFlowClient {
463
463
  * @param CreateRunRequest
464
464
  * @return CreateRunResponse
465
465
  * @throws OciError when an error occurs
466
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/dataflow/CreateRun.ts.html |here} to see how to use CreateRun API.
466
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/dataflow/CreateRun.ts.html |here} to see how to use CreateRun API.
467
467
  */
468
468
  createRun(createRunRequest) {
469
469
  return __awaiter(this, void 0, void 0, function* () {
@@ -525,7 +525,7 @@ class DataFlowClient {
525
525
  * @param DeleteApplicationRequest
526
526
  * @return DeleteApplicationResponse
527
527
  * @throws OciError when an error occurs
528
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/dataflow/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
528
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/dataflow/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
529
529
  */
530
530
  deleteApplication(deleteApplicationRequest) {
531
531
  return __awaiter(this, void 0, void 0, function* () {
@@ -579,7 +579,7 @@ class DataFlowClient {
579
579
  * @param DeletePrivateEndpointRequest
580
580
  * @return DeletePrivateEndpointResponse
581
581
  * @throws OciError when an error occurs
582
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/dataflow/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpoint API.
582
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/dataflow/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpoint API.
583
583
  */
584
584
  deletePrivateEndpoint(deletePrivateEndpointRequest) {
585
585
  return __awaiter(this, void 0, void 0, function* () {
@@ -639,7 +639,7 @@ class DataFlowClient {
639
639
  * @param DeleteRunRequest
640
640
  * @return DeleteRunResponse
641
641
  * @throws OciError when an error occurs
642
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/dataflow/DeleteRun.ts.html |here} to see how to use DeleteRun API.
642
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/dataflow/DeleteRun.ts.html |here} to see how to use DeleteRun API.
643
643
  */
644
644
  deleteRun(deleteRunRequest) {
645
645
  return __awaiter(this, void 0, void 0, function* () {
@@ -693,7 +693,7 @@ class DataFlowClient {
693
693
  * @param GetApplicationRequest
694
694
  * @return GetApplicationResponse
695
695
  * @throws OciError when an error occurs
696
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/dataflow/GetApplication.ts.html |here} to see how to use GetApplication API.
696
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/dataflow/GetApplication.ts.html |here} to see how to use GetApplication API.
697
697
  */
698
698
  getApplication(getApplicationRequest) {
699
699
  return __awaiter(this, void 0, void 0, function* () {
@@ -755,7 +755,7 @@ class DataFlowClient {
755
755
  * @param GetPrivateEndpointRequest
756
756
  * @return GetPrivateEndpointResponse
757
757
  * @throws OciError when an error occurs
758
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/dataflow/GetPrivateEndpoint.ts.html |here} to see how to use GetPrivateEndpoint API.
758
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/dataflow/GetPrivateEndpoint.ts.html |here} to see how to use GetPrivateEndpoint API.
759
759
  */
760
760
  getPrivateEndpoint(getPrivateEndpointRequest) {
761
761
  return __awaiter(this, void 0, void 0, function* () {
@@ -817,7 +817,7 @@ class DataFlowClient {
817
817
  * @param GetRunRequest
818
818
  * @return GetRunResponse
819
819
  * @throws OciError when an error occurs
820
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/dataflow/GetRun.ts.html |here} to see how to use GetRun API.
820
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/dataflow/GetRun.ts.html |here} to see how to use GetRun API.
821
821
  */
822
822
  getRun(getRunRequest) {
823
823
  return __awaiter(this, void 0, void 0, function* () {
@@ -879,7 +879,7 @@ class DataFlowClient {
879
879
  * @param GetRunLogRequest
880
880
  * @return GetRunLogResponse
881
881
  * @throws OciError when an error occurs
882
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/dataflow/GetRunLog.ts.html |here} to see how to use GetRunLog API.
882
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/dataflow/GetRunLog.ts.html |here} to see how to use GetRunLog API.
883
883
  */
884
884
  getRunLog(getRunLogRequest) {
885
885
  return __awaiter(this, void 0, void 0, function* () {
@@ -964,7 +964,7 @@ class DataFlowClient {
964
964
  * @param GetWorkRequestRequest
965
965
  * @return GetWorkRequestResponse
966
966
  * @throws OciError when an error occurs
967
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/dataflow/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
967
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/dataflow/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
968
968
  */
969
969
  getWorkRequest(getWorkRequestRequest) {
970
970
  return __awaiter(this, void 0, void 0, function* () {
@@ -1021,7 +1021,7 @@ class DataFlowClient {
1021
1021
  * @param ListApplicationsRequest
1022
1022
  * @return ListApplicationsResponse
1023
1023
  * @throws OciError when an error occurs
1024
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/dataflow/ListApplications.ts.html |here} to see how to use ListApplications API.
1024
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/dataflow/ListApplications.ts.html |here} to see how to use ListApplications API.
1025
1025
  */
1026
1026
  listApplications(listApplicationsRequest) {
1027
1027
  return __awaiter(this, void 0, void 0, function* () {
@@ -1136,7 +1136,7 @@ class DataFlowClient {
1136
1136
  * @param ListPrivateEndpointsRequest
1137
1137
  * @return ListPrivateEndpointsResponse
1138
1138
  * @throws OciError when an error occurs
1139
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/dataflow/ListPrivateEndpoints.ts.html |here} to see how to use ListPrivateEndpoints API.
1139
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/dataflow/ListPrivateEndpoints.ts.html |here} to see how to use ListPrivateEndpoints API.
1140
1140
  */
1141
1141
  listPrivateEndpoints(listPrivateEndpointsRequest) {
1142
1142
  return __awaiter(this, void 0, void 0, function* () {
@@ -1211,7 +1211,7 @@ class DataFlowClient {
1211
1211
  * @param ListRunLogsRequest
1212
1212
  * @return ListRunLogsResponse
1213
1213
  * @throws OciError when an error occurs
1214
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/dataflow/ListRunLogs.ts.html |here} to see how to use ListRunLogs API.
1214
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/dataflow/ListRunLogs.ts.html |here} to see how to use ListRunLogs API.
1215
1215
  */
1216
1216
  listRunLogs(listRunLogsRequest) {
1217
1217
  return __awaiter(this, void 0, void 0, function* () {
@@ -1321,7 +1321,7 @@ class DataFlowClient {
1321
1321
  * @param ListRunsRequest
1322
1322
  * @return ListRunsResponse
1323
1323
  * @throws OciError when an error occurs
1324
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/dataflow/ListRuns.ts.html |here} to see how to use ListRuns API.
1324
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/dataflow/ListRuns.ts.html |here} to see how to use ListRuns API.
1325
1325
  */
1326
1326
  listRuns(listRunsRequest) {
1327
1327
  return __awaiter(this, void 0, void 0, function* () {
@@ -1438,7 +1438,7 @@ class DataFlowClient {
1438
1438
  * @param ListWorkRequestErrorsRequest
1439
1439
  * @return ListWorkRequestErrorsResponse
1440
1440
  * @throws OciError when an error occurs
1441
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/dataflow/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1441
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/dataflow/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1442
1442
  */
1443
1443
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
1444
1444
  return __awaiter(this, void 0, void 0, function* () {
@@ -1508,7 +1508,7 @@ class DataFlowClient {
1508
1508
  * @param ListWorkRequestLogsRequest
1509
1509
  * @return ListWorkRequestLogsResponse
1510
1510
  * @throws OciError when an error occurs
1511
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/dataflow/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1511
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/dataflow/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1512
1512
  */
1513
1513
  listWorkRequestLogs(listWorkRequestLogsRequest) {
1514
1514
  return __awaiter(this, void 0, void 0, function* () {
@@ -1578,7 +1578,7 @@ class DataFlowClient {
1578
1578
  * @param ListWorkRequestsRequest
1579
1579
  * @return ListWorkRequestsResponse
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.16.0/dataflow/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1581
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/dataflow/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1582
1582
  */
1583
1583
  listWorkRequests(listWorkRequestsRequest) {
1584
1584
  return __awaiter(this, void 0, void 0, function* () {
@@ -1647,7 +1647,7 @@ class DataFlowClient {
1647
1647
  * @param UpdateApplicationRequest
1648
1648
  * @return UpdateApplicationResponse
1649
1649
  * @throws OciError when an error occurs
1650
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/dataflow/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
1650
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/dataflow/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
1651
1651
  */
1652
1652
  updateApplication(updateApplicationRequest) {
1653
1653
  return __awaiter(this, void 0, void 0, function* () {
@@ -1713,7 +1713,7 @@ class DataFlowClient {
1713
1713
  * @param UpdatePrivateEndpointRequest
1714
1714
  * @return UpdatePrivateEndpointResponse
1715
1715
  * @throws OciError when an error occurs
1716
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/dataflow/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpoint API.
1716
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/dataflow/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpoint API.
1717
1717
  */
1718
1718
  updatePrivateEndpoint(updatePrivateEndpointRequest) {
1719
1719
  return __awaiter(this, void 0, void 0, function* () {
@@ -1773,7 +1773,7 @@ class DataFlowClient {
1773
1773
  * @param UpdateRunRequest
1774
1774
  * @return UpdateRunResponse
1775
1775
  * @throws OciError when an error occurs
1776
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/dataflow/UpdateRun.ts.html |here} to see how to use UpdateRun API.
1776
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/dataflow/UpdateRun.ts.html |here} to see how to use UpdateRun API.
1777
1777
  */
1778
1778
  updateRun(updateRunRequest) {
1779
1779
  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.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.19.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.16.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.19.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.16.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.19.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.16.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.19.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.16.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.19.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.16.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.19.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.16.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.19.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.16.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.19.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.16.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.19.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.16.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.19.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.16.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.19.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.16.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.19.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.16.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.19.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.16.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.19.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.16.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.19.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.16.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.19.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.16.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.19.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.16.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.19.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.16.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.19.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.16.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.19.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.16.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.19.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.16.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.19.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.16.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.19.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.16.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.19.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.16.0",
3
+ "version": "2.19.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.16.0",
19
- "oci-workrequests": "2.16.0"
18
+ "oci-common": "2.19.0",
19
+ "oci-workrequests": "2.19.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"