oci-dataflow 2.62.2 → 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 (220) hide show
  1. package/lib/client.d.ts +170 -28
  2. package/lib/client.js +936 -28
  3. package/lib/client.js.map +1 -1
  4. package/lib/dataflow-waiter.d.ts +16 -0
  5. package/lib/dataflow-waiter.js +24 -0
  6. package/lib/dataflow-waiter.js.map +1 -1
  7. package/lib/model/application-summary.d.ts +7 -2
  8. package/lib/model/application-summary.js.map +1 -1
  9. package/lib/model/application.d.ts +7 -2
  10. package/lib/model/application.js.map +1 -1
  11. package/lib/model/change-pool-compartment-details.d.ts +28 -0
  12. package/lib/model/change-pool-compartment-details.js +30 -0
  13. package/lib/model/change-pool-compartment-details.js.map +1 -0
  14. package/lib/model/change-sql-endpoint-compartment-details.d.ts +26 -0
  15. package/lib/model/change-sql-endpoint-compartment-details.js +30 -0
  16. package/lib/model/change-sql-endpoint-compartment-details.js.map +1 -0
  17. package/lib/model/create-application-details.d.ts +5 -0
  18. package/lib/model/create-application-details.js.map +1 -1
  19. package/lib/model/create-pool-details.d.ts +74 -0
  20. package/lib/model/create-pool-details.js +72 -0
  21. package/lib/model/create-pool-details.js.map +1 -0
  22. package/lib/model/create-run-details.d.ts +5 -0
  23. package/lib/model/create-run-details.js.map +1 -1
  24. package/lib/model/create-sql-endpoint-details.d.ts +100 -0
  25. package/lib/model/create-sql-endpoint-details.js +70 -0
  26. package/lib/model/create-sql-endpoint-details.js.map +1 -0
  27. package/lib/model/day-of-week.d.ts +35 -0
  28. package/lib/model/day-of-week.js +46 -0
  29. package/lib/model/day-of-week.js.map +1 -0
  30. package/lib/model/index.d.ts +50 -0
  31. package/lib/model/index.js +52 -1
  32. package/lib/model/index.js.map +1 -1
  33. package/lib/model/ip-notation-type.d.ts +31 -0
  34. package/lib/model/ip-notation-type.js +42 -0
  35. package/lib/model/ip-notation-type.js.map +1 -0
  36. package/lib/model/network-type.d.ts +29 -0
  37. package/lib/model/network-type.js +40 -0
  38. package/lib/model/network-type.js.map +1 -0
  39. package/lib/model/node-count.d.ts +33 -0
  40. package/lib/model/node-count.js +30 -0
  41. package/lib/model/node-count.js.map +1 -0
  42. package/lib/model/pool-collection.d.ts +29 -0
  43. package/lib/model/pool-collection.js +62 -0
  44. package/lib/model/pool-collection.js.map +1 -0
  45. package/lib/model/pool-config.d.ts +40 -0
  46. package/lib/model/pool-config.js +56 -0
  47. package/lib/model/pool-config.js.map +1 -0
  48. package/lib/model/pool-lifecycle-state.d.ts +38 -0
  49. package/lib/model/pool-lifecycle-state.js +49 -0
  50. package/lib/model/pool-lifecycle-state.js.map +1 -0
  51. package/lib/model/pool-metrics.d.ts +54 -0
  52. package/lib/model/pool-metrics.js +62 -0
  53. package/lib/model/pool-metrics.js.map +1 -0
  54. package/lib/model/pool-schedule.d.ts +36 -0
  55. package/lib/model/pool-schedule.js +30 -0
  56. package/lib/model/pool-schedule.js.map +1 -0
  57. package/lib/model/pool-summary.d.ts +86 -0
  58. package/lib/model/pool-summary.js +30 -0
  59. package/lib/model/pool-summary.js.map +1 -0
  60. package/lib/model/pool.d.ts +113 -0
  61. package/lib/model/pool.js +76 -0
  62. package/lib/model/pool.js.map +1 -0
  63. package/lib/model/private-endpoint-summary.d.ts +2 -2
  64. package/lib/model/private-endpoint.d.ts +2 -2
  65. package/lib/model/run-summary.d.ts +7 -2
  66. package/lib/model/run-summary.js.map +1 -1
  67. package/lib/model/run.d.ts +7 -2
  68. package/lib/model/run.js.map +1 -1
  69. package/lib/model/secure-access-control-rule.d.ts +35 -0
  70. package/lib/model/secure-access-control-rule.js +30 -0
  71. package/lib/model/secure-access-control-rule.js.map +1 -0
  72. package/lib/model/sql-endpoint-collection.d.ts +27 -0
  73. package/lib/model/sql-endpoint-collection.js +62 -0
  74. package/lib/model/sql-endpoint-collection.js.map +1 -0
  75. package/lib/model/sql-endpoint-lifecycle-state.d.ts +38 -0
  76. package/lib/model/sql-endpoint-lifecycle-state.js +49 -0
  77. package/lib/model/sql-endpoint-lifecycle-state.js.map +1 -0
  78. package/lib/model/sql-endpoint-network-configuration.d.ts +23 -0
  79. package/lib/model/sql-endpoint-network-configuration.js +73 -0
  80. package/lib/model/sql-endpoint-network-configuration.js.map +1 -0
  81. package/lib/model/sql-endpoint-secure-access-config.d.ts +33 -0
  82. package/lib/model/sql-endpoint-secure-access-config.js +67 -0
  83. package/lib/model/sql-endpoint-secure-access-config.js.map +1 -0
  84. package/lib/model/sql-endpoint-summary.d.ts +146 -0
  85. package/lib/model/sql-endpoint-summary.js +70 -0
  86. package/lib/model/sql-endpoint-summary.js.map +1 -0
  87. package/lib/model/sql-endpoint-vcn-config.d.ts +45 -0
  88. package/lib/model/sql-endpoint-vcn-config.js +55 -0
  89. package/lib/model/sql-endpoint-vcn-config.js.map +1 -0
  90. package/lib/model/sql-endpoint.d.ts +141 -0
  91. package/lib/model/sql-endpoint.js +70 -0
  92. package/lib/model/sql-endpoint.js.map +1 -0
  93. package/lib/model/statement-summary.d.ts +1 -1
  94. package/lib/model/statement.d.ts +1 -1
  95. package/lib/model/update-application-details.d.ts +5 -0
  96. package/lib/model/update-application-details.js.map +1 -1
  97. package/lib/model/update-pool-details.d.ts +69 -0
  98. package/lib/model/update-pool-details.js +72 -0
  99. package/lib/model/update-pool-details.js.map +1 -0
  100. package/lib/model/update-sql-endpoint-details.d.ts +41 -0
  101. package/lib/model/update-sql-endpoint-details.js +30 -0
  102. package/lib/model/update-sql-endpoint-details.js.map +1 -0
  103. package/lib/request/change-application-compartment-request.d.ts +1 -1
  104. package/lib/request/change-pool-compartment-request.d.ts +50 -0
  105. package/lib/request/change-pool-compartment-request.js +15 -0
  106. package/lib/request/change-pool-compartment-request.js.map +1 -0
  107. package/lib/request/change-private-endpoint-compartment-request.d.ts +1 -1
  108. package/lib/request/change-run-compartment-request.d.ts +1 -1
  109. package/lib/request/change-sql-endpoint-compartment-request.d.ts +48 -0
  110. package/lib/request/change-sql-endpoint-compartment-request.js +15 -0
  111. package/lib/request/change-sql-endpoint-compartment-request.js.map +1 -0
  112. package/lib/request/create-application-request.d.ts +1 -1
  113. package/lib/request/create-pool-request.d.ts +38 -0
  114. package/lib/request/create-pool-request.js +15 -0
  115. package/lib/request/create-pool-request.js.map +1 -0
  116. package/lib/request/create-private-endpoint-request.d.ts +1 -1
  117. package/lib/request/create-run-request.d.ts +1 -1
  118. package/lib/request/create-sql-endpoint-request.d.ts +37 -0
  119. package/lib/request/create-sql-endpoint-request.js +15 -0
  120. package/lib/request/create-sql-endpoint-request.js.map +1 -0
  121. package/lib/request/create-statement-request.d.ts +1 -1
  122. package/lib/request/delete-application-request.d.ts +1 -1
  123. package/lib/request/delete-pool-request.d.ts +36 -0
  124. package/lib/request/delete-pool-request.js +15 -0
  125. package/lib/request/delete-pool-request.js.map +1 -0
  126. package/lib/request/delete-private-endpoint-request.d.ts +1 -1
  127. package/lib/request/delete-run-request.d.ts +1 -1
  128. package/lib/request/delete-sql-endpoint-request.d.ts +35 -0
  129. package/lib/request/delete-sql-endpoint-request.js +15 -0
  130. package/lib/request/delete-sql-endpoint-request.js.map +1 -0
  131. package/lib/request/delete-statement-request.d.ts +1 -1
  132. package/lib/request/get-application-request.d.ts +1 -1
  133. package/lib/request/get-pool-request.d.ts +29 -0
  134. package/lib/request/get-pool-request.js +15 -0
  135. package/lib/request/get-pool-request.js.map +1 -0
  136. package/lib/request/get-private-endpoint-request.d.ts +1 -1
  137. package/lib/request/get-run-log-request.d.ts +1 -1
  138. package/lib/request/get-run-request.d.ts +1 -1
  139. package/lib/request/get-sql-endpoint-request.d.ts +28 -0
  140. package/lib/request/get-sql-endpoint-request.js +15 -0
  141. package/lib/request/get-sql-endpoint-request.js.map +1 -0
  142. package/lib/request/get-statement-request.d.ts +1 -1
  143. package/lib/request/get-work-request-request.d.ts +1 -1
  144. package/lib/request/index.d.ts +28 -0
  145. package/lib/request/index.js +5 -1
  146. package/lib/request/index.js.map +1 -1
  147. package/lib/request/list-applications-request.d.ts +1 -1
  148. package/lib/request/list-pools-request.d.ts +80 -0
  149. package/lib/request/list-pools-request.js +28 -0
  150. package/lib/request/list-pools-request.js.map +1 -0
  151. package/lib/request/list-private-endpoints-request.d.ts +1 -1
  152. package/lib/request/list-run-logs-request.d.ts +1 -1
  153. package/lib/request/list-runs-request.d.ts +6 -1
  154. package/lib/request/list-runs-request.js.map +1 -1
  155. package/lib/request/list-sql-endpoints-request.d.ts +71 -0
  156. package/lib/request/list-sql-endpoints-request.js +30 -0
  157. package/lib/request/list-sql-endpoints-request.js.map +1 -0
  158. package/lib/request/list-statements-request.d.ts +1 -1
  159. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  160. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  161. package/lib/request/list-work-requests-request.d.ts +1 -1
  162. package/lib/request/start-pool-request.d.ts +44 -0
  163. package/lib/request/start-pool-request.js +15 -0
  164. package/lib/request/start-pool-request.js.map +1 -0
  165. package/lib/request/stop-pool-request.d.ts +44 -0
  166. package/lib/request/stop-pool-request.js +15 -0
  167. package/lib/request/stop-pool-request.js.map +1 -0
  168. package/lib/request/update-application-request.d.ts +1 -1
  169. package/lib/request/update-pool-request.d.ts +42 -0
  170. package/lib/request/update-pool-request.js +15 -0
  171. package/lib/request/update-pool-request.js.map +1 -0
  172. package/lib/request/update-private-endpoint-request.d.ts +1 -1
  173. package/lib/request/update-run-request.d.ts +1 -1
  174. package/lib/request/update-sql-endpoint-request.d.ts +40 -0
  175. package/lib/request/update-sql-endpoint-request.js +15 -0
  176. package/lib/request/update-sql-endpoint-request.js.map +1 -0
  177. package/lib/response/change-pool-compartment-response.d.ts +20 -0
  178. package/lib/response/change-pool-compartment-response.js +15 -0
  179. package/lib/response/change-pool-compartment-response.js.map +1 -0
  180. package/lib/response/change-sql-endpoint-compartment-response.d.ts +25 -0
  181. package/lib/response/change-sql-endpoint-compartment-response.js +15 -0
  182. package/lib/response/change-sql-endpoint-compartment-response.js.map +1 -0
  183. package/lib/response/create-pool-response.d.ts +41 -0
  184. package/lib/response/create-pool-response.js +15 -0
  185. package/lib/response/create-pool-response.js.map +1 -0
  186. package/lib/response/create-sql-endpoint-response.d.ts +36 -0
  187. package/lib/response/create-sql-endpoint-response.js +15 -0
  188. package/lib/response/create-sql-endpoint-response.js.map +1 -0
  189. package/lib/response/delete-pool-response.d.ts +20 -0
  190. package/lib/response/delete-pool-response.js +15 -0
  191. package/lib/response/delete-pool-response.js.map +1 -0
  192. package/lib/response/delete-sql-endpoint-response.d.ts +25 -0
  193. package/lib/response/delete-sql-endpoint-response.js +15 -0
  194. package/lib/response/delete-sql-endpoint-response.js.map +1 -0
  195. package/lib/response/get-pool-response.d.ts +31 -0
  196. package/lib/response/get-pool-response.js +15 -0
  197. package/lib/response/get-pool-response.js.map +1 -0
  198. package/lib/response/get-sql-endpoint-response.d.ts +31 -0
  199. package/lib/response/get-sql-endpoint-response.js +15 -0
  200. package/lib/response/get-sql-endpoint-response.js.map +1 -0
  201. package/lib/response/index.d.ts +28 -0
  202. package/lib/response/list-pools-response.d.ts +38 -0
  203. package/lib/response/list-pools-response.js +15 -0
  204. package/lib/response/list-pools-response.js.map +1 -0
  205. package/lib/response/list-sql-endpoints-response.d.ts +31 -0
  206. package/lib/response/list-sql-endpoints-response.js +15 -0
  207. package/lib/response/list-sql-endpoints-response.js.map +1 -0
  208. package/lib/response/start-pool-response.d.ts +25 -0
  209. package/lib/response/start-pool-response.js +15 -0
  210. package/lib/response/start-pool-response.js.map +1 -0
  211. package/lib/response/stop-pool-response.d.ts +25 -0
  212. package/lib/response/stop-pool-response.js +15 -0
  213. package/lib/response/stop-pool-response.js.map +1 -0
  214. package/lib/response/update-pool-response.d.ts +25 -0
  215. package/lib/response/update-pool-response.js +15 -0
  216. package/lib/response/update-pool-response.js.map +1 -0
  217. package/lib/response/update-sql-endpoint-response.d.ts +25 -0
  218. package/lib/response/update-sql-endpoint-response.js +15 -0
  219. package/lib/response/update-sql-endpoint-response.js.map +1 -0
  220. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -89,9 +89,22 @@ 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.2/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
+ /**
96
+ * Moves a pool into a different compartment. When provided, If-Match is checked against ETag
97
+ * values of the resource. Associated resources, like historical metrics, will not be
98
+ * automatically moved. The pool must be in a terminal state (STOPPED, FAILED) in
99
+ * order for it to be moved to a different compartment
100
+ *
101
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
102
+ * @param ChangePoolCompartmentRequest
103
+ * @return ChangePoolCompartmentResponse
104
+ * @throws OciError when an error occurs
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
+ */
107
+ changePoolCompartment(changePoolCompartmentRequest: requests.ChangePoolCompartmentRequest): Promise<responses.ChangePoolCompartmentResponse>;
95
108
  /**
96
109
  * Moves a private endpoint into a different compartment. When provided, If-Match is checked against ETag values of the resource.
97
110
  *
@@ -99,7 +112,7 @@ export declare class DataFlowClient {
99
112
  * @param ChangePrivateEndpointCompartmentRequest
100
113
  * @return ChangePrivateEndpointCompartmentResponse
101
114
  * @throws OciError when an error occurs
102
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/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.
103
116
  */
104
117
  changePrivateEndpointCompartment(changePrivateEndpointCompartmentRequest: requests.ChangePrivateEndpointCompartmentRequest): Promise<responses.ChangePrivateEndpointCompartmentResponse>;
105
118
  /**
@@ -112,9 +125,18 @@ export declare class DataFlowClient {
112
125
  * @param ChangeRunCompartmentRequest
113
126
  * @return ChangeRunCompartmentResponse
114
127
  * @throws OciError when an error occurs
115
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/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.
116
129
  */
117
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>;
118
140
  /**
119
141
  * Creates an application.
120
142
  *
@@ -122,9 +144,19 @@ export declare class DataFlowClient {
122
144
  * @param CreateApplicationRequest
123
145
  * @return CreateApplicationResponse
124
146
  * @throws OciError when an error occurs
125
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/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.
126
148
  */
127
149
  createApplication(createApplicationRequest: requests.CreateApplicationRequest): Promise<responses.CreateApplicationResponse>;
150
+ /**
151
+ * Create a pool to be used by dataflow runs or applications.
152
+ *
153
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
154
+ * @param CreatePoolRequest
155
+ * @return CreatePoolResponse
156
+ * @throws OciError when an error occurs
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.
158
+ */
159
+ createPool(createPoolRequest: requests.CreatePoolRequest): Promise<responses.CreatePoolResponse>;
128
160
  /**
129
161
  * Creates a private endpoint to be used by applications.
130
162
  *
@@ -132,7 +164,7 @@ export declare class DataFlowClient {
132
164
  * @param CreatePrivateEndpointRequest
133
165
  * @return CreatePrivateEndpointResponse
134
166
  * @throws OciError when an error occurs
135
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/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.
136
168
  */
137
169
  createPrivateEndpoint(createPrivateEndpointRequest: requests.CreatePrivateEndpointRequest): Promise<responses.CreatePrivateEndpointResponse>;
138
170
  /**
@@ -142,9 +174,18 @@ export declare class DataFlowClient {
142
174
  * @param CreateRunRequest
143
175
  * @return CreateRunResponse
144
176
  * @throws OciError when an error occurs
145
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/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.
146
178
  */
147
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>;
148
189
  /**
149
190
  * Executes a statement for a Session run.
150
191
  *
@@ -152,7 +193,7 @@ export declare class DataFlowClient {
152
193
  * @param CreateStatementRequest
153
194
  * @return CreateStatementResponse
154
195
  * @throws OciError when an error occurs
155
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/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.
156
197
  */
157
198
  createStatement(createStatementRequest: requests.CreateStatementRequest): Promise<responses.CreateStatementResponse>;
158
199
  /**
@@ -162,9 +203,19 @@ export declare class DataFlowClient {
162
203
  * @param DeleteApplicationRequest
163
204
  * @return DeleteApplicationResponse
164
205
  * @throws OciError when an error occurs
165
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/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.
166
207
  */
167
208
  deleteApplication(deleteApplicationRequest: requests.DeleteApplicationRequest): Promise<responses.DeleteApplicationResponse>;
209
+ /**
210
+ * Deletes a pool using a `poolId`.
211
+ *
212
+ * This operation does not retry by default if the user has not defined a retry configuration.
213
+ * @param DeletePoolRequest
214
+ * @return DeletePoolResponse
215
+ * @throws OciError when an error occurs
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.
217
+ */
218
+ deletePool(deletePoolRequest: requests.DeletePoolRequest): Promise<responses.DeletePoolResponse>;
168
219
  /**
169
220
  * Deletes a private endpoint using a `privateEndpointId`.
170
221
  *
@@ -172,7 +223,7 @@ export declare class DataFlowClient {
172
223
  * @param DeletePrivateEndpointRequest
173
224
  * @return DeletePrivateEndpointResponse
174
225
  * @throws OciError when an error occurs
175
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/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.
176
227
  */
177
228
  deletePrivateEndpoint(deletePrivateEndpointRequest: requests.DeletePrivateEndpointRequest): Promise<responses.DeletePrivateEndpointResponse>;
178
229
  /**
@@ -183,9 +234,18 @@ export declare class DataFlowClient {
183
234
  * @param DeleteRunRequest
184
235
  * @return DeleteRunResponse
185
236
  * @throws OciError when an error occurs
186
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/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.
187
238
  */
188
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>;
189
249
  /**
190
250
  * Cancels the specified statement for a Session run.
191
251
  *
@@ -193,7 +253,7 @@ export declare class DataFlowClient {
193
253
  * @param DeleteStatementRequest
194
254
  * @return DeleteStatementResponse
195
255
  * @throws OciError when an error occurs
196
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/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.
197
257
  */
198
258
  deleteStatement(deleteStatementRequest: requests.DeleteStatementRequest): Promise<responses.DeleteStatementResponse>;
199
259
  /**
@@ -203,9 +263,19 @@ export declare class DataFlowClient {
203
263
  * @param GetApplicationRequest
204
264
  * @return GetApplicationResponse
205
265
  * @throws OciError when an error occurs
206
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/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.
207
267
  */
208
268
  getApplication(getApplicationRequest: requests.GetApplicationRequest): Promise<responses.GetApplicationResponse>;
269
+ /**
270
+ * Retrieves a pool using a `poolId`.
271
+ *
272
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
273
+ * @param GetPoolRequest
274
+ * @return GetPoolResponse
275
+ * @throws OciError when an error occurs
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.
277
+ */
278
+ getPool(getPoolRequest: requests.GetPoolRequest): Promise<responses.GetPoolResponse>;
209
279
  /**
210
280
  * Retrieves an private endpoint using a `privateEndpointId`.
211
281
  *
@@ -213,7 +283,7 @@ export declare class DataFlowClient {
213
283
  * @param GetPrivateEndpointRequest
214
284
  * @return GetPrivateEndpointResponse
215
285
  * @throws OciError when an error occurs
216
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/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.
217
287
  */
218
288
  getPrivateEndpoint(getPrivateEndpointRequest: requests.GetPrivateEndpointRequest): Promise<responses.GetPrivateEndpointResponse>;
219
289
  /**
@@ -223,7 +293,7 @@ export declare class DataFlowClient {
223
293
  * @param GetRunRequest
224
294
  * @return GetRunResponse
225
295
  * @throws OciError when an error occurs
226
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/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.
227
297
  */
228
298
  getRun(getRunRequest: requests.GetRunRequest): Promise<responses.GetRunResponse>;
229
299
  /**
@@ -233,9 +303,18 @@ export declare class DataFlowClient {
233
303
  * @param GetRunLogRequest
234
304
  * @return GetRunLogResponse
235
305
  * @throws OciError when an error occurs
236
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/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.
237
307
  */
238
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>;
239
318
  /**
240
319
  * Retrieves the statement corresponding to the `statementId` for a Session run specified by `runId`.
241
320
  *
@@ -243,7 +322,7 @@ export declare class DataFlowClient {
243
322
  * @param GetStatementRequest
244
323
  * @return GetStatementResponse
245
324
  * @throws OciError when an error occurs
246
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/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.
247
326
  */
248
327
  getStatement(getStatementRequest: requests.GetStatementRequest): Promise<responses.GetStatementResponse>;
249
328
  /**
@@ -253,7 +332,7 @@ export declare class DataFlowClient {
253
332
  * @param GetWorkRequestRequest
254
333
  * @return GetWorkRequestResponse
255
334
  * @throws OciError when an error occurs
256
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/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.
257
336
  */
258
337
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
259
338
  /**
@@ -263,7 +342,7 @@ export declare class DataFlowClient {
263
342
  * @param ListApplicationsRequest
264
343
  * @return ListApplicationsResponse
265
344
  * @throws OciError when an error occurs
266
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/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.
267
346
  */
268
347
  listApplications(listApplicationsRequest: requests.ListApplicationsRequest): Promise<responses.ListApplicationsResponse>;
269
348
  /**
@@ -298,6 +377,16 @@ export declare class DataFlowClient {
298
377
  * @param request a request which can be sent to the service operation
299
378
  */
300
379
  listApplicationsResponseIterator(request: requests.ListApplicationsRequest): AsyncIterableIterator<responses.ListApplicationsResponse>;
380
+ /**
381
+ * Lists all pools in the specified compartment. The query must include compartmentId. The query may also include one other parameter. If the query does not include compartmentId, or includes compartmentId, but with two or more other parameters, an error is returned.
382
+ *
383
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
384
+ * @param ListPoolsRequest
385
+ * @return ListPoolsResponse
386
+ * @throws OciError when an error occurs
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.
388
+ */
389
+ listPools(listPoolsRequest: requests.ListPoolsRequest): Promise<responses.ListPoolsResponse>;
301
390
  /**
302
391
  * Lists all private endpoints in the specified compartment. The query must include compartmentId. The query may also include one other parameter. If the query does not include compartmentId, or includes compartmentId, but with two or more other parameters, an error is returned.
303
392
  *
@@ -305,7 +394,7 @@ export declare class DataFlowClient {
305
394
  * @param ListPrivateEndpointsRequest
306
395
  * @return ListPrivateEndpointsResponse
307
396
  * @throws OciError when an error occurs
308
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/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.
309
398
  */
310
399
  listPrivateEndpoints(listPrivateEndpointsRequest: requests.ListPrivateEndpointsRequest): Promise<responses.ListPrivateEndpointsResponse>;
311
400
  /**
@@ -315,7 +404,7 @@ export declare class DataFlowClient {
315
404
  * @param ListRunLogsRequest
316
405
  * @return ListRunLogsResponse
317
406
  * @throws OciError when an error occurs
318
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/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.
319
408
  */
320
409
  listRunLogs(listRunLogsRequest: requests.ListRunLogsRequest): Promise<responses.ListRunLogsResponse>;
321
410
  /**
@@ -357,7 +446,7 @@ export declare class DataFlowClient {
357
446
  * @param ListRunsRequest
358
447
  * @return ListRunsResponse
359
448
  * @throws OciError when an error occurs
360
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/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.
361
450
  */
362
451
  listRuns(listRunsRequest: requests.ListRunsRequest): Promise<responses.ListRunsResponse>;
363
452
  /**
@@ -392,6 +481,18 @@ export declare class DataFlowClient {
392
481
  * @param request a request which can be sent to the service operation
393
482
  */
394
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>;
395
496
  /**
396
497
  * Lists all statements for a Session run.
397
498
  *
@@ -399,7 +500,7 @@ export declare class DataFlowClient {
399
500
  * @param ListStatementsRequest
400
501
  * @return ListStatementsResponse
401
502
  * @throws OciError when an error occurs
402
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/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.
403
504
  */
404
505
  listStatements(listStatementsRequest: requests.ListStatementsRequest): Promise<responses.ListStatementsResponse>;
405
506
  /**
@@ -409,7 +510,7 @@ export declare class DataFlowClient {
409
510
  * @param ListWorkRequestErrorsRequest
410
511
  * @return ListWorkRequestErrorsResponse
411
512
  * @throws OciError when an error occurs
412
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/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.
413
514
  */
414
515
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
415
516
  /**
@@ -419,7 +520,7 @@ export declare class DataFlowClient {
419
520
  * @param ListWorkRequestLogsRequest
420
521
  * @return ListWorkRequestLogsResponse
421
522
  * @throws OciError when an error occurs
422
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/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.
423
524
  */
424
525
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
425
526
  /**
@@ -429,9 +530,29 @@ export declare class DataFlowClient {
429
530
  * @param ListWorkRequestsRequest
430
531
  * @return ListWorkRequestsResponse
431
532
  * @throws OciError when an error occurs
432
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/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.
433
534
  */
434
535
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
536
+ /**
537
+ * Starts the dataflow pool for a given `poolId`. When provided, If-Match is checked against ETag values of the resource.
538
+ *
539
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
540
+ * @param StartPoolRequest
541
+ * @return StartPoolResponse
542
+ * @throws OciError when an error occurs
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.
544
+ */
545
+ startPool(startPoolRequest: requests.StartPoolRequest): Promise<responses.StartPoolResponse>;
546
+ /**
547
+ * Stops the dataflow pool for a given `poolId`. When provided, If-Match is checked against ETag values of the resource.
548
+ *
549
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
550
+ * @param StopPoolRequest
551
+ * @return StopPoolResponse
552
+ * @throws OciError when an error occurs
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.
554
+ */
555
+ stopPool(stopPoolRequest: requests.StopPoolRequest): Promise<responses.StopPoolResponse>;
435
556
  /**
436
557
  * Updates an application using an `applicationId`.
437
558
  *
@@ -439,9 +560,21 @@ export declare class DataFlowClient {
439
560
  * @param UpdateApplicationRequest
440
561
  * @return UpdateApplicationResponse
441
562
  * @throws OciError when an error occurs
442
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/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.
443
564
  */
444
565
  updateApplication(updateApplicationRequest: requests.UpdateApplicationRequest): Promise<responses.UpdateApplicationResponse>;
566
+ /**
567
+ * Updates a pool using a `poolId`.If changes to a pool doesn't match
568
+ * a previously defined pool,then a 409 status code will be returned.This indicates
569
+ * that a conflict has been detected.
570
+ *
571
+ * This operation does not retry by default if the user has not defined a retry configuration.
572
+ * @param UpdatePoolRequest
573
+ * @return UpdatePoolResponse
574
+ * @throws OciError when an error occurs
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.
576
+ */
577
+ updatePool(updatePoolRequest: requests.UpdatePoolRequest): Promise<responses.UpdatePoolResponse>;
445
578
  /**
446
579
  * Updates a private endpoint using a `privateEndpointId`. If changes to a private endpoint match
447
580
  * a previously defined private endpoint, then a 409 status code will be returned. This indicates
@@ -451,7 +584,7 @@ export declare class DataFlowClient {
451
584
  * @param UpdatePrivateEndpointRequest
452
585
  * @return UpdatePrivateEndpointResponse
453
586
  * @throws OciError when an error occurs
454
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/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.
455
588
  */
456
589
  updatePrivateEndpoint(updatePrivateEndpointRequest: requests.UpdatePrivateEndpointRequest): Promise<responses.UpdatePrivateEndpointResponse>;
457
590
  /**
@@ -461,7 +594,16 @@ export declare class DataFlowClient {
461
594
  * @param UpdateRunRequest
462
595
  * @return UpdateRunResponse
463
596
  * @throws OciError when an error occurs
464
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/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.
465
598
  */
466
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>;
467
609
  }