oci-dataflow 2.74.0 → 2.76.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 (46) hide show
  1. package/lib/client.d.ts +42 -42
  2. package/lib/client.js +46 -42
  3. package/lib/client.js.map +1 -1
  4. package/lib/request/change-application-compartment-request.d.ts +1 -1
  5. package/lib/request/change-pool-compartment-request.d.ts +1 -1
  6. package/lib/request/change-private-endpoint-compartment-request.d.ts +1 -1
  7. package/lib/request/change-run-compartment-request.d.ts +1 -1
  8. package/lib/request/change-sql-endpoint-compartment-request.d.ts +1 -1
  9. package/lib/request/create-application-request.d.ts +1 -1
  10. package/lib/request/create-pool-request.d.ts +1 -1
  11. package/lib/request/create-private-endpoint-request.d.ts +1 -1
  12. package/lib/request/create-run-request.d.ts +1 -1
  13. package/lib/request/create-sql-endpoint-request.d.ts +1 -1
  14. package/lib/request/create-statement-request.d.ts +1 -1
  15. package/lib/request/delete-application-request.d.ts +1 -1
  16. package/lib/request/delete-pool-request.d.ts +1 -1
  17. package/lib/request/delete-private-endpoint-request.d.ts +1 -1
  18. package/lib/request/delete-run-request.d.ts +1 -1
  19. package/lib/request/delete-sql-endpoint-request.d.ts +1 -1
  20. package/lib/request/delete-statement-request.d.ts +1 -1
  21. package/lib/request/get-application-request.d.ts +1 -1
  22. package/lib/request/get-pool-request.d.ts +1 -1
  23. package/lib/request/get-private-endpoint-request.d.ts +1 -1
  24. package/lib/request/get-run-log-request.d.ts +1 -1
  25. package/lib/request/get-run-request.d.ts +1 -1
  26. package/lib/request/get-sql-endpoint-request.d.ts +1 -1
  27. package/lib/request/get-statement-request.d.ts +1 -1
  28. package/lib/request/get-work-request-request.d.ts +1 -1
  29. package/lib/request/list-applications-request.d.ts +1 -1
  30. package/lib/request/list-pools-request.d.ts +1 -1
  31. package/lib/request/list-private-endpoints-request.d.ts +1 -1
  32. package/lib/request/list-run-logs-request.d.ts +1 -1
  33. package/lib/request/list-runs-request.d.ts +1 -1
  34. package/lib/request/list-sql-endpoints-request.d.ts +1 -1
  35. package/lib/request/list-statements-request.d.ts +1 -1
  36. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  37. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  38. package/lib/request/list-work-requests-request.d.ts +1 -1
  39. package/lib/request/start-pool-request.d.ts +1 -1
  40. package/lib/request/stop-pool-request.d.ts +1 -1
  41. package/lib/request/update-application-request.d.ts +1 -1
  42. package/lib/request/update-pool-request.d.ts +1 -1
  43. package/lib/request/update-private-endpoint-request.d.ts +1 -1
  44. package/lib/request/update-run-request.d.ts +1 -1
  45. package/lib/request/update-sql-endpoint-request.d.ts +1 -1
  46. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -90,7 +90,7 @@ export declare class DataFlowClient {
90
90
  * @param ChangeApplicationCompartmentRequest
91
91
  * @return ChangeApplicationCompartmentResponse
92
92
  * @throws OciError when an error occurs
93
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/dataflow/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartment API.
93
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartment API.
94
94
  */
95
95
  changeApplicationCompartment(changeApplicationCompartmentRequest: requests.ChangeApplicationCompartmentRequest): Promise<responses.ChangeApplicationCompartmentResponse>;
96
96
  /**
@@ -103,7 +103,7 @@ export declare class DataFlowClient {
103
103
  * @param ChangePoolCompartmentRequest
104
104
  * @return ChangePoolCompartmentResponse
105
105
  * @throws OciError when an error occurs
106
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/dataflow/ChangePoolCompartment.ts.html |here} to see how to use ChangePoolCompartment API.
106
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/ChangePoolCompartment.ts.html |here} to see how to use ChangePoolCompartment API.
107
107
  */
108
108
  changePoolCompartment(changePoolCompartmentRequest: requests.ChangePoolCompartmentRequest): Promise<responses.ChangePoolCompartmentResponse>;
109
109
  /**
@@ -113,7 +113,7 @@ export declare class DataFlowClient {
113
113
  * @param ChangePrivateEndpointCompartmentRequest
114
114
  * @return ChangePrivateEndpointCompartmentResponse
115
115
  * @throws OciError when an error occurs
116
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/dataflow/ChangePrivateEndpointCompartment.ts.html |here} to see how to use ChangePrivateEndpointCompartment API.
116
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/ChangePrivateEndpointCompartment.ts.html |here} to see how to use ChangePrivateEndpointCompartment API.
117
117
  */
118
118
  changePrivateEndpointCompartment(changePrivateEndpointCompartmentRequest: requests.ChangePrivateEndpointCompartmentRequest): Promise<responses.ChangePrivateEndpointCompartmentResponse>;
119
119
  /**
@@ -126,7 +126,7 @@ export declare class DataFlowClient {
126
126
  * @param ChangeRunCompartmentRequest
127
127
  * @return ChangeRunCompartmentResponse
128
128
  * @throws OciError when an error occurs
129
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/dataflow/ChangeRunCompartment.ts.html |here} to see how to use ChangeRunCompartment API.
129
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/ChangeRunCompartment.ts.html |here} to see how to use ChangeRunCompartment API.
130
130
  */
131
131
  changeRunCompartment(changeRunCompartmentRequest: requests.ChangeRunCompartmentRequest): Promise<responses.ChangeRunCompartmentResponse>;
132
132
  /**
@@ -135,7 +135,7 @@ export declare class DataFlowClient {
135
135
  * @param ChangeSqlEndpointCompartmentRequest
136
136
  * @return ChangeSqlEndpointCompartmentResponse
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.74.0/dataflow/ChangeSqlEndpointCompartment.ts.html |here} to see how to use ChangeSqlEndpointCompartment API.
138
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/ChangeSqlEndpointCompartment.ts.html |here} to see how to use ChangeSqlEndpointCompartment API.
139
139
  */
140
140
  changeSqlEndpointCompartment(changeSqlEndpointCompartmentRequest: requests.ChangeSqlEndpointCompartmentRequest): Promise<responses.ChangeSqlEndpointCompartmentResponse>;
141
141
  /**
@@ -145,7 +145,7 @@ export declare class DataFlowClient {
145
145
  * @param CreateApplicationRequest
146
146
  * @return CreateApplicationResponse
147
147
  * @throws OciError when an error occurs
148
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/dataflow/CreateApplication.ts.html |here} to see how to use CreateApplication API.
148
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/CreateApplication.ts.html |here} to see how to use CreateApplication API.
149
149
  */
150
150
  createApplication(createApplicationRequest: requests.CreateApplicationRequest): Promise<responses.CreateApplicationResponse>;
151
151
  /**
@@ -155,7 +155,7 @@ export declare class DataFlowClient {
155
155
  * @param CreatePoolRequest
156
156
  * @return CreatePoolResponse
157
157
  * @throws OciError when an error occurs
158
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/dataflow/CreatePool.ts.html |here} to see how to use CreatePool API.
158
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/CreatePool.ts.html |here} to see how to use CreatePool API.
159
159
  */
160
160
  createPool(createPoolRequest: requests.CreatePoolRequest): Promise<responses.CreatePoolResponse>;
161
161
  /**
@@ -165,7 +165,7 @@ export declare class DataFlowClient {
165
165
  * @param CreatePrivateEndpointRequest
166
166
  * @return CreatePrivateEndpointResponse
167
167
  * @throws OciError when an error occurs
168
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/dataflow/CreatePrivateEndpoint.ts.html |here} to see how to use CreatePrivateEndpoint API.
168
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/CreatePrivateEndpoint.ts.html |here} to see how to use CreatePrivateEndpoint API.
169
169
  */
170
170
  createPrivateEndpoint(createPrivateEndpointRequest: requests.CreatePrivateEndpointRequest): Promise<responses.CreatePrivateEndpointResponse>;
171
171
  /**
@@ -175,7 +175,7 @@ export declare class DataFlowClient {
175
175
  * @param CreateRunRequest
176
176
  * @return CreateRunResponse
177
177
  * @throws OciError when an error occurs
178
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/dataflow/CreateRun.ts.html |here} to see how to use CreateRun API.
178
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/CreateRun.ts.html |here} to see how to use CreateRun API.
179
179
  */
180
180
  createRun(createRunRequest: requests.CreateRunRequest): Promise<responses.CreateRunResponse>;
181
181
  /**
@@ -184,7 +184,7 @@ export declare class DataFlowClient {
184
184
  * @param CreateSqlEndpointRequest
185
185
  * @return CreateSqlEndpointResponse
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.74.0/dataflow/CreateSqlEndpoint.ts.html |here} to see how to use CreateSqlEndpoint API.
187
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/CreateSqlEndpoint.ts.html |here} to see how to use CreateSqlEndpoint API.
188
188
  */
189
189
  createSqlEndpoint(createSqlEndpointRequest: requests.CreateSqlEndpointRequest): Promise<responses.CreateSqlEndpointResponse>;
190
190
  /**
@@ -194,7 +194,7 @@ export declare class DataFlowClient {
194
194
  * @param CreateStatementRequest
195
195
  * @return CreateStatementResponse
196
196
  * @throws OciError when an error occurs
197
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/dataflow/CreateStatement.ts.html |here} to see how to use CreateStatement API.
197
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/CreateStatement.ts.html |here} to see how to use CreateStatement API.
198
198
  */
199
199
  createStatement(createStatementRequest: requests.CreateStatementRequest): Promise<responses.CreateStatementResponse>;
200
200
  /**
@@ -204,7 +204,7 @@ export declare class DataFlowClient {
204
204
  * @param DeleteApplicationRequest
205
205
  * @return DeleteApplicationResponse
206
206
  * @throws OciError when an error occurs
207
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/dataflow/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
207
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
208
208
  */
209
209
  deleteApplication(deleteApplicationRequest: requests.DeleteApplicationRequest): Promise<responses.DeleteApplicationResponse>;
210
210
  /**
@@ -214,7 +214,7 @@ export declare class DataFlowClient {
214
214
  * @param DeletePoolRequest
215
215
  * @return DeletePoolResponse
216
216
  * @throws OciError when an error occurs
217
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/dataflow/DeletePool.ts.html |here} to see how to use DeletePool API.
217
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/DeletePool.ts.html |here} to see how to use DeletePool API.
218
218
  */
219
219
  deletePool(deletePoolRequest: requests.DeletePoolRequest): Promise<responses.DeletePoolResponse>;
220
220
  /**
@@ -224,7 +224,7 @@ export declare class DataFlowClient {
224
224
  * @param DeletePrivateEndpointRequest
225
225
  * @return DeletePrivateEndpointResponse
226
226
  * @throws OciError when an error occurs
227
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/dataflow/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpoint API.
227
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpoint API.
228
228
  */
229
229
  deletePrivateEndpoint(deletePrivateEndpointRequest: requests.DeletePrivateEndpointRequest): Promise<responses.DeletePrivateEndpointResponse>;
230
230
  /**
@@ -235,7 +235,7 @@ export declare class DataFlowClient {
235
235
  * @param DeleteRunRequest
236
236
  * @return DeleteRunResponse
237
237
  * @throws OciError when an error occurs
238
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/dataflow/DeleteRun.ts.html |here} to see how to use DeleteRun API.
238
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/DeleteRun.ts.html |here} to see how to use DeleteRun API.
239
239
  */
240
240
  deleteRun(deleteRunRequest: requests.DeleteRunRequest): Promise<responses.DeleteRunResponse>;
241
241
  /**
@@ -244,7 +244,7 @@ export declare class DataFlowClient {
244
244
  * @param DeleteSqlEndpointRequest
245
245
  * @return DeleteSqlEndpointResponse
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.74.0/dataflow/DeleteSqlEndpoint.ts.html |here} to see how to use DeleteSqlEndpoint API.
247
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/DeleteSqlEndpoint.ts.html |here} to see how to use DeleteSqlEndpoint API.
248
248
  */
249
249
  deleteSqlEndpoint(deleteSqlEndpointRequest: requests.DeleteSqlEndpointRequest): Promise<responses.DeleteSqlEndpointResponse>;
250
250
  /**
@@ -254,7 +254,7 @@ export declare class DataFlowClient {
254
254
  * @param DeleteStatementRequest
255
255
  * @return DeleteStatementResponse
256
256
  * @throws OciError when an error occurs
257
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/dataflow/DeleteStatement.ts.html |here} to see how to use DeleteStatement API.
257
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/DeleteStatement.ts.html |here} to see how to use DeleteStatement API.
258
258
  */
259
259
  deleteStatement(deleteStatementRequest: requests.DeleteStatementRequest): Promise<responses.DeleteStatementResponse>;
260
260
  /**
@@ -264,7 +264,7 @@ export declare class DataFlowClient {
264
264
  * @param GetApplicationRequest
265
265
  * @return GetApplicationResponse
266
266
  * @throws OciError when an error occurs
267
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/dataflow/GetApplication.ts.html |here} to see how to use GetApplication API.
267
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/GetApplication.ts.html |here} to see how to use GetApplication API.
268
268
  */
269
269
  getApplication(getApplicationRequest: requests.GetApplicationRequest): Promise<responses.GetApplicationResponse>;
270
270
  /**
@@ -274,7 +274,7 @@ export declare class DataFlowClient {
274
274
  * @param GetPoolRequest
275
275
  * @return GetPoolResponse
276
276
  * @throws OciError when an error occurs
277
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/dataflow/GetPool.ts.html |here} to see how to use GetPool API.
277
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/GetPool.ts.html |here} to see how to use GetPool API.
278
278
  */
279
279
  getPool(getPoolRequest: requests.GetPoolRequest): Promise<responses.GetPoolResponse>;
280
280
  /**
@@ -284,7 +284,7 @@ export declare class DataFlowClient {
284
284
  * @param GetPrivateEndpointRequest
285
285
  * @return GetPrivateEndpointResponse
286
286
  * @throws OciError when an error occurs
287
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/dataflow/GetPrivateEndpoint.ts.html |here} to see how to use GetPrivateEndpoint API.
287
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/GetPrivateEndpoint.ts.html |here} to see how to use GetPrivateEndpoint API.
288
288
  */
289
289
  getPrivateEndpoint(getPrivateEndpointRequest: requests.GetPrivateEndpointRequest): Promise<responses.GetPrivateEndpointResponse>;
290
290
  /**
@@ -294,7 +294,7 @@ export declare class DataFlowClient {
294
294
  * @param GetRunRequest
295
295
  * @return GetRunResponse
296
296
  * @throws OciError when an error occurs
297
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/dataflow/GetRun.ts.html |here} to see how to use GetRun API.
297
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/GetRun.ts.html |here} to see how to use GetRun API.
298
298
  */
299
299
  getRun(getRunRequest: requests.GetRunRequest): Promise<responses.GetRunResponse>;
300
300
  /**
@@ -304,7 +304,7 @@ export declare class DataFlowClient {
304
304
  * @param GetRunLogRequest
305
305
  * @return GetRunLogResponse
306
306
  * @throws OciError when an error occurs
307
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/dataflow/GetRunLog.ts.html |here} to see how to use GetRunLog API.
307
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/GetRunLog.ts.html |here} to see how to use GetRunLog API.
308
308
  */
309
309
  getRunLog(getRunLogRequest: requests.GetRunLogRequest): Promise<responses.GetRunLogResponse>;
310
310
  /**
@@ -313,7 +313,7 @@ export declare class DataFlowClient {
313
313
  * @param GetSqlEndpointRequest
314
314
  * @return GetSqlEndpointResponse
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.74.0/dataflow/GetSqlEndpoint.ts.html |here} to see how to use GetSqlEndpoint API.
316
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/GetSqlEndpoint.ts.html |here} to see how to use GetSqlEndpoint API.
317
317
  */
318
318
  getSqlEndpoint(getSqlEndpointRequest: requests.GetSqlEndpointRequest): Promise<responses.GetSqlEndpointResponse>;
319
319
  /**
@@ -323,7 +323,7 @@ export declare class DataFlowClient {
323
323
  * @param GetStatementRequest
324
324
  * @return GetStatementResponse
325
325
  * @throws OciError when an error occurs
326
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/dataflow/GetStatement.ts.html |here} to see how to use GetStatement API.
326
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/GetStatement.ts.html |here} to see how to use GetStatement API.
327
327
  */
328
328
  getStatement(getStatementRequest: requests.GetStatementRequest): Promise<responses.GetStatementResponse>;
329
329
  /**
@@ -333,7 +333,7 @@ export declare class DataFlowClient {
333
333
  * @param GetWorkRequestRequest
334
334
  * @return GetWorkRequestResponse
335
335
  * @throws OciError when an error occurs
336
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/dataflow/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
336
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
337
337
  */
338
338
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
339
339
  /**
@@ -343,7 +343,7 @@ export declare class DataFlowClient {
343
343
  * @param ListApplicationsRequest
344
344
  * @return ListApplicationsResponse
345
345
  * @throws OciError when an error occurs
346
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/dataflow/ListApplications.ts.html |here} to see how to use ListApplications API.
346
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/ListApplications.ts.html |here} to see how to use ListApplications API.
347
347
  */
348
348
  listApplications(listApplicationsRequest: requests.ListApplicationsRequest): Promise<responses.ListApplicationsResponse>;
349
349
  /**
@@ -385,7 +385,7 @@ export declare class DataFlowClient {
385
385
  * @param ListPoolsRequest
386
386
  * @return ListPoolsResponse
387
387
  * @throws OciError when an error occurs
388
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/dataflow/ListPools.ts.html |here} to see how to use ListPools API.
388
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/ListPools.ts.html |here} to see how to use ListPools API.
389
389
  */
390
390
  listPools(listPoolsRequest: requests.ListPoolsRequest): Promise<responses.ListPoolsResponse>;
391
391
  /**
@@ -395,7 +395,7 @@ export declare class DataFlowClient {
395
395
  * @param ListPrivateEndpointsRequest
396
396
  * @return ListPrivateEndpointsResponse
397
397
  * @throws OciError when an error occurs
398
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/dataflow/ListPrivateEndpoints.ts.html |here} to see how to use ListPrivateEndpoints API.
398
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/ListPrivateEndpoints.ts.html |here} to see how to use ListPrivateEndpoints API.
399
399
  */
400
400
  listPrivateEndpoints(listPrivateEndpointsRequest: requests.ListPrivateEndpointsRequest): Promise<responses.ListPrivateEndpointsResponse>;
401
401
  /**
@@ -405,7 +405,7 @@ export declare class DataFlowClient {
405
405
  * @param ListRunLogsRequest
406
406
  * @return ListRunLogsResponse
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.74.0/dataflow/ListRunLogs.ts.html |here} to see how to use ListRunLogs API.
408
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/ListRunLogs.ts.html |here} to see how to use ListRunLogs API.
409
409
  */
410
410
  listRunLogs(listRunLogsRequest: requests.ListRunLogsRequest): Promise<responses.ListRunLogsResponse>;
411
411
  /**
@@ -447,7 +447,7 @@ export declare class DataFlowClient {
447
447
  * @param ListRunsRequest
448
448
  * @return ListRunsResponse
449
449
  * @throws OciError when an error occurs
450
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/dataflow/ListRuns.ts.html |here} to see how to use ListRuns API.
450
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/ListRuns.ts.html |here} to see how to use ListRuns API.
451
451
  */
452
452
  listRuns(listRunsRequest: requests.ListRunsRequest): Promise<responses.ListRunsResponse>;
453
453
  /**
@@ -491,7 +491,7 @@ export declare class DataFlowClient {
491
491
  * @param ListSqlEndpointsRequest
492
492
  * @return ListSqlEndpointsResponse
493
493
  * @throws OciError when an error occurs
494
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/dataflow/ListSqlEndpoints.ts.html |here} to see how to use ListSqlEndpoints API.
494
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/ListSqlEndpoints.ts.html |here} to see how to use ListSqlEndpoints API.
495
495
  */
496
496
  listSqlEndpoints(listSqlEndpointsRequest: requests.ListSqlEndpointsRequest): Promise<responses.ListSqlEndpointsResponse>;
497
497
  /**
@@ -501,7 +501,7 @@ export declare class DataFlowClient {
501
501
  * @param ListStatementsRequest
502
502
  * @return ListStatementsResponse
503
503
  * @throws OciError when an error occurs
504
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/dataflow/ListStatements.ts.html |here} to see how to use ListStatements API.
504
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/ListStatements.ts.html |here} to see how to use ListStatements API.
505
505
  */
506
506
  listStatements(listStatementsRequest: requests.ListStatementsRequest): Promise<responses.ListStatementsResponse>;
507
507
  /**
@@ -511,7 +511,7 @@ export declare class DataFlowClient {
511
511
  * @param ListWorkRequestErrorsRequest
512
512
  * @return ListWorkRequestErrorsResponse
513
513
  * @throws OciError when an error occurs
514
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/dataflow/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
514
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
515
515
  */
516
516
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
517
517
  /**
@@ -521,7 +521,7 @@ export declare class DataFlowClient {
521
521
  * @param ListWorkRequestLogsRequest
522
522
  * @return ListWorkRequestLogsResponse
523
523
  * @throws OciError when an error occurs
524
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/dataflow/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
524
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
525
525
  */
526
526
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
527
527
  /**
@@ -531,7 +531,7 @@ export declare class DataFlowClient {
531
531
  * @param ListWorkRequestsRequest
532
532
  * @return ListWorkRequestsResponse
533
533
  * @throws OciError when an error occurs
534
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/dataflow/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
534
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
535
535
  */
536
536
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
537
537
  /**
@@ -541,7 +541,7 @@ export declare class DataFlowClient {
541
541
  * @param StartPoolRequest
542
542
  * @return StartPoolResponse
543
543
  * @throws OciError when an error occurs
544
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/dataflow/StartPool.ts.html |here} to see how to use StartPool API.
544
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/StartPool.ts.html |here} to see how to use StartPool API.
545
545
  */
546
546
  startPool(startPoolRequest: requests.StartPoolRequest): Promise<responses.StartPoolResponse>;
547
547
  /**
@@ -551,7 +551,7 @@ export declare class DataFlowClient {
551
551
  * @param StopPoolRequest
552
552
  * @return StopPoolResponse
553
553
  * @throws OciError when an error occurs
554
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/dataflow/StopPool.ts.html |here} to see how to use StopPool API.
554
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/StopPool.ts.html |here} to see how to use StopPool API.
555
555
  */
556
556
  stopPool(stopPoolRequest: requests.StopPoolRequest): Promise<responses.StopPoolResponse>;
557
557
  /**
@@ -561,7 +561,7 @@ export declare class DataFlowClient {
561
561
  * @param UpdateApplicationRequest
562
562
  * @return UpdateApplicationResponse
563
563
  * @throws OciError when an error occurs
564
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/dataflow/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
564
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
565
565
  */
566
566
  updateApplication(updateApplicationRequest: requests.UpdateApplicationRequest): Promise<responses.UpdateApplicationResponse>;
567
567
  /**
@@ -573,7 +573,7 @@ export declare class DataFlowClient {
573
573
  * @param UpdatePoolRequest
574
574
  * @return UpdatePoolResponse
575
575
  * @throws OciError when an error occurs
576
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/dataflow/UpdatePool.ts.html |here} to see how to use UpdatePool API.
576
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/UpdatePool.ts.html |here} to see how to use UpdatePool API.
577
577
  */
578
578
  updatePool(updatePoolRequest: requests.UpdatePoolRequest): Promise<responses.UpdatePoolResponse>;
579
579
  /**
@@ -585,7 +585,7 @@ export declare class DataFlowClient {
585
585
  * @param UpdatePrivateEndpointRequest
586
586
  * @return UpdatePrivateEndpointResponse
587
587
  * @throws OciError when an error occurs
588
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/dataflow/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpoint API.
588
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpoint API.
589
589
  */
590
590
  updatePrivateEndpoint(updatePrivateEndpointRequest: requests.UpdatePrivateEndpointRequest): Promise<responses.UpdatePrivateEndpointResponse>;
591
591
  /**
@@ -595,7 +595,7 @@ export declare class DataFlowClient {
595
595
  * @param UpdateRunRequest
596
596
  * @return UpdateRunResponse
597
597
  * @throws OciError when an error occurs
598
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/dataflow/UpdateRun.ts.html |here} to see how to use UpdateRun API.
598
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/UpdateRun.ts.html |here} to see how to use UpdateRun API.
599
599
  */
600
600
  updateRun(updateRunRequest: requests.UpdateRunRequest): Promise<responses.UpdateRunResponse>;
601
601
  /**
@@ -604,7 +604,7 @@ export declare class DataFlowClient {
604
604
  * @param UpdateSqlEndpointRequest
605
605
  * @return UpdateSqlEndpointResponse
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.74.0/dataflow/UpdateSqlEndpoint.ts.html |here} to see how to use UpdateSqlEndpoint API.
607
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/UpdateSqlEndpoint.ts.html |here} to see how to use UpdateSqlEndpoint API.
608
608
  */
609
609
  updateSqlEndpoint(updateSqlEndpointRequest: requests.UpdateSqlEndpointRequest): Promise<responses.UpdateSqlEndpointResponse>;
610
610
  }