oci-dataflow 2.78.0 → 2.79.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (50) hide show
  1. package/lib/client.d.ts +42 -43
  2. package/lib/client.js +86 -217
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/sql-endpoint-network-configuration.js +2 -4
  5. package/lib/model/sql-endpoint-network-configuration.js.map +1 -1
  6. package/lib/model/statement-output-data.js +2 -4
  7. package/lib/model/statement-output-data.js.map +1 -1
  8. package/lib/request/change-application-compartment-request.d.ts +1 -1
  9. package/lib/request/change-pool-compartment-request.d.ts +1 -1
  10. package/lib/request/change-private-endpoint-compartment-request.d.ts +1 -1
  11. package/lib/request/change-run-compartment-request.d.ts +1 -1
  12. package/lib/request/change-sql-endpoint-compartment-request.d.ts +1 -1
  13. package/lib/request/create-application-request.d.ts +1 -1
  14. package/lib/request/create-pool-request.d.ts +1 -1
  15. package/lib/request/create-private-endpoint-request.d.ts +1 -1
  16. package/lib/request/create-run-request.d.ts +1 -1
  17. package/lib/request/create-sql-endpoint-request.d.ts +1 -1
  18. package/lib/request/create-statement-request.d.ts +1 -1
  19. package/lib/request/delete-application-request.d.ts +1 -1
  20. package/lib/request/delete-pool-request.d.ts +1 -1
  21. package/lib/request/delete-private-endpoint-request.d.ts +1 -1
  22. package/lib/request/delete-run-request.d.ts +1 -1
  23. package/lib/request/delete-sql-endpoint-request.d.ts +1 -1
  24. package/lib/request/delete-statement-request.d.ts +1 -1
  25. package/lib/request/get-application-request.d.ts +1 -1
  26. package/lib/request/get-pool-request.d.ts +1 -1
  27. package/lib/request/get-private-endpoint-request.d.ts +1 -1
  28. package/lib/request/get-run-log-request.d.ts +1 -1
  29. package/lib/request/get-run-request.d.ts +1 -1
  30. package/lib/request/get-sql-endpoint-request.d.ts +1 -1
  31. package/lib/request/get-statement-request.d.ts +1 -1
  32. package/lib/request/get-work-request-request.d.ts +1 -1
  33. package/lib/request/list-applications-request.d.ts +1 -1
  34. package/lib/request/list-pools-request.d.ts +1 -1
  35. package/lib/request/list-private-endpoints-request.d.ts +1 -1
  36. package/lib/request/list-run-logs-request.d.ts +1 -1
  37. package/lib/request/list-runs-request.d.ts +1 -1
  38. package/lib/request/list-sql-endpoints-request.d.ts +1 -1
  39. package/lib/request/list-statements-request.d.ts +1 -1
  40. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  41. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  42. package/lib/request/list-work-requests-request.d.ts +1 -1
  43. package/lib/request/start-pool-request.d.ts +1 -1
  44. package/lib/request/stop-pool-request.d.ts +1 -1
  45. package/lib/request/update-application-request.d.ts +1 -1
  46. package/lib/request/update-pool-request.d.ts +1 -1
  47. package/lib/request/update-private-endpoint-request.d.ts +1 -1
  48. package/lib/request/update-run-request.d.ts +1 -1
  49. package/lib/request/update-sql-endpoint-request.d.ts +1 -1
  50. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -48,7 +48,6 @@ export declare class DataFlowClient {
48
48
  * @param endpoint The endpoint of the service.
49
49
  */
50
50
  set endpoint(endpoint: string);
51
- get logger(): import("oci-common/lib/log").Logger;
52
51
  /**
53
52
  * Determines whether realm specific endpoint should be used or not.
54
53
  * Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
@@ -95,7 +94,7 @@ export declare class DataFlowClient {
95
94
  * @param ChangeApplicationCompartmentRequest
96
95
  * @return ChangeApplicationCompartmentResponse
97
96
  * @throws OciError when an error occurs
98
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataflow/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartment API.
97
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataflow/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartment API.
99
98
  */
100
99
  changeApplicationCompartment(changeApplicationCompartmentRequest: requests.ChangeApplicationCompartmentRequest): Promise<responses.ChangeApplicationCompartmentResponse>;
101
100
  /**
@@ -108,7 +107,7 @@ export declare class DataFlowClient {
108
107
  * @param ChangePoolCompartmentRequest
109
108
  * @return ChangePoolCompartmentResponse
110
109
  * @throws OciError when an error occurs
111
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataflow/ChangePoolCompartment.ts.html |here} to see how to use ChangePoolCompartment API.
110
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataflow/ChangePoolCompartment.ts.html |here} to see how to use ChangePoolCompartment API.
112
111
  */
113
112
  changePoolCompartment(changePoolCompartmentRequest: requests.ChangePoolCompartmentRequest): Promise<responses.ChangePoolCompartmentResponse>;
114
113
  /**
@@ -118,7 +117,7 @@ export declare class DataFlowClient {
118
117
  * @param ChangePrivateEndpointCompartmentRequest
119
118
  * @return ChangePrivateEndpointCompartmentResponse
120
119
  * @throws OciError when an error occurs
121
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataflow/ChangePrivateEndpointCompartment.ts.html |here} to see how to use ChangePrivateEndpointCompartment API.
120
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataflow/ChangePrivateEndpointCompartment.ts.html |here} to see how to use ChangePrivateEndpointCompartment API.
122
121
  */
123
122
  changePrivateEndpointCompartment(changePrivateEndpointCompartmentRequest: requests.ChangePrivateEndpointCompartmentRequest): Promise<responses.ChangePrivateEndpointCompartmentResponse>;
124
123
  /**
@@ -131,7 +130,7 @@ export declare class DataFlowClient {
131
130
  * @param ChangeRunCompartmentRequest
132
131
  * @return ChangeRunCompartmentResponse
133
132
  * @throws OciError when an error occurs
134
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataflow/ChangeRunCompartment.ts.html |here} to see how to use ChangeRunCompartment API.
133
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataflow/ChangeRunCompartment.ts.html |here} to see how to use ChangeRunCompartment API.
135
134
  */
136
135
  changeRunCompartment(changeRunCompartmentRequest: requests.ChangeRunCompartmentRequest): Promise<responses.ChangeRunCompartmentResponse>;
137
136
  /**
@@ -140,7 +139,7 @@ export declare class DataFlowClient {
140
139
  * @param ChangeSqlEndpointCompartmentRequest
141
140
  * @return ChangeSqlEndpointCompartmentResponse
142
141
  * @throws OciError when an error occurs
143
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataflow/ChangeSqlEndpointCompartment.ts.html |here} to see how to use ChangeSqlEndpointCompartment API.
142
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataflow/ChangeSqlEndpointCompartment.ts.html |here} to see how to use ChangeSqlEndpointCompartment API.
144
143
  */
145
144
  changeSqlEndpointCompartment(changeSqlEndpointCompartmentRequest: requests.ChangeSqlEndpointCompartmentRequest): Promise<responses.ChangeSqlEndpointCompartmentResponse>;
146
145
  /**
@@ -150,7 +149,7 @@ export declare class DataFlowClient {
150
149
  * @param CreateApplicationRequest
151
150
  * @return CreateApplicationResponse
152
151
  * @throws OciError when an error occurs
153
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataflow/CreateApplication.ts.html |here} to see how to use CreateApplication API.
152
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataflow/CreateApplication.ts.html |here} to see how to use CreateApplication API.
154
153
  */
155
154
  createApplication(createApplicationRequest: requests.CreateApplicationRequest): Promise<responses.CreateApplicationResponse>;
156
155
  /**
@@ -160,7 +159,7 @@ export declare class DataFlowClient {
160
159
  * @param CreatePoolRequest
161
160
  * @return CreatePoolResponse
162
161
  * @throws OciError when an error occurs
163
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataflow/CreatePool.ts.html |here} to see how to use CreatePool API.
162
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataflow/CreatePool.ts.html |here} to see how to use CreatePool API.
164
163
  */
165
164
  createPool(createPoolRequest: requests.CreatePoolRequest): Promise<responses.CreatePoolResponse>;
166
165
  /**
@@ -170,7 +169,7 @@ export declare class DataFlowClient {
170
169
  * @param CreatePrivateEndpointRequest
171
170
  * @return CreatePrivateEndpointResponse
172
171
  * @throws OciError when an error occurs
173
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataflow/CreatePrivateEndpoint.ts.html |here} to see how to use CreatePrivateEndpoint API.
172
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataflow/CreatePrivateEndpoint.ts.html |here} to see how to use CreatePrivateEndpoint API.
174
173
  */
175
174
  createPrivateEndpoint(createPrivateEndpointRequest: requests.CreatePrivateEndpointRequest): Promise<responses.CreatePrivateEndpointResponse>;
176
175
  /**
@@ -180,7 +179,7 @@ export declare class DataFlowClient {
180
179
  * @param CreateRunRequest
181
180
  * @return CreateRunResponse
182
181
  * @throws OciError when an error occurs
183
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataflow/CreateRun.ts.html |here} to see how to use CreateRun API.
182
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataflow/CreateRun.ts.html |here} to see how to use CreateRun API.
184
183
  */
185
184
  createRun(createRunRequest: requests.CreateRunRequest): Promise<responses.CreateRunResponse>;
186
185
  /**
@@ -189,7 +188,7 @@ export declare class DataFlowClient {
189
188
  * @param CreateSqlEndpointRequest
190
189
  * @return CreateSqlEndpointResponse
191
190
  * @throws OciError when an error occurs
192
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataflow/CreateSqlEndpoint.ts.html |here} to see how to use CreateSqlEndpoint API.
191
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataflow/CreateSqlEndpoint.ts.html |here} to see how to use CreateSqlEndpoint API.
193
192
  */
194
193
  createSqlEndpoint(createSqlEndpointRequest: requests.CreateSqlEndpointRequest): Promise<responses.CreateSqlEndpointResponse>;
195
194
  /**
@@ -199,7 +198,7 @@ export declare class DataFlowClient {
199
198
  * @param CreateStatementRequest
200
199
  * @return CreateStatementResponse
201
200
  * @throws OciError when an error occurs
202
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataflow/CreateStatement.ts.html |here} to see how to use CreateStatement API.
201
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataflow/CreateStatement.ts.html |here} to see how to use CreateStatement API.
203
202
  */
204
203
  createStatement(createStatementRequest: requests.CreateStatementRequest): Promise<responses.CreateStatementResponse>;
205
204
  /**
@@ -209,7 +208,7 @@ export declare class DataFlowClient {
209
208
  * @param DeleteApplicationRequest
210
209
  * @return DeleteApplicationResponse
211
210
  * @throws OciError when an error occurs
212
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataflow/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
211
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataflow/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
213
212
  */
214
213
  deleteApplication(deleteApplicationRequest: requests.DeleteApplicationRequest): Promise<responses.DeleteApplicationResponse>;
215
214
  /**
@@ -219,7 +218,7 @@ export declare class DataFlowClient {
219
218
  * @param DeletePoolRequest
220
219
  * @return DeletePoolResponse
221
220
  * @throws OciError when an error occurs
222
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataflow/DeletePool.ts.html |here} to see how to use DeletePool API.
221
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataflow/DeletePool.ts.html |here} to see how to use DeletePool API.
223
222
  */
224
223
  deletePool(deletePoolRequest: requests.DeletePoolRequest): Promise<responses.DeletePoolResponse>;
225
224
  /**
@@ -229,7 +228,7 @@ export declare class DataFlowClient {
229
228
  * @param DeletePrivateEndpointRequest
230
229
  * @return DeletePrivateEndpointResponse
231
230
  * @throws OciError when an error occurs
232
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataflow/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpoint API.
231
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataflow/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpoint API.
233
232
  */
234
233
  deletePrivateEndpoint(deletePrivateEndpointRequest: requests.DeletePrivateEndpointRequest): Promise<responses.DeletePrivateEndpointResponse>;
235
234
  /**
@@ -240,7 +239,7 @@ export declare class DataFlowClient {
240
239
  * @param DeleteRunRequest
241
240
  * @return DeleteRunResponse
242
241
  * @throws OciError when an error occurs
243
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataflow/DeleteRun.ts.html |here} to see how to use DeleteRun API.
242
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataflow/DeleteRun.ts.html |here} to see how to use DeleteRun API.
244
243
  */
245
244
  deleteRun(deleteRunRequest: requests.DeleteRunRequest): Promise<responses.DeleteRunResponse>;
246
245
  /**
@@ -249,7 +248,7 @@ export declare class DataFlowClient {
249
248
  * @param DeleteSqlEndpointRequest
250
249
  * @return DeleteSqlEndpointResponse
251
250
  * @throws OciError when an error occurs
252
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataflow/DeleteSqlEndpoint.ts.html |here} to see how to use DeleteSqlEndpoint API.
251
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataflow/DeleteSqlEndpoint.ts.html |here} to see how to use DeleteSqlEndpoint API.
253
252
  */
254
253
  deleteSqlEndpoint(deleteSqlEndpointRequest: requests.DeleteSqlEndpointRequest): Promise<responses.DeleteSqlEndpointResponse>;
255
254
  /**
@@ -259,7 +258,7 @@ export declare class DataFlowClient {
259
258
  * @param DeleteStatementRequest
260
259
  * @return DeleteStatementResponse
261
260
  * @throws OciError when an error occurs
262
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataflow/DeleteStatement.ts.html |here} to see how to use DeleteStatement API.
261
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataflow/DeleteStatement.ts.html |here} to see how to use DeleteStatement API.
263
262
  */
264
263
  deleteStatement(deleteStatementRequest: requests.DeleteStatementRequest): Promise<responses.DeleteStatementResponse>;
265
264
  /**
@@ -269,7 +268,7 @@ export declare class DataFlowClient {
269
268
  * @param GetApplicationRequest
270
269
  * @return GetApplicationResponse
271
270
  * @throws OciError when an error occurs
272
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataflow/GetApplication.ts.html |here} to see how to use GetApplication API.
271
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataflow/GetApplication.ts.html |here} to see how to use GetApplication API.
273
272
  */
274
273
  getApplication(getApplicationRequest: requests.GetApplicationRequest): Promise<responses.GetApplicationResponse>;
275
274
  /**
@@ -279,7 +278,7 @@ export declare class DataFlowClient {
279
278
  * @param GetPoolRequest
280
279
  * @return GetPoolResponse
281
280
  * @throws OciError when an error occurs
282
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataflow/GetPool.ts.html |here} to see how to use GetPool API.
281
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataflow/GetPool.ts.html |here} to see how to use GetPool API.
283
282
  */
284
283
  getPool(getPoolRequest: requests.GetPoolRequest): Promise<responses.GetPoolResponse>;
285
284
  /**
@@ -289,7 +288,7 @@ export declare class DataFlowClient {
289
288
  * @param GetPrivateEndpointRequest
290
289
  * @return GetPrivateEndpointResponse
291
290
  * @throws OciError when an error occurs
292
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataflow/GetPrivateEndpoint.ts.html |here} to see how to use GetPrivateEndpoint API.
291
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataflow/GetPrivateEndpoint.ts.html |here} to see how to use GetPrivateEndpoint API.
293
292
  */
294
293
  getPrivateEndpoint(getPrivateEndpointRequest: requests.GetPrivateEndpointRequest): Promise<responses.GetPrivateEndpointResponse>;
295
294
  /**
@@ -299,7 +298,7 @@ export declare class DataFlowClient {
299
298
  * @param GetRunRequest
300
299
  * @return GetRunResponse
301
300
  * @throws OciError when an error occurs
302
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataflow/GetRun.ts.html |here} to see how to use GetRun API.
301
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataflow/GetRun.ts.html |here} to see how to use GetRun API.
303
302
  */
304
303
  getRun(getRunRequest: requests.GetRunRequest): Promise<responses.GetRunResponse>;
305
304
  /**
@@ -309,7 +308,7 @@ export declare class DataFlowClient {
309
308
  * @param GetRunLogRequest
310
309
  * @return GetRunLogResponse
311
310
  * @throws OciError when an error occurs
312
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataflow/GetRunLog.ts.html |here} to see how to use GetRunLog API.
311
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataflow/GetRunLog.ts.html |here} to see how to use GetRunLog API.
313
312
  */
314
313
  getRunLog(getRunLogRequest: requests.GetRunLogRequest): Promise<responses.GetRunLogResponse>;
315
314
  /**
@@ -318,7 +317,7 @@ export declare class DataFlowClient {
318
317
  * @param GetSqlEndpointRequest
319
318
  * @return GetSqlEndpointResponse
320
319
  * @throws OciError when an error occurs
321
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataflow/GetSqlEndpoint.ts.html |here} to see how to use GetSqlEndpoint API.
320
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataflow/GetSqlEndpoint.ts.html |here} to see how to use GetSqlEndpoint API.
322
321
  */
323
322
  getSqlEndpoint(getSqlEndpointRequest: requests.GetSqlEndpointRequest): Promise<responses.GetSqlEndpointResponse>;
324
323
  /**
@@ -328,7 +327,7 @@ export declare class DataFlowClient {
328
327
  * @param GetStatementRequest
329
328
  * @return GetStatementResponse
330
329
  * @throws OciError when an error occurs
331
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataflow/GetStatement.ts.html |here} to see how to use GetStatement API.
330
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataflow/GetStatement.ts.html |here} to see how to use GetStatement API.
332
331
  */
333
332
  getStatement(getStatementRequest: requests.GetStatementRequest): Promise<responses.GetStatementResponse>;
334
333
  /**
@@ -338,7 +337,7 @@ export declare class DataFlowClient {
338
337
  * @param GetWorkRequestRequest
339
338
  * @return GetWorkRequestResponse
340
339
  * @throws OciError when an error occurs
341
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataflow/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
340
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataflow/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
342
341
  */
343
342
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
344
343
  /**
@@ -348,7 +347,7 @@ export declare class DataFlowClient {
348
347
  * @param ListApplicationsRequest
349
348
  * @return ListApplicationsResponse
350
349
  * @throws OciError when an error occurs
351
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataflow/ListApplications.ts.html |here} to see how to use ListApplications API.
350
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataflow/ListApplications.ts.html |here} to see how to use ListApplications API.
352
351
  */
353
352
  listApplications(listApplicationsRequest: requests.ListApplicationsRequest): Promise<responses.ListApplicationsResponse>;
354
353
  /**
@@ -390,7 +389,7 @@ export declare class DataFlowClient {
390
389
  * @param ListPoolsRequest
391
390
  * @return ListPoolsResponse
392
391
  * @throws OciError when an error occurs
393
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataflow/ListPools.ts.html |here} to see how to use ListPools API.
392
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataflow/ListPools.ts.html |here} to see how to use ListPools API.
394
393
  */
395
394
  listPools(listPoolsRequest: requests.ListPoolsRequest): Promise<responses.ListPoolsResponse>;
396
395
  /**
@@ -400,7 +399,7 @@ export declare class DataFlowClient {
400
399
  * @param ListPrivateEndpointsRequest
401
400
  * @return ListPrivateEndpointsResponse
402
401
  * @throws OciError when an error occurs
403
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataflow/ListPrivateEndpoints.ts.html |here} to see how to use ListPrivateEndpoints API.
402
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataflow/ListPrivateEndpoints.ts.html |here} to see how to use ListPrivateEndpoints API.
404
403
  */
405
404
  listPrivateEndpoints(listPrivateEndpointsRequest: requests.ListPrivateEndpointsRequest): Promise<responses.ListPrivateEndpointsResponse>;
406
405
  /**
@@ -410,7 +409,7 @@ export declare class DataFlowClient {
410
409
  * @param ListRunLogsRequest
411
410
  * @return ListRunLogsResponse
412
411
  * @throws OciError when an error occurs
413
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataflow/ListRunLogs.ts.html |here} to see how to use ListRunLogs API.
412
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataflow/ListRunLogs.ts.html |here} to see how to use ListRunLogs API.
414
413
  */
415
414
  listRunLogs(listRunLogsRequest: requests.ListRunLogsRequest): Promise<responses.ListRunLogsResponse>;
416
415
  /**
@@ -452,7 +451,7 @@ export declare class DataFlowClient {
452
451
  * @param ListRunsRequest
453
452
  * @return ListRunsResponse
454
453
  * @throws OciError when an error occurs
455
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataflow/ListRuns.ts.html |here} to see how to use ListRuns API.
454
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataflow/ListRuns.ts.html |here} to see how to use ListRuns API.
456
455
  */
457
456
  listRuns(listRunsRequest: requests.ListRunsRequest): Promise<responses.ListRunsResponse>;
458
457
  /**
@@ -496,7 +495,7 @@ export declare class DataFlowClient {
496
495
  * @param ListSqlEndpointsRequest
497
496
  * @return ListSqlEndpointsResponse
498
497
  * @throws OciError when an error occurs
499
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataflow/ListSqlEndpoints.ts.html |here} to see how to use ListSqlEndpoints API.
498
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataflow/ListSqlEndpoints.ts.html |here} to see how to use ListSqlEndpoints API.
500
499
  */
501
500
  listSqlEndpoints(listSqlEndpointsRequest: requests.ListSqlEndpointsRequest): Promise<responses.ListSqlEndpointsResponse>;
502
501
  /**
@@ -506,7 +505,7 @@ export declare class DataFlowClient {
506
505
  * @param ListStatementsRequest
507
506
  * @return ListStatementsResponse
508
507
  * @throws OciError when an error occurs
509
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataflow/ListStatements.ts.html |here} to see how to use ListStatements API.
508
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataflow/ListStatements.ts.html |here} to see how to use ListStatements API.
510
509
  */
511
510
  listStatements(listStatementsRequest: requests.ListStatementsRequest): Promise<responses.ListStatementsResponse>;
512
511
  /**
@@ -516,7 +515,7 @@ export declare class DataFlowClient {
516
515
  * @param ListWorkRequestErrorsRequest
517
516
  * @return ListWorkRequestErrorsResponse
518
517
  * @throws OciError when an error occurs
519
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataflow/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
518
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataflow/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
520
519
  */
521
520
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
522
521
  /**
@@ -526,7 +525,7 @@ export declare class DataFlowClient {
526
525
  * @param ListWorkRequestLogsRequest
527
526
  * @return ListWorkRequestLogsResponse
528
527
  * @throws OciError when an error occurs
529
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataflow/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
528
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataflow/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
530
529
  */
531
530
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
532
531
  /**
@@ -536,7 +535,7 @@ export declare class DataFlowClient {
536
535
  * @param ListWorkRequestsRequest
537
536
  * @return ListWorkRequestsResponse
538
537
  * @throws OciError when an error occurs
539
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataflow/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
538
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataflow/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
540
539
  */
541
540
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
542
541
  /**
@@ -546,7 +545,7 @@ export declare class DataFlowClient {
546
545
  * @param StartPoolRequest
547
546
  * @return StartPoolResponse
548
547
  * @throws OciError when an error occurs
549
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataflow/StartPool.ts.html |here} to see how to use StartPool API.
548
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataflow/StartPool.ts.html |here} to see how to use StartPool API.
550
549
  */
551
550
  startPool(startPoolRequest: requests.StartPoolRequest): Promise<responses.StartPoolResponse>;
552
551
  /**
@@ -556,7 +555,7 @@ export declare class DataFlowClient {
556
555
  * @param StopPoolRequest
557
556
  * @return StopPoolResponse
558
557
  * @throws OciError when an error occurs
559
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataflow/StopPool.ts.html |here} to see how to use StopPool API.
558
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataflow/StopPool.ts.html |here} to see how to use StopPool API.
560
559
  */
561
560
  stopPool(stopPoolRequest: requests.StopPoolRequest): Promise<responses.StopPoolResponse>;
562
561
  /**
@@ -566,7 +565,7 @@ export declare class DataFlowClient {
566
565
  * @param UpdateApplicationRequest
567
566
  * @return UpdateApplicationResponse
568
567
  * @throws OciError when an error occurs
569
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataflow/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
568
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataflow/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
570
569
  */
571
570
  updateApplication(updateApplicationRequest: requests.UpdateApplicationRequest): Promise<responses.UpdateApplicationResponse>;
572
571
  /**
@@ -578,7 +577,7 @@ export declare class DataFlowClient {
578
577
  * @param UpdatePoolRequest
579
578
  * @return UpdatePoolResponse
580
579
  * @throws OciError when an error occurs
581
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataflow/UpdatePool.ts.html |here} to see how to use UpdatePool API.
580
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataflow/UpdatePool.ts.html |here} to see how to use UpdatePool API.
582
581
  */
583
582
  updatePool(updatePoolRequest: requests.UpdatePoolRequest): Promise<responses.UpdatePoolResponse>;
584
583
  /**
@@ -590,7 +589,7 @@ export declare class DataFlowClient {
590
589
  * @param UpdatePrivateEndpointRequest
591
590
  * @return UpdatePrivateEndpointResponse
592
591
  * @throws OciError when an error occurs
593
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataflow/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpoint API.
592
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataflow/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpoint API.
594
593
  */
595
594
  updatePrivateEndpoint(updatePrivateEndpointRequest: requests.UpdatePrivateEndpointRequest): Promise<responses.UpdatePrivateEndpointResponse>;
596
595
  /**
@@ -600,7 +599,7 @@ export declare class DataFlowClient {
600
599
  * @param UpdateRunRequest
601
600
  * @return UpdateRunResponse
602
601
  * @throws OciError when an error occurs
603
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataflow/UpdateRun.ts.html |here} to see how to use UpdateRun API.
602
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataflow/UpdateRun.ts.html |here} to see how to use UpdateRun API.
604
603
  */
605
604
  updateRun(updateRunRequest: requests.UpdateRunRequest): Promise<responses.UpdateRunResponse>;
606
605
  /**
@@ -609,7 +608,7 @@ export declare class DataFlowClient {
609
608
  * @param UpdateSqlEndpointRequest
610
609
  * @return UpdateSqlEndpointResponse
611
610
  * @throws OciError when an error occurs
612
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataflow/UpdateSqlEndpoint.ts.html |here} to see how to use UpdateSqlEndpoint API.
611
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataflow/UpdateSqlEndpoint.ts.html |here} to see how to use UpdateSqlEndpoint API.
613
612
  */
614
613
  updateSqlEndpoint(updateSqlEndpointRequest: requests.UpdateSqlEndpointRequest): Promise<responses.UpdateSqlEndpointResponse>;
615
614
  }