oci-dataflow 2.9.0 → 2.9.1

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