oci-dataflow 2.62.3 → 2.63.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 (125) hide show
  1. package/lib/client.d.ts +93 -36
  2. package/lib/client.js +423 -36
  3. package/lib/client.js.map +1 -1
  4. package/lib/dataflow-waiter.d.ts +8 -0
  5. package/lib/dataflow-waiter.js +12 -0
  6. package/lib/dataflow-waiter.js.map +1 -1
  7. package/lib/model/change-sql-endpoint-compartment-details.d.ts +26 -0
  8. package/lib/model/change-sql-endpoint-compartment-details.js +30 -0
  9. package/lib/model/change-sql-endpoint-compartment-details.js.map +1 -0
  10. package/lib/model/create-sql-endpoint-details.d.ts +100 -0
  11. package/lib/model/create-sql-endpoint-details.js +70 -0
  12. package/lib/model/create-sql-endpoint-details.js.map +1 -0
  13. package/lib/model/index.d.ts +26 -0
  14. package/lib/model/index.js +28 -2
  15. package/lib/model/index.js.map +1 -1
  16. package/lib/model/ip-notation-type.d.ts +31 -0
  17. package/lib/model/ip-notation-type.js +42 -0
  18. package/lib/model/ip-notation-type.js.map +1 -0
  19. package/lib/model/network-type.d.ts +29 -0
  20. package/lib/model/network-type.js +40 -0
  21. package/lib/model/network-type.js.map +1 -0
  22. package/lib/model/secure-access-control-rule.d.ts +35 -0
  23. package/lib/model/secure-access-control-rule.js +30 -0
  24. package/lib/model/secure-access-control-rule.js.map +1 -0
  25. package/lib/model/sql-endpoint-collection.d.ts +27 -0
  26. package/lib/model/sql-endpoint-collection.js +62 -0
  27. package/lib/model/sql-endpoint-collection.js.map +1 -0
  28. package/lib/model/sql-endpoint-lifecycle-state.d.ts +38 -0
  29. package/lib/model/sql-endpoint-lifecycle-state.js +49 -0
  30. package/lib/model/sql-endpoint-lifecycle-state.js.map +1 -0
  31. package/lib/model/sql-endpoint-network-configuration.d.ts +23 -0
  32. package/lib/model/sql-endpoint-network-configuration.js +73 -0
  33. package/lib/model/sql-endpoint-network-configuration.js.map +1 -0
  34. package/lib/model/sql-endpoint-secure-access-config.d.ts +33 -0
  35. package/lib/model/sql-endpoint-secure-access-config.js +67 -0
  36. package/lib/model/sql-endpoint-secure-access-config.js.map +1 -0
  37. package/lib/model/sql-endpoint-summary.d.ts +146 -0
  38. package/lib/model/sql-endpoint-summary.js +70 -0
  39. package/lib/model/sql-endpoint-summary.js.map +1 -0
  40. package/lib/model/sql-endpoint-vcn-config.d.ts +45 -0
  41. package/lib/model/sql-endpoint-vcn-config.js +55 -0
  42. package/lib/model/sql-endpoint-vcn-config.js.map +1 -0
  43. package/lib/model/sql-endpoint.d.ts +141 -0
  44. package/lib/model/sql-endpoint.js +70 -0
  45. package/lib/model/sql-endpoint.js.map +1 -0
  46. package/lib/model/update-sql-endpoint-details.d.ts +41 -0
  47. package/lib/model/update-sql-endpoint-details.js +30 -0
  48. package/lib/model/update-sql-endpoint-details.js.map +1 -0
  49. package/lib/request/change-application-compartment-request.d.ts +1 -1
  50. package/lib/request/change-pool-compartment-request.d.ts +1 -1
  51. package/lib/request/change-private-endpoint-compartment-request.d.ts +1 -1
  52. package/lib/request/change-run-compartment-request.d.ts +1 -1
  53. package/lib/request/change-sql-endpoint-compartment-request.d.ts +48 -0
  54. package/lib/request/change-sql-endpoint-compartment-request.js +15 -0
  55. package/lib/request/change-sql-endpoint-compartment-request.js.map +1 -0
  56. package/lib/request/create-application-request.d.ts +1 -1
  57. package/lib/request/create-pool-request.d.ts +1 -1
  58. package/lib/request/create-private-endpoint-request.d.ts +1 -1
  59. package/lib/request/create-run-request.d.ts +1 -1
  60. package/lib/request/create-sql-endpoint-request.d.ts +37 -0
  61. package/lib/request/create-sql-endpoint-request.js +15 -0
  62. package/lib/request/create-sql-endpoint-request.js.map +1 -0
  63. package/lib/request/create-statement-request.d.ts +1 -1
  64. package/lib/request/delete-application-request.d.ts +1 -1
  65. package/lib/request/delete-pool-request.d.ts +1 -1
  66. package/lib/request/delete-private-endpoint-request.d.ts +1 -1
  67. package/lib/request/delete-run-request.d.ts +1 -1
  68. package/lib/request/delete-sql-endpoint-request.d.ts +35 -0
  69. package/lib/request/delete-sql-endpoint-request.js +15 -0
  70. package/lib/request/delete-sql-endpoint-request.js.map +1 -0
  71. package/lib/request/delete-statement-request.d.ts +1 -1
  72. package/lib/request/get-application-request.d.ts +1 -1
  73. package/lib/request/get-pool-request.d.ts +1 -1
  74. package/lib/request/get-private-endpoint-request.d.ts +1 -1
  75. package/lib/request/get-run-log-request.d.ts +1 -1
  76. package/lib/request/get-run-request.d.ts +1 -1
  77. package/lib/request/get-sql-endpoint-request.d.ts +28 -0
  78. package/lib/request/get-sql-endpoint-request.js +15 -0
  79. package/lib/request/get-sql-endpoint-request.js.map +1 -0
  80. package/lib/request/get-statement-request.d.ts +1 -1
  81. package/lib/request/get-work-request-request.d.ts +1 -1
  82. package/lib/request/index.d.ts +12 -0
  83. package/lib/request/index.js +3 -1
  84. package/lib/request/index.js.map +1 -1
  85. package/lib/request/list-applications-request.d.ts +1 -1
  86. package/lib/request/list-pools-request.d.ts +1 -1
  87. package/lib/request/list-private-endpoints-request.d.ts +1 -1
  88. package/lib/request/list-run-logs-request.d.ts +1 -1
  89. package/lib/request/list-runs-request.d.ts +1 -1
  90. package/lib/request/list-sql-endpoints-request.d.ts +71 -0
  91. package/lib/request/list-sql-endpoints-request.js +30 -0
  92. package/lib/request/list-sql-endpoints-request.js.map +1 -0
  93. package/lib/request/list-statements-request.d.ts +1 -1
  94. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  95. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  96. package/lib/request/list-work-requests-request.d.ts +1 -1
  97. package/lib/request/start-pool-request.d.ts +1 -1
  98. package/lib/request/stop-pool-request.d.ts +1 -1
  99. package/lib/request/update-application-request.d.ts +1 -1
  100. package/lib/request/update-pool-request.d.ts +1 -1
  101. package/lib/request/update-private-endpoint-request.d.ts +1 -1
  102. package/lib/request/update-run-request.d.ts +1 -1
  103. package/lib/request/update-sql-endpoint-request.d.ts +40 -0
  104. package/lib/request/update-sql-endpoint-request.js +15 -0
  105. package/lib/request/update-sql-endpoint-request.js.map +1 -0
  106. package/lib/response/change-sql-endpoint-compartment-response.d.ts +25 -0
  107. package/lib/response/change-sql-endpoint-compartment-response.js +15 -0
  108. package/lib/response/change-sql-endpoint-compartment-response.js.map +1 -0
  109. package/lib/response/create-sql-endpoint-response.d.ts +36 -0
  110. package/lib/response/create-sql-endpoint-response.js +15 -0
  111. package/lib/response/create-sql-endpoint-response.js.map +1 -0
  112. package/lib/response/delete-sql-endpoint-response.d.ts +25 -0
  113. package/lib/response/delete-sql-endpoint-response.js +15 -0
  114. package/lib/response/delete-sql-endpoint-response.js.map +1 -0
  115. package/lib/response/get-sql-endpoint-response.d.ts +31 -0
  116. package/lib/response/get-sql-endpoint-response.js +15 -0
  117. package/lib/response/get-sql-endpoint-response.js.map +1 -0
  118. package/lib/response/index.d.ts +12 -0
  119. package/lib/response/list-sql-endpoints-response.d.ts +31 -0
  120. package/lib/response/list-sql-endpoints-response.js +15 -0
  121. package/lib/response/list-sql-endpoints-response.js.map +1 -0
  122. package/lib/response/update-sql-endpoint-response.d.ts +25 -0
  123. package/lib/response/update-sql-endpoint-response.js +15 -0
  124. package/lib/response/update-sql-endpoint-response.js.map +1 -0
  125. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -89,7 +89,7 @@ export declare class DataFlowClient {
89
89
  * @param ChangeApplicationCompartmentRequest
90
90
  * @return ChangeApplicationCompartmentResponse
91
91
  * @throws OciError when an error occurs
92
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartment API.
92
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/dataflow/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartment API.
93
93
  */
94
94
  changeApplicationCompartment(changeApplicationCompartmentRequest: requests.ChangeApplicationCompartmentRequest): Promise<responses.ChangeApplicationCompartmentResponse>;
95
95
  /**
@@ -102,7 +102,7 @@ export declare class DataFlowClient {
102
102
  * @param ChangePoolCompartmentRequest
103
103
  * @return ChangePoolCompartmentResponse
104
104
  * @throws OciError when an error occurs
105
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/ChangePoolCompartment.ts.html |here} to see how to use ChangePoolCompartment API.
105
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/dataflow/ChangePoolCompartment.ts.html |here} to see how to use ChangePoolCompartment API.
106
106
  */
107
107
  changePoolCompartment(changePoolCompartmentRequest: requests.ChangePoolCompartmentRequest): Promise<responses.ChangePoolCompartmentResponse>;
108
108
  /**
@@ -112,7 +112,7 @@ export declare class DataFlowClient {
112
112
  * @param ChangePrivateEndpointCompartmentRequest
113
113
  * @return ChangePrivateEndpointCompartmentResponse
114
114
  * @throws OciError when an error occurs
115
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/ChangePrivateEndpointCompartment.ts.html |here} to see how to use ChangePrivateEndpointCompartment API.
115
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/dataflow/ChangePrivateEndpointCompartment.ts.html |here} to see how to use ChangePrivateEndpointCompartment API.
116
116
  */
117
117
  changePrivateEndpointCompartment(changePrivateEndpointCompartmentRequest: requests.ChangePrivateEndpointCompartmentRequest): Promise<responses.ChangePrivateEndpointCompartmentResponse>;
118
118
  /**
@@ -125,9 +125,18 @@ export declare class DataFlowClient {
125
125
  * @param ChangeRunCompartmentRequest
126
126
  * @return ChangeRunCompartmentResponse
127
127
  * @throws OciError when an error occurs
128
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/ChangeRunCompartment.ts.html |here} to see how to use ChangeRunCompartment API.
128
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/dataflow/ChangeRunCompartment.ts.html |here} to see how to use ChangeRunCompartment API.
129
129
  */
130
130
  changeRunCompartment(changeRunCompartmentRequest: requests.ChangeRunCompartmentRequest): Promise<responses.ChangeRunCompartmentResponse>;
131
+ /**
132
+ * Moves an Sql Endpoint from one compartment to another. When provided, If-Match is checked against ETag values of the Sql Endpoint.
133
+ * This operation does not retry by default if the user has not defined a retry configuration.
134
+ * @param ChangeSqlEndpointCompartmentRequest
135
+ * @return ChangeSqlEndpointCompartmentResponse
136
+ * @throws OciError when an error occurs
137
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/dataflow/ChangeSqlEndpointCompartment.ts.html |here} to see how to use ChangeSqlEndpointCompartment API.
138
+ */
139
+ changeSqlEndpointCompartment(changeSqlEndpointCompartmentRequest: requests.ChangeSqlEndpointCompartmentRequest): Promise<responses.ChangeSqlEndpointCompartmentResponse>;
131
140
  /**
132
141
  * Creates an application.
133
142
  *
@@ -135,7 +144,7 @@ export declare class DataFlowClient {
135
144
  * @param CreateApplicationRequest
136
145
  * @return CreateApplicationResponse
137
146
  * @throws OciError when an error occurs
138
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/CreateApplication.ts.html |here} to see how to use CreateApplication API.
147
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/dataflow/CreateApplication.ts.html |here} to see how to use CreateApplication API.
139
148
  */
140
149
  createApplication(createApplicationRequest: requests.CreateApplicationRequest): Promise<responses.CreateApplicationResponse>;
141
150
  /**
@@ -145,7 +154,7 @@ export declare class DataFlowClient {
145
154
  * @param CreatePoolRequest
146
155
  * @return CreatePoolResponse
147
156
  * @throws OciError when an error occurs
148
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/CreatePool.ts.html |here} to see how to use CreatePool API.
157
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/dataflow/CreatePool.ts.html |here} to see how to use CreatePool API.
149
158
  */
150
159
  createPool(createPoolRequest: requests.CreatePoolRequest): Promise<responses.CreatePoolResponse>;
151
160
  /**
@@ -155,7 +164,7 @@ export declare class DataFlowClient {
155
164
  * @param CreatePrivateEndpointRequest
156
165
  * @return CreatePrivateEndpointResponse
157
166
  * @throws OciError when an error occurs
158
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/CreatePrivateEndpoint.ts.html |here} to see how to use CreatePrivateEndpoint API.
167
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/dataflow/CreatePrivateEndpoint.ts.html |here} to see how to use CreatePrivateEndpoint API.
159
168
  */
160
169
  createPrivateEndpoint(createPrivateEndpointRequest: requests.CreatePrivateEndpointRequest): Promise<responses.CreatePrivateEndpointResponse>;
161
170
  /**
@@ -165,9 +174,18 @@ export declare class DataFlowClient {
165
174
  * @param CreateRunRequest
166
175
  * @return CreateRunResponse
167
176
  * @throws OciError when an error occurs
168
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/CreateRun.ts.html |here} to see how to use CreateRun API.
177
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/dataflow/CreateRun.ts.html |here} to see how to use CreateRun API.
169
178
  */
170
179
  createRun(createRunRequest: requests.CreateRunRequest): Promise<responses.CreateRunResponse>;
180
+ /**
181
+ * Create a new Sql Endpoint.
182
+ * This operation does not retry by default if the user has not defined a retry configuration.
183
+ * @param CreateSqlEndpointRequest
184
+ * @return CreateSqlEndpointResponse
185
+ * @throws OciError when an error occurs
186
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/dataflow/CreateSqlEndpoint.ts.html |here} to see how to use CreateSqlEndpoint API.
187
+ */
188
+ createSqlEndpoint(createSqlEndpointRequest: requests.CreateSqlEndpointRequest): Promise<responses.CreateSqlEndpointResponse>;
171
189
  /**
172
190
  * Executes a statement for a Session run.
173
191
  *
@@ -175,7 +193,7 @@ export declare class DataFlowClient {
175
193
  * @param CreateStatementRequest
176
194
  * @return CreateStatementResponse
177
195
  * @throws OciError when an error occurs
178
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/CreateStatement.ts.html |here} to see how to use CreateStatement API.
196
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/dataflow/CreateStatement.ts.html |here} to see how to use CreateStatement API.
179
197
  */
180
198
  createStatement(createStatementRequest: requests.CreateStatementRequest): Promise<responses.CreateStatementResponse>;
181
199
  /**
@@ -185,7 +203,7 @@ export declare class DataFlowClient {
185
203
  * @param DeleteApplicationRequest
186
204
  * @return DeleteApplicationResponse
187
205
  * @throws OciError when an error occurs
188
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
206
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/dataflow/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
189
207
  */
190
208
  deleteApplication(deleteApplicationRequest: requests.DeleteApplicationRequest): Promise<responses.DeleteApplicationResponse>;
191
209
  /**
@@ -195,7 +213,7 @@ export declare class DataFlowClient {
195
213
  * @param DeletePoolRequest
196
214
  * @return DeletePoolResponse
197
215
  * @throws OciError when an error occurs
198
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/DeletePool.ts.html |here} to see how to use DeletePool API.
216
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/dataflow/DeletePool.ts.html |here} to see how to use DeletePool API.
199
217
  */
200
218
  deletePool(deletePoolRequest: requests.DeletePoolRequest): Promise<responses.DeletePoolResponse>;
201
219
  /**
@@ -205,7 +223,7 @@ export declare class DataFlowClient {
205
223
  * @param DeletePrivateEndpointRequest
206
224
  * @return DeletePrivateEndpointResponse
207
225
  * @throws OciError when an error occurs
208
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpoint API.
226
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/dataflow/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpoint API.
209
227
  */
210
228
  deletePrivateEndpoint(deletePrivateEndpointRequest: requests.DeletePrivateEndpointRequest): Promise<responses.DeletePrivateEndpointResponse>;
211
229
  /**
@@ -216,9 +234,18 @@ export declare class DataFlowClient {
216
234
  * @param DeleteRunRequest
217
235
  * @return DeleteRunResponse
218
236
  * @throws OciError when an error occurs
219
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/DeleteRun.ts.html |here} to see how to use DeleteRun API.
237
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/dataflow/DeleteRun.ts.html |here} to see how to use DeleteRun API.
220
238
  */
221
239
  deleteRun(deleteRunRequest: requests.DeleteRunRequest): Promise<responses.DeleteRunResponse>;
240
+ /**
241
+ * Delete a Sql Endpoint resource, identified by the SqlEndpoint id.
242
+ * This operation does not retry by default if the user has not defined a retry configuration.
243
+ * @param DeleteSqlEndpointRequest
244
+ * @return DeleteSqlEndpointResponse
245
+ * @throws OciError when an error occurs
246
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/dataflow/DeleteSqlEndpoint.ts.html |here} to see how to use DeleteSqlEndpoint API.
247
+ */
248
+ deleteSqlEndpoint(deleteSqlEndpointRequest: requests.DeleteSqlEndpointRequest): Promise<responses.DeleteSqlEndpointResponse>;
222
249
  /**
223
250
  * Cancels the specified statement for a Session run.
224
251
  *
@@ -226,7 +253,7 @@ export declare class DataFlowClient {
226
253
  * @param DeleteStatementRequest
227
254
  * @return DeleteStatementResponse
228
255
  * @throws OciError when an error occurs
229
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/DeleteStatement.ts.html |here} to see how to use DeleteStatement API.
256
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/dataflow/DeleteStatement.ts.html |here} to see how to use DeleteStatement API.
230
257
  */
231
258
  deleteStatement(deleteStatementRequest: requests.DeleteStatementRequest): Promise<responses.DeleteStatementResponse>;
232
259
  /**
@@ -236,7 +263,7 @@ export declare class DataFlowClient {
236
263
  * @param GetApplicationRequest
237
264
  * @return GetApplicationResponse
238
265
  * @throws OciError when an error occurs
239
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/GetApplication.ts.html |here} to see how to use GetApplication API.
266
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/dataflow/GetApplication.ts.html |here} to see how to use GetApplication API.
240
267
  */
241
268
  getApplication(getApplicationRequest: requests.GetApplicationRequest): Promise<responses.GetApplicationResponse>;
242
269
  /**
@@ -246,7 +273,7 @@ export declare class DataFlowClient {
246
273
  * @param GetPoolRequest
247
274
  * @return GetPoolResponse
248
275
  * @throws OciError when an error occurs
249
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/GetPool.ts.html |here} to see how to use GetPool API.
276
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/dataflow/GetPool.ts.html |here} to see how to use GetPool API.
250
277
  */
251
278
  getPool(getPoolRequest: requests.GetPoolRequest): Promise<responses.GetPoolResponse>;
252
279
  /**
@@ -256,7 +283,7 @@ export declare class DataFlowClient {
256
283
  * @param GetPrivateEndpointRequest
257
284
  * @return GetPrivateEndpointResponse
258
285
  * @throws OciError when an error occurs
259
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/GetPrivateEndpoint.ts.html |here} to see how to use GetPrivateEndpoint API.
286
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/dataflow/GetPrivateEndpoint.ts.html |here} to see how to use GetPrivateEndpoint API.
260
287
  */
261
288
  getPrivateEndpoint(getPrivateEndpointRequest: requests.GetPrivateEndpointRequest): Promise<responses.GetPrivateEndpointResponse>;
262
289
  /**
@@ -266,7 +293,7 @@ export declare class DataFlowClient {
266
293
  * @param GetRunRequest
267
294
  * @return GetRunResponse
268
295
  * @throws OciError when an error occurs
269
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/GetRun.ts.html |here} to see how to use GetRun API.
296
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/dataflow/GetRun.ts.html |here} to see how to use GetRun API.
270
297
  */
271
298
  getRun(getRunRequest: requests.GetRunRequest): Promise<responses.GetRunResponse>;
272
299
  /**
@@ -276,9 +303,18 @@ export declare class DataFlowClient {
276
303
  * @param GetRunLogRequest
277
304
  * @return GetRunLogResponse
278
305
  * @throws OciError when an error occurs
279
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/GetRunLog.ts.html |here} to see how to use GetRunLog API.
306
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/dataflow/GetRunLog.ts.html |here} to see how to use GetRunLog API.
280
307
  */
281
308
  getRunLog(getRunLogRequest: requests.GetRunLogRequest): Promise<responses.GetRunLogResponse>;
309
+ /**
310
+ * Retrieves a SQL Endpoint using a sqlEndpointId.
311
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
312
+ * @param GetSqlEndpointRequest
313
+ * @return GetSqlEndpointResponse
314
+ * @throws OciError when an error occurs
315
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/dataflow/GetSqlEndpoint.ts.html |here} to see how to use GetSqlEndpoint API.
316
+ */
317
+ getSqlEndpoint(getSqlEndpointRequest: requests.GetSqlEndpointRequest): Promise<responses.GetSqlEndpointResponse>;
282
318
  /**
283
319
  * Retrieves the statement corresponding to the `statementId` for a Session run specified by `runId`.
284
320
  *
@@ -286,7 +322,7 @@ export declare class DataFlowClient {
286
322
  * @param GetStatementRequest
287
323
  * @return GetStatementResponse
288
324
  * @throws OciError when an error occurs
289
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/GetStatement.ts.html |here} to see how to use GetStatement API.
325
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/dataflow/GetStatement.ts.html |here} to see how to use GetStatement API.
290
326
  */
291
327
  getStatement(getStatementRequest: requests.GetStatementRequest): Promise<responses.GetStatementResponse>;
292
328
  /**
@@ -296,7 +332,7 @@ export declare class DataFlowClient {
296
332
  * @param GetWorkRequestRequest
297
333
  * @return GetWorkRequestResponse
298
334
  * @throws OciError when an error occurs
299
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
335
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/dataflow/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
300
336
  */
301
337
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
302
338
  /**
@@ -306,7 +342,7 @@ export declare class DataFlowClient {
306
342
  * @param ListApplicationsRequest
307
343
  * @return ListApplicationsResponse
308
344
  * @throws OciError when an error occurs
309
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/ListApplications.ts.html |here} to see how to use ListApplications API.
345
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/dataflow/ListApplications.ts.html |here} to see how to use ListApplications API.
310
346
  */
311
347
  listApplications(listApplicationsRequest: requests.ListApplicationsRequest): Promise<responses.ListApplicationsResponse>;
312
348
  /**
@@ -348,7 +384,7 @@ export declare class DataFlowClient {
348
384
  * @param ListPoolsRequest
349
385
  * @return ListPoolsResponse
350
386
  * @throws OciError when an error occurs
351
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/ListPools.ts.html |here} to see how to use ListPools API.
387
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/dataflow/ListPools.ts.html |here} to see how to use ListPools API.
352
388
  */
353
389
  listPools(listPoolsRequest: requests.ListPoolsRequest): Promise<responses.ListPoolsResponse>;
354
390
  /**
@@ -358,7 +394,7 @@ export declare class DataFlowClient {
358
394
  * @param ListPrivateEndpointsRequest
359
395
  * @return ListPrivateEndpointsResponse
360
396
  * @throws OciError when an error occurs
361
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/ListPrivateEndpoints.ts.html |here} to see how to use ListPrivateEndpoints API.
397
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/dataflow/ListPrivateEndpoints.ts.html |here} to see how to use ListPrivateEndpoints API.
362
398
  */
363
399
  listPrivateEndpoints(listPrivateEndpointsRequest: requests.ListPrivateEndpointsRequest): Promise<responses.ListPrivateEndpointsResponse>;
364
400
  /**
@@ -368,7 +404,7 @@ export declare class DataFlowClient {
368
404
  * @param ListRunLogsRequest
369
405
  * @return ListRunLogsResponse
370
406
  * @throws OciError when an error occurs
371
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/ListRunLogs.ts.html |here} to see how to use ListRunLogs API.
407
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/dataflow/ListRunLogs.ts.html |here} to see how to use ListRunLogs API.
372
408
  */
373
409
  listRunLogs(listRunLogsRequest: requests.ListRunLogsRequest): Promise<responses.ListRunLogsResponse>;
374
410
  /**
@@ -410,7 +446,7 @@ export declare class DataFlowClient {
410
446
  * @param ListRunsRequest
411
447
  * @return ListRunsResponse
412
448
  * @throws OciError when an error occurs
413
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/ListRuns.ts.html |here} to see how to use ListRuns API.
449
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/dataflow/ListRuns.ts.html |here} to see how to use ListRuns API.
414
450
  */
415
451
  listRuns(listRunsRequest: requests.ListRunsRequest): Promise<responses.ListRunsResponse>;
416
452
  /**
@@ -445,6 +481,18 @@ export declare class DataFlowClient {
445
481
  * @param request a request which can be sent to the service operation
446
482
  */
447
483
  listRunsResponseIterator(request: requests.ListRunsRequest): AsyncIterableIterator<responses.ListRunsResponse>;
484
+ /**
485
+ * Lists all Sql Endpoints in the specified compartment.
486
+ * The query must include compartmentId or sqlEndpointId.
487
+ * If the query does not include either compartmentId or sqlEndpointId, an error is returned.
488
+ *
489
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
490
+ * @param ListSqlEndpointsRequest
491
+ * @return ListSqlEndpointsResponse
492
+ * @throws OciError when an error occurs
493
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/dataflow/ListSqlEndpoints.ts.html |here} to see how to use ListSqlEndpoints API.
494
+ */
495
+ listSqlEndpoints(listSqlEndpointsRequest: requests.ListSqlEndpointsRequest): Promise<responses.ListSqlEndpointsResponse>;
448
496
  /**
449
497
  * Lists all statements for a Session run.
450
498
  *
@@ -452,7 +500,7 @@ export declare class DataFlowClient {
452
500
  * @param ListStatementsRequest
453
501
  * @return ListStatementsResponse
454
502
  * @throws OciError when an error occurs
455
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/ListStatements.ts.html |here} to see how to use ListStatements API.
503
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/dataflow/ListStatements.ts.html |here} to see how to use ListStatements API.
456
504
  */
457
505
  listStatements(listStatementsRequest: requests.ListStatementsRequest): Promise<responses.ListStatementsResponse>;
458
506
  /**
@@ -462,7 +510,7 @@ export declare class DataFlowClient {
462
510
  * @param ListWorkRequestErrorsRequest
463
511
  * @return ListWorkRequestErrorsResponse
464
512
  * @throws OciError when an error occurs
465
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
513
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/dataflow/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
466
514
  */
467
515
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
468
516
  /**
@@ -472,7 +520,7 @@ export declare class DataFlowClient {
472
520
  * @param ListWorkRequestLogsRequest
473
521
  * @return ListWorkRequestLogsResponse
474
522
  * @throws OciError when an error occurs
475
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
523
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/dataflow/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
476
524
  */
477
525
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
478
526
  /**
@@ -482,7 +530,7 @@ export declare class DataFlowClient {
482
530
  * @param ListWorkRequestsRequest
483
531
  * @return ListWorkRequestsResponse
484
532
  * @throws OciError when an error occurs
485
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
533
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/dataflow/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
486
534
  */
487
535
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
488
536
  /**
@@ -492,7 +540,7 @@ export declare class DataFlowClient {
492
540
  * @param StartPoolRequest
493
541
  * @return StartPoolResponse
494
542
  * @throws OciError when an error occurs
495
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/StartPool.ts.html |here} to see how to use StartPool API.
543
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/dataflow/StartPool.ts.html |here} to see how to use StartPool API.
496
544
  */
497
545
  startPool(startPoolRequest: requests.StartPoolRequest): Promise<responses.StartPoolResponse>;
498
546
  /**
@@ -502,7 +550,7 @@ export declare class DataFlowClient {
502
550
  * @param StopPoolRequest
503
551
  * @return StopPoolResponse
504
552
  * @throws OciError when an error occurs
505
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/StopPool.ts.html |here} to see how to use StopPool API.
553
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/dataflow/StopPool.ts.html |here} to see how to use StopPool API.
506
554
  */
507
555
  stopPool(stopPoolRequest: requests.StopPoolRequest): Promise<responses.StopPoolResponse>;
508
556
  /**
@@ -512,7 +560,7 @@ export declare class DataFlowClient {
512
560
  * @param UpdateApplicationRequest
513
561
  * @return UpdateApplicationResponse
514
562
  * @throws OciError when an error occurs
515
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
563
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/dataflow/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
516
564
  */
517
565
  updateApplication(updateApplicationRequest: requests.UpdateApplicationRequest): Promise<responses.UpdateApplicationResponse>;
518
566
  /**
@@ -524,7 +572,7 @@ export declare class DataFlowClient {
524
572
  * @param UpdatePoolRequest
525
573
  * @return UpdatePoolResponse
526
574
  * @throws OciError when an error occurs
527
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/UpdatePool.ts.html |here} to see how to use UpdatePool API.
575
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/dataflow/UpdatePool.ts.html |here} to see how to use UpdatePool API.
528
576
  */
529
577
  updatePool(updatePoolRequest: requests.UpdatePoolRequest): Promise<responses.UpdatePoolResponse>;
530
578
  /**
@@ -536,7 +584,7 @@ export declare class DataFlowClient {
536
584
  * @param UpdatePrivateEndpointRequest
537
585
  * @return UpdatePrivateEndpointResponse
538
586
  * @throws OciError when an error occurs
539
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpoint API.
587
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/dataflow/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpoint API.
540
588
  */
541
589
  updatePrivateEndpoint(updatePrivateEndpointRequest: requests.UpdatePrivateEndpointRequest): Promise<responses.UpdatePrivateEndpointResponse>;
542
590
  /**
@@ -546,7 +594,16 @@ export declare class DataFlowClient {
546
594
  * @param UpdateRunRequest
547
595
  * @return UpdateRunResponse
548
596
  * @throws OciError when an error occurs
549
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/UpdateRun.ts.html |here} to see how to use UpdateRun API.
597
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/dataflow/UpdateRun.ts.html |here} to see how to use UpdateRun API.
550
598
  */
551
599
  updateRun(updateRunRequest: requests.UpdateRunRequest): Promise<responses.UpdateRunResponse>;
600
+ /**
601
+ * Update a Sql Endpoint resource, identified by the SqlEndpoint id.
602
+ * This operation does not retry by default if the user has not defined a retry configuration.
603
+ * @param UpdateSqlEndpointRequest
604
+ * @return UpdateSqlEndpointResponse
605
+ * @throws OciError when an error occurs
606
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/dataflow/UpdateSqlEndpoint.ts.html |here} to see how to use UpdateSqlEndpoint API.
607
+ */
608
+ updateSqlEndpoint(updateSqlEndpointRequest: requests.UpdateSqlEndpointRequest): Promise<responses.UpdateSqlEndpointResponse>;
552
609
  }