oci-dataflow 2.30.0 → 2.31.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
@@ -79,7 +79,7 @@ export declare class DataFlowClient {
79
79
  * @param ChangeApplicationCompartmentRequest
80
80
  * @return ChangeApplicationCompartmentResponse
81
81
  * @throws OciError when an error occurs
82
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/dataflow/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartment API.
82
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/dataflow/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartment API.
83
83
  */
84
84
  changeApplicationCompartment(changeApplicationCompartmentRequest: requests.ChangeApplicationCompartmentRequest): Promise<responses.ChangeApplicationCompartmentResponse>;
85
85
  /**
@@ -89,7 +89,7 @@ export declare class DataFlowClient {
89
89
  * @param ChangePrivateEndpointCompartmentRequest
90
90
  * @return ChangePrivateEndpointCompartmentResponse
91
91
  * @throws OciError when an error occurs
92
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/dataflow/ChangePrivateEndpointCompartment.ts.html |here} to see how to use ChangePrivateEndpointCompartment API.
92
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/dataflow/ChangePrivateEndpointCompartment.ts.html |here} to see how to use ChangePrivateEndpointCompartment API.
93
93
  */
94
94
  changePrivateEndpointCompartment(changePrivateEndpointCompartmentRequest: requests.ChangePrivateEndpointCompartmentRequest): Promise<responses.ChangePrivateEndpointCompartmentResponse>;
95
95
  /**
@@ -102,7 +102,7 @@ export declare class DataFlowClient {
102
102
  * @param ChangeRunCompartmentRequest
103
103
  * @return ChangeRunCompartmentResponse
104
104
  * @throws OciError when an error occurs
105
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/dataflow/ChangeRunCompartment.ts.html |here} to see how to use ChangeRunCompartment API.
105
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/dataflow/ChangeRunCompartment.ts.html |here} to see how to use ChangeRunCompartment API.
106
106
  */
107
107
  changeRunCompartment(changeRunCompartmentRequest: requests.ChangeRunCompartmentRequest): Promise<responses.ChangeRunCompartmentResponse>;
108
108
  /**
@@ -112,7 +112,7 @@ export declare class DataFlowClient {
112
112
  * @param CreateApplicationRequest
113
113
  * @return CreateApplicationResponse
114
114
  * @throws OciError when an error occurs
115
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/dataflow/CreateApplication.ts.html |here} to see how to use CreateApplication API.
115
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/dataflow/CreateApplication.ts.html |here} to see how to use CreateApplication API.
116
116
  */
117
117
  createApplication(createApplicationRequest: requests.CreateApplicationRequest): Promise<responses.CreateApplicationResponse>;
118
118
  /**
@@ -122,7 +122,7 @@ export declare class DataFlowClient {
122
122
  * @param CreatePrivateEndpointRequest
123
123
  * @return CreatePrivateEndpointResponse
124
124
  * @throws OciError when an error occurs
125
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/dataflow/CreatePrivateEndpoint.ts.html |here} to see how to use CreatePrivateEndpoint API.
125
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/dataflow/CreatePrivateEndpoint.ts.html |here} to see how to use CreatePrivateEndpoint API.
126
126
  */
127
127
  createPrivateEndpoint(createPrivateEndpointRequest: requests.CreatePrivateEndpointRequest): Promise<responses.CreatePrivateEndpointResponse>;
128
128
  /**
@@ -132,7 +132,7 @@ export declare class DataFlowClient {
132
132
  * @param CreateRunRequest
133
133
  * @return CreateRunResponse
134
134
  * @throws OciError when an error occurs
135
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/dataflow/CreateRun.ts.html |here} to see how to use CreateRun API.
135
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/dataflow/CreateRun.ts.html |here} to see how to use CreateRun API.
136
136
  */
137
137
  createRun(createRunRequest: requests.CreateRunRequest): Promise<responses.CreateRunResponse>;
138
138
  /**
@@ -142,7 +142,7 @@ export declare class DataFlowClient {
142
142
  * @param DeleteApplicationRequest
143
143
  * @return DeleteApplicationResponse
144
144
  * @throws OciError when an error occurs
145
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/dataflow/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
145
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/dataflow/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
146
146
  */
147
147
  deleteApplication(deleteApplicationRequest: requests.DeleteApplicationRequest): Promise<responses.DeleteApplicationResponse>;
148
148
  /**
@@ -152,7 +152,7 @@ export declare class DataFlowClient {
152
152
  * @param DeletePrivateEndpointRequest
153
153
  * @return DeletePrivateEndpointResponse
154
154
  * @throws OciError when an error occurs
155
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/dataflow/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpoint API.
155
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/dataflow/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpoint API.
156
156
  */
157
157
  deletePrivateEndpoint(deletePrivateEndpointRequest: requests.DeletePrivateEndpointRequest): Promise<responses.DeletePrivateEndpointResponse>;
158
158
  /**
@@ -163,7 +163,7 @@ export declare class DataFlowClient {
163
163
  * @param DeleteRunRequest
164
164
  * @return DeleteRunResponse
165
165
  * @throws OciError when an error occurs
166
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/dataflow/DeleteRun.ts.html |here} to see how to use DeleteRun API.
166
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/dataflow/DeleteRun.ts.html |here} to see how to use DeleteRun API.
167
167
  */
168
168
  deleteRun(deleteRunRequest: requests.DeleteRunRequest): Promise<responses.DeleteRunResponse>;
169
169
  /**
@@ -173,7 +173,7 @@ export declare class DataFlowClient {
173
173
  * @param GetApplicationRequest
174
174
  * @return GetApplicationResponse
175
175
  * @throws OciError when an error occurs
176
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/dataflow/GetApplication.ts.html |here} to see how to use GetApplication API.
176
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/dataflow/GetApplication.ts.html |here} to see how to use GetApplication API.
177
177
  */
178
178
  getApplication(getApplicationRequest: requests.GetApplicationRequest): Promise<responses.GetApplicationResponse>;
179
179
  /**
@@ -183,7 +183,7 @@ export declare class DataFlowClient {
183
183
  * @param GetPrivateEndpointRequest
184
184
  * @return GetPrivateEndpointResponse
185
185
  * @throws OciError when an error occurs
186
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/dataflow/GetPrivateEndpoint.ts.html |here} to see how to use GetPrivateEndpoint API.
186
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/dataflow/GetPrivateEndpoint.ts.html |here} to see how to use GetPrivateEndpoint API.
187
187
  */
188
188
  getPrivateEndpoint(getPrivateEndpointRequest: requests.GetPrivateEndpointRequest): Promise<responses.GetPrivateEndpointResponse>;
189
189
  /**
@@ -193,7 +193,7 @@ export declare class DataFlowClient {
193
193
  * @param GetRunRequest
194
194
  * @return GetRunResponse
195
195
  * @throws OciError when an error occurs
196
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/dataflow/GetRun.ts.html |here} to see how to use GetRun API.
196
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/dataflow/GetRun.ts.html |here} to see how to use GetRun API.
197
197
  */
198
198
  getRun(getRunRequest: requests.GetRunRequest): Promise<responses.GetRunResponse>;
199
199
  /**
@@ -203,7 +203,7 @@ export declare class DataFlowClient {
203
203
  * @param GetRunLogRequest
204
204
  * @return GetRunLogResponse
205
205
  * @throws OciError when an error occurs
206
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/dataflow/GetRunLog.ts.html |here} to see how to use GetRunLog API.
206
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/dataflow/GetRunLog.ts.html |here} to see how to use GetRunLog API.
207
207
  */
208
208
  getRunLog(getRunLogRequest: requests.GetRunLogRequest): Promise<responses.GetRunLogResponse>;
209
209
  /**
@@ -213,7 +213,7 @@ export declare class DataFlowClient {
213
213
  * @param GetWorkRequestRequest
214
214
  * @return GetWorkRequestResponse
215
215
  * @throws OciError when an error occurs
216
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/dataflow/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
216
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/dataflow/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
217
217
  */
218
218
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
219
219
  /**
@@ -223,7 +223,7 @@ export declare class DataFlowClient {
223
223
  * @param ListApplicationsRequest
224
224
  * @return ListApplicationsResponse
225
225
  * @throws OciError when an error occurs
226
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/dataflow/ListApplications.ts.html |here} to see how to use ListApplications API.
226
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/dataflow/ListApplications.ts.html |here} to see how to use ListApplications API.
227
227
  */
228
228
  listApplications(listApplicationsRequest: requests.ListApplicationsRequest): Promise<responses.ListApplicationsResponse>;
229
229
  /**
@@ -265,7 +265,7 @@ export declare class DataFlowClient {
265
265
  * @param ListPrivateEndpointsRequest
266
266
  * @return ListPrivateEndpointsResponse
267
267
  * @throws OciError when an error occurs
268
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/dataflow/ListPrivateEndpoints.ts.html |here} to see how to use ListPrivateEndpoints API.
268
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/dataflow/ListPrivateEndpoints.ts.html |here} to see how to use ListPrivateEndpoints API.
269
269
  */
270
270
  listPrivateEndpoints(listPrivateEndpointsRequest: requests.ListPrivateEndpointsRequest): Promise<responses.ListPrivateEndpointsResponse>;
271
271
  /**
@@ -275,7 +275,7 @@ export declare class DataFlowClient {
275
275
  * @param ListRunLogsRequest
276
276
  * @return ListRunLogsResponse
277
277
  * @throws OciError when an error occurs
278
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/dataflow/ListRunLogs.ts.html |here} to see how to use ListRunLogs API.
278
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/dataflow/ListRunLogs.ts.html |here} to see how to use ListRunLogs API.
279
279
  */
280
280
  listRunLogs(listRunLogsRequest: requests.ListRunLogsRequest): Promise<responses.ListRunLogsResponse>;
281
281
  /**
@@ -317,7 +317,7 @@ export declare class DataFlowClient {
317
317
  * @param ListRunsRequest
318
318
  * @return ListRunsResponse
319
319
  * @throws OciError when an error occurs
320
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/dataflow/ListRuns.ts.html |here} to see how to use ListRuns API.
320
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/dataflow/ListRuns.ts.html |here} to see how to use ListRuns API.
321
321
  */
322
322
  listRuns(listRunsRequest: requests.ListRunsRequest): Promise<responses.ListRunsResponse>;
323
323
  /**
@@ -359,7 +359,7 @@ export declare class DataFlowClient {
359
359
  * @param ListWorkRequestErrorsRequest
360
360
  * @return ListWorkRequestErrorsResponse
361
361
  * @throws OciError when an error occurs
362
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/dataflow/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
362
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/dataflow/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
363
363
  */
364
364
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
365
365
  /**
@@ -369,7 +369,7 @@ export declare class DataFlowClient {
369
369
  * @param ListWorkRequestLogsRequest
370
370
  * @return ListWorkRequestLogsResponse
371
371
  * @throws OciError when an error occurs
372
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/dataflow/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
372
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/dataflow/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
373
373
  */
374
374
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
375
375
  /**
@@ -379,7 +379,7 @@ export declare class DataFlowClient {
379
379
  * @param ListWorkRequestsRequest
380
380
  * @return ListWorkRequestsResponse
381
381
  * @throws OciError when an error occurs
382
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/dataflow/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
382
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/dataflow/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
383
383
  */
384
384
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
385
385
  /**
@@ -389,7 +389,7 @@ export declare class DataFlowClient {
389
389
  * @param UpdateApplicationRequest
390
390
  * @return UpdateApplicationResponse
391
391
  * @throws OciError when an error occurs
392
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/dataflow/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
392
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/dataflow/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
393
393
  */
394
394
  updateApplication(updateApplicationRequest: requests.UpdateApplicationRequest): Promise<responses.UpdateApplicationResponse>;
395
395
  /**
@@ -401,7 +401,7 @@ export declare class DataFlowClient {
401
401
  * @param UpdatePrivateEndpointRequest
402
402
  * @return UpdatePrivateEndpointResponse
403
403
  * @throws OciError when an error occurs
404
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/dataflow/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpoint API.
404
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/dataflow/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpoint API.
405
405
  */
406
406
  updatePrivateEndpoint(updatePrivateEndpointRequest: requests.UpdatePrivateEndpointRequest): Promise<responses.UpdatePrivateEndpointResponse>;
407
407
  /**
@@ -411,7 +411,7 @@ export declare class DataFlowClient {
411
411
  * @param UpdateRunRequest
412
412
  * @return UpdateRunResponse
413
413
  * @throws OciError when an error occurs
414
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/dataflow/UpdateRun.ts.html |here} to see how to use UpdateRun API.
414
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/dataflow/UpdateRun.ts.html |here} to see how to use UpdateRun API.
415
415
  */
416
416
  updateRun(updateRunRequest: requests.UpdateRunRequest): Promise<responses.UpdateRunResponse>;
417
417
  }
package/lib/client.js CHANGED
@@ -160,7 +160,7 @@ class DataFlowClient {
160
160
  * @param ChangeApplicationCompartmentRequest
161
161
  * @return ChangeApplicationCompartmentResponse
162
162
  * @throws OciError when an error occurs
163
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/dataflow/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartment API.
163
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/dataflow/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartment API.
164
164
  */
165
165
  changeApplicationCompartment(changeApplicationCompartmentRequest) {
166
166
  return __awaiter(this, void 0, void 0, function* () {
@@ -218,7 +218,7 @@ class DataFlowClient {
218
218
  * @param ChangePrivateEndpointCompartmentRequest
219
219
  * @return ChangePrivateEndpointCompartmentResponse
220
220
  * @throws OciError when an error occurs
221
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/dataflow/ChangePrivateEndpointCompartment.ts.html |here} to see how to use ChangePrivateEndpointCompartment API.
221
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/dataflow/ChangePrivateEndpointCompartment.ts.html |here} to see how to use ChangePrivateEndpointCompartment API.
222
222
  */
223
223
  changePrivateEndpointCompartment(changePrivateEndpointCompartmentRequest) {
224
224
  return __awaiter(this, void 0, void 0, function* () {
@@ -283,7 +283,7 @@ class DataFlowClient {
283
283
  * @param ChangeRunCompartmentRequest
284
284
  * @return ChangeRunCompartmentResponse
285
285
  * @throws OciError when an error occurs
286
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/dataflow/ChangeRunCompartment.ts.html |here} to see how to use ChangeRunCompartment API.
286
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/dataflow/ChangeRunCompartment.ts.html |here} to see how to use ChangeRunCompartment API.
287
287
  */
288
288
  changeRunCompartment(changeRunCompartmentRequest) {
289
289
  return __awaiter(this, void 0, void 0, function* () {
@@ -341,7 +341,7 @@ class DataFlowClient {
341
341
  * @param CreateApplicationRequest
342
342
  * @return CreateApplicationResponse
343
343
  * @throws OciError when an error occurs
344
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/dataflow/CreateApplication.ts.html |here} to see how to use CreateApplication API.
344
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/dataflow/CreateApplication.ts.html |here} to see how to use CreateApplication API.
345
345
  */
346
346
  createApplication(createApplicationRequest) {
347
347
  return __awaiter(this, void 0, void 0, function* () {
@@ -405,7 +405,7 @@ class DataFlowClient {
405
405
  * @param CreatePrivateEndpointRequest
406
406
  * @return CreatePrivateEndpointResponse
407
407
  * @throws OciError when an error occurs
408
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/dataflow/CreatePrivateEndpoint.ts.html |here} to see how to use CreatePrivateEndpoint API.
408
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/dataflow/CreatePrivateEndpoint.ts.html |here} to see how to use CreatePrivateEndpoint API.
409
409
  */
410
410
  createPrivateEndpoint(createPrivateEndpointRequest) {
411
411
  return __awaiter(this, void 0, void 0, function* () {
@@ -479,7 +479,7 @@ class DataFlowClient {
479
479
  * @param CreateRunRequest
480
480
  * @return CreateRunResponse
481
481
  * @throws OciError when an error occurs
482
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/dataflow/CreateRun.ts.html |here} to see how to use CreateRun API.
482
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/dataflow/CreateRun.ts.html |here} to see how to use CreateRun API.
483
483
  */
484
484
  createRun(createRunRequest) {
485
485
  return __awaiter(this, void 0, void 0, function* () {
@@ -543,7 +543,7 @@ class DataFlowClient {
543
543
  * @param DeleteApplicationRequest
544
544
  * @return DeleteApplicationResponse
545
545
  * @throws OciError when an error occurs
546
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/dataflow/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
546
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/dataflow/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
547
547
  */
548
548
  deleteApplication(deleteApplicationRequest) {
549
549
  return __awaiter(this, void 0, void 0, function* () {
@@ -599,7 +599,7 @@ class DataFlowClient {
599
599
  * @param DeletePrivateEndpointRequest
600
600
  * @return DeletePrivateEndpointResponse
601
601
  * @throws OciError when an error occurs
602
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/dataflow/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpoint API.
602
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/dataflow/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpoint API.
603
603
  */
604
604
  deletePrivateEndpoint(deletePrivateEndpointRequest) {
605
605
  return __awaiter(this, void 0, void 0, function* () {
@@ -661,7 +661,7 @@ class DataFlowClient {
661
661
  * @param DeleteRunRequest
662
662
  * @return DeleteRunResponse
663
663
  * @throws OciError when an error occurs
664
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/dataflow/DeleteRun.ts.html |here} to see how to use DeleteRun API.
664
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/dataflow/DeleteRun.ts.html |here} to see how to use DeleteRun API.
665
665
  */
666
666
  deleteRun(deleteRunRequest) {
667
667
  return __awaiter(this, void 0, void 0, function* () {
@@ -717,7 +717,7 @@ class DataFlowClient {
717
717
  * @param GetApplicationRequest
718
718
  * @return GetApplicationResponse
719
719
  * @throws OciError when an error occurs
720
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/dataflow/GetApplication.ts.html |here} to see how to use GetApplication API.
720
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/dataflow/GetApplication.ts.html |here} to see how to use GetApplication API.
721
721
  */
722
722
  getApplication(getApplicationRequest) {
723
723
  return __awaiter(this, void 0, void 0, function* () {
@@ -781,7 +781,7 @@ class DataFlowClient {
781
781
  * @param GetPrivateEndpointRequest
782
782
  * @return GetPrivateEndpointResponse
783
783
  * @throws OciError when an error occurs
784
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/dataflow/GetPrivateEndpoint.ts.html |here} to see how to use GetPrivateEndpoint API.
784
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/dataflow/GetPrivateEndpoint.ts.html |here} to see how to use GetPrivateEndpoint API.
785
785
  */
786
786
  getPrivateEndpoint(getPrivateEndpointRequest) {
787
787
  return __awaiter(this, void 0, void 0, function* () {
@@ -845,7 +845,7 @@ class DataFlowClient {
845
845
  * @param GetRunRequest
846
846
  * @return GetRunResponse
847
847
  * @throws OciError when an error occurs
848
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/dataflow/GetRun.ts.html |here} to see how to use GetRun API.
848
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/dataflow/GetRun.ts.html |here} to see how to use GetRun API.
849
849
  */
850
850
  getRun(getRunRequest) {
851
851
  return __awaiter(this, void 0, void 0, function* () {
@@ -909,7 +909,7 @@ class DataFlowClient {
909
909
  * @param GetRunLogRequest
910
910
  * @return GetRunLogResponse
911
911
  * @throws OciError when an error occurs
912
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/dataflow/GetRunLog.ts.html |here} to see how to use GetRunLog API.
912
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/dataflow/GetRunLog.ts.html |here} to see how to use GetRunLog API.
913
913
  */
914
914
  getRunLog(getRunLogRequest) {
915
915
  return __awaiter(this, void 0, void 0, function* () {
@@ -996,7 +996,7 @@ class DataFlowClient {
996
996
  * @param GetWorkRequestRequest
997
997
  * @return GetWorkRequestResponse
998
998
  * @throws OciError when an error occurs
999
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/dataflow/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
999
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/dataflow/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1000
1000
  */
1001
1001
  getWorkRequest(getWorkRequestRequest) {
1002
1002
  return __awaiter(this, void 0, void 0, function* () {
@@ -1055,7 +1055,7 @@ class DataFlowClient {
1055
1055
  * @param ListApplicationsRequest
1056
1056
  * @return ListApplicationsResponse
1057
1057
  * @throws OciError when an error occurs
1058
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/dataflow/ListApplications.ts.html |here} to see how to use ListApplications API.
1058
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/dataflow/ListApplications.ts.html |here} to see how to use ListApplications API.
1059
1059
  */
1060
1060
  listApplications(listApplicationsRequest) {
1061
1061
  return __awaiter(this, void 0, void 0, function* () {
@@ -1172,7 +1172,7 @@ class DataFlowClient {
1172
1172
  * @param ListPrivateEndpointsRequest
1173
1173
  * @return ListPrivateEndpointsResponse
1174
1174
  * @throws OciError when an error occurs
1175
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/dataflow/ListPrivateEndpoints.ts.html |here} to see how to use ListPrivateEndpoints API.
1175
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/dataflow/ListPrivateEndpoints.ts.html |here} to see how to use ListPrivateEndpoints API.
1176
1176
  */
1177
1177
  listPrivateEndpoints(listPrivateEndpointsRequest) {
1178
1178
  return __awaiter(this, void 0, void 0, function* () {
@@ -1249,7 +1249,7 @@ class DataFlowClient {
1249
1249
  * @param ListRunLogsRequest
1250
1250
  * @return ListRunLogsResponse
1251
1251
  * @throws OciError when an error occurs
1252
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/dataflow/ListRunLogs.ts.html |here} to see how to use ListRunLogs API.
1252
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/dataflow/ListRunLogs.ts.html |here} to see how to use ListRunLogs API.
1253
1253
  */
1254
1254
  listRunLogs(listRunLogsRequest) {
1255
1255
  return __awaiter(this, void 0, void 0, function* () {
@@ -1361,7 +1361,7 @@ class DataFlowClient {
1361
1361
  * @param ListRunsRequest
1362
1362
  * @return ListRunsResponse
1363
1363
  * @throws OciError when an error occurs
1364
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/dataflow/ListRuns.ts.html |here} to see how to use ListRuns API.
1364
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/dataflow/ListRuns.ts.html |here} to see how to use ListRuns API.
1365
1365
  */
1366
1366
  listRuns(listRunsRequest) {
1367
1367
  return __awaiter(this, void 0, void 0, function* () {
@@ -1480,7 +1480,7 @@ class DataFlowClient {
1480
1480
  * @param ListWorkRequestErrorsRequest
1481
1481
  * @return ListWorkRequestErrorsResponse
1482
1482
  * @throws OciError when an error occurs
1483
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/dataflow/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1483
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/dataflow/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1484
1484
  */
1485
1485
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
1486
1486
  return __awaiter(this, void 0, void 0, function* () {
@@ -1552,7 +1552,7 @@ class DataFlowClient {
1552
1552
  * @param ListWorkRequestLogsRequest
1553
1553
  * @return ListWorkRequestLogsResponse
1554
1554
  * @throws OciError when an error occurs
1555
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/dataflow/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1555
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/dataflow/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1556
1556
  */
1557
1557
  listWorkRequestLogs(listWorkRequestLogsRequest) {
1558
1558
  return __awaiter(this, void 0, void 0, function* () {
@@ -1624,7 +1624,7 @@ class DataFlowClient {
1624
1624
  * @param ListWorkRequestsRequest
1625
1625
  * @return ListWorkRequestsResponse
1626
1626
  * @throws OciError when an error occurs
1627
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/dataflow/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1627
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/dataflow/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1628
1628
  */
1629
1629
  listWorkRequests(listWorkRequestsRequest) {
1630
1630
  return __awaiter(this, void 0, void 0, function* () {
@@ -1695,7 +1695,7 @@ class DataFlowClient {
1695
1695
  * @param UpdateApplicationRequest
1696
1696
  * @return UpdateApplicationResponse
1697
1697
  * @throws OciError when an error occurs
1698
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/dataflow/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
1698
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/dataflow/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
1699
1699
  */
1700
1700
  updateApplication(updateApplicationRequest) {
1701
1701
  return __awaiter(this, void 0, void 0, function* () {
@@ -1763,7 +1763,7 @@ class DataFlowClient {
1763
1763
  * @param UpdatePrivateEndpointRequest
1764
1764
  * @return UpdatePrivateEndpointResponse
1765
1765
  * @throws OciError when an error occurs
1766
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/dataflow/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpoint API.
1766
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/dataflow/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpoint API.
1767
1767
  */
1768
1768
  updatePrivateEndpoint(updatePrivateEndpointRequest) {
1769
1769
  return __awaiter(this, void 0, void 0, function* () {
@@ -1825,7 +1825,7 @@ class DataFlowClient {
1825
1825
  * @param UpdateRunRequest
1826
1826
  * @return UpdateRunResponse
1827
1827
  * @throws OciError when an error occurs
1828
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/dataflow/UpdateRun.ts.html |here} to see how to use UpdateRun API.
1828
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/dataflow/UpdateRun.ts.html |here} to see how to use UpdateRun API.
1829
1829
  */
1830
1830
  updateRun(updateRunRequest) {
1831
1831
  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.30.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.31.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.30.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.31.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.30.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.31.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.30.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.31.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.30.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.31.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.30.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.31.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.30.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.31.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.30.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.31.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.30.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.31.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.30.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.31.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.30.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.31.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.30.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.31.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.30.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.31.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.30.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.31.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.30.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.31.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.30.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.31.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.30.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.31.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.30.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.31.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.30.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.31.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.30.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.31.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.30.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.31.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.30.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.31.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.30.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.31.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.30.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.31.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.30.0",
3
+ "version": "2.31.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.30.0",
19
- "oci-workrequests": "2.30.0"
18
+ "oci-common": "2.31.0",
19
+ "oci-workrequests": "2.31.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"