oci-dataflow 2.60.0 → 2.62.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 (31) hide show
  1. package/lib/client.d.ts +28 -28
  2. package/lib/client.js +28 -28
  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/create-statement-request.d.ts +1 -1
  10. package/lib/request/delete-application-request.d.ts +1 -1
  11. package/lib/request/delete-private-endpoint-request.d.ts +1 -1
  12. package/lib/request/delete-run-request.d.ts +1 -1
  13. package/lib/request/delete-statement-request.d.ts +1 -1
  14. package/lib/request/get-application-request.d.ts +1 -1
  15. package/lib/request/get-private-endpoint-request.d.ts +1 -1
  16. package/lib/request/get-run-log-request.d.ts +1 -1
  17. package/lib/request/get-run-request.d.ts +1 -1
  18. package/lib/request/get-statement-request.d.ts +1 -1
  19. package/lib/request/get-work-request-request.d.ts +1 -1
  20. package/lib/request/list-applications-request.d.ts +1 -1
  21. package/lib/request/list-private-endpoints-request.d.ts +1 -1
  22. package/lib/request/list-run-logs-request.d.ts +1 -1
  23. package/lib/request/list-runs-request.d.ts +1 -1
  24. package/lib/request/list-statements-request.d.ts +1 -1
  25. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  26. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  27. package/lib/request/list-work-requests-request.d.ts +1 -1
  28. package/lib/request/update-application-request.d.ts +1 -1
  29. package/lib/request/update-private-endpoint-request.d.ts +1 -1
  30. package/lib/request/update-run-request.d.ts +1 -1
  31. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -89,7 +89,7 @@ export declare class DataFlowClient {
89
89
  * @param ChangeApplicationCompartmentRequest
90
90
  * @return ChangeApplicationCompartmentResponse
91
91
  * @throws OciError when an error occurs
92
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dataflow/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartment API.
92
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dataflow/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartment API.
93
93
  */
94
94
  changeApplicationCompartment(changeApplicationCompartmentRequest: requests.ChangeApplicationCompartmentRequest): Promise<responses.ChangeApplicationCompartmentResponse>;
95
95
  /**
@@ -99,7 +99,7 @@ export declare class DataFlowClient {
99
99
  * @param ChangePrivateEndpointCompartmentRequest
100
100
  * @return ChangePrivateEndpointCompartmentResponse
101
101
  * @throws OciError when an error occurs
102
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dataflow/ChangePrivateEndpointCompartment.ts.html |here} to see how to use ChangePrivateEndpointCompartment API.
102
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dataflow/ChangePrivateEndpointCompartment.ts.html |here} to see how to use ChangePrivateEndpointCompartment API.
103
103
  */
104
104
  changePrivateEndpointCompartment(changePrivateEndpointCompartmentRequest: requests.ChangePrivateEndpointCompartmentRequest): Promise<responses.ChangePrivateEndpointCompartmentResponse>;
105
105
  /**
@@ -112,7 +112,7 @@ export declare class DataFlowClient {
112
112
  * @param ChangeRunCompartmentRequest
113
113
  * @return ChangeRunCompartmentResponse
114
114
  * @throws OciError when an error occurs
115
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dataflow/ChangeRunCompartment.ts.html |here} to see how to use ChangeRunCompartment API.
115
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dataflow/ChangeRunCompartment.ts.html |here} to see how to use ChangeRunCompartment API.
116
116
  */
117
117
  changeRunCompartment(changeRunCompartmentRequest: requests.ChangeRunCompartmentRequest): Promise<responses.ChangeRunCompartmentResponse>;
118
118
  /**
@@ -122,7 +122,7 @@ export declare class DataFlowClient {
122
122
  * @param CreateApplicationRequest
123
123
  * @return CreateApplicationResponse
124
124
  * @throws OciError when an error occurs
125
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dataflow/CreateApplication.ts.html |here} to see how to use CreateApplication API.
125
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dataflow/CreateApplication.ts.html |here} to see how to use CreateApplication API.
126
126
  */
127
127
  createApplication(createApplicationRequest: requests.CreateApplicationRequest): Promise<responses.CreateApplicationResponse>;
128
128
  /**
@@ -132,7 +132,7 @@ export declare class DataFlowClient {
132
132
  * @param CreatePrivateEndpointRequest
133
133
  * @return CreatePrivateEndpointResponse
134
134
  * @throws OciError when an error occurs
135
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dataflow/CreatePrivateEndpoint.ts.html |here} to see how to use CreatePrivateEndpoint API.
135
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dataflow/CreatePrivateEndpoint.ts.html |here} to see how to use CreatePrivateEndpoint API.
136
136
  */
137
137
  createPrivateEndpoint(createPrivateEndpointRequest: requests.CreatePrivateEndpointRequest): Promise<responses.CreatePrivateEndpointResponse>;
138
138
  /**
@@ -142,7 +142,7 @@ export declare class DataFlowClient {
142
142
  * @param CreateRunRequest
143
143
  * @return CreateRunResponse
144
144
  * @throws OciError when an error occurs
145
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dataflow/CreateRun.ts.html |here} to see how to use CreateRun API.
145
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dataflow/CreateRun.ts.html |here} to see how to use CreateRun API.
146
146
  */
147
147
  createRun(createRunRequest: requests.CreateRunRequest): Promise<responses.CreateRunResponse>;
148
148
  /**
@@ -152,7 +152,7 @@ export declare class DataFlowClient {
152
152
  * @param CreateStatementRequest
153
153
  * @return CreateStatementResponse
154
154
  * @throws OciError when an error occurs
155
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dataflow/CreateStatement.ts.html |here} to see how to use CreateStatement API.
155
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dataflow/CreateStatement.ts.html |here} to see how to use CreateStatement API.
156
156
  */
157
157
  createStatement(createStatementRequest: requests.CreateStatementRequest): Promise<responses.CreateStatementResponse>;
158
158
  /**
@@ -162,7 +162,7 @@ export declare class DataFlowClient {
162
162
  * @param DeleteApplicationRequest
163
163
  * @return DeleteApplicationResponse
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.60.0/dataflow/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
165
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dataflow/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
166
166
  */
167
167
  deleteApplication(deleteApplicationRequest: requests.DeleteApplicationRequest): Promise<responses.DeleteApplicationResponse>;
168
168
  /**
@@ -172,7 +172,7 @@ export declare class DataFlowClient {
172
172
  * @param DeletePrivateEndpointRequest
173
173
  * @return DeletePrivateEndpointResponse
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.60.0/dataflow/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpoint API.
175
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dataflow/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpoint API.
176
176
  */
177
177
  deletePrivateEndpoint(deletePrivateEndpointRequest: requests.DeletePrivateEndpointRequest): Promise<responses.DeletePrivateEndpointResponse>;
178
178
  /**
@@ -183,7 +183,7 @@ export declare class DataFlowClient {
183
183
  * @param DeleteRunRequest
184
184
  * @return DeleteRunResponse
185
185
  * @throws OciError when an error occurs
186
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dataflow/DeleteRun.ts.html |here} to see how to use DeleteRun API.
186
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dataflow/DeleteRun.ts.html |here} to see how to use DeleteRun API.
187
187
  */
188
188
  deleteRun(deleteRunRequest: requests.DeleteRunRequest): Promise<responses.DeleteRunResponse>;
189
189
  /**
@@ -193,7 +193,7 @@ export declare class DataFlowClient {
193
193
  * @param DeleteStatementRequest
194
194
  * @return DeleteStatementResponse
195
195
  * @throws OciError when an error occurs
196
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dataflow/DeleteStatement.ts.html |here} to see how to use DeleteStatement API.
196
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dataflow/DeleteStatement.ts.html |here} to see how to use DeleteStatement API.
197
197
  */
198
198
  deleteStatement(deleteStatementRequest: requests.DeleteStatementRequest): Promise<responses.DeleteStatementResponse>;
199
199
  /**
@@ -203,7 +203,7 @@ export declare class DataFlowClient {
203
203
  * @param GetApplicationRequest
204
204
  * @return GetApplicationResponse
205
205
  * @throws OciError when an error occurs
206
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dataflow/GetApplication.ts.html |here} to see how to use GetApplication API.
206
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dataflow/GetApplication.ts.html |here} to see how to use GetApplication API.
207
207
  */
208
208
  getApplication(getApplicationRequest: requests.GetApplicationRequest): Promise<responses.GetApplicationResponse>;
209
209
  /**
@@ -213,7 +213,7 @@ export declare class DataFlowClient {
213
213
  * @param GetPrivateEndpointRequest
214
214
  * @return GetPrivateEndpointResponse
215
215
  * @throws OciError when an error occurs
216
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dataflow/GetPrivateEndpoint.ts.html |here} to see how to use GetPrivateEndpoint API.
216
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dataflow/GetPrivateEndpoint.ts.html |here} to see how to use GetPrivateEndpoint API.
217
217
  */
218
218
  getPrivateEndpoint(getPrivateEndpointRequest: requests.GetPrivateEndpointRequest): Promise<responses.GetPrivateEndpointResponse>;
219
219
  /**
@@ -223,7 +223,7 @@ export declare class DataFlowClient {
223
223
  * @param GetRunRequest
224
224
  * @return GetRunResponse
225
225
  * @throws OciError when an error occurs
226
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dataflow/GetRun.ts.html |here} to see how to use GetRun API.
226
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dataflow/GetRun.ts.html |here} to see how to use GetRun API.
227
227
  */
228
228
  getRun(getRunRequest: requests.GetRunRequest): Promise<responses.GetRunResponse>;
229
229
  /**
@@ -233,7 +233,7 @@ export declare class DataFlowClient {
233
233
  * @param GetRunLogRequest
234
234
  * @return GetRunLogResponse
235
235
  * @throws OciError when an error occurs
236
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dataflow/GetRunLog.ts.html |here} to see how to use GetRunLog API.
236
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dataflow/GetRunLog.ts.html |here} to see how to use GetRunLog API.
237
237
  */
238
238
  getRunLog(getRunLogRequest: requests.GetRunLogRequest): Promise<responses.GetRunLogResponse>;
239
239
  /**
@@ -243,7 +243,7 @@ export declare class DataFlowClient {
243
243
  * @param GetStatementRequest
244
244
  * @return GetStatementResponse
245
245
  * @throws OciError when an error occurs
246
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dataflow/GetStatement.ts.html |here} to see how to use GetStatement API.
246
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dataflow/GetStatement.ts.html |here} to see how to use GetStatement API.
247
247
  */
248
248
  getStatement(getStatementRequest: requests.GetStatementRequest): Promise<responses.GetStatementResponse>;
249
249
  /**
@@ -253,7 +253,7 @@ export declare class DataFlowClient {
253
253
  * @param GetWorkRequestRequest
254
254
  * @return GetWorkRequestResponse
255
255
  * @throws OciError when an error occurs
256
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dataflow/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
256
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dataflow/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
257
257
  */
258
258
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
259
259
  /**
@@ -263,7 +263,7 @@ export declare class DataFlowClient {
263
263
  * @param ListApplicationsRequest
264
264
  * @return ListApplicationsResponse
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.60.0/dataflow/ListApplications.ts.html |here} to see how to use ListApplications API.
266
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dataflow/ListApplications.ts.html |here} to see how to use ListApplications API.
267
267
  */
268
268
  listApplications(listApplicationsRequest: requests.ListApplicationsRequest): Promise<responses.ListApplicationsResponse>;
269
269
  /**
@@ -305,7 +305,7 @@ export declare class DataFlowClient {
305
305
  * @param ListPrivateEndpointsRequest
306
306
  * @return ListPrivateEndpointsResponse
307
307
  * @throws OciError when an error occurs
308
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dataflow/ListPrivateEndpoints.ts.html |here} to see how to use ListPrivateEndpoints API.
308
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dataflow/ListPrivateEndpoints.ts.html |here} to see how to use ListPrivateEndpoints API.
309
309
  */
310
310
  listPrivateEndpoints(listPrivateEndpointsRequest: requests.ListPrivateEndpointsRequest): Promise<responses.ListPrivateEndpointsResponse>;
311
311
  /**
@@ -315,7 +315,7 @@ export declare class DataFlowClient {
315
315
  * @param ListRunLogsRequest
316
316
  * @return ListRunLogsResponse
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.60.0/dataflow/ListRunLogs.ts.html |here} to see how to use ListRunLogs API.
318
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dataflow/ListRunLogs.ts.html |here} to see how to use ListRunLogs API.
319
319
  */
320
320
  listRunLogs(listRunLogsRequest: requests.ListRunLogsRequest): Promise<responses.ListRunLogsResponse>;
321
321
  /**
@@ -357,7 +357,7 @@ export declare class DataFlowClient {
357
357
  * @param ListRunsRequest
358
358
  * @return ListRunsResponse
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.60.0/dataflow/ListRuns.ts.html |here} to see how to use ListRuns API.
360
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dataflow/ListRuns.ts.html |here} to see how to use ListRuns API.
361
361
  */
362
362
  listRuns(listRunsRequest: requests.ListRunsRequest): Promise<responses.ListRunsResponse>;
363
363
  /**
@@ -399,7 +399,7 @@ export declare class DataFlowClient {
399
399
  * @param ListStatementsRequest
400
400
  * @return ListStatementsResponse
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.60.0/dataflow/ListStatements.ts.html |here} to see how to use ListStatements API.
402
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dataflow/ListStatements.ts.html |here} to see how to use ListStatements API.
403
403
  */
404
404
  listStatements(listStatementsRequest: requests.ListStatementsRequest): Promise<responses.ListStatementsResponse>;
405
405
  /**
@@ -409,7 +409,7 @@ export declare class DataFlowClient {
409
409
  * @param ListWorkRequestErrorsRequest
410
410
  * @return ListWorkRequestErrorsResponse
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.60.0/dataflow/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
412
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dataflow/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
413
413
  */
414
414
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
415
415
  /**
@@ -419,7 +419,7 @@ export declare class DataFlowClient {
419
419
  * @param ListWorkRequestLogsRequest
420
420
  * @return ListWorkRequestLogsResponse
421
421
  * @throws OciError when an error occurs
422
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dataflow/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
422
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dataflow/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
423
423
  */
424
424
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
425
425
  /**
@@ -429,7 +429,7 @@ export declare class DataFlowClient {
429
429
  * @param ListWorkRequestsRequest
430
430
  * @return ListWorkRequestsResponse
431
431
  * @throws OciError when an error occurs
432
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dataflow/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
432
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dataflow/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
433
433
  */
434
434
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
435
435
  /**
@@ -439,7 +439,7 @@ export declare class DataFlowClient {
439
439
  * @param UpdateApplicationRequest
440
440
  * @return UpdateApplicationResponse
441
441
  * @throws OciError when an error occurs
442
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dataflow/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
442
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dataflow/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
443
443
  */
444
444
  updateApplication(updateApplicationRequest: requests.UpdateApplicationRequest): Promise<responses.UpdateApplicationResponse>;
445
445
  /**
@@ -451,7 +451,7 @@ export declare class DataFlowClient {
451
451
  * @param UpdatePrivateEndpointRequest
452
452
  * @return UpdatePrivateEndpointResponse
453
453
  * @throws OciError when an error occurs
454
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dataflow/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpoint API.
454
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dataflow/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpoint API.
455
455
  */
456
456
  updatePrivateEndpoint(updatePrivateEndpointRequest: requests.UpdatePrivateEndpointRequest): Promise<responses.UpdatePrivateEndpointResponse>;
457
457
  /**
@@ -461,7 +461,7 @@ export declare class DataFlowClient {
461
461
  * @param UpdateRunRequest
462
462
  * @return UpdateRunResponse
463
463
  * @throws OciError when an error occurs
464
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dataflow/UpdateRun.ts.html |here} to see how to use UpdateRun API.
464
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dataflow/UpdateRun.ts.html |here} to see how to use UpdateRun API.
465
465
  */
466
466
  updateRun(updateRunRequest: requests.UpdateRunRequest): Promise<responses.UpdateRunResponse>;
467
467
  }
package/lib/client.js CHANGED
@@ -183,7 +183,7 @@ class DataFlowClient {
183
183
  * @param ChangeApplicationCompartmentRequest
184
184
  * @return ChangeApplicationCompartmentResponse
185
185
  * @throws OciError when an error occurs
186
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dataflow/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartment API.
186
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dataflow/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartment API.
187
187
  */
188
188
  changeApplicationCompartment(changeApplicationCompartmentRequest) {
189
189
  return __awaiter(this, void 0, void 0, function* () {
@@ -241,7 +241,7 @@ class DataFlowClient {
241
241
  * @param ChangePrivateEndpointCompartmentRequest
242
242
  * @return ChangePrivateEndpointCompartmentResponse
243
243
  * @throws OciError when an error occurs
244
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dataflow/ChangePrivateEndpointCompartment.ts.html |here} to see how to use ChangePrivateEndpointCompartment API.
244
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dataflow/ChangePrivateEndpointCompartment.ts.html |here} to see how to use ChangePrivateEndpointCompartment API.
245
245
  */
246
246
  changePrivateEndpointCompartment(changePrivateEndpointCompartmentRequest) {
247
247
  return __awaiter(this, void 0, void 0, function* () {
@@ -306,7 +306,7 @@ class DataFlowClient {
306
306
  * @param ChangeRunCompartmentRequest
307
307
  * @return ChangeRunCompartmentResponse
308
308
  * @throws OciError when an error occurs
309
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dataflow/ChangeRunCompartment.ts.html |here} to see how to use ChangeRunCompartment API.
309
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dataflow/ChangeRunCompartment.ts.html |here} to see how to use ChangeRunCompartment API.
310
310
  */
311
311
  changeRunCompartment(changeRunCompartmentRequest) {
312
312
  return __awaiter(this, void 0, void 0, function* () {
@@ -364,7 +364,7 @@ class DataFlowClient {
364
364
  * @param CreateApplicationRequest
365
365
  * @return CreateApplicationResponse
366
366
  * @throws OciError when an error occurs
367
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dataflow/CreateApplication.ts.html |here} to see how to use CreateApplication API.
367
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dataflow/CreateApplication.ts.html |here} to see how to use CreateApplication API.
368
368
  */
369
369
  createApplication(createApplicationRequest) {
370
370
  return __awaiter(this, void 0, void 0, function* () {
@@ -428,7 +428,7 @@ class DataFlowClient {
428
428
  * @param CreatePrivateEndpointRequest
429
429
  * @return CreatePrivateEndpointResponse
430
430
  * @throws OciError when an error occurs
431
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dataflow/CreatePrivateEndpoint.ts.html |here} to see how to use CreatePrivateEndpoint API.
431
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dataflow/CreatePrivateEndpoint.ts.html |here} to see how to use CreatePrivateEndpoint API.
432
432
  */
433
433
  createPrivateEndpoint(createPrivateEndpointRequest) {
434
434
  return __awaiter(this, void 0, void 0, function* () {
@@ -502,7 +502,7 @@ class DataFlowClient {
502
502
  * @param CreateRunRequest
503
503
  * @return CreateRunResponse
504
504
  * @throws OciError when an error occurs
505
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dataflow/CreateRun.ts.html |here} to see how to use CreateRun API.
505
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dataflow/CreateRun.ts.html |here} to see how to use CreateRun API.
506
506
  */
507
507
  createRun(createRunRequest) {
508
508
  return __awaiter(this, void 0, void 0, function* () {
@@ -566,7 +566,7 @@ class DataFlowClient {
566
566
  * @param CreateStatementRequest
567
567
  * @return CreateStatementResponse
568
568
  * @throws OciError when an error occurs
569
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dataflow/CreateStatement.ts.html |here} to see how to use CreateStatement API.
569
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dataflow/CreateStatement.ts.html |here} to see how to use CreateStatement API.
570
570
  */
571
571
  createStatement(createStatementRequest) {
572
572
  return __awaiter(this, void 0, void 0, function* () {
@@ -631,7 +631,7 @@ class DataFlowClient {
631
631
  * @param DeleteApplicationRequest
632
632
  * @return DeleteApplicationResponse
633
633
  * @throws OciError when an error occurs
634
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dataflow/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
634
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dataflow/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
635
635
  */
636
636
  deleteApplication(deleteApplicationRequest) {
637
637
  return __awaiter(this, void 0, void 0, function* () {
@@ -687,7 +687,7 @@ class DataFlowClient {
687
687
  * @param DeletePrivateEndpointRequest
688
688
  * @return DeletePrivateEndpointResponse
689
689
  * @throws OciError when an error occurs
690
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dataflow/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpoint API.
690
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dataflow/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpoint API.
691
691
  */
692
692
  deletePrivateEndpoint(deletePrivateEndpointRequest) {
693
693
  return __awaiter(this, void 0, void 0, function* () {
@@ -749,7 +749,7 @@ class DataFlowClient {
749
749
  * @param DeleteRunRequest
750
750
  * @return DeleteRunResponse
751
751
  * @throws OciError when an error occurs
752
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dataflow/DeleteRun.ts.html |here} to see how to use DeleteRun API.
752
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dataflow/DeleteRun.ts.html |here} to see how to use DeleteRun API.
753
753
  */
754
754
  deleteRun(deleteRunRequest) {
755
755
  return __awaiter(this, void 0, void 0, function* () {
@@ -805,7 +805,7 @@ class DataFlowClient {
805
805
  * @param DeleteStatementRequest
806
806
  * @return DeleteStatementResponse
807
807
  * @throws OciError when an error occurs
808
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dataflow/DeleteStatement.ts.html |here} to see how to use DeleteStatement API.
808
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dataflow/DeleteStatement.ts.html |here} to see how to use DeleteStatement API.
809
809
  */
810
810
  deleteStatement(deleteStatementRequest) {
811
811
  return __awaiter(this, void 0, void 0, function* () {
@@ -862,7 +862,7 @@ class DataFlowClient {
862
862
  * @param GetApplicationRequest
863
863
  * @return GetApplicationResponse
864
864
  * @throws OciError when an error occurs
865
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dataflow/GetApplication.ts.html |here} to see how to use GetApplication API.
865
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dataflow/GetApplication.ts.html |here} to see how to use GetApplication API.
866
866
  */
867
867
  getApplication(getApplicationRequest) {
868
868
  return __awaiter(this, void 0, void 0, function* () {
@@ -926,7 +926,7 @@ class DataFlowClient {
926
926
  * @param GetPrivateEndpointRequest
927
927
  * @return GetPrivateEndpointResponse
928
928
  * @throws OciError when an error occurs
929
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dataflow/GetPrivateEndpoint.ts.html |here} to see how to use GetPrivateEndpoint API.
929
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dataflow/GetPrivateEndpoint.ts.html |here} to see how to use GetPrivateEndpoint API.
930
930
  */
931
931
  getPrivateEndpoint(getPrivateEndpointRequest) {
932
932
  return __awaiter(this, void 0, void 0, function* () {
@@ -990,7 +990,7 @@ class DataFlowClient {
990
990
  * @param GetRunRequest
991
991
  * @return GetRunResponse
992
992
  * @throws OciError when an error occurs
993
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dataflow/GetRun.ts.html |here} to see how to use GetRun API.
993
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dataflow/GetRun.ts.html |here} to see how to use GetRun API.
994
994
  */
995
995
  getRun(getRunRequest) {
996
996
  return __awaiter(this, void 0, void 0, function* () {
@@ -1054,7 +1054,7 @@ class DataFlowClient {
1054
1054
  * @param GetRunLogRequest
1055
1055
  * @return GetRunLogResponse
1056
1056
  * @throws OciError when an error occurs
1057
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dataflow/GetRunLog.ts.html |here} to see how to use GetRunLog API.
1057
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dataflow/GetRunLog.ts.html |here} to see how to use GetRunLog API.
1058
1058
  */
1059
1059
  getRunLog(getRunLogRequest) {
1060
1060
  return __awaiter(this, void 0, void 0, function* () {
@@ -1141,7 +1141,7 @@ class DataFlowClient {
1141
1141
  * @param GetStatementRequest
1142
1142
  * @return GetStatementResponse
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.60.0/dataflow/GetStatement.ts.html |here} to see how to use GetStatement API.
1144
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dataflow/GetStatement.ts.html |here} to see how to use GetStatement API.
1145
1145
  */
1146
1146
  getStatement(getStatementRequest) {
1147
1147
  return __awaiter(this, void 0, void 0, function* () {
@@ -1206,7 +1206,7 @@ class DataFlowClient {
1206
1206
  * @param GetWorkRequestRequest
1207
1207
  * @return GetWorkRequestResponse
1208
1208
  * @throws OciError when an error occurs
1209
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dataflow/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1209
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dataflow/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1210
1210
  */
1211
1211
  getWorkRequest(getWorkRequestRequest) {
1212
1212
  return __awaiter(this, void 0, void 0, function* () {
@@ -1265,7 +1265,7 @@ class DataFlowClient {
1265
1265
  * @param ListApplicationsRequest
1266
1266
  * @return ListApplicationsResponse
1267
1267
  * @throws OciError when an error occurs
1268
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dataflow/ListApplications.ts.html |here} to see how to use ListApplications API.
1268
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dataflow/ListApplications.ts.html |here} to see how to use ListApplications API.
1269
1269
  */
1270
1270
  listApplications(listApplicationsRequest) {
1271
1271
  return __awaiter(this, void 0, void 0, function* () {
@@ -1382,7 +1382,7 @@ class DataFlowClient {
1382
1382
  * @param ListPrivateEndpointsRequest
1383
1383
  * @return ListPrivateEndpointsResponse
1384
1384
  * @throws OciError when an error occurs
1385
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dataflow/ListPrivateEndpoints.ts.html |here} to see how to use ListPrivateEndpoints API.
1385
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dataflow/ListPrivateEndpoints.ts.html |here} to see how to use ListPrivateEndpoints API.
1386
1386
  */
1387
1387
  listPrivateEndpoints(listPrivateEndpointsRequest) {
1388
1388
  return __awaiter(this, void 0, void 0, function* () {
@@ -1459,7 +1459,7 @@ class DataFlowClient {
1459
1459
  * @param ListRunLogsRequest
1460
1460
  * @return ListRunLogsResponse
1461
1461
  * @throws OciError when an error occurs
1462
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dataflow/ListRunLogs.ts.html |here} to see how to use ListRunLogs API.
1462
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dataflow/ListRunLogs.ts.html |here} to see how to use ListRunLogs API.
1463
1463
  */
1464
1464
  listRunLogs(listRunLogsRequest) {
1465
1465
  return __awaiter(this, void 0, void 0, function* () {
@@ -1571,7 +1571,7 @@ class DataFlowClient {
1571
1571
  * @param ListRunsRequest
1572
1572
  * @return ListRunsResponse
1573
1573
  * @throws OciError when an error occurs
1574
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dataflow/ListRuns.ts.html |here} to see how to use ListRuns API.
1574
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dataflow/ListRuns.ts.html |here} to see how to use ListRuns API.
1575
1575
  */
1576
1576
  listRuns(listRunsRequest) {
1577
1577
  return __awaiter(this, void 0, void 0, function* () {
@@ -1690,7 +1690,7 @@ class DataFlowClient {
1690
1690
  * @param ListStatementsRequest
1691
1691
  * @return ListStatementsResponse
1692
1692
  * @throws OciError when an error occurs
1693
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dataflow/ListStatements.ts.html |here} to see how to use ListStatements API.
1693
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dataflow/ListStatements.ts.html |here} to see how to use ListStatements API.
1694
1694
  */
1695
1695
  listStatements(listStatementsRequest) {
1696
1696
  return __awaiter(this, void 0, void 0, function* () {
@@ -1765,7 +1765,7 @@ class DataFlowClient {
1765
1765
  * @param ListWorkRequestErrorsRequest
1766
1766
  * @return ListWorkRequestErrorsResponse
1767
1767
  * @throws OciError when an error occurs
1768
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dataflow/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1768
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dataflow/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1769
1769
  */
1770
1770
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
1771
1771
  return __awaiter(this, void 0, void 0, function* () {
@@ -1837,7 +1837,7 @@ class DataFlowClient {
1837
1837
  * @param ListWorkRequestLogsRequest
1838
1838
  * @return ListWorkRequestLogsResponse
1839
1839
  * @throws OciError when an error occurs
1840
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dataflow/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1840
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dataflow/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1841
1841
  */
1842
1842
  listWorkRequestLogs(listWorkRequestLogsRequest) {
1843
1843
  return __awaiter(this, void 0, void 0, function* () {
@@ -1909,7 +1909,7 @@ class DataFlowClient {
1909
1909
  * @param ListWorkRequestsRequest
1910
1910
  * @return ListWorkRequestsResponse
1911
1911
  * @throws OciError when an error occurs
1912
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dataflow/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1912
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dataflow/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1913
1913
  */
1914
1914
  listWorkRequests(listWorkRequestsRequest) {
1915
1915
  return __awaiter(this, void 0, void 0, function* () {
@@ -1980,7 +1980,7 @@ class DataFlowClient {
1980
1980
  * @param UpdateApplicationRequest
1981
1981
  * @return UpdateApplicationResponse
1982
1982
  * @throws OciError when an error occurs
1983
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dataflow/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
1983
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dataflow/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
1984
1984
  */
1985
1985
  updateApplication(updateApplicationRequest) {
1986
1986
  return __awaiter(this, void 0, void 0, function* () {
@@ -2048,7 +2048,7 @@ class DataFlowClient {
2048
2048
  * @param UpdatePrivateEndpointRequest
2049
2049
  * @return UpdatePrivateEndpointResponse
2050
2050
  * @throws OciError when an error occurs
2051
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dataflow/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpoint API.
2051
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dataflow/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpoint API.
2052
2052
  */
2053
2053
  updatePrivateEndpoint(updatePrivateEndpointRequest) {
2054
2054
  return __awaiter(this, void 0, void 0, function* () {
@@ -2110,7 +2110,7 @@ class DataFlowClient {
2110
2110
  * @param UpdateRunRequest
2111
2111
  * @return UpdateRunResponse
2112
2112
  * @throws OciError when an error occurs
2113
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/dataflow/UpdateRun.ts.html |here} to see how to use UpdateRun API.
2113
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dataflow/UpdateRun.ts.html |here} to see how to use UpdateRun API.
2114
2114
  */
2115
2115
  updateRun(updateRunRequest) {
2116
2116
  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.60.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.62.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.60.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.62.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.60.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.62.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.60.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.62.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.60.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.62.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.60.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.62.0/dataflow/CreateRun.ts.html |here} to see how to use CreateRunRequest.
17
17
  */
18
18
  export interface CreateRunRequest 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.60.0/dataflow/CreateStatement.ts.html |here} to see how to use CreateStatementRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dataflow/CreateStatement.ts.html |here} to see how to use CreateStatementRequest.
17
17
  */
18
18
  export interface CreateStatementRequest 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.60.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.62.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.60.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.62.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.60.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.62.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.60.0/dataflow/DeleteStatement.ts.html |here} to see how to use DeleteStatementRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dataflow/DeleteStatement.ts.html |here} to see how to use DeleteStatementRequest.
16
16
  */
17
17
  export interface DeleteStatementRequest 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.60.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.62.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.60.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.62.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.60.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.62.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.60.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.62.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.60.0/dataflow/GetStatement.ts.html |here} to see how to use GetStatementRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dataflow/GetStatement.ts.html |here} to see how to use GetStatementRequest.
16
16
  */
17
17
  export interface GetStatementRequest 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.60.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.62.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.60.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.62.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.60.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.62.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.60.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.62.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.60.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.62.0/dataflow/ListRuns.ts.html |here} to see how to use ListRunsRequest.
17
17
  */
18
18
  export interface ListRunsRequest 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.60.0/dataflow/ListStatements.ts.html |here} to see how to use ListStatementsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/dataflow/ListStatements.ts.html |here} to see how to use ListStatementsRequest.
17
17
  */
18
18
  export interface ListStatementsRequest 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.60.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.62.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.60.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.62.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.60.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.62.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.60.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.62.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.60.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.62.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.60.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.62.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.60.0",
3
+ "version": "2.62.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.60.0",
19
- "oci-workrequests": "2.60.0"
18
+ "oci-common": "2.62.0",
19
+ "oci-workrequests": "2.62.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"