oci-dataflow 2.53.0 → 2.53.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 (31) hide show
  1. package/lib/client.d.ts +28 -28
  2. package/lib/client.js +28 -28
  3. package/lib/request/change-application-compartment-request.d.ts +1 -1
  4. package/lib/request/change-private-endpoint-compartment-request.d.ts +1 -1
  5. package/lib/request/change-run-compartment-request.d.ts +1 -1
  6. package/lib/request/create-application-request.d.ts +1 -1
  7. package/lib/request/create-private-endpoint-request.d.ts +1 -1
  8. package/lib/request/create-run-request.d.ts +1 -1
  9. package/lib/request/create-statement-request.d.ts +1 -1
  10. package/lib/request/delete-application-request.d.ts +1 -1
  11. package/lib/request/delete-private-endpoint-request.d.ts +1 -1
  12. package/lib/request/delete-run-request.d.ts +1 -1
  13. package/lib/request/delete-statement-request.d.ts +1 -1
  14. package/lib/request/get-application-request.d.ts +1 -1
  15. package/lib/request/get-private-endpoint-request.d.ts +1 -1
  16. package/lib/request/get-run-log-request.d.ts +1 -1
  17. package/lib/request/get-run-request.d.ts +1 -1
  18. package/lib/request/get-statement-request.d.ts +1 -1
  19. package/lib/request/get-work-request-request.d.ts +1 -1
  20. package/lib/request/list-applications-request.d.ts +1 -1
  21. package/lib/request/list-private-endpoints-request.d.ts +1 -1
  22. package/lib/request/list-run-logs-request.d.ts +1 -1
  23. package/lib/request/list-runs-request.d.ts +1 -1
  24. package/lib/request/list-statements-request.d.ts +1 -1
  25. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  26. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  27. package/lib/request/list-work-requests-request.d.ts +1 -1
  28. package/lib/request/update-application-request.d.ts +1 -1
  29. package/lib/request/update-private-endpoint-request.d.ts +1 -1
  30. package/lib/request/update-run-request.d.ts +1 -1
  31. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -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.53.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.53.1/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.53.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.53.1/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.53.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.53.1/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.53.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.53.1/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.53.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.53.1/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.53.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.53.1/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 CreateStatementRequest
143
143
  * @return CreateStatementResponse
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.53.0/dataflow/CreateStatement.ts.html |here} to see how to use CreateStatement API.
145
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/dataflow/CreateStatement.ts.html |here} to see how to use CreateStatement API.
146
146
  */
147
147
  createStatement(createStatementRequest: requests.CreateStatementRequest): Promise<responses.CreateStatementResponse>;
148
148
  /**
@@ -152,7 +152,7 @@ export declare class DataFlowClient {
152
152
  * @param DeleteApplicationRequest
153
153
  * @return DeleteApplicationResponse
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.53.0/dataflow/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
155
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/dataflow/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
156
156
  */
157
157
  deleteApplication(deleteApplicationRequest: requests.DeleteApplicationRequest): Promise<responses.DeleteApplicationResponse>;
158
158
  /**
@@ -162,7 +162,7 @@ export declare class DataFlowClient {
162
162
  * @param DeletePrivateEndpointRequest
163
163
  * @return DeletePrivateEndpointResponse
164
164
  * @throws OciError when an error occurs
165
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/dataflow/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpoint API.
165
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/dataflow/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpoint API.
166
166
  */
167
167
  deletePrivateEndpoint(deletePrivateEndpointRequest: requests.DeletePrivateEndpointRequest): Promise<responses.DeletePrivateEndpointResponse>;
168
168
  /**
@@ -173,7 +173,7 @@ export declare class DataFlowClient {
173
173
  * @param DeleteRunRequest
174
174
  * @return DeleteRunResponse
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.53.0/dataflow/DeleteRun.ts.html |here} to see how to use DeleteRun API.
176
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/dataflow/DeleteRun.ts.html |here} to see how to use DeleteRun API.
177
177
  */
178
178
  deleteRun(deleteRunRequest: requests.DeleteRunRequest): Promise<responses.DeleteRunResponse>;
179
179
  /**
@@ -183,7 +183,7 @@ export declare class DataFlowClient {
183
183
  * @param DeleteStatementRequest
184
184
  * @return DeleteStatementResponse
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.53.0/dataflow/DeleteStatement.ts.html |here} to see how to use DeleteStatement API.
186
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/dataflow/DeleteStatement.ts.html |here} to see how to use DeleteStatement API.
187
187
  */
188
188
  deleteStatement(deleteStatementRequest: requests.DeleteStatementRequest): Promise<responses.DeleteStatementResponse>;
189
189
  /**
@@ -193,7 +193,7 @@ export declare class DataFlowClient {
193
193
  * @param GetApplicationRequest
194
194
  * @return GetApplicationResponse
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.53.0/dataflow/GetApplication.ts.html |here} to see how to use GetApplication API.
196
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/dataflow/GetApplication.ts.html |here} to see how to use GetApplication API.
197
197
  */
198
198
  getApplication(getApplicationRequest: requests.GetApplicationRequest): Promise<responses.GetApplicationResponse>;
199
199
  /**
@@ -203,7 +203,7 @@ export declare class DataFlowClient {
203
203
  * @param GetPrivateEndpointRequest
204
204
  * @return GetPrivateEndpointResponse
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.53.0/dataflow/GetPrivateEndpoint.ts.html |here} to see how to use GetPrivateEndpoint API.
206
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/dataflow/GetPrivateEndpoint.ts.html |here} to see how to use GetPrivateEndpoint API.
207
207
  */
208
208
  getPrivateEndpoint(getPrivateEndpointRequest: requests.GetPrivateEndpointRequest): Promise<responses.GetPrivateEndpointResponse>;
209
209
  /**
@@ -213,7 +213,7 @@ export declare class DataFlowClient {
213
213
  * @param GetRunRequest
214
214
  * @return GetRunResponse
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.53.0/dataflow/GetRun.ts.html |here} to see how to use GetRun API.
216
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/dataflow/GetRun.ts.html |here} to see how to use GetRun API.
217
217
  */
218
218
  getRun(getRunRequest: requests.GetRunRequest): Promise<responses.GetRunResponse>;
219
219
  /**
@@ -223,7 +223,7 @@ export declare class DataFlowClient {
223
223
  * @param GetRunLogRequest
224
224
  * @return GetRunLogResponse
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.53.0/dataflow/GetRunLog.ts.html |here} to see how to use GetRunLog API.
226
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/dataflow/GetRunLog.ts.html |here} to see how to use GetRunLog API.
227
227
  */
228
228
  getRunLog(getRunLogRequest: requests.GetRunLogRequest): Promise<responses.GetRunLogResponse>;
229
229
  /**
@@ -233,7 +233,7 @@ export declare class DataFlowClient {
233
233
  * @param GetStatementRequest
234
234
  * @return GetStatementResponse
235
235
  * @throws OciError when an error occurs
236
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/dataflow/GetStatement.ts.html |here} to see how to use GetStatement API.
236
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/dataflow/GetStatement.ts.html |here} to see how to use GetStatement API.
237
237
  */
238
238
  getStatement(getStatementRequest: requests.GetStatementRequest): Promise<responses.GetStatementResponse>;
239
239
  /**
@@ -243,7 +243,7 @@ export declare class DataFlowClient {
243
243
  * @param GetWorkRequestRequest
244
244
  * @return GetWorkRequestResponse
245
245
  * @throws OciError when an error occurs
246
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/dataflow/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
246
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/dataflow/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
247
247
  */
248
248
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
249
249
  /**
@@ -253,7 +253,7 @@ export declare class DataFlowClient {
253
253
  * @param ListApplicationsRequest
254
254
  * @return ListApplicationsResponse
255
255
  * @throws OciError when an error occurs
256
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/dataflow/ListApplications.ts.html |here} to see how to use ListApplications API.
256
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/dataflow/ListApplications.ts.html |here} to see how to use ListApplications API.
257
257
  */
258
258
  listApplications(listApplicationsRequest: requests.ListApplicationsRequest): Promise<responses.ListApplicationsResponse>;
259
259
  /**
@@ -295,7 +295,7 @@ export declare class DataFlowClient {
295
295
  * @param ListPrivateEndpointsRequest
296
296
  * @return ListPrivateEndpointsResponse
297
297
  * @throws OciError when an error occurs
298
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/dataflow/ListPrivateEndpoints.ts.html |here} to see how to use ListPrivateEndpoints API.
298
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/dataflow/ListPrivateEndpoints.ts.html |here} to see how to use ListPrivateEndpoints API.
299
299
  */
300
300
  listPrivateEndpoints(listPrivateEndpointsRequest: requests.ListPrivateEndpointsRequest): Promise<responses.ListPrivateEndpointsResponse>;
301
301
  /**
@@ -305,7 +305,7 @@ export declare class DataFlowClient {
305
305
  * @param ListRunLogsRequest
306
306
  * @return ListRunLogsResponse
307
307
  * @throws OciError when an error occurs
308
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/dataflow/ListRunLogs.ts.html |here} to see how to use ListRunLogs API.
308
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/dataflow/ListRunLogs.ts.html |here} to see how to use ListRunLogs API.
309
309
  */
310
310
  listRunLogs(listRunLogsRequest: requests.ListRunLogsRequest): Promise<responses.ListRunLogsResponse>;
311
311
  /**
@@ -347,7 +347,7 @@ export declare class DataFlowClient {
347
347
  * @param ListRunsRequest
348
348
  * @return ListRunsResponse
349
349
  * @throws OciError when an error occurs
350
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/dataflow/ListRuns.ts.html |here} to see how to use ListRuns API.
350
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/dataflow/ListRuns.ts.html |here} to see how to use ListRuns API.
351
351
  */
352
352
  listRuns(listRunsRequest: requests.ListRunsRequest): Promise<responses.ListRunsResponse>;
353
353
  /**
@@ -389,7 +389,7 @@ export declare class DataFlowClient {
389
389
  * @param ListStatementsRequest
390
390
  * @return ListStatementsResponse
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.53.0/dataflow/ListStatements.ts.html |here} to see how to use ListStatements API.
392
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/dataflow/ListStatements.ts.html |here} to see how to use ListStatements API.
393
393
  */
394
394
  listStatements(listStatementsRequest: requests.ListStatementsRequest): Promise<responses.ListStatementsResponse>;
395
395
  /**
@@ -399,7 +399,7 @@ export declare class DataFlowClient {
399
399
  * @param ListWorkRequestErrorsRequest
400
400
  * @return ListWorkRequestErrorsResponse
401
401
  * @throws OciError when an error occurs
402
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/dataflow/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
402
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/dataflow/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
403
403
  */
404
404
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
405
405
  /**
@@ -409,7 +409,7 @@ export declare class DataFlowClient {
409
409
  * @param ListWorkRequestLogsRequest
410
410
  * @return ListWorkRequestLogsResponse
411
411
  * @throws OciError when an error occurs
412
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/dataflow/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
412
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/dataflow/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
413
413
  */
414
414
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
415
415
  /**
@@ -419,7 +419,7 @@ export declare class DataFlowClient {
419
419
  * @param ListWorkRequestsRequest
420
420
  * @return ListWorkRequestsResponse
421
421
  * @throws OciError when an error occurs
422
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/dataflow/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
422
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/dataflow/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
423
423
  */
424
424
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
425
425
  /**
@@ -429,7 +429,7 @@ export declare class DataFlowClient {
429
429
  * @param UpdateApplicationRequest
430
430
  * @return UpdateApplicationResponse
431
431
  * @throws OciError when an error occurs
432
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/dataflow/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
432
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/dataflow/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
433
433
  */
434
434
  updateApplication(updateApplicationRequest: requests.UpdateApplicationRequest): Promise<responses.UpdateApplicationResponse>;
435
435
  /**
@@ -441,7 +441,7 @@ export declare class DataFlowClient {
441
441
  * @param UpdatePrivateEndpointRequest
442
442
  * @return UpdatePrivateEndpointResponse
443
443
  * @throws OciError when an error occurs
444
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/dataflow/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpoint API.
444
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/dataflow/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpoint API.
445
445
  */
446
446
  updatePrivateEndpoint(updatePrivateEndpointRequest: requests.UpdatePrivateEndpointRequest): Promise<responses.UpdatePrivateEndpointResponse>;
447
447
  /**
@@ -451,7 +451,7 @@ export declare class DataFlowClient {
451
451
  * @param UpdateRunRequest
452
452
  * @return UpdateRunResponse
453
453
  * @throws OciError when an error occurs
454
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/dataflow/UpdateRun.ts.html |here} to see how to use UpdateRun API.
454
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/dataflow/UpdateRun.ts.html |here} to see how to use UpdateRun API.
455
455
  */
456
456
  updateRun(updateRunRequest: requests.UpdateRunRequest): Promise<responses.UpdateRunResponse>;
457
457
  }
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.53.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.53.1/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.53.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.53.1/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.53.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.53.1/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.53.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.53.1/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.53.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.53.1/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.53.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.53.1/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 CreateStatementRequest
544
544
  * @return CreateStatementResponse
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.53.0/dataflow/CreateStatement.ts.html |here} to see how to use CreateStatement API.
546
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/dataflow/CreateStatement.ts.html |here} to see how to use CreateStatement API.
547
547
  */
548
548
  createStatement(createStatementRequest) {
549
549
  return __awaiter(this, void 0, void 0, function* () {
@@ -608,7 +608,7 @@ class DataFlowClient {
608
608
  * @param DeleteApplicationRequest
609
609
  * @return DeleteApplicationResponse
610
610
  * @throws OciError when an error occurs
611
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/dataflow/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
611
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/dataflow/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
612
612
  */
613
613
  deleteApplication(deleteApplicationRequest) {
614
614
  return __awaiter(this, void 0, void 0, function* () {
@@ -664,7 +664,7 @@ class DataFlowClient {
664
664
  * @param DeletePrivateEndpointRequest
665
665
  * @return DeletePrivateEndpointResponse
666
666
  * @throws OciError when an error occurs
667
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/dataflow/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpoint API.
667
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/dataflow/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpoint API.
668
668
  */
669
669
  deletePrivateEndpoint(deletePrivateEndpointRequest) {
670
670
  return __awaiter(this, void 0, void 0, function* () {
@@ -726,7 +726,7 @@ class DataFlowClient {
726
726
  * @param DeleteRunRequest
727
727
  * @return DeleteRunResponse
728
728
  * @throws OciError when an error occurs
729
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/dataflow/DeleteRun.ts.html |here} to see how to use DeleteRun API.
729
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/dataflow/DeleteRun.ts.html |here} to see how to use DeleteRun API.
730
730
  */
731
731
  deleteRun(deleteRunRequest) {
732
732
  return __awaiter(this, void 0, void 0, function* () {
@@ -782,7 +782,7 @@ class DataFlowClient {
782
782
  * @param DeleteStatementRequest
783
783
  * @return DeleteStatementResponse
784
784
  * @throws OciError when an error occurs
785
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/dataflow/DeleteStatement.ts.html |here} to see how to use DeleteStatement API.
785
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/dataflow/DeleteStatement.ts.html |here} to see how to use DeleteStatement API.
786
786
  */
787
787
  deleteStatement(deleteStatementRequest) {
788
788
  return __awaiter(this, void 0, void 0, function* () {
@@ -839,7 +839,7 @@ class DataFlowClient {
839
839
  * @param GetApplicationRequest
840
840
  * @return GetApplicationResponse
841
841
  * @throws OciError when an error occurs
842
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/dataflow/GetApplication.ts.html |here} to see how to use GetApplication API.
842
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/dataflow/GetApplication.ts.html |here} to see how to use GetApplication API.
843
843
  */
844
844
  getApplication(getApplicationRequest) {
845
845
  return __awaiter(this, void 0, void 0, function* () {
@@ -903,7 +903,7 @@ class DataFlowClient {
903
903
  * @param GetPrivateEndpointRequest
904
904
  * @return GetPrivateEndpointResponse
905
905
  * @throws OciError when an error occurs
906
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/dataflow/GetPrivateEndpoint.ts.html |here} to see how to use GetPrivateEndpoint API.
906
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/dataflow/GetPrivateEndpoint.ts.html |here} to see how to use GetPrivateEndpoint API.
907
907
  */
908
908
  getPrivateEndpoint(getPrivateEndpointRequest) {
909
909
  return __awaiter(this, void 0, void 0, function* () {
@@ -967,7 +967,7 @@ class DataFlowClient {
967
967
  * @param GetRunRequest
968
968
  * @return GetRunResponse
969
969
  * @throws OciError when an error occurs
970
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/dataflow/GetRun.ts.html |here} to see how to use GetRun API.
970
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/dataflow/GetRun.ts.html |here} to see how to use GetRun API.
971
971
  */
972
972
  getRun(getRunRequest) {
973
973
  return __awaiter(this, void 0, void 0, function* () {
@@ -1031,7 +1031,7 @@ class DataFlowClient {
1031
1031
  * @param GetRunLogRequest
1032
1032
  * @return GetRunLogResponse
1033
1033
  * @throws OciError when an error occurs
1034
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/dataflow/GetRunLog.ts.html |here} to see how to use GetRunLog API.
1034
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/dataflow/GetRunLog.ts.html |here} to see how to use GetRunLog API.
1035
1035
  */
1036
1036
  getRunLog(getRunLogRequest) {
1037
1037
  return __awaiter(this, void 0, void 0, function* () {
@@ -1118,7 +1118,7 @@ class DataFlowClient {
1118
1118
  * @param GetStatementRequest
1119
1119
  * @return GetStatementResponse
1120
1120
  * @throws OciError when an error occurs
1121
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/dataflow/GetStatement.ts.html |here} to see how to use GetStatement API.
1121
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/dataflow/GetStatement.ts.html |here} to see how to use GetStatement API.
1122
1122
  */
1123
1123
  getStatement(getStatementRequest) {
1124
1124
  return __awaiter(this, void 0, void 0, function* () {
@@ -1183,7 +1183,7 @@ class DataFlowClient {
1183
1183
  * @param GetWorkRequestRequest
1184
1184
  * @return GetWorkRequestResponse
1185
1185
  * @throws OciError when an error occurs
1186
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/dataflow/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1186
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/dataflow/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1187
1187
  */
1188
1188
  getWorkRequest(getWorkRequestRequest) {
1189
1189
  return __awaiter(this, void 0, void 0, function* () {
@@ -1242,7 +1242,7 @@ class DataFlowClient {
1242
1242
  * @param ListApplicationsRequest
1243
1243
  * @return ListApplicationsResponse
1244
1244
  * @throws OciError when an error occurs
1245
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/dataflow/ListApplications.ts.html |here} to see how to use ListApplications API.
1245
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/dataflow/ListApplications.ts.html |here} to see how to use ListApplications API.
1246
1246
  */
1247
1247
  listApplications(listApplicationsRequest) {
1248
1248
  return __awaiter(this, void 0, void 0, function* () {
@@ -1359,7 +1359,7 @@ class DataFlowClient {
1359
1359
  * @param ListPrivateEndpointsRequest
1360
1360
  * @return ListPrivateEndpointsResponse
1361
1361
  * @throws OciError when an error occurs
1362
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/dataflow/ListPrivateEndpoints.ts.html |here} to see how to use ListPrivateEndpoints API.
1362
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/dataflow/ListPrivateEndpoints.ts.html |here} to see how to use ListPrivateEndpoints API.
1363
1363
  */
1364
1364
  listPrivateEndpoints(listPrivateEndpointsRequest) {
1365
1365
  return __awaiter(this, void 0, void 0, function* () {
@@ -1436,7 +1436,7 @@ class DataFlowClient {
1436
1436
  * @param ListRunLogsRequest
1437
1437
  * @return ListRunLogsResponse
1438
1438
  * @throws OciError when an error occurs
1439
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/dataflow/ListRunLogs.ts.html |here} to see how to use ListRunLogs API.
1439
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/dataflow/ListRunLogs.ts.html |here} to see how to use ListRunLogs API.
1440
1440
  */
1441
1441
  listRunLogs(listRunLogsRequest) {
1442
1442
  return __awaiter(this, void 0, void 0, function* () {
@@ -1548,7 +1548,7 @@ class DataFlowClient {
1548
1548
  * @param ListRunsRequest
1549
1549
  * @return ListRunsResponse
1550
1550
  * @throws OciError when an error occurs
1551
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/dataflow/ListRuns.ts.html |here} to see how to use ListRuns API.
1551
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/dataflow/ListRuns.ts.html |here} to see how to use ListRuns API.
1552
1552
  */
1553
1553
  listRuns(listRunsRequest) {
1554
1554
  return __awaiter(this, void 0, void 0, function* () {
@@ -1667,7 +1667,7 @@ class DataFlowClient {
1667
1667
  * @param ListStatementsRequest
1668
1668
  * @return ListStatementsResponse
1669
1669
  * @throws OciError when an error occurs
1670
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/dataflow/ListStatements.ts.html |here} to see how to use ListStatements API.
1670
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/dataflow/ListStatements.ts.html |here} to see how to use ListStatements API.
1671
1671
  */
1672
1672
  listStatements(listStatementsRequest) {
1673
1673
  return __awaiter(this, void 0, void 0, function* () {
@@ -1742,7 +1742,7 @@ class DataFlowClient {
1742
1742
  * @param ListWorkRequestErrorsRequest
1743
1743
  * @return ListWorkRequestErrorsResponse
1744
1744
  * @throws OciError when an error occurs
1745
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/dataflow/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1745
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/dataflow/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1746
1746
  */
1747
1747
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
1748
1748
  return __awaiter(this, void 0, void 0, function* () {
@@ -1814,7 +1814,7 @@ class DataFlowClient {
1814
1814
  * @param ListWorkRequestLogsRequest
1815
1815
  * @return ListWorkRequestLogsResponse
1816
1816
  * @throws OciError when an error occurs
1817
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/dataflow/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1817
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/dataflow/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1818
1818
  */
1819
1819
  listWorkRequestLogs(listWorkRequestLogsRequest) {
1820
1820
  return __awaiter(this, void 0, void 0, function* () {
@@ -1886,7 +1886,7 @@ class DataFlowClient {
1886
1886
  * @param ListWorkRequestsRequest
1887
1887
  * @return ListWorkRequestsResponse
1888
1888
  * @throws OciError when an error occurs
1889
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/dataflow/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1889
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/dataflow/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1890
1890
  */
1891
1891
  listWorkRequests(listWorkRequestsRequest) {
1892
1892
  return __awaiter(this, void 0, void 0, function* () {
@@ -1957,7 +1957,7 @@ class DataFlowClient {
1957
1957
  * @param UpdateApplicationRequest
1958
1958
  * @return UpdateApplicationResponse
1959
1959
  * @throws OciError when an error occurs
1960
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/dataflow/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
1960
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/dataflow/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
1961
1961
  */
1962
1962
  updateApplication(updateApplicationRequest) {
1963
1963
  return __awaiter(this, void 0, void 0, function* () {
@@ -2025,7 +2025,7 @@ class DataFlowClient {
2025
2025
  * @param UpdatePrivateEndpointRequest
2026
2026
  * @return UpdatePrivateEndpointResponse
2027
2027
  * @throws OciError when an error occurs
2028
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/dataflow/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpoint API.
2028
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/dataflow/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpoint API.
2029
2029
  */
2030
2030
  updatePrivateEndpoint(updatePrivateEndpointRequest) {
2031
2031
  return __awaiter(this, void 0, void 0, function* () {
@@ -2087,7 +2087,7 @@ class DataFlowClient {
2087
2087
  * @param UpdateRunRequest
2088
2088
  * @return UpdateRunResponse
2089
2089
  * @throws OciError when an error occurs
2090
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/dataflow/UpdateRun.ts.html |here} to see how to use UpdateRun API.
2090
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/dataflow/UpdateRun.ts.html |here} to see how to use UpdateRun API.
2091
2091
  */
2092
2092
  updateRun(updateRunRequest) {
2093
2093
  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.53.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.53.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.53.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.53.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.53.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.53.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.53.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.53.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.53.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.53.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.53.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.53.1/dataflow/CreateRun.ts.html |here} to see how to use CreateRunRequest.
17
17
  */
18
18
  export interface CreateRunRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/dataflow/CreateStatement.ts.html |here} to see how to use CreateStatementRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/dataflow/CreateStatement.ts.html |here} to see how to use CreateStatementRequest.
17
17
  */
18
18
  export interface CreateStatementRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.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.53.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.53.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.53.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.53.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.53.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.53.0/dataflow/DeleteStatement.ts.html |here} to see how to use DeleteStatementRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/dataflow/DeleteStatement.ts.html |here} to see how to use DeleteStatementRequest.
16
16
  */
17
17
  export interface DeleteStatementRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.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.53.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.53.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.53.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.53.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.53.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.53.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.53.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.53.0/dataflow/GetStatement.ts.html |here} to see how to use GetStatementRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/dataflow/GetStatement.ts.html |here} to see how to use GetStatementRequest.
16
16
  */
17
17
  export interface GetStatementRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.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.53.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.53.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.53.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.53.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.53.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.53.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.53.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.53.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.53.1/dataflow/ListRuns.ts.html |here} to see how to use ListRunsRequest.
17
17
  */
18
18
  export interface ListRunsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/dataflow/ListStatements.ts.html |here} to see how to use ListStatementsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/dataflow/ListStatements.ts.html |here} to see how to use ListStatementsRequest.
17
17
  */
18
18
  export interface ListStatementsRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.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.53.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.53.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.53.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.53.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.53.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.53.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.53.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.53.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.53.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.53.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.53.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.53.0",
3
+ "version": "2.53.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.53.0",
19
- "oci-workrequests": "2.53.0"
18
+ "oci-common": "2.53.1",
19
+ "oci-workrequests": "2.53.1"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"