oci-dataflow 2.65.0 → 2.67.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (45) hide show
  1. package/lib/client.d.ts +42 -42
  2. package/lib/client.js +42 -42
  3. package/lib/request/change-application-compartment-request.d.ts +1 -1
  4. package/lib/request/change-pool-compartment-request.d.ts +1 -1
  5. package/lib/request/change-private-endpoint-compartment-request.d.ts +1 -1
  6. package/lib/request/change-run-compartment-request.d.ts +1 -1
  7. package/lib/request/change-sql-endpoint-compartment-request.d.ts +1 -1
  8. package/lib/request/create-application-request.d.ts +1 -1
  9. package/lib/request/create-pool-request.d.ts +1 -1
  10. package/lib/request/create-private-endpoint-request.d.ts +1 -1
  11. package/lib/request/create-run-request.d.ts +1 -1
  12. package/lib/request/create-sql-endpoint-request.d.ts +1 -1
  13. package/lib/request/create-statement-request.d.ts +1 -1
  14. package/lib/request/delete-application-request.d.ts +1 -1
  15. package/lib/request/delete-pool-request.d.ts +1 -1
  16. package/lib/request/delete-private-endpoint-request.d.ts +1 -1
  17. package/lib/request/delete-run-request.d.ts +1 -1
  18. package/lib/request/delete-sql-endpoint-request.d.ts +1 -1
  19. package/lib/request/delete-statement-request.d.ts +1 -1
  20. package/lib/request/get-application-request.d.ts +1 -1
  21. package/lib/request/get-pool-request.d.ts +1 -1
  22. package/lib/request/get-private-endpoint-request.d.ts +1 -1
  23. package/lib/request/get-run-log-request.d.ts +1 -1
  24. package/lib/request/get-run-request.d.ts +1 -1
  25. package/lib/request/get-sql-endpoint-request.d.ts +1 -1
  26. package/lib/request/get-statement-request.d.ts +1 -1
  27. package/lib/request/get-work-request-request.d.ts +1 -1
  28. package/lib/request/list-applications-request.d.ts +1 -1
  29. package/lib/request/list-pools-request.d.ts +1 -1
  30. package/lib/request/list-private-endpoints-request.d.ts +1 -1
  31. package/lib/request/list-run-logs-request.d.ts +1 -1
  32. package/lib/request/list-runs-request.d.ts +1 -1
  33. package/lib/request/list-sql-endpoints-request.d.ts +1 -1
  34. package/lib/request/list-statements-request.d.ts +1 -1
  35. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  36. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  37. package/lib/request/list-work-requests-request.d.ts +1 -1
  38. package/lib/request/start-pool-request.d.ts +1 -1
  39. package/lib/request/stop-pool-request.d.ts +1 -1
  40. package/lib/request/update-application-request.d.ts +1 -1
  41. package/lib/request/update-pool-request.d.ts +1 -1
  42. package/lib/request/update-private-endpoint-request.d.ts +1 -1
  43. package/lib/request/update-run-request.d.ts +1 -1
  44. package/lib/request/update-sql-endpoint-request.d.ts +1 -1
  45. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -89,7 +89,7 @@ export declare class DataFlowClient {
89
89
  * @param ChangeApplicationCompartmentRequest
90
90
  * @return ChangeApplicationCompartmentResponse
91
91
  * @throws OciError when an error occurs
92
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataflow/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartment API.
92
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartment API.
93
93
  */
94
94
  changeApplicationCompartment(changeApplicationCompartmentRequest: requests.ChangeApplicationCompartmentRequest): Promise<responses.ChangeApplicationCompartmentResponse>;
95
95
  /**
@@ -102,7 +102,7 @@ export declare class DataFlowClient {
102
102
  * @param ChangePoolCompartmentRequest
103
103
  * @return ChangePoolCompartmentResponse
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.65.0/dataflow/ChangePoolCompartment.ts.html |here} to see how to use ChangePoolCompartment API.
105
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/ChangePoolCompartment.ts.html |here} to see how to use ChangePoolCompartment API.
106
106
  */
107
107
  changePoolCompartment(changePoolCompartmentRequest: requests.ChangePoolCompartmentRequest): Promise<responses.ChangePoolCompartmentResponse>;
108
108
  /**
@@ -112,7 +112,7 @@ export declare class DataFlowClient {
112
112
  * @param ChangePrivateEndpointCompartmentRequest
113
113
  * @return ChangePrivateEndpointCompartmentResponse
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.65.0/dataflow/ChangePrivateEndpointCompartment.ts.html |here} to see how to use ChangePrivateEndpointCompartment API.
115
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/ChangePrivateEndpointCompartment.ts.html |here} to see how to use ChangePrivateEndpointCompartment API.
116
116
  */
117
117
  changePrivateEndpointCompartment(changePrivateEndpointCompartmentRequest: requests.ChangePrivateEndpointCompartmentRequest): Promise<responses.ChangePrivateEndpointCompartmentResponse>;
118
118
  /**
@@ -125,7 +125,7 @@ export declare class DataFlowClient {
125
125
  * @param ChangeRunCompartmentRequest
126
126
  * @return ChangeRunCompartmentResponse
127
127
  * @throws OciError when an error occurs
128
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataflow/ChangeRunCompartment.ts.html |here} to see how to use ChangeRunCompartment API.
128
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/ChangeRunCompartment.ts.html |here} to see how to use ChangeRunCompartment API.
129
129
  */
130
130
  changeRunCompartment(changeRunCompartmentRequest: requests.ChangeRunCompartmentRequest): Promise<responses.ChangeRunCompartmentResponse>;
131
131
  /**
@@ -134,7 +134,7 @@ export declare class DataFlowClient {
134
134
  * @param ChangeSqlEndpointCompartmentRequest
135
135
  * @return ChangeSqlEndpointCompartmentResponse
136
136
  * @throws OciError when an error occurs
137
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataflow/ChangeSqlEndpointCompartment.ts.html |here} to see how to use ChangeSqlEndpointCompartment API.
137
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/ChangeSqlEndpointCompartment.ts.html |here} to see how to use ChangeSqlEndpointCompartment API.
138
138
  */
139
139
  changeSqlEndpointCompartment(changeSqlEndpointCompartmentRequest: requests.ChangeSqlEndpointCompartmentRequest): Promise<responses.ChangeSqlEndpointCompartmentResponse>;
140
140
  /**
@@ -144,7 +144,7 @@ export declare class DataFlowClient {
144
144
  * @param CreateApplicationRequest
145
145
  * @return CreateApplicationResponse
146
146
  * @throws OciError when an error occurs
147
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataflow/CreateApplication.ts.html |here} to see how to use CreateApplication API.
147
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/CreateApplication.ts.html |here} to see how to use CreateApplication API.
148
148
  */
149
149
  createApplication(createApplicationRequest: requests.CreateApplicationRequest): Promise<responses.CreateApplicationResponse>;
150
150
  /**
@@ -154,7 +154,7 @@ export declare class DataFlowClient {
154
154
  * @param CreatePoolRequest
155
155
  * @return CreatePoolResponse
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.65.0/dataflow/CreatePool.ts.html |here} to see how to use CreatePool API.
157
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/CreatePool.ts.html |here} to see how to use CreatePool API.
158
158
  */
159
159
  createPool(createPoolRequest: requests.CreatePoolRequest): Promise<responses.CreatePoolResponse>;
160
160
  /**
@@ -164,7 +164,7 @@ export declare class DataFlowClient {
164
164
  * @param CreatePrivateEndpointRequest
165
165
  * @return CreatePrivateEndpointResponse
166
166
  * @throws OciError when an error occurs
167
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataflow/CreatePrivateEndpoint.ts.html |here} to see how to use CreatePrivateEndpoint API.
167
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/CreatePrivateEndpoint.ts.html |here} to see how to use CreatePrivateEndpoint API.
168
168
  */
169
169
  createPrivateEndpoint(createPrivateEndpointRequest: requests.CreatePrivateEndpointRequest): Promise<responses.CreatePrivateEndpointResponse>;
170
170
  /**
@@ -174,7 +174,7 @@ export declare class DataFlowClient {
174
174
  * @param CreateRunRequest
175
175
  * @return CreateRunResponse
176
176
  * @throws OciError when an error occurs
177
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataflow/CreateRun.ts.html |here} to see how to use CreateRun API.
177
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/CreateRun.ts.html |here} to see how to use CreateRun API.
178
178
  */
179
179
  createRun(createRunRequest: requests.CreateRunRequest): Promise<responses.CreateRunResponse>;
180
180
  /**
@@ -183,7 +183,7 @@ export declare class DataFlowClient {
183
183
  * @param CreateSqlEndpointRequest
184
184
  * @return CreateSqlEndpointResponse
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.65.0/dataflow/CreateSqlEndpoint.ts.html |here} to see how to use CreateSqlEndpoint API.
186
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/CreateSqlEndpoint.ts.html |here} to see how to use CreateSqlEndpoint API.
187
187
  */
188
188
  createSqlEndpoint(createSqlEndpointRequest: requests.CreateSqlEndpointRequest): Promise<responses.CreateSqlEndpointResponse>;
189
189
  /**
@@ -193,7 +193,7 @@ export declare class DataFlowClient {
193
193
  * @param CreateStatementRequest
194
194
  * @return CreateStatementResponse
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.65.0/dataflow/CreateStatement.ts.html |here} to see how to use CreateStatement API.
196
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/CreateStatement.ts.html |here} to see how to use CreateStatement API.
197
197
  */
198
198
  createStatement(createStatementRequest: requests.CreateStatementRequest): Promise<responses.CreateStatementResponse>;
199
199
  /**
@@ -203,7 +203,7 @@ export declare class DataFlowClient {
203
203
  * @param DeleteApplicationRequest
204
204
  * @return DeleteApplicationResponse
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.65.0/dataflow/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
206
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
207
207
  */
208
208
  deleteApplication(deleteApplicationRequest: requests.DeleteApplicationRequest): Promise<responses.DeleteApplicationResponse>;
209
209
  /**
@@ -213,7 +213,7 @@ export declare class DataFlowClient {
213
213
  * @param DeletePoolRequest
214
214
  * @return DeletePoolResponse
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.65.0/dataflow/DeletePool.ts.html |here} to see how to use DeletePool API.
216
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/DeletePool.ts.html |here} to see how to use DeletePool API.
217
217
  */
218
218
  deletePool(deletePoolRequest: requests.DeletePoolRequest): Promise<responses.DeletePoolResponse>;
219
219
  /**
@@ -223,7 +223,7 @@ export declare class DataFlowClient {
223
223
  * @param DeletePrivateEndpointRequest
224
224
  * @return DeletePrivateEndpointResponse
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.65.0/dataflow/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpoint API.
226
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpoint API.
227
227
  */
228
228
  deletePrivateEndpoint(deletePrivateEndpointRequest: requests.DeletePrivateEndpointRequest): Promise<responses.DeletePrivateEndpointResponse>;
229
229
  /**
@@ -234,7 +234,7 @@ export declare class DataFlowClient {
234
234
  * @param DeleteRunRequest
235
235
  * @return DeleteRunResponse
236
236
  * @throws OciError when an error occurs
237
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataflow/DeleteRun.ts.html |here} to see how to use DeleteRun API.
237
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/DeleteRun.ts.html |here} to see how to use DeleteRun API.
238
238
  */
239
239
  deleteRun(deleteRunRequest: requests.DeleteRunRequest): Promise<responses.DeleteRunResponse>;
240
240
  /**
@@ -243,7 +243,7 @@ export declare class DataFlowClient {
243
243
  * @param DeleteSqlEndpointRequest
244
244
  * @return DeleteSqlEndpointResponse
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.65.0/dataflow/DeleteSqlEndpoint.ts.html |here} to see how to use DeleteSqlEndpoint API.
246
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/DeleteSqlEndpoint.ts.html |here} to see how to use DeleteSqlEndpoint API.
247
247
  */
248
248
  deleteSqlEndpoint(deleteSqlEndpointRequest: requests.DeleteSqlEndpointRequest): Promise<responses.DeleteSqlEndpointResponse>;
249
249
  /**
@@ -253,7 +253,7 @@ export declare class DataFlowClient {
253
253
  * @param DeleteStatementRequest
254
254
  * @return DeleteStatementResponse
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.65.0/dataflow/DeleteStatement.ts.html |here} to see how to use DeleteStatement API.
256
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/DeleteStatement.ts.html |here} to see how to use DeleteStatement API.
257
257
  */
258
258
  deleteStatement(deleteStatementRequest: requests.DeleteStatementRequest): Promise<responses.DeleteStatementResponse>;
259
259
  /**
@@ -263,7 +263,7 @@ export declare class DataFlowClient {
263
263
  * @param GetApplicationRequest
264
264
  * @return GetApplicationResponse
265
265
  * @throws OciError when an error occurs
266
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataflow/GetApplication.ts.html |here} to see how to use GetApplication API.
266
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/GetApplication.ts.html |here} to see how to use GetApplication API.
267
267
  */
268
268
  getApplication(getApplicationRequest: requests.GetApplicationRequest): Promise<responses.GetApplicationResponse>;
269
269
  /**
@@ -273,7 +273,7 @@ export declare class DataFlowClient {
273
273
  * @param GetPoolRequest
274
274
  * @return GetPoolResponse
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.65.0/dataflow/GetPool.ts.html |here} to see how to use GetPool API.
276
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/GetPool.ts.html |here} to see how to use GetPool API.
277
277
  */
278
278
  getPool(getPoolRequest: requests.GetPoolRequest): Promise<responses.GetPoolResponse>;
279
279
  /**
@@ -283,7 +283,7 @@ export declare class DataFlowClient {
283
283
  * @param GetPrivateEndpointRequest
284
284
  * @return GetPrivateEndpointResponse
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.65.0/dataflow/GetPrivateEndpoint.ts.html |here} to see how to use GetPrivateEndpoint API.
286
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/GetPrivateEndpoint.ts.html |here} to see how to use GetPrivateEndpoint API.
287
287
  */
288
288
  getPrivateEndpoint(getPrivateEndpointRequest: requests.GetPrivateEndpointRequest): Promise<responses.GetPrivateEndpointResponse>;
289
289
  /**
@@ -293,7 +293,7 @@ export declare class DataFlowClient {
293
293
  * @param GetRunRequest
294
294
  * @return GetRunResponse
295
295
  * @throws OciError when an error occurs
296
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataflow/GetRun.ts.html |here} to see how to use GetRun API.
296
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/GetRun.ts.html |here} to see how to use GetRun API.
297
297
  */
298
298
  getRun(getRunRequest: requests.GetRunRequest): Promise<responses.GetRunResponse>;
299
299
  /**
@@ -303,7 +303,7 @@ export declare class DataFlowClient {
303
303
  * @param GetRunLogRequest
304
304
  * @return GetRunLogResponse
305
305
  * @throws OciError when an error occurs
306
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataflow/GetRunLog.ts.html |here} to see how to use GetRunLog API.
306
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/GetRunLog.ts.html |here} to see how to use GetRunLog API.
307
307
  */
308
308
  getRunLog(getRunLogRequest: requests.GetRunLogRequest): Promise<responses.GetRunLogResponse>;
309
309
  /**
@@ -312,7 +312,7 @@ export declare class DataFlowClient {
312
312
  * @param GetSqlEndpointRequest
313
313
  * @return GetSqlEndpointResponse
314
314
  * @throws OciError when an error occurs
315
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataflow/GetSqlEndpoint.ts.html |here} to see how to use GetSqlEndpoint API.
315
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/GetSqlEndpoint.ts.html |here} to see how to use GetSqlEndpoint API.
316
316
  */
317
317
  getSqlEndpoint(getSqlEndpointRequest: requests.GetSqlEndpointRequest): Promise<responses.GetSqlEndpointResponse>;
318
318
  /**
@@ -322,7 +322,7 @@ export declare class DataFlowClient {
322
322
  * @param GetStatementRequest
323
323
  * @return GetStatementResponse
324
324
  * @throws OciError when an error occurs
325
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataflow/GetStatement.ts.html |here} to see how to use GetStatement API.
325
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/GetStatement.ts.html |here} to see how to use GetStatement API.
326
326
  */
327
327
  getStatement(getStatementRequest: requests.GetStatementRequest): Promise<responses.GetStatementResponse>;
328
328
  /**
@@ -332,7 +332,7 @@ export declare class DataFlowClient {
332
332
  * @param GetWorkRequestRequest
333
333
  * @return GetWorkRequestResponse
334
334
  * @throws OciError when an error occurs
335
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataflow/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
335
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
336
336
  */
337
337
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
338
338
  /**
@@ -342,7 +342,7 @@ export declare class DataFlowClient {
342
342
  * @param ListApplicationsRequest
343
343
  * @return ListApplicationsResponse
344
344
  * @throws OciError when an error occurs
345
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataflow/ListApplications.ts.html |here} to see how to use ListApplications API.
345
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/ListApplications.ts.html |here} to see how to use ListApplications API.
346
346
  */
347
347
  listApplications(listApplicationsRequest: requests.ListApplicationsRequest): Promise<responses.ListApplicationsResponse>;
348
348
  /**
@@ -384,7 +384,7 @@ export declare class DataFlowClient {
384
384
  * @param ListPoolsRequest
385
385
  * @return ListPoolsResponse
386
386
  * @throws OciError when an error occurs
387
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataflow/ListPools.ts.html |here} to see how to use ListPools API.
387
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/ListPools.ts.html |here} to see how to use ListPools API.
388
388
  */
389
389
  listPools(listPoolsRequest: requests.ListPoolsRequest): Promise<responses.ListPoolsResponse>;
390
390
  /**
@@ -394,7 +394,7 @@ export declare class DataFlowClient {
394
394
  * @param ListPrivateEndpointsRequest
395
395
  * @return ListPrivateEndpointsResponse
396
396
  * @throws OciError when an error occurs
397
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataflow/ListPrivateEndpoints.ts.html |here} to see how to use ListPrivateEndpoints API.
397
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/ListPrivateEndpoints.ts.html |here} to see how to use ListPrivateEndpoints API.
398
398
  */
399
399
  listPrivateEndpoints(listPrivateEndpointsRequest: requests.ListPrivateEndpointsRequest): Promise<responses.ListPrivateEndpointsResponse>;
400
400
  /**
@@ -404,7 +404,7 @@ export declare class DataFlowClient {
404
404
  * @param ListRunLogsRequest
405
405
  * @return ListRunLogsResponse
406
406
  * @throws OciError when an error occurs
407
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataflow/ListRunLogs.ts.html |here} to see how to use ListRunLogs API.
407
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/ListRunLogs.ts.html |here} to see how to use ListRunLogs API.
408
408
  */
409
409
  listRunLogs(listRunLogsRequest: requests.ListRunLogsRequest): Promise<responses.ListRunLogsResponse>;
410
410
  /**
@@ -446,7 +446,7 @@ export declare class DataFlowClient {
446
446
  * @param ListRunsRequest
447
447
  * @return ListRunsResponse
448
448
  * @throws OciError when an error occurs
449
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataflow/ListRuns.ts.html |here} to see how to use ListRuns API.
449
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/ListRuns.ts.html |here} to see how to use ListRuns API.
450
450
  */
451
451
  listRuns(listRunsRequest: requests.ListRunsRequest): Promise<responses.ListRunsResponse>;
452
452
  /**
@@ -490,7 +490,7 @@ export declare class DataFlowClient {
490
490
  * @param ListSqlEndpointsRequest
491
491
  * @return ListSqlEndpointsResponse
492
492
  * @throws OciError when an error occurs
493
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataflow/ListSqlEndpoints.ts.html |here} to see how to use ListSqlEndpoints API.
493
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/ListSqlEndpoints.ts.html |here} to see how to use ListSqlEndpoints API.
494
494
  */
495
495
  listSqlEndpoints(listSqlEndpointsRequest: requests.ListSqlEndpointsRequest): Promise<responses.ListSqlEndpointsResponse>;
496
496
  /**
@@ -500,7 +500,7 @@ export declare class DataFlowClient {
500
500
  * @param ListStatementsRequest
501
501
  * @return ListStatementsResponse
502
502
  * @throws OciError when an error occurs
503
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataflow/ListStatements.ts.html |here} to see how to use ListStatements API.
503
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/ListStatements.ts.html |here} to see how to use ListStatements API.
504
504
  */
505
505
  listStatements(listStatementsRequest: requests.ListStatementsRequest): Promise<responses.ListStatementsResponse>;
506
506
  /**
@@ -510,7 +510,7 @@ export declare class DataFlowClient {
510
510
  * @param ListWorkRequestErrorsRequest
511
511
  * @return ListWorkRequestErrorsResponse
512
512
  * @throws OciError when an error occurs
513
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataflow/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
513
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
514
514
  */
515
515
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
516
516
  /**
@@ -520,7 +520,7 @@ export declare class DataFlowClient {
520
520
  * @param ListWorkRequestLogsRequest
521
521
  * @return ListWorkRequestLogsResponse
522
522
  * @throws OciError when an error occurs
523
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataflow/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
523
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
524
524
  */
525
525
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
526
526
  /**
@@ -530,7 +530,7 @@ export declare class DataFlowClient {
530
530
  * @param ListWorkRequestsRequest
531
531
  * @return ListWorkRequestsResponse
532
532
  * @throws OciError when an error occurs
533
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataflow/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
533
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
534
534
  */
535
535
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
536
536
  /**
@@ -540,7 +540,7 @@ export declare class DataFlowClient {
540
540
  * @param StartPoolRequest
541
541
  * @return StartPoolResponse
542
542
  * @throws OciError when an error occurs
543
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataflow/StartPool.ts.html |here} to see how to use StartPool API.
543
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/StartPool.ts.html |here} to see how to use StartPool API.
544
544
  */
545
545
  startPool(startPoolRequest: requests.StartPoolRequest): Promise<responses.StartPoolResponse>;
546
546
  /**
@@ -550,7 +550,7 @@ export declare class DataFlowClient {
550
550
  * @param StopPoolRequest
551
551
  * @return StopPoolResponse
552
552
  * @throws OciError when an error occurs
553
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataflow/StopPool.ts.html |here} to see how to use StopPool API.
553
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/StopPool.ts.html |here} to see how to use StopPool API.
554
554
  */
555
555
  stopPool(stopPoolRequest: requests.StopPoolRequest): Promise<responses.StopPoolResponse>;
556
556
  /**
@@ -560,7 +560,7 @@ export declare class DataFlowClient {
560
560
  * @param UpdateApplicationRequest
561
561
  * @return UpdateApplicationResponse
562
562
  * @throws OciError when an error occurs
563
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataflow/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
563
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
564
564
  */
565
565
  updateApplication(updateApplicationRequest: requests.UpdateApplicationRequest): Promise<responses.UpdateApplicationResponse>;
566
566
  /**
@@ -572,7 +572,7 @@ export declare class DataFlowClient {
572
572
  * @param UpdatePoolRequest
573
573
  * @return UpdatePoolResponse
574
574
  * @throws OciError when an error occurs
575
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataflow/UpdatePool.ts.html |here} to see how to use UpdatePool API.
575
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/UpdatePool.ts.html |here} to see how to use UpdatePool API.
576
576
  */
577
577
  updatePool(updatePoolRequest: requests.UpdatePoolRequest): Promise<responses.UpdatePoolResponse>;
578
578
  /**
@@ -584,7 +584,7 @@ export declare class DataFlowClient {
584
584
  * @param UpdatePrivateEndpointRequest
585
585
  * @return UpdatePrivateEndpointResponse
586
586
  * @throws OciError when an error occurs
587
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataflow/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpoint API.
587
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpoint API.
588
588
  */
589
589
  updatePrivateEndpoint(updatePrivateEndpointRequest: requests.UpdatePrivateEndpointRequest): Promise<responses.UpdatePrivateEndpointResponse>;
590
590
  /**
@@ -594,7 +594,7 @@ export declare class DataFlowClient {
594
594
  * @param UpdateRunRequest
595
595
  * @return UpdateRunResponse
596
596
  * @throws OciError when an error occurs
597
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataflow/UpdateRun.ts.html |here} to see how to use UpdateRun API.
597
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/UpdateRun.ts.html |here} to see how to use UpdateRun API.
598
598
  */
599
599
  updateRun(updateRunRequest: requests.UpdateRunRequest): Promise<responses.UpdateRunResponse>;
600
600
  /**
@@ -603,7 +603,7 @@ export declare class DataFlowClient {
603
603
  * @param UpdateSqlEndpointRequest
604
604
  * @return UpdateSqlEndpointResponse
605
605
  * @throws OciError when an error occurs
606
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataflow/UpdateSqlEndpoint.ts.html |here} to see how to use UpdateSqlEndpoint API.
606
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/UpdateSqlEndpoint.ts.html |here} to see how to use UpdateSqlEndpoint API.
607
607
  */
608
608
  updateSqlEndpoint(updateSqlEndpointRequest: requests.UpdateSqlEndpointRequest): Promise<responses.UpdateSqlEndpointResponse>;
609
609
  }