oci-dataflow 2.63.0 → 2.64.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.
- package/LICENSE.txt +6 -6
- package/lib/client.d.ts +42 -42
- package/lib/client.js +42 -42
- package/lib/request/change-application-compartment-request.d.ts +1 -1
- package/lib/request/change-pool-compartment-request.d.ts +1 -1
- package/lib/request/change-private-endpoint-compartment-request.d.ts +1 -1
- package/lib/request/change-run-compartment-request.d.ts +1 -1
- package/lib/request/change-sql-endpoint-compartment-request.d.ts +1 -1
- package/lib/request/create-application-request.d.ts +1 -1
- package/lib/request/create-pool-request.d.ts +1 -1
- package/lib/request/create-private-endpoint-request.d.ts +1 -1
- package/lib/request/create-run-request.d.ts +1 -1
- package/lib/request/create-sql-endpoint-request.d.ts +1 -1
- package/lib/request/create-statement-request.d.ts +1 -1
- package/lib/request/delete-application-request.d.ts +1 -1
- package/lib/request/delete-pool-request.d.ts +1 -1
- package/lib/request/delete-private-endpoint-request.d.ts +1 -1
- package/lib/request/delete-run-request.d.ts +1 -1
- package/lib/request/delete-sql-endpoint-request.d.ts +1 -1
- package/lib/request/delete-statement-request.d.ts +1 -1
- package/lib/request/get-application-request.d.ts +1 -1
- package/lib/request/get-pool-request.d.ts +1 -1
- package/lib/request/get-private-endpoint-request.d.ts +1 -1
- package/lib/request/get-run-log-request.d.ts +1 -1
- package/lib/request/get-run-request.d.ts +1 -1
- package/lib/request/get-sql-endpoint-request.d.ts +1 -1
- package/lib/request/get-statement-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/list-applications-request.d.ts +1 -1
- package/lib/request/list-pools-request.d.ts +1 -1
- package/lib/request/list-private-endpoints-request.d.ts +1 -1
- package/lib/request/list-run-logs-request.d.ts +1 -1
- package/lib/request/list-runs-request.d.ts +1 -1
- package/lib/request/list-sql-endpoints-request.d.ts +1 -1
- package/lib/request/list-statements-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/start-pool-request.d.ts +1 -1
- package/lib/request/stop-pool-request.d.ts +1 -1
- package/lib/request/update-application-request.d.ts +1 -1
- package/lib/request/update-pool-request.d.ts +1 -1
- package/lib/request/update-private-endpoint-request.d.ts +1 -1
- package/lib/request/update-run-request.d.ts +1 -1
- package/lib/request/update-sql-endpoint-request.d.ts +1 -1
- package/package.json +3 -3
package/LICENSE.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
Copyright (c) 2016,
|
|
1
|
+
Copyright (c) 2016, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
2
2
|
|
|
3
3
|
This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 or Apache License 2.0. See below for license terms. You may choose either license.
|
|
4
4
|
|
|
@@ -70,10 +70,10 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
|
70
70
|
3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
|
|
71
71
|
|
|
72
72
|
4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
73
|
+
- You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
|
74
|
+
- You must cause any modified files to carry prominent notices stating that You changed the files; and
|
|
75
|
+
- You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
|
|
76
|
+
- If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
|
|
77
77
|
|
|
78
78
|
You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
|
|
79
79
|
5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
|
|
@@ -86,4 +86,4 @@ You may add Your own copyright statement to Your modifications and may provide a
|
|
|
86
86
|
|
|
87
87
|
9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
|
|
88
88
|
|
|
89
|
-
END OF TERMS AND CONDITIONS
|
|
89
|
+
END OF TERMS AND CONDITIONS
|
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.
|
|
92
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.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.
|
|
105
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.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.
|
|
115
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.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,7 +125,7 @@ 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.
|
|
128
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.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
131
|
/**
|
|
@@ -134,7 +134,7 @@ export declare class DataFlowClient {
|
|
|
134
134
|
* @param ChangeSqlEndpointCompartmentRequest
|
|
135
135
|
* @return ChangeSqlEndpointCompartmentResponse
|
|
136
136
|
* @throws OciError when an error occurs
|
|
137
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
137
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/ChangeSqlEndpointCompartment.ts.html |here} to see how to use ChangeSqlEndpointCompartment API.
|
|
138
138
|
*/
|
|
139
139
|
changeSqlEndpointCompartment(changeSqlEndpointCompartmentRequest: requests.ChangeSqlEndpointCompartmentRequest): Promise<responses.ChangeSqlEndpointCompartmentResponse>;
|
|
140
140
|
/**
|
|
@@ -144,7 +144,7 @@ export declare class DataFlowClient {
|
|
|
144
144
|
* @param CreateApplicationRequest
|
|
145
145
|
* @return CreateApplicationResponse
|
|
146
146
|
* @throws OciError when an error occurs
|
|
147
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
147
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/CreateApplication.ts.html |here} to see how to use CreateApplication API.
|
|
148
148
|
*/
|
|
149
149
|
createApplication(createApplicationRequest: requests.CreateApplicationRequest): Promise<responses.CreateApplicationResponse>;
|
|
150
150
|
/**
|
|
@@ -154,7 +154,7 @@ export declare class DataFlowClient {
|
|
|
154
154
|
* @param CreatePoolRequest
|
|
155
155
|
* @return CreatePoolResponse
|
|
156
156
|
* @throws OciError when an error occurs
|
|
157
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
157
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/CreatePool.ts.html |here} to see how to use CreatePool API.
|
|
158
158
|
*/
|
|
159
159
|
createPool(createPoolRequest: requests.CreatePoolRequest): Promise<responses.CreatePoolResponse>;
|
|
160
160
|
/**
|
|
@@ -164,7 +164,7 @@ export declare class DataFlowClient {
|
|
|
164
164
|
* @param CreatePrivateEndpointRequest
|
|
165
165
|
* @return CreatePrivateEndpointResponse
|
|
166
166
|
* @throws OciError when an error occurs
|
|
167
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
167
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/CreatePrivateEndpoint.ts.html |here} to see how to use CreatePrivateEndpoint API.
|
|
168
168
|
*/
|
|
169
169
|
createPrivateEndpoint(createPrivateEndpointRequest: requests.CreatePrivateEndpointRequest): Promise<responses.CreatePrivateEndpointResponse>;
|
|
170
170
|
/**
|
|
@@ -174,7 +174,7 @@ export declare class DataFlowClient {
|
|
|
174
174
|
* @param CreateRunRequest
|
|
175
175
|
* @return CreateRunResponse
|
|
176
176
|
* @throws OciError when an error occurs
|
|
177
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
177
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/CreateRun.ts.html |here} to see how to use CreateRun API.
|
|
178
178
|
*/
|
|
179
179
|
createRun(createRunRequest: requests.CreateRunRequest): Promise<responses.CreateRunResponse>;
|
|
180
180
|
/**
|
|
@@ -183,7 +183,7 @@ export declare class DataFlowClient {
|
|
|
183
183
|
* @param CreateSqlEndpointRequest
|
|
184
184
|
* @return CreateSqlEndpointResponse
|
|
185
185
|
* @throws OciError when an error occurs
|
|
186
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
186
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/CreateSqlEndpoint.ts.html |here} to see how to use CreateSqlEndpoint API.
|
|
187
187
|
*/
|
|
188
188
|
createSqlEndpoint(createSqlEndpointRequest: requests.CreateSqlEndpointRequest): Promise<responses.CreateSqlEndpointResponse>;
|
|
189
189
|
/**
|
|
@@ -193,7 +193,7 @@ export declare class DataFlowClient {
|
|
|
193
193
|
* @param CreateStatementRequest
|
|
194
194
|
* @return CreateStatementResponse
|
|
195
195
|
* @throws OciError when an error occurs
|
|
196
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
196
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/CreateStatement.ts.html |here} to see how to use CreateStatement API.
|
|
197
197
|
*/
|
|
198
198
|
createStatement(createStatementRequest: requests.CreateStatementRequest): Promise<responses.CreateStatementResponse>;
|
|
199
199
|
/**
|
|
@@ -203,7 +203,7 @@ export declare class DataFlowClient {
|
|
|
203
203
|
* @param DeleteApplicationRequest
|
|
204
204
|
* @return DeleteApplicationResponse
|
|
205
205
|
* @throws OciError when an error occurs
|
|
206
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
206
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
|
|
207
207
|
*/
|
|
208
208
|
deleteApplication(deleteApplicationRequest: requests.DeleteApplicationRequest): Promise<responses.DeleteApplicationResponse>;
|
|
209
209
|
/**
|
|
@@ -213,7 +213,7 @@ export declare class DataFlowClient {
|
|
|
213
213
|
* @param DeletePoolRequest
|
|
214
214
|
* @return DeletePoolResponse
|
|
215
215
|
* @throws OciError when an error occurs
|
|
216
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
216
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/DeletePool.ts.html |here} to see how to use DeletePool API.
|
|
217
217
|
*/
|
|
218
218
|
deletePool(deletePoolRequest: requests.DeletePoolRequest): Promise<responses.DeletePoolResponse>;
|
|
219
219
|
/**
|
|
@@ -223,7 +223,7 @@ export declare class DataFlowClient {
|
|
|
223
223
|
* @param DeletePrivateEndpointRequest
|
|
224
224
|
* @return DeletePrivateEndpointResponse
|
|
225
225
|
* @throws OciError when an error occurs
|
|
226
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
226
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpoint API.
|
|
227
227
|
*/
|
|
228
228
|
deletePrivateEndpoint(deletePrivateEndpointRequest: requests.DeletePrivateEndpointRequest): Promise<responses.DeletePrivateEndpointResponse>;
|
|
229
229
|
/**
|
|
@@ -234,7 +234,7 @@ export declare class DataFlowClient {
|
|
|
234
234
|
* @param DeleteRunRequest
|
|
235
235
|
* @return DeleteRunResponse
|
|
236
236
|
* @throws OciError when an error occurs
|
|
237
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
237
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/DeleteRun.ts.html |here} to see how to use DeleteRun API.
|
|
238
238
|
*/
|
|
239
239
|
deleteRun(deleteRunRequest: requests.DeleteRunRequest): Promise<responses.DeleteRunResponse>;
|
|
240
240
|
/**
|
|
@@ -243,7 +243,7 @@ export declare class DataFlowClient {
|
|
|
243
243
|
* @param DeleteSqlEndpointRequest
|
|
244
244
|
* @return DeleteSqlEndpointResponse
|
|
245
245
|
* @throws OciError when an error occurs
|
|
246
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
246
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/DeleteSqlEndpoint.ts.html |here} to see how to use DeleteSqlEndpoint API.
|
|
247
247
|
*/
|
|
248
248
|
deleteSqlEndpoint(deleteSqlEndpointRequest: requests.DeleteSqlEndpointRequest): Promise<responses.DeleteSqlEndpointResponse>;
|
|
249
249
|
/**
|
|
@@ -253,7 +253,7 @@ export declare class DataFlowClient {
|
|
|
253
253
|
* @param DeleteStatementRequest
|
|
254
254
|
* @return DeleteStatementResponse
|
|
255
255
|
* @throws OciError when an error occurs
|
|
256
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
256
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/DeleteStatement.ts.html |here} to see how to use DeleteStatement API.
|
|
257
257
|
*/
|
|
258
258
|
deleteStatement(deleteStatementRequest: requests.DeleteStatementRequest): Promise<responses.DeleteStatementResponse>;
|
|
259
259
|
/**
|
|
@@ -263,7 +263,7 @@ export declare class DataFlowClient {
|
|
|
263
263
|
* @param GetApplicationRequest
|
|
264
264
|
* @return GetApplicationResponse
|
|
265
265
|
* @throws OciError when an error occurs
|
|
266
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
266
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/GetApplication.ts.html |here} to see how to use GetApplication API.
|
|
267
267
|
*/
|
|
268
268
|
getApplication(getApplicationRequest: requests.GetApplicationRequest): Promise<responses.GetApplicationResponse>;
|
|
269
269
|
/**
|
|
@@ -273,7 +273,7 @@ export declare class DataFlowClient {
|
|
|
273
273
|
* @param GetPoolRequest
|
|
274
274
|
* @return GetPoolResponse
|
|
275
275
|
* @throws OciError when an error occurs
|
|
276
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
276
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/GetPool.ts.html |here} to see how to use GetPool API.
|
|
277
277
|
*/
|
|
278
278
|
getPool(getPoolRequest: requests.GetPoolRequest): Promise<responses.GetPoolResponse>;
|
|
279
279
|
/**
|
|
@@ -283,7 +283,7 @@ export declare class DataFlowClient {
|
|
|
283
283
|
* @param GetPrivateEndpointRequest
|
|
284
284
|
* @return GetPrivateEndpointResponse
|
|
285
285
|
* @throws OciError when an error occurs
|
|
286
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
286
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/GetPrivateEndpoint.ts.html |here} to see how to use GetPrivateEndpoint API.
|
|
287
287
|
*/
|
|
288
288
|
getPrivateEndpoint(getPrivateEndpointRequest: requests.GetPrivateEndpointRequest): Promise<responses.GetPrivateEndpointResponse>;
|
|
289
289
|
/**
|
|
@@ -293,7 +293,7 @@ export declare class DataFlowClient {
|
|
|
293
293
|
* @param GetRunRequest
|
|
294
294
|
* @return GetRunResponse
|
|
295
295
|
* @throws OciError when an error occurs
|
|
296
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
296
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/GetRun.ts.html |here} to see how to use GetRun API.
|
|
297
297
|
*/
|
|
298
298
|
getRun(getRunRequest: requests.GetRunRequest): Promise<responses.GetRunResponse>;
|
|
299
299
|
/**
|
|
@@ -303,7 +303,7 @@ export declare class DataFlowClient {
|
|
|
303
303
|
* @param GetRunLogRequest
|
|
304
304
|
* @return GetRunLogResponse
|
|
305
305
|
* @throws OciError when an error occurs
|
|
306
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
306
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/GetRunLog.ts.html |here} to see how to use GetRunLog API.
|
|
307
307
|
*/
|
|
308
308
|
getRunLog(getRunLogRequest: requests.GetRunLogRequest): Promise<responses.GetRunLogResponse>;
|
|
309
309
|
/**
|
|
@@ -312,7 +312,7 @@ export declare class DataFlowClient {
|
|
|
312
312
|
* @param GetSqlEndpointRequest
|
|
313
313
|
* @return GetSqlEndpointResponse
|
|
314
314
|
* @throws OciError when an error occurs
|
|
315
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
315
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/GetSqlEndpoint.ts.html |here} to see how to use GetSqlEndpoint API.
|
|
316
316
|
*/
|
|
317
317
|
getSqlEndpoint(getSqlEndpointRequest: requests.GetSqlEndpointRequest): Promise<responses.GetSqlEndpointResponse>;
|
|
318
318
|
/**
|
|
@@ -322,7 +322,7 @@ export declare class DataFlowClient {
|
|
|
322
322
|
* @param GetStatementRequest
|
|
323
323
|
* @return GetStatementResponse
|
|
324
324
|
* @throws OciError when an error occurs
|
|
325
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
325
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/GetStatement.ts.html |here} to see how to use GetStatement API.
|
|
326
326
|
*/
|
|
327
327
|
getStatement(getStatementRequest: requests.GetStatementRequest): Promise<responses.GetStatementResponse>;
|
|
328
328
|
/**
|
|
@@ -332,7 +332,7 @@ export declare class DataFlowClient {
|
|
|
332
332
|
* @param GetWorkRequestRequest
|
|
333
333
|
* @return GetWorkRequestResponse
|
|
334
334
|
* @throws OciError when an error occurs
|
|
335
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
335
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
336
336
|
*/
|
|
337
337
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
338
338
|
/**
|
|
@@ -342,7 +342,7 @@ export declare class DataFlowClient {
|
|
|
342
342
|
* @param ListApplicationsRequest
|
|
343
343
|
* @return ListApplicationsResponse
|
|
344
344
|
* @throws OciError when an error occurs
|
|
345
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
345
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/ListApplications.ts.html |here} to see how to use ListApplications API.
|
|
346
346
|
*/
|
|
347
347
|
listApplications(listApplicationsRequest: requests.ListApplicationsRequest): Promise<responses.ListApplicationsResponse>;
|
|
348
348
|
/**
|
|
@@ -384,7 +384,7 @@ export declare class DataFlowClient {
|
|
|
384
384
|
* @param ListPoolsRequest
|
|
385
385
|
* @return ListPoolsResponse
|
|
386
386
|
* @throws OciError when an error occurs
|
|
387
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
387
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/ListPools.ts.html |here} to see how to use ListPools API.
|
|
388
388
|
*/
|
|
389
389
|
listPools(listPoolsRequest: requests.ListPoolsRequest): Promise<responses.ListPoolsResponse>;
|
|
390
390
|
/**
|
|
@@ -394,7 +394,7 @@ export declare class DataFlowClient {
|
|
|
394
394
|
* @param ListPrivateEndpointsRequest
|
|
395
395
|
* @return ListPrivateEndpointsResponse
|
|
396
396
|
* @throws OciError when an error occurs
|
|
397
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
397
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/ListPrivateEndpoints.ts.html |here} to see how to use ListPrivateEndpoints API.
|
|
398
398
|
*/
|
|
399
399
|
listPrivateEndpoints(listPrivateEndpointsRequest: requests.ListPrivateEndpointsRequest): Promise<responses.ListPrivateEndpointsResponse>;
|
|
400
400
|
/**
|
|
@@ -404,7 +404,7 @@ export declare class DataFlowClient {
|
|
|
404
404
|
* @param ListRunLogsRequest
|
|
405
405
|
* @return ListRunLogsResponse
|
|
406
406
|
* @throws OciError when an error occurs
|
|
407
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
407
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/ListRunLogs.ts.html |here} to see how to use ListRunLogs API.
|
|
408
408
|
*/
|
|
409
409
|
listRunLogs(listRunLogsRequest: requests.ListRunLogsRequest): Promise<responses.ListRunLogsResponse>;
|
|
410
410
|
/**
|
|
@@ -446,7 +446,7 @@ export declare class DataFlowClient {
|
|
|
446
446
|
* @param ListRunsRequest
|
|
447
447
|
* @return ListRunsResponse
|
|
448
448
|
* @throws OciError when an error occurs
|
|
449
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
449
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/ListRuns.ts.html |here} to see how to use ListRuns API.
|
|
450
450
|
*/
|
|
451
451
|
listRuns(listRunsRequest: requests.ListRunsRequest): Promise<responses.ListRunsResponse>;
|
|
452
452
|
/**
|
|
@@ -490,7 +490,7 @@ export declare class DataFlowClient {
|
|
|
490
490
|
* @param ListSqlEndpointsRequest
|
|
491
491
|
* @return ListSqlEndpointsResponse
|
|
492
492
|
* @throws OciError when an error occurs
|
|
493
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
493
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/ListSqlEndpoints.ts.html |here} to see how to use ListSqlEndpoints API.
|
|
494
494
|
*/
|
|
495
495
|
listSqlEndpoints(listSqlEndpointsRequest: requests.ListSqlEndpointsRequest): Promise<responses.ListSqlEndpointsResponse>;
|
|
496
496
|
/**
|
|
@@ -500,7 +500,7 @@ export declare class DataFlowClient {
|
|
|
500
500
|
* @param ListStatementsRequest
|
|
501
501
|
* @return ListStatementsResponse
|
|
502
502
|
* @throws OciError when an error occurs
|
|
503
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
503
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/ListStatements.ts.html |here} to see how to use ListStatements API.
|
|
504
504
|
*/
|
|
505
505
|
listStatements(listStatementsRequest: requests.ListStatementsRequest): Promise<responses.ListStatementsResponse>;
|
|
506
506
|
/**
|
|
@@ -510,7 +510,7 @@ export declare class DataFlowClient {
|
|
|
510
510
|
* @param ListWorkRequestErrorsRequest
|
|
511
511
|
* @return ListWorkRequestErrorsResponse
|
|
512
512
|
* @throws OciError when an error occurs
|
|
513
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
513
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
514
514
|
*/
|
|
515
515
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
516
516
|
/**
|
|
@@ -520,7 +520,7 @@ export declare class DataFlowClient {
|
|
|
520
520
|
* @param ListWorkRequestLogsRequest
|
|
521
521
|
* @return ListWorkRequestLogsResponse
|
|
522
522
|
* @throws OciError when an error occurs
|
|
523
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
523
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
524
524
|
*/
|
|
525
525
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
526
526
|
/**
|
|
@@ -530,7 +530,7 @@ export declare class DataFlowClient {
|
|
|
530
530
|
* @param ListWorkRequestsRequest
|
|
531
531
|
* @return ListWorkRequestsResponse
|
|
532
532
|
* @throws OciError when an error occurs
|
|
533
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
533
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
534
534
|
*/
|
|
535
535
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
536
536
|
/**
|
|
@@ -540,7 +540,7 @@ export declare class DataFlowClient {
|
|
|
540
540
|
* @param StartPoolRequest
|
|
541
541
|
* @return StartPoolResponse
|
|
542
542
|
* @throws OciError when an error occurs
|
|
543
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
543
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/StartPool.ts.html |here} to see how to use StartPool API.
|
|
544
544
|
*/
|
|
545
545
|
startPool(startPoolRequest: requests.StartPoolRequest): Promise<responses.StartPoolResponse>;
|
|
546
546
|
/**
|
|
@@ -550,7 +550,7 @@ export declare class DataFlowClient {
|
|
|
550
550
|
* @param StopPoolRequest
|
|
551
551
|
* @return StopPoolResponse
|
|
552
552
|
* @throws OciError when an error occurs
|
|
553
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
553
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/StopPool.ts.html |here} to see how to use StopPool API.
|
|
554
554
|
*/
|
|
555
555
|
stopPool(stopPoolRequest: requests.StopPoolRequest): Promise<responses.StopPoolResponse>;
|
|
556
556
|
/**
|
|
@@ -560,7 +560,7 @@ export declare class DataFlowClient {
|
|
|
560
560
|
* @param UpdateApplicationRequest
|
|
561
561
|
* @return UpdateApplicationResponse
|
|
562
562
|
* @throws OciError when an error occurs
|
|
563
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
563
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
|
|
564
564
|
*/
|
|
565
565
|
updateApplication(updateApplicationRequest: requests.UpdateApplicationRequest): Promise<responses.UpdateApplicationResponse>;
|
|
566
566
|
/**
|
|
@@ -572,7 +572,7 @@ export declare class DataFlowClient {
|
|
|
572
572
|
* @param UpdatePoolRequest
|
|
573
573
|
* @return UpdatePoolResponse
|
|
574
574
|
* @throws OciError when an error occurs
|
|
575
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
575
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/UpdatePool.ts.html |here} to see how to use UpdatePool API.
|
|
576
576
|
*/
|
|
577
577
|
updatePool(updatePoolRequest: requests.UpdatePoolRequest): Promise<responses.UpdatePoolResponse>;
|
|
578
578
|
/**
|
|
@@ -584,7 +584,7 @@ export declare class DataFlowClient {
|
|
|
584
584
|
* @param UpdatePrivateEndpointRequest
|
|
585
585
|
* @return UpdatePrivateEndpointResponse
|
|
586
586
|
* @throws OciError when an error occurs
|
|
587
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
587
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpoint API.
|
|
588
588
|
*/
|
|
589
589
|
updatePrivateEndpoint(updatePrivateEndpointRequest: requests.UpdatePrivateEndpointRequest): Promise<responses.UpdatePrivateEndpointResponse>;
|
|
590
590
|
/**
|
|
@@ -594,7 +594,7 @@ export declare class DataFlowClient {
|
|
|
594
594
|
* @param UpdateRunRequest
|
|
595
595
|
* @return UpdateRunResponse
|
|
596
596
|
* @throws OciError when an error occurs
|
|
597
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
597
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/UpdateRun.ts.html |here} to see how to use UpdateRun API.
|
|
598
598
|
*/
|
|
599
599
|
updateRun(updateRunRequest: requests.UpdateRunRequest): Promise<responses.UpdateRunResponse>;
|
|
600
600
|
/**
|
|
@@ -603,7 +603,7 @@ export declare class DataFlowClient {
|
|
|
603
603
|
* @param UpdateSqlEndpointRequest
|
|
604
604
|
* @return UpdateSqlEndpointResponse
|
|
605
605
|
* @throws OciError when an error occurs
|
|
606
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
606
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/UpdateSqlEndpoint.ts.html |here} to see how to use UpdateSqlEndpoint API.
|
|
607
607
|
*/
|
|
608
608
|
updateSqlEndpoint(updateSqlEndpointRequest: requests.UpdateSqlEndpointRequest): Promise<responses.UpdateSqlEndpointResponse>;
|
|
609
609
|
}
|