oci-dataflow 2.82.1 → 2.82.2

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