oci-dataflow 2.102.1 → 2.103.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (94) hide show
  1. package/lib/client.d.ts +45 -45
  2. package/lib/client.js +45 -45
  3. package/lib/model/application-summary.d.ts +2 -2
  4. package/lib/model/application.d.ts +6 -6
  5. package/lib/model/create-application-details.d.ts +6 -6
  6. package/lib/model/create-pool-details.d.ts +2 -2
  7. package/lib/model/create-private-endpoint-details.d.ts +2 -2
  8. package/lib/model/create-run-details.d.ts +5 -5
  9. package/lib/model/create-sql-endpoint-details.d.ts +2 -2
  10. package/lib/model/pool-summary.d.ts +2 -2
  11. package/lib/model/pool.d.ts +2 -2
  12. package/lib/model/private-endpoint-summary.d.ts +2 -2
  13. package/lib/model/private-endpoint.d.ts +2 -2
  14. package/lib/model/run-summary.d.ts +2 -2
  15. package/lib/model/run.d.ts +6 -6
  16. package/lib/model/shape-config.d.ts +1 -1
  17. package/lib/model/sql-endpoint-summary.d.ts +3 -3
  18. package/lib/model/sql-endpoint.d.ts +3 -3
  19. package/lib/model/update-application-details.d.ts +6 -6
  20. package/lib/model/update-pool-details.d.ts +2 -2
  21. package/lib/model/update-private-endpoint-details.d.ts +2 -2
  22. package/lib/model/update-run-details.d.ts +2 -2
  23. package/lib/model/update-sql-endpoint-details.d.ts +2 -2
  24. package/lib/request/cascading-delete-application-request.d.ts +1 -1
  25. package/lib/request/change-application-compartment-request.d.ts +1 -1
  26. package/lib/request/change-pool-compartment-request.d.ts +1 -1
  27. package/lib/request/change-private-endpoint-compartment-request.d.ts +1 -1
  28. package/lib/request/change-run-compartment-request.d.ts +1 -1
  29. package/lib/request/change-sql-endpoint-compartment-request.d.ts +1 -1
  30. package/lib/request/create-application-request.d.ts +1 -1
  31. package/lib/request/create-pool-request.d.ts +1 -1
  32. package/lib/request/create-private-endpoint-request.d.ts +1 -1
  33. package/lib/request/create-run-request.d.ts +1 -1
  34. package/lib/request/create-sql-endpoint-request.d.ts +1 -1
  35. package/lib/request/create-statement-request.d.ts +1 -1
  36. package/lib/request/delete-application-request.d.ts +1 -1
  37. package/lib/request/delete-pool-request.d.ts +1 -1
  38. package/lib/request/delete-private-endpoint-request.d.ts +1 -1
  39. package/lib/request/delete-run-request.d.ts +1 -1
  40. package/lib/request/delete-sql-endpoint-request.d.ts +1 -1
  41. package/lib/request/delete-statement-request.d.ts +1 -1
  42. package/lib/request/get-application-request.d.ts +1 -1
  43. package/lib/request/get-pool-request.d.ts +1 -1
  44. package/lib/request/get-private-endpoint-request.d.ts +1 -1
  45. package/lib/request/get-run-log-request.d.ts +1 -1
  46. package/lib/request/get-run-request.d.ts +1 -1
  47. package/lib/request/get-sql-endpoint-request.d.ts +1 -1
  48. package/lib/request/get-statement-request.d.ts +1 -1
  49. package/lib/request/get-work-request-request.d.ts +1 -1
  50. package/lib/request/list-applications-request.d.ts +1 -1
  51. package/lib/request/list-pools-request.d.ts +1 -1
  52. package/lib/request/list-private-endpoints-request.d.ts +1 -1
  53. package/lib/request/list-run-logs-request.d.ts +1 -1
  54. package/lib/request/list-runs-request.d.ts +1 -1
  55. package/lib/request/list-sql-endpoints-request.d.ts +1 -1
  56. package/lib/request/list-statements-request.d.ts +1 -1
  57. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  58. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  59. package/lib/request/list-work-requests-request.d.ts +1 -1
  60. package/lib/request/start-pool-request.d.ts +1 -1
  61. package/lib/request/start-sql-endpoint-request.d.ts +1 -1
  62. package/lib/request/stop-pool-request.d.ts +1 -1
  63. package/lib/request/stop-sql-endpoint-request.d.ts +1 -1
  64. package/lib/request/update-application-request.d.ts +1 -1
  65. package/lib/request/update-pool-request.d.ts +1 -1
  66. package/lib/request/update-private-endpoint-request.d.ts +1 -1
  67. package/lib/request/update-run-request.d.ts +1 -1
  68. package/lib/request/update-sql-endpoint-request.d.ts +1 -1
  69. package/lib/response/create-application-response.d.ts +1 -1
  70. package/lib/response/create-pool-response.d.ts +1 -1
  71. package/lib/response/create-private-endpoint-response.d.ts +1 -1
  72. package/lib/response/create-run-response.d.ts +1 -1
  73. package/lib/response/create-sql-endpoint-response.d.ts +1 -1
  74. package/lib/response/create-statement-response.d.ts +1 -1
  75. package/lib/response/get-application-response.d.ts +1 -1
  76. package/lib/response/get-pool-response.d.ts +1 -1
  77. package/lib/response/get-private-endpoint-response.d.ts +1 -1
  78. package/lib/response/get-run-log-response.d.ts +1 -1
  79. package/lib/response/get-run-response.d.ts +1 -1
  80. package/lib/response/get-sql-endpoint-response.d.ts +1 -1
  81. package/lib/response/get-statement-response.d.ts +1 -1
  82. package/lib/response/list-applications-response.d.ts +2 -2
  83. package/lib/response/list-pools-response.d.ts +2 -2
  84. package/lib/response/list-private-endpoints-response.d.ts +2 -2
  85. package/lib/response/list-run-logs-response.d.ts +2 -2
  86. package/lib/response/list-runs-response.d.ts +2 -2
  87. package/lib/response/list-sql-endpoints-response.d.ts +1 -1
  88. package/lib/response/list-statements-response.d.ts +2 -2
  89. package/lib/response/list-work-request-errors-response.d.ts +2 -2
  90. package/lib/response/list-work-request-logs-response.d.ts +2 -2
  91. package/lib/response/list-work-requests-response.d.ts +2 -2
  92. package/lib/response/update-application-response.d.ts +1 -1
  93. package/lib/response/update-run-response.d.ts +1 -1
  94. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -103,7 +103,7 @@ export declare class DataFlowClient {
103
103
  * @param CascadingDeleteApplicationRequest
104
104
  * @return CascadingDeleteApplicationResponse
105
105
  * @throws OciError when an error occurs
106
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/CascadingDeleteApplication.ts.html |here} to see how to use CascadingDeleteApplication API.
106
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/CascadingDeleteApplication.ts.html |here} to see how to use CascadingDeleteApplication API.
107
107
  */
108
108
  cascadingDeleteApplication(cascadingDeleteApplicationRequest: requests.CascadingDeleteApplicationRequest): Promise<responses.CascadingDeleteApplicationResponse>;
109
109
  /**
@@ -114,7 +114,7 @@ export declare class DataFlowClient {
114
114
  * @param ChangeApplicationCompartmentRequest
115
115
  * @return ChangeApplicationCompartmentResponse
116
116
  * @throws OciError when an error occurs
117
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartment API.
117
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartment API.
118
118
  */
119
119
  changeApplicationCompartment(changeApplicationCompartmentRequest: requests.ChangeApplicationCompartmentRequest): Promise<responses.ChangeApplicationCompartmentResponse>;
120
120
  /**
@@ -127,7 +127,7 @@ export declare class DataFlowClient {
127
127
  * @param ChangePoolCompartmentRequest
128
128
  * @return ChangePoolCompartmentResponse
129
129
  * @throws OciError when an error occurs
130
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/ChangePoolCompartment.ts.html |here} to see how to use ChangePoolCompartment API.
130
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/ChangePoolCompartment.ts.html |here} to see how to use ChangePoolCompartment API.
131
131
  */
132
132
  changePoolCompartment(changePoolCompartmentRequest: requests.ChangePoolCompartmentRequest): Promise<responses.ChangePoolCompartmentResponse>;
133
133
  /**
@@ -137,7 +137,7 @@ export declare class DataFlowClient {
137
137
  * @param ChangePrivateEndpointCompartmentRequest
138
138
  * @return ChangePrivateEndpointCompartmentResponse
139
139
  * @throws OciError when an error occurs
140
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/ChangePrivateEndpointCompartment.ts.html |here} to see how to use ChangePrivateEndpointCompartment API.
140
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/ChangePrivateEndpointCompartment.ts.html |here} to see how to use ChangePrivateEndpointCompartment API.
141
141
  */
142
142
  changePrivateEndpointCompartment(changePrivateEndpointCompartmentRequest: requests.ChangePrivateEndpointCompartmentRequest): Promise<responses.ChangePrivateEndpointCompartmentResponse>;
143
143
  /**
@@ -150,7 +150,7 @@ export declare class DataFlowClient {
150
150
  * @param ChangeRunCompartmentRequest
151
151
  * @return ChangeRunCompartmentResponse
152
152
  * @throws OciError when an error occurs
153
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/ChangeRunCompartment.ts.html |here} to see how to use ChangeRunCompartment API.
153
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/ChangeRunCompartment.ts.html |here} to see how to use ChangeRunCompartment API.
154
154
  */
155
155
  changeRunCompartment(changeRunCompartmentRequest: requests.ChangeRunCompartmentRequest): Promise<responses.ChangeRunCompartmentResponse>;
156
156
  /**
@@ -159,7 +159,7 @@ export declare class DataFlowClient {
159
159
  * @param ChangeSqlEndpointCompartmentRequest
160
160
  * @return ChangeSqlEndpointCompartmentResponse
161
161
  * @throws OciError when an error occurs
162
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/ChangeSqlEndpointCompartment.ts.html |here} to see how to use ChangeSqlEndpointCompartment API.
162
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/ChangeSqlEndpointCompartment.ts.html |here} to see how to use ChangeSqlEndpointCompartment API.
163
163
  */
164
164
  changeSqlEndpointCompartment(changeSqlEndpointCompartmentRequest: requests.ChangeSqlEndpointCompartmentRequest): Promise<responses.ChangeSqlEndpointCompartmentResponse>;
165
165
  /**
@@ -169,7 +169,7 @@ export declare class DataFlowClient {
169
169
  * @param CreateApplicationRequest
170
170
  * @return CreateApplicationResponse
171
171
  * @throws OciError when an error occurs
172
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/CreateApplication.ts.html |here} to see how to use CreateApplication API.
172
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/CreateApplication.ts.html |here} to see how to use CreateApplication API.
173
173
  */
174
174
  createApplication(createApplicationRequest: requests.CreateApplicationRequest): Promise<responses.CreateApplicationResponse>;
175
175
  /**
@@ -179,7 +179,7 @@ export declare class DataFlowClient {
179
179
  * @param CreatePoolRequest
180
180
  * @return CreatePoolResponse
181
181
  * @throws OciError when an error occurs
182
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/CreatePool.ts.html |here} to see how to use CreatePool API.
182
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/CreatePool.ts.html |here} to see how to use CreatePool API.
183
183
  */
184
184
  createPool(createPoolRequest: requests.CreatePoolRequest): Promise<responses.CreatePoolResponse>;
185
185
  /**
@@ -189,7 +189,7 @@ export declare class DataFlowClient {
189
189
  * @param CreatePrivateEndpointRequest
190
190
  * @return CreatePrivateEndpointResponse
191
191
  * @throws OciError when an error occurs
192
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/CreatePrivateEndpoint.ts.html |here} to see how to use CreatePrivateEndpoint API.
192
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/CreatePrivateEndpoint.ts.html |here} to see how to use CreatePrivateEndpoint API.
193
193
  */
194
194
  createPrivateEndpoint(createPrivateEndpointRequest: requests.CreatePrivateEndpointRequest): Promise<responses.CreatePrivateEndpointResponse>;
195
195
  /**
@@ -199,7 +199,7 @@ export declare class DataFlowClient {
199
199
  * @param CreateRunRequest
200
200
  * @return CreateRunResponse
201
201
  * @throws OciError when an error occurs
202
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/CreateRun.ts.html |here} to see how to use CreateRun API.
202
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/CreateRun.ts.html |here} to see how to use CreateRun API.
203
203
  */
204
204
  createRun(createRunRequest: requests.CreateRunRequest): Promise<responses.CreateRunResponse>;
205
205
  /**
@@ -208,7 +208,7 @@ export declare class DataFlowClient {
208
208
  * @param CreateSqlEndpointRequest
209
209
  * @return CreateSqlEndpointResponse
210
210
  * @throws OciError when an error occurs
211
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/CreateSqlEndpoint.ts.html |here} to see how to use CreateSqlEndpoint API.
211
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/CreateSqlEndpoint.ts.html |here} to see how to use CreateSqlEndpoint API.
212
212
  */
213
213
  createSqlEndpoint(createSqlEndpointRequest: requests.CreateSqlEndpointRequest): Promise<responses.CreateSqlEndpointResponse>;
214
214
  /**
@@ -218,7 +218,7 @@ export declare class DataFlowClient {
218
218
  * @param CreateStatementRequest
219
219
  * @return CreateStatementResponse
220
220
  * @throws OciError when an error occurs
221
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/CreateStatement.ts.html |here} to see how to use CreateStatement API.
221
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/CreateStatement.ts.html |here} to see how to use CreateStatement API.
222
222
  */
223
223
  createStatement(createStatementRequest: requests.CreateStatementRequest): Promise<responses.CreateStatementResponse>;
224
224
  /**
@@ -228,7 +228,7 @@ export declare class DataFlowClient {
228
228
  * @param DeleteApplicationRequest
229
229
  * @return DeleteApplicationResponse
230
230
  * @throws OciError when an error occurs
231
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
231
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
232
232
  */
233
233
  deleteApplication(deleteApplicationRequest: requests.DeleteApplicationRequest): Promise<responses.DeleteApplicationResponse>;
234
234
  /**
@@ -238,7 +238,7 @@ export declare class DataFlowClient {
238
238
  * @param DeletePoolRequest
239
239
  * @return DeletePoolResponse
240
240
  * @throws OciError when an error occurs
241
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/DeletePool.ts.html |here} to see how to use DeletePool API.
241
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/DeletePool.ts.html |here} to see how to use DeletePool API.
242
242
  */
243
243
  deletePool(deletePoolRequest: requests.DeletePoolRequest): Promise<responses.DeletePoolResponse>;
244
244
  /**
@@ -248,7 +248,7 @@ export declare class DataFlowClient {
248
248
  * @param DeletePrivateEndpointRequest
249
249
  * @return DeletePrivateEndpointResponse
250
250
  * @throws OciError when an error occurs
251
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpoint API.
251
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpoint API.
252
252
  */
253
253
  deletePrivateEndpoint(deletePrivateEndpointRequest: requests.DeletePrivateEndpointRequest): Promise<responses.DeletePrivateEndpointResponse>;
254
254
  /**
@@ -259,7 +259,7 @@ export declare class DataFlowClient {
259
259
  * @param DeleteRunRequest
260
260
  * @return DeleteRunResponse
261
261
  * @throws OciError when an error occurs
262
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/DeleteRun.ts.html |here} to see how to use DeleteRun API.
262
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/DeleteRun.ts.html |here} to see how to use DeleteRun API.
263
263
  */
264
264
  deleteRun(deleteRunRequest: requests.DeleteRunRequest): Promise<responses.DeleteRunResponse>;
265
265
  /**
@@ -268,7 +268,7 @@ export declare class DataFlowClient {
268
268
  * @param DeleteSqlEndpointRequest
269
269
  * @return DeleteSqlEndpointResponse
270
270
  * @throws OciError when an error occurs
271
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/DeleteSqlEndpoint.ts.html |here} to see how to use DeleteSqlEndpoint API.
271
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/DeleteSqlEndpoint.ts.html |here} to see how to use DeleteSqlEndpoint API.
272
272
  */
273
273
  deleteSqlEndpoint(deleteSqlEndpointRequest: requests.DeleteSqlEndpointRequest): Promise<responses.DeleteSqlEndpointResponse>;
274
274
  /**
@@ -278,7 +278,7 @@ export declare class DataFlowClient {
278
278
  * @param DeleteStatementRequest
279
279
  * @return DeleteStatementResponse
280
280
  * @throws OciError when an error occurs
281
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/DeleteStatement.ts.html |here} to see how to use DeleteStatement API.
281
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/DeleteStatement.ts.html |here} to see how to use DeleteStatement API.
282
282
  */
283
283
  deleteStatement(deleteStatementRequest: requests.DeleteStatementRequest): Promise<responses.DeleteStatementResponse>;
284
284
  /**
@@ -288,7 +288,7 @@ export declare class DataFlowClient {
288
288
  * @param GetApplicationRequest
289
289
  * @return GetApplicationResponse
290
290
  * @throws OciError when an error occurs
291
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/GetApplication.ts.html |here} to see how to use GetApplication API.
291
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/GetApplication.ts.html |here} to see how to use GetApplication API.
292
292
  */
293
293
  getApplication(getApplicationRequest: requests.GetApplicationRequest): Promise<responses.GetApplicationResponse>;
294
294
  /**
@@ -298,7 +298,7 @@ export declare class DataFlowClient {
298
298
  * @param GetPoolRequest
299
299
  * @return GetPoolResponse
300
300
  * @throws OciError when an error occurs
301
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/GetPool.ts.html |here} to see how to use GetPool API.
301
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/GetPool.ts.html |here} to see how to use GetPool API.
302
302
  */
303
303
  getPool(getPoolRequest: requests.GetPoolRequest): Promise<responses.GetPoolResponse>;
304
304
  /**
@@ -308,7 +308,7 @@ export declare class DataFlowClient {
308
308
  * @param GetPrivateEndpointRequest
309
309
  * @return GetPrivateEndpointResponse
310
310
  * @throws OciError when an error occurs
311
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/GetPrivateEndpoint.ts.html |here} to see how to use GetPrivateEndpoint API.
311
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/GetPrivateEndpoint.ts.html |here} to see how to use GetPrivateEndpoint API.
312
312
  */
313
313
  getPrivateEndpoint(getPrivateEndpointRequest: requests.GetPrivateEndpointRequest): Promise<responses.GetPrivateEndpointResponse>;
314
314
  /**
@@ -318,7 +318,7 @@ export declare class DataFlowClient {
318
318
  * @param GetRunRequest
319
319
  * @return GetRunResponse
320
320
  * @throws OciError when an error occurs
321
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/GetRun.ts.html |here} to see how to use GetRun API.
321
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/GetRun.ts.html |here} to see how to use GetRun API.
322
322
  */
323
323
  getRun(getRunRequest: requests.GetRunRequest): Promise<responses.GetRunResponse>;
324
324
  /**
@@ -328,7 +328,7 @@ export declare class DataFlowClient {
328
328
  * @param GetRunLogRequest
329
329
  * @return GetRunLogResponse
330
330
  * @throws OciError when an error occurs
331
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/GetRunLog.ts.html |here} to see how to use GetRunLog API.
331
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/GetRunLog.ts.html |here} to see how to use GetRunLog API.
332
332
  */
333
333
  getRunLog(getRunLogRequest: requests.GetRunLogRequest): Promise<responses.GetRunLogResponse>;
334
334
  /**
@@ -337,7 +337,7 @@ export declare class DataFlowClient {
337
337
  * @param GetSqlEndpointRequest
338
338
  * @return GetSqlEndpointResponse
339
339
  * @throws OciError when an error occurs
340
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/GetSqlEndpoint.ts.html |here} to see how to use GetSqlEndpoint API.
340
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/GetSqlEndpoint.ts.html |here} to see how to use GetSqlEndpoint API.
341
341
  */
342
342
  getSqlEndpoint(getSqlEndpointRequest: requests.GetSqlEndpointRequest): Promise<responses.GetSqlEndpointResponse>;
343
343
  /**
@@ -347,7 +347,7 @@ export declare class DataFlowClient {
347
347
  * @param GetStatementRequest
348
348
  * @return GetStatementResponse
349
349
  * @throws OciError when an error occurs
350
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/GetStatement.ts.html |here} to see how to use GetStatement API.
350
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/GetStatement.ts.html |here} to see how to use GetStatement API.
351
351
  */
352
352
  getStatement(getStatementRequest: requests.GetStatementRequest): Promise<responses.GetStatementResponse>;
353
353
  /**
@@ -357,7 +357,7 @@ export declare class DataFlowClient {
357
357
  * @param GetWorkRequestRequest
358
358
  * @return GetWorkRequestResponse
359
359
  * @throws OciError when an error occurs
360
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
360
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
361
361
  */
362
362
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
363
363
  /**
@@ -367,7 +367,7 @@ export declare class DataFlowClient {
367
367
  * @param ListApplicationsRequest
368
368
  * @return ListApplicationsResponse
369
369
  * @throws OciError when an error occurs
370
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/ListApplications.ts.html |here} to see how to use ListApplications API.
370
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/ListApplications.ts.html |here} to see how to use ListApplications API.
371
371
  */
372
372
  listApplications(listApplicationsRequest: requests.ListApplicationsRequest): Promise<responses.ListApplicationsResponse>;
373
373
  /**
@@ -409,7 +409,7 @@ export declare class DataFlowClient {
409
409
  * @param ListPoolsRequest
410
410
  * @return ListPoolsResponse
411
411
  * @throws OciError when an error occurs
412
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/ListPools.ts.html |here} to see how to use ListPools API.
412
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/ListPools.ts.html |here} to see how to use ListPools API.
413
413
  */
414
414
  listPools(listPoolsRequest: requests.ListPoolsRequest): Promise<responses.ListPoolsResponse>;
415
415
  /**
@@ -419,7 +419,7 @@ export declare class DataFlowClient {
419
419
  * @param ListPrivateEndpointsRequest
420
420
  * @return ListPrivateEndpointsResponse
421
421
  * @throws OciError when an error occurs
422
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/ListPrivateEndpoints.ts.html |here} to see how to use ListPrivateEndpoints API.
422
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/ListPrivateEndpoints.ts.html |here} to see how to use ListPrivateEndpoints API.
423
423
  */
424
424
  listPrivateEndpoints(listPrivateEndpointsRequest: requests.ListPrivateEndpointsRequest): Promise<responses.ListPrivateEndpointsResponse>;
425
425
  /**
@@ -429,7 +429,7 @@ export declare class DataFlowClient {
429
429
  * @param ListRunLogsRequest
430
430
  * @return ListRunLogsResponse
431
431
  * @throws OciError when an error occurs
432
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/ListRunLogs.ts.html |here} to see how to use ListRunLogs API.
432
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/ListRunLogs.ts.html |here} to see how to use ListRunLogs API.
433
433
  */
434
434
  listRunLogs(listRunLogsRequest: requests.ListRunLogsRequest): Promise<responses.ListRunLogsResponse>;
435
435
  /**
@@ -471,7 +471,7 @@ export declare class DataFlowClient {
471
471
  * @param ListRunsRequest
472
472
  * @return ListRunsResponse
473
473
  * @throws OciError when an error occurs
474
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/ListRuns.ts.html |here} to see how to use ListRuns API.
474
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/ListRuns.ts.html |here} to see how to use ListRuns API.
475
475
  */
476
476
  listRuns(listRunsRequest: requests.ListRunsRequest): Promise<responses.ListRunsResponse>;
477
477
  /**
@@ -515,7 +515,7 @@ export declare class DataFlowClient {
515
515
  * @param ListSqlEndpointsRequest
516
516
  * @return ListSqlEndpointsResponse
517
517
  * @throws OciError when an error occurs
518
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/ListSqlEndpoints.ts.html |here} to see how to use ListSqlEndpoints API.
518
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/ListSqlEndpoints.ts.html |here} to see how to use ListSqlEndpoints API.
519
519
  */
520
520
  listSqlEndpoints(listSqlEndpointsRequest: requests.ListSqlEndpointsRequest): Promise<responses.ListSqlEndpointsResponse>;
521
521
  /**
@@ -525,7 +525,7 @@ export declare class DataFlowClient {
525
525
  * @param ListStatementsRequest
526
526
  * @return ListStatementsResponse
527
527
  * @throws OciError when an error occurs
528
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/ListStatements.ts.html |here} to see how to use ListStatements API.
528
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/ListStatements.ts.html |here} to see how to use ListStatements API.
529
529
  */
530
530
  listStatements(listStatementsRequest: requests.ListStatementsRequest): Promise<responses.ListStatementsResponse>;
531
531
  /**
@@ -535,7 +535,7 @@ export declare class DataFlowClient {
535
535
  * @param ListWorkRequestErrorsRequest
536
536
  * @return ListWorkRequestErrorsResponse
537
537
  * @throws OciError when an error occurs
538
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
538
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
539
539
  */
540
540
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
541
541
  /**
@@ -545,7 +545,7 @@ export declare class DataFlowClient {
545
545
  * @param ListWorkRequestLogsRequest
546
546
  * @return ListWorkRequestLogsResponse
547
547
  * @throws OciError when an error occurs
548
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
548
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
549
549
  */
550
550
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
551
551
  /**
@@ -555,7 +555,7 @@ export declare class DataFlowClient {
555
555
  * @param ListWorkRequestsRequest
556
556
  * @return ListWorkRequestsResponse
557
557
  * @throws OciError when an error occurs
558
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
558
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
559
559
  */
560
560
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
561
561
  /**
@@ -565,7 +565,7 @@ export declare class DataFlowClient {
565
565
  * @param StartPoolRequest
566
566
  * @return StartPoolResponse
567
567
  * @throws OciError when an error occurs
568
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/StartPool.ts.html |here} to see how to use StartPool API.
568
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/StartPool.ts.html |here} to see how to use StartPool API.
569
569
  */
570
570
  startPool(startPoolRequest: requests.StartPoolRequest): Promise<responses.StartPoolResponse>;
571
571
  /**
@@ -574,7 +574,7 @@ export declare class DataFlowClient {
574
574
  * @param StartSqlEndpointRequest
575
575
  * @return StartSqlEndpointResponse
576
576
  * @throws OciError when an error occurs
577
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/StartSqlEndpoint.ts.html |here} to see how to use StartSqlEndpoint API.
577
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/StartSqlEndpoint.ts.html |here} to see how to use StartSqlEndpoint API.
578
578
  */
579
579
  startSqlEndpoint(startSqlEndpointRequest: requests.StartSqlEndpointRequest): Promise<responses.StartSqlEndpointResponse>;
580
580
  /**
@@ -584,7 +584,7 @@ export declare class DataFlowClient {
584
584
  * @param StopPoolRequest
585
585
  * @return StopPoolResponse
586
586
  * @throws OciError when an error occurs
587
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/StopPool.ts.html |here} to see how to use StopPool API.
587
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/StopPool.ts.html |here} to see how to use StopPool API.
588
588
  */
589
589
  stopPool(stopPoolRequest: requests.StopPoolRequest): Promise<responses.StopPoolResponse>;
590
590
  /**
@@ -593,7 +593,7 @@ export declare class DataFlowClient {
593
593
  * @param StopSqlEndpointRequest
594
594
  * @return StopSqlEndpointResponse
595
595
  * @throws OciError when an error occurs
596
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/StopSqlEndpoint.ts.html |here} to see how to use StopSqlEndpoint API.
596
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/StopSqlEndpoint.ts.html |here} to see how to use StopSqlEndpoint API.
597
597
  */
598
598
  stopSqlEndpoint(stopSqlEndpointRequest: requests.StopSqlEndpointRequest): Promise<responses.StopSqlEndpointResponse>;
599
599
  /**
@@ -603,7 +603,7 @@ export declare class DataFlowClient {
603
603
  * @param UpdateApplicationRequest
604
604
  * @return UpdateApplicationResponse
605
605
  * @throws OciError when an error occurs
606
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
606
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
607
607
  */
608
608
  updateApplication(updateApplicationRequest: requests.UpdateApplicationRequest): Promise<responses.UpdateApplicationResponse>;
609
609
  /**
@@ -615,7 +615,7 @@ export declare class DataFlowClient {
615
615
  * @param UpdatePoolRequest
616
616
  * @return UpdatePoolResponse
617
617
  * @throws OciError when an error occurs
618
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/UpdatePool.ts.html |here} to see how to use UpdatePool API.
618
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/UpdatePool.ts.html |here} to see how to use UpdatePool API.
619
619
  */
620
620
  updatePool(updatePoolRequest: requests.UpdatePoolRequest): Promise<responses.UpdatePoolResponse>;
621
621
  /**
@@ -627,7 +627,7 @@ export declare class DataFlowClient {
627
627
  * @param UpdatePrivateEndpointRequest
628
628
  * @return UpdatePrivateEndpointResponse
629
629
  * @throws OciError when an error occurs
630
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpoint API.
630
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpoint API.
631
631
  */
632
632
  updatePrivateEndpoint(updatePrivateEndpointRequest: requests.UpdatePrivateEndpointRequest): Promise<responses.UpdatePrivateEndpointResponse>;
633
633
  /**
@@ -637,7 +637,7 @@ export declare class DataFlowClient {
637
637
  * @param UpdateRunRequest
638
638
  * @return UpdateRunResponse
639
639
  * @throws OciError when an error occurs
640
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/UpdateRun.ts.html |here} to see how to use UpdateRun API.
640
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/UpdateRun.ts.html |here} to see how to use UpdateRun API.
641
641
  */
642
642
  updateRun(updateRunRequest: requests.UpdateRunRequest): Promise<responses.UpdateRunResponse>;
643
643
  /**
@@ -646,7 +646,7 @@ export declare class DataFlowClient {
646
646
  * @param UpdateSqlEndpointRequest
647
647
  * @return UpdateSqlEndpointResponse
648
648
  * @throws OciError when an error occurs
649
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/UpdateSqlEndpoint.ts.html |here} to see how to use UpdateSqlEndpoint API.
649
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/UpdateSqlEndpoint.ts.html |here} to see how to use UpdateSqlEndpoint API.
650
650
  */
651
651
  updateSqlEndpoint(updateSqlEndpointRequest: requests.UpdateSqlEndpointRequest): Promise<responses.UpdateSqlEndpointResponse>;
652
652
  }