oci-dataflow 2.88.2 → 2.89.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
@@ -99,7 +99,7 @@ export declare class DataFlowClient {
99
99
  * @param ChangeApplicationCompartmentRequest
100
100
  * @return ChangeApplicationCompartmentResponse
101
101
  * @throws OciError when an error occurs
102
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/dataflow/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartment API.
102
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/dataflow/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartment API.
103
103
  */
104
104
  changeApplicationCompartment(changeApplicationCompartmentRequest: requests.ChangeApplicationCompartmentRequest): Promise<responses.ChangeApplicationCompartmentResponse>;
105
105
  /**
@@ -112,7 +112,7 @@ export declare class DataFlowClient {
112
112
  * @param ChangePoolCompartmentRequest
113
113
  * @return ChangePoolCompartmentResponse
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.88.2/dataflow/ChangePoolCompartment.ts.html |here} to see how to use ChangePoolCompartment API.
115
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/dataflow/ChangePoolCompartment.ts.html |here} to see how to use ChangePoolCompartment API.
116
116
  */
117
117
  changePoolCompartment(changePoolCompartmentRequest: requests.ChangePoolCompartmentRequest): Promise<responses.ChangePoolCompartmentResponse>;
118
118
  /**
@@ -122,7 +122,7 @@ export declare class DataFlowClient {
122
122
  * @param ChangePrivateEndpointCompartmentRequest
123
123
  * @return ChangePrivateEndpointCompartmentResponse
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.88.2/dataflow/ChangePrivateEndpointCompartment.ts.html |here} to see how to use ChangePrivateEndpointCompartment API.
125
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/dataflow/ChangePrivateEndpointCompartment.ts.html |here} to see how to use ChangePrivateEndpointCompartment API.
126
126
  */
127
127
  changePrivateEndpointCompartment(changePrivateEndpointCompartmentRequest: requests.ChangePrivateEndpointCompartmentRequest): Promise<responses.ChangePrivateEndpointCompartmentResponse>;
128
128
  /**
@@ -135,7 +135,7 @@ export declare class DataFlowClient {
135
135
  * @param ChangeRunCompartmentRequest
136
136
  * @return ChangeRunCompartmentResponse
137
137
  * @throws OciError when an error occurs
138
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/dataflow/ChangeRunCompartment.ts.html |here} to see how to use ChangeRunCompartment API.
138
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/dataflow/ChangeRunCompartment.ts.html |here} to see how to use ChangeRunCompartment API.
139
139
  */
140
140
  changeRunCompartment(changeRunCompartmentRequest: requests.ChangeRunCompartmentRequest): Promise<responses.ChangeRunCompartmentResponse>;
141
141
  /**
@@ -144,7 +144,7 @@ export declare class DataFlowClient {
144
144
  * @param ChangeSqlEndpointCompartmentRequest
145
145
  * @return ChangeSqlEndpointCompartmentResponse
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.88.2/dataflow/ChangeSqlEndpointCompartment.ts.html |here} to see how to use ChangeSqlEndpointCompartment API.
147
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/dataflow/ChangeSqlEndpointCompartment.ts.html |here} to see how to use ChangeSqlEndpointCompartment API.
148
148
  */
149
149
  changeSqlEndpointCompartment(changeSqlEndpointCompartmentRequest: requests.ChangeSqlEndpointCompartmentRequest): Promise<responses.ChangeSqlEndpointCompartmentResponse>;
150
150
  /**
@@ -154,7 +154,7 @@ export declare class DataFlowClient {
154
154
  * @param CreateApplicationRequest
155
155
  * @return CreateApplicationResponse
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.88.2/dataflow/CreateApplication.ts.html |here} to see how to use CreateApplication API.
157
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/dataflow/CreateApplication.ts.html |here} to see how to use CreateApplication API.
158
158
  */
159
159
  createApplication(createApplicationRequest: requests.CreateApplicationRequest): Promise<responses.CreateApplicationResponse>;
160
160
  /**
@@ -164,7 +164,7 @@ export declare class DataFlowClient {
164
164
  * @param CreatePoolRequest
165
165
  * @return CreatePoolResponse
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.88.2/dataflow/CreatePool.ts.html |here} to see how to use CreatePool API.
167
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/dataflow/CreatePool.ts.html |here} to see how to use CreatePool API.
168
168
  */
169
169
  createPool(createPoolRequest: requests.CreatePoolRequest): Promise<responses.CreatePoolResponse>;
170
170
  /**
@@ -174,7 +174,7 @@ export declare class DataFlowClient {
174
174
  * @param CreatePrivateEndpointRequest
175
175
  * @return CreatePrivateEndpointResponse
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.88.2/dataflow/CreatePrivateEndpoint.ts.html |here} to see how to use CreatePrivateEndpoint API.
177
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/dataflow/CreatePrivateEndpoint.ts.html |here} to see how to use CreatePrivateEndpoint API.
178
178
  */
179
179
  createPrivateEndpoint(createPrivateEndpointRequest: requests.CreatePrivateEndpointRequest): Promise<responses.CreatePrivateEndpointResponse>;
180
180
  /**
@@ -184,7 +184,7 @@ export declare class DataFlowClient {
184
184
  * @param CreateRunRequest
185
185
  * @return CreateRunResponse
186
186
  * @throws OciError when an error occurs
187
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/dataflow/CreateRun.ts.html |here} to see how to use CreateRun API.
187
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/dataflow/CreateRun.ts.html |here} to see how to use CreateRun API.
188
188
  */
189
189
  createRun(createRunRequest: requests.CreateRunRequest): Promise<responses.CreateRunResponse>;
190
190
  /**
@@ -193,7 +193,7 @@ export declare class DataFlowClient {
193
193
  * @param CreateSqlEndpointRequest
194
194
  * @return CreateSqlEndpointResponse
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.88.2/dataflow/CreateSqlEndpoint.ts.html |here} to see how to use CreateSqlEndpoint API.
196
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/dataflow/CreateSqlEndpoint.ts.html |here} to see how to use CreateSqlEndpoint API.
197
197
  */
198
198
  createSqlEndpoint(createSqlEndpointRequest: requests.CreateSqlEndpointRequest): Promise<responses.CreateSqlEndpointResponse>;
199
199
  /**
@@ -203,7 +203,7 @@ export declare class DataFlowClient {
203
203
  * @param CreateStatementRequest
204
204
  * @return CreateStatementResponse
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.88.2/dataflow/CreateStatement.ts.html |here} to see how to use CreateStatement API.
206
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/dataflow/CreateStatement.ts.html |here} to see how to use CreateStatement API.
207
207
  */
208
208
  createStatement(createStatementRequest: requests.CreateStatementRequest): Promise<responses.CreateStatementResponse>;
209
209
  /**
@@ -213,7 +213,7 @@ export declare class DataFlowClient {
213
213
  * @param DeleteApplicationRequest
214
214
  * @return DeleteApplicationResponse
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.88.2/dataflow/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
216
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/dataflow/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
217
217
  */
218
218
  deleteApplication(deleteApplicationRequest: requests.DeleteApplicationRequest): Promise<responses.DeleteApplicationResponse>;
219
219
  /**
@@ -223,7 +223,7 @@ export declare class DataFlowClient {
223
223
  * @param DeletePoolRequest
224
224
  * @return DeletePoolResponse
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.88.2/dataflow/DeletePool.ts.html |here} to see how to use DeletePool API.
226
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/dataflow/DeletePool.ts.html |here} to see how to use DeletePool API.
227
227
  */
228
228
  deletePool(deletePoolRequest: requests.DeletePoolRequest): Promise<responses.DeletePoolResponse>;
229
229
  /**
@@ -233,7 +233,7 @@ export declare class DataFlowClient {
233
233
  * @param DeletePrivateEndpointRequest
234
234
  * @return DeletePrivateEndpointResponse
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.88.2/dataflow/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpoint API.
236
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/dataflow/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpoint API.
237
237
  */
238
238
  deletePrivateEndpoint(deletePrivateEndpointRequest: requests.DeletePrivateEndpointRequest): Promise<responses.DeletePrivateEndpointResponse>;
239
239
  /**
@@ -244,7 +244,7 @@ export declare class DataFlowClient {
244
244
  * @param DeleteRunRequest
245
245
  * @return DeleteRunResponse
246
246
  * @throws OciError when an error occurs
247
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/dataflow/DeleteRun.ts.html |here} to see how to use DeleteRun API.
247
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/dataflow/DeleteRun.ts.html |here} to see how to use DeleteRun API.
248
248
  */
249
249
  deleteRun(deleteRunRequest: requests.DeleteRunRequest): Promise<responses.DeleteRunResponse>;
250
250
  /**
@@ -253,7 +253,7 @@ export declare class DataFlowClient {
253
253
  * @param DeleteSqlEndpointRequest
254
254
  * @return DeleteSqlEndpointResponse
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.88.2/dataflow/DeleteSqlEndpoint.ts.html |here} to see how to use DeleteSqlEndpoint API.
256
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/dataflow/DeleteSqlEndpoint.ts.html |here} to see how to use DeleteSqlEndpoint API.
257
257
  */
258
258
  deleteSqlEndpoint(deleteSqlEndpointRequest: requests.DeleteSqlEndpointRequest): Promise<responses.DeleteSqlEndpointResponse>;
259
259
  /**
@@ -263,7 +263,7 @@ export declare class DataFlowClient {
263
263
  * @param DeleteStatementRequest
264
264
  * @return DeleteStatementResponse
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.88.2/dataflow/DeleteStatement.ts.html |here} to see how to use DeleteStatement API.
266
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/dataflow/DeleteStatement.ts.html |here} to see how to use DeleteStatement API.
267
267
  */
268
268
  deleteStatement(deleteStatementRequest: requests.DeleteStatementRequest): Promise<responses.DeleteStatementResponse>;
269
269
  /**
@@ -273,7 +273,7 @@ export declare class DataFlowClient {
273
273
  * @param GetApplicationRequest
274
274
  * @return GetApplicationResponse
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.88.2/dataflow/GetApplication.ts.html |here} to see how to use GetApplication API.
276
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/dataflow/GetApplication.ts.html |here} to see how to use GetApplication API.
277
277
  */
278
278
  getApplication(getApplicationRequest: requests.GetApplicationRequest): Promise<responses.GetApplicationResponse>;
279
279
  /**
@@ -283,7 +283,7 @@ export declare class DataFlowClient {
283
283
  * @param GetPoolRequest
284
284
  * @return GetPoolResponse
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.88.2/dataflow/GetPool.ts.html |here} to see how to use GetPool API.
286
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/dataflow/GetPool.ts.html |here} to see how to use GetPool API.
287
287
  */
288
288
  getPool(getPoolRequest: requests.GetPoolRequest): Promise<responses.GetPoolResponse>;
289
289
  /**
@@ -293,7 +293,7 @@ export declare class DataFlowClient {
293
293
  * @param GetPrivateEndpointRequest
294
294
  * @return GetPrivateEndpointResponse
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.88.2/dataflow/GetPrivateEndpoint.ts.html |here} to see how to use GetPrivateEndpoint API.
296
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/dataflow/GetPrivateEndpoint.ts.html |here} to see how to use GetPrivateEndpoint API.
297
297
  */
298
298
  getPrivateEndpoint(getPrivateEndpointRequest: requests.GetPrivateEndpointRequest): Promise<responses.GetPrivateEndpointResponse>;
299
299
  /**
@@ -303,7 +303,7 @@ export declare class DataFlowClient {
303
303
  * @param GetRunRequest
304
304
  * @return GetRunResponse
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.88.2/dataflow/GetRun.ts.html |here} to see how to use GetRun API.
306
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/dataflow/GetRun.ts.html |here} to see how to use GetRun API.
307
307
  */
308
308
  getRun(getRunRequest: requests.GetRunRequest): Promise<responses.GetRunResponse>;
309
309
  /**
@@ -313,7 +313,7 @@ export declare class DataFlowClient {
313
313
  * @param GetRunLogRequest
314
314
  * @return GetRunLogResponse
315
315
  * @throws OciError when an error occurs
316
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/dataflow/GetRunLog.ts.html |here} to see how to use GetRunLog API.
316
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/dataflow/GetRunLog.ts.html |here} to see how to use GetRunLog API.
317
317
  */
318
318
  getRunLog(getRunLogRequest: requests.GetRunLogRequest): Promise<responses.GetRunLogResponse>;
319
319
  /**
@@ -322,7 +322,7 @@ export declare class DataFlowClient {
322
322
  * @param GetSqlEndpointRequest
323
323
  * @return GetSqlEndpointResponse
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.88.2/dataflow/GetSqlEndpoint.ts.html |here} to see how to use GetSqlEndpoint API.
325
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/dataflow/GetSqlEndpoint.ts.html |here} to see how to use GetSqlEndpoint API.
326
326
  */
327
327
  getSqlEndpoint(getSqlEndpointRequest: requests.GetSqlEndpointRequest): Promise<responses.GetSqlEndpointResponse>;
328
328
  /**
@@ -332,7 +332,7 @@ export declare class DataFlowClient {
332
332
  * @param GetStatementRequest
333
333
  * @return GetStatementResponse
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.88.2/dataflow/GetStatement.ts.html |here} to see how to use GetStatement API.
335
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/dataflow/GetStatement.ts.html |here} to see how to use GetStatement API.
336
336
  */
337
337
  getStatement(getStatementRequest: requests.GetStatementRequest): Promise<responses.GetStatementResponse>;
338
338
  /**
@@ -342,7 +342,7 @@ export declare class DataFlowClient {
342
342
  * @param GetWorkRequestRequest
343
343
  * @return GetWorkRequestResponse
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.88.2/dataflow/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
345
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/dataflow/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
346
346
  */
347
347
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
348
348
  /**
@@ -352,7 +352,7 @@ export declare class DataFlowClient {
352
352
  * @param ListApplicationsRequest
353
353
  * @return ListApplicationsResponse
354
354
  * @throws OciError when an error occurs
355
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/dataflow/ListApplications.ts.html |here} to see how to use ListApplications API.
355
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/dataflow/ListApplications.ts.html |here} to see how to use ListApplications API.
356
356
  */
357
357
  listApplications(listApplicationsRequest: requests.ListApplicationsRequest): Promise<responses.ListApplicationsResponse>;
358
358
  /**
@@ -394,7 +394,7 @@ export declare class DataFlowClient {
394
394
  * @param ListPoolsRequest
395
395
  * @return ListPoolsResponse
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.88.2/dataflow/ListPools.ts.html |here} to see how to use ListPools API.
397
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/dataflow/ListPools.ts.html |here} to see how to use ListPools API.
398
398
  */
399
399
  listPools(listPoolsRequest: requests.ListPoolsRequest): Promise<responses.ListPoolsResponse>;
400
400
  /**
@@ -404,7 +404,7 @@ export declare class DataFlowClient {
404
404
  * @param ListPrivateEndpointsRequest
405
405
  * @return ListPrivateEndpointsResponse
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.88.2/dataflow/ListPrivateEndpoints.ts.html |here} to see how to use ListPrivateEndpoints API.
407
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/dataflow/ListPrivateEndpoints.ts.html |here} to see how to use ListPrivateEndpoints API.
408
408
  */
409
409
  listPrivateEndpoints(listPrivateEndpointsRequest: requests.ListPrivateEndpointsRequest): Promise<responses.ListPrivateEndpointsResponse>;
410
410
  /**
@@ -414,7 +414,7 @@ export declare class DataFlowClient {
414
414
  * @param ListRunLogsRequest
415
415
  * @return ListRunLogsResponse
416
416
  * @throws OciError when an error occurs
417
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/dataflow/ListRunLogs.ts.html |here} to see how to use ListRunLogs API.
417
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/dataflow/ListRunLogs.ts.html |here} to see how to use ListRunLogs API.
418
418
  */
419
419
  listRunLogs(listRunLogsRequest: requests.ListRunLogsRequest): Promise<responses.ListRunLogsResponse>;
420
420
  /**
@@ -456,7 +456,7 @@ export declare class DataFlowClient {
456
456
  * @param ListRunsRequest
457
457
  * @return ListRunsResponse
458
458
  * @throws OciError when an error occurs
459
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/dataflow/ListRuns.ts.html |here} to see how to use ListRuns API.
459
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/dataflow/ListRuns.ts.html |here} to see how to use ListRuns API.
460
460
  */
461
461
  listRuns(listRunsRequest: requests.ListRunsRequest): Promise<responses.ListRunsResponse>;
462
462
  /**
@@ -500,7 +500,7 @@ export declare class DataFlowClient {
500
500
  * @param ListSqlEndpointsRequest
501
501
  * @return ListSqlEndpointsResponse
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.88.2/dataflow/ListSqlEndpoints.ts.html |here} to see how to use ListSqlEndpoints API.
503
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/dataflow/ListSqlEndpoints.ts.html |here} to see how to use ListSqlEndpoints API.
504
504
  */
505
505
  listSqlEndpoints(listSqlEndpointsRequest: requests.ListSqlEndpointsRequest): Promise<responses.ListSqlEndpointsResponse>;
506
506
  /**
@@ -510,7 +510,7 @@ export declare class DataFlowClient {
510
510
  * @param ListStatementsRequest
511
511
  * @return ListStatementsResponse
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.88.2/dataflow/ListStatements.ts.html |here} to see how to use ListStatements API.
513
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/dataflow/ListStatements.ts.html |here} to see how to use ListStatements API.
514
514
  */
515
515
  listStatements(listStatementsRequest: requests.ListStatementsRequest): Promise<responses.ListStatementsResponse>;
516
516
  /**
@@ -520,7 +520,7 @@ export declare class DataFlowClient {
520
520
  * @param ListWorkRequestErrorsRequest
521
521
  * @return ListWorkRequestErrorsResponse
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.88.2/dataflow/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
523
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/dataflow/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
524
524
  */
525
525
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
526
526
  /**
@@ -530,7 +530,7 @@ export declare class DataFlowClient {
530
530
  * @param ListWorkRequestLogsRequest
531
531
  * @return ListWorkRequestLogsResponse
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.88.2/dataflow/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
533
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/dataflow/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
534
534
  */
535
535
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
536
536
  /**
@@ -540,7 +540,7 @@ export declare class DataFlowClient {
540
540
  * @param ListWorkRequestsRequest
541
541
  * @return ListWorkRequestsResponse
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.88.2/dataflow/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
543
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/dataflow/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
544
544
  */
545
545
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
546
546
  /**
@@ -550,7 +550,7 @@ export declare class DataFlowClient {
550
550
  * @param StartPoolRequest
551
551
  * @return StartPoolResponse
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.88.2/dataflow/StartPool.ts.html |here} to see how to use StartPool API.
553
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/dataflow/StartPool.ts.html |here} to see how to use StartPool API.
554
554
  */
555
555
  startPool(startPoolRequest: requests.StartPoolRequest): Promise<responses.StartPoolResponse>;
556
556
  /**
@@ -560,7 +560,7 @@ export declare class DataFlowClient {
560
560
  * @param StopPoolRequest
561
561
  * @return StopPoolResponse
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.88.2/dataflow/StopPool.ts.html |here} to see how to use StopPool API.
563
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/dataflow/StopPool.ts.html |here} to see how to use StopPool API.
564
564
  */
565
565
  stopPool(stopPoolRequest: requests.StopPoolRequest): Promise<responses.StopPoolResponse>;
566
566
  /**
@@ -570,7 +570,7 @@ export declare class DataFlowClient {
570
570
  * @param UpdateApplicationRequest
571
571
  * @return UpdateApplicationResponse
572
572
  * @throws OciError when an error occurs
573
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/dataflow/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
573
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/dataflow/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
574
574
  */
575
575
  updateApplication(updateApplicationRequest: requests.UpdateApplicationRequest): Promise<responses.UpdateApplicationResponse>;
576
576
  /**
@@ -582,7 +582,7 @@ export declare class DataFlowClient {
582
582
  * @param UpdatePoolRequest
583
583
  * @return UpdatePoolResponse
584
584
  * @throws OciError when an error occurs
585
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/dataflow/UpdatePool.ts.html |here} to see how to use UpdatePool API.
585
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/dataflow/UpdatePool.ts.html |here} to see how to use UpdatePool API.
586
586
  */
587
587
  updatePool(updatePoolRequest: requests.UpdatePoolRequest): Promise<responses.UpdatePoolResponse>;
588
588
  /**
@@ -594,7 +594,7 @@ export declare class DataFlowClient {
594
594
  * @param UpdatePrivateEndpointRequest
595
595
  * @return UpdatePrivateEndpointResponse
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.88.2/dataflow/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpoint API.
597
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/dataflow/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpoint API.
598
598
  */
599
599
  updatePrivateEndpoint(updatePrivateEndpointRequest: requests.UpdatePrivateEndpointRequest): Promise<responses.UpdatePrivateEndpointResponse>;
600
600
  /**
@@ -604,7 +604,7 @@ export declare class DataFlowClient {
604
604
  * @param UpdateRunRequest
605
605
  * @return UpdateRunResponse
606
606
  * @throws OciError when an error occurs
607
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/dataflow/UpdateRun.ts.html |here} to see how to use UpdateRun API.
607
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/dataflow/UpdateRun.ts.html |here} to see how to use UpdateRun API.
608
608
  */
609
609
  updateRun(updateRunRequest: requests.UpdateRunRequest): Promise<responses.UpdateRunResponse>;
610
610
  /**
@@ -613,7 +613,7 @@ export declare class DataFlowClient {
613
613
  * @param UpdateSqlEndpointRequest
614
614
  * @return UpdateSqlEndpointResponse
615
615
  * @throws OciError when an error occurs
616
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/dataflow/UpdateSqlEndpoint.ts.html |here} to see how to use UpdateSqlEndpoint API.
616
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/dataflow/UpdateSqlEndpoint.ts.html |here} to see how to use UpdateSqlEndpoint API.
617
617
  */
618
618
  updateSqlEndpoint(updateSqlEndpointRequest: requests.UpdateSqlEndpointRequest): Promise<responses.UpdateSqlEndpointResponse>;
619
619
  }