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