oci-dataflow 2.62.1 → 2.62.3
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/lib/client.d.ts +113 -28
- package/lib/client.js +549 -28
- package/lib/client.js.map +1 -1
- package/lib/dataflow-waiter.d.ts +8 -0
- package/lib/dataflow-waiter.js +12 -0
- package/lib/dataflow-waiter.js.map +1 -1
- package/lib/model/application-summary.d.ts +7 -2
- package/lib/model/application-summary.js.map +1 -1
- package/lib/model/application.d.ts +7 -2
- package/lib/model/application.js.map +1 -1
- package/lib/model/change-pool-compartment-details.d.ts +28 -0
- package/lib/model/change-pool-compartment-details.js +30 -0
- package/lib/model/change-pool-compartment-details.js.map +1 -0
- package/lib/model/create-application-details.d.ts +5 -0
- package/lib/model/create-application-details.js.map +1 -1
- package/lib/model/create-pool-details.d.ts +74 -0
- package/lib/model/create-pool-details.js +72 -0
- package/lib/model/create-pool-details.js.map +1 -0
- package/lib/model/create-run-details.d.ts +5 -0
- package/lib/model/create-run-details.js.map +1 -1
- package/lib/model/day-of-week.d.ts +35 -0
- package/lib/model/day-of-week.js +46 -0
- package/lib/model/day-of-week.js.map +1 -0
- package/lib/model/index.d.ts +24 -0
- package/lib/model/index.js +26 -1
- package/lib/model/index.js.map +1 -1
- package/lib/model/node-count.d.ts +33 -0
- package/lib/model/node-count.js +30 -0
- package/lib/model/node-count.js.map +1 -0
- package/lib/model/pool-collection.d.ts +29 -0
- package/lib/model/pool-collection.js +62 -0
- package/lib/model/pool-collection.js.map +1 -0
- package/lib/model/pool-config.d.ts +40 -0
- package/lib/model/pool-config.js +56 -0
- package/lib/model/pool-config.js.map +1 -0
- package/lib/model/pool-lifecycle-state.d.ts +38 -0
- package/lib/model/pool-lifecycle-state.js +49 -0
- package/lib/model/pool-lifecycle-state.js.map +1 -0
- package/lib/model/pool-metrics.d.ts +54 -0
- package/lib/model/pool-metrics.js +62 -0
- package/lib/model/pool-metrics.js.map +1 -0
- package/lib/model/pool-schedule.d.ts +36 -0
- package/lib/model/pool-schedule.js +30 -0
- package/lib/model/pool-schedule.js.map +1 -0
- package/lib/model/pool-summary.d.ts +86 -0
- package/lib/model/pool-summary.js +30 -0
- package/lib/model/pool-summary.js.map +1 -0
- package/lib/model/pool.d.ts +113 -0
- package/lib/model/pool.js +76 -0
- package/lib/model/pool.js.map +1 -0
- package/lib/model/private-endpoint-summary.d.ts +2 -2
- package/lib/model/private-endpoint.d.ts +2 -2
- package/lib/model/run-summary.d.ts +7 -2
- package/lib/model/run-summary.js.map +1 -1
- package/lib/model/run.d.ts +7 -2
- package/lib/model/run.js.map +1 -1
- package/lib/model/statement-summary.d.ts +1 -1
- package/lib/model/statement.d.ts +1 -1
- package/lib/model/update-application-details.d.ts +5 -0
- package/lib/model/update-application-details.js.map +1 -1
- package/lib/model/update-pool-details.d.ts +69 -0
- package/lib/model/update-pool-details.js +72 -0
- package/lib/model/update-pool-details.js.map +1 -0
- package/lib/request/change-application-compartment-request.d.ts +1 -1
- package/lib/request/change-pool-compartment-request.d.ts +50 -0
- package/lib/request/change-pool-compartment-request.js +15 -0
- package/lib/request/change-pool-compartment-request.js.map +1 -0
- 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/create-application-request.d.ts +1 -1
- package/lib/request/create-pool-request.d.ts +38 -0
- package/lib/request/create-pool-request.js +15 -0
- package/lib/request/create-pool-request.js.map +1 -0
- 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-statement-request.d.ts +1 -1
- package/lib/request/delete-application-request.d.ts +1 -1
- package/lib/request/delete-pool-request.d.ts +36 -0
- package/lib/request/delete-pool-request.js +15 -0
- package/lib/request/delete-pool-request.js.map +1 -0
- 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-statement-request.d.ts +1 -1
- package/lib/request/get-application-request.d.ts +1 -1
- package/lib/request/get-pool-request.d.ts +29 -0
- package/lib/request/get-pool-request.js +15 -0
- package/lib/request/get-pool-request.js.map +1 -0
- 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-statement-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/index.d.ts +16 -0
- package/lib/request/index.js +3 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-applications-request.d.ts +1 -1
- package/lib/request/list-pools-request.d.ts +80 -0
- package/lib/request/list-pools-request.js +28 -0
- package/lib/request/list-pools-request.js.map +1 -0
- 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 +6 -1
- package/lib/request/list-runs-request.js.map +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 +44 -0
- package/lib/request/start-pool-request.js +15 -0
- package/lib/request/start-pool-request.js.map +1 -0
- package/lib/request/stop-pool-request.d.ts +44 -0
- package/lib/request/stop-pool-request.js +15 -0
- package/lib/request/stop-pool-request.js.map +1 -0
- package/lib/request/update-application-request.d.ts +1 -1
- package/lib/request/update-pool-request.d.ts +42 -0
- package/lib/request/update-pool-request.js +15 -0
- package/lib/request/update-pool-request.js.map +1 -0
- package/lib/request/update-private-endpoint-request.d.ts +1 -1
- package/lib/request/update-run-request.d.ts +1 -1
- package/lib/response/change-pool-compartment-response.d.ts +20 -0
- package/lib/response/change-pool-compartment-response.js +15 -0
- package/lib/response/change-pool-compartment-response.js.map +1 -0
- package/lib/response/create-pool-response.d.ts +41 -0
- package/lib/response/create-pool-response.js +15 -0
- package/lib/response/create-pool-response.js.map +1 -0
- package/lib/response/delete-pool-response.d.ts +20 -0
- package/lib/response/delete-pool-response.js +15 -0
- package/lib/response/delete-pool-response.js.map +1 -0
- package/lib/response/get-pool-response.d.ts +31 -0
- package/lib/response/get-pool-response.js +15 -0
- package/lib/response/get-pool-response.js.map +1 -0
- package/lib/response/index.d.ts +16 -0
- package/lib/response/list-pools-response.d.ts +38 -0
- package/lib/response/list-pools-response.js +15 -0
- package/lib/response/list-pools-response.js.map +1 -0
- package/lib/response/start-pool-response.d.ts +25 -0
- package/lib/response/start-pool-response.js +15 -0
- package/lib/response/start-pool-response.js.map +1 -0
- package/lib/response/stop-pool-response.d.ts +25 -0
- package/lib/response/stop-pool-response.js +15 -0
- package/lib/response/stop-pool-response.js.map +1 -0
- package/lib/response/update-pool-response.d.ts +25 -0
- package/lib/response/update-pool-response.js +15 -0
- package/lib/response/update-pool-response.js.map +1 -0
- 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.
|
|
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.
|
|
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.62.3/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.
|
|
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.
|
|
103
116
|
*/
|
|
104
117
|
changePrivateEndpointCompartment(changePrivateEndpointCompartmentRequest: requests.ChangePrivateEndpointCompartmentRequest): Promise<responses.ChangePrivateEndpointCompartmentResponse>;
|
|
105
118
|
/**
|
|
@@ -112,7 +125,7 @@ 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.
|
|
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.
|
|
116
129
|
*/
|
|
117
130
|
changeRunCompartment(changeRunCompartmentRequest: requests.ChangeRunCompartmentRequest): Promise<responses.ChangeRunCompartmentResponse>;
|
|
118
131
|
/**
|
|
@@ -122,9 +135,19 @@ export declare class DataFlowClient {
|
|
|
122
135
|
* @param CreateApplicationRequest
|
|
123
136
|
* @return CreateApplicationResponse
|
|
124
137
|
* @throws OciError when an error occurs
|
|
125
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
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.
|
|
126
139
|
*/
|
|
127
140
|
createApplication(createApplicationRequest: requests.CreateApplicationRequest): Promise<responses.CreateApplicationResponse>;
|
|
141
|
+
/**
|
|
142
|
+
* Create a pool to be used by dataflow runs or applications.
|
|
143
|
+
*
|
|
144
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
145
|
+
* @param CreatePoolRequest
|
|
146
|
+
* @return CreatePoolResponse
|
|
147
|
+
* @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.
|
|
149
|
+
*/
|
|
150
|
+
createPool(createPoolRequest: requests.CreatePoolRequest): Promise<responses.CreatePoolResponse>;
|
|
128
151
|
/**
|
|
129
152
|
* Creates a private endpoint to be used by applications.
|
|
130
153
|
*
|
|
@@ -132,7 +155,7 @@ export declare class DataFlowClient {
|
|
|
132
155
|
* @param CreatePrivateEndpointRequest
|
|
133
156
|
* @return CreatePrivateEndpointResponse
|
|
134
157
|
* @throws OciError when an error occurs
|
|
135
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
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.
|
|
136
159
|
*/
|
|
137
160
|
createPrivateEndpoint(createPrivateEndpointRequest: requests.CreatePrivateEndpointRequest): Promise<responses.CreatePrivateEndpointResponse>;
|
|
138
161
|
/**
|
|
@@ -142,7 +165,7 @@ export declare class DataFlowClient {
|
|
|
142
165
|
* @param CreateRunRequest
|
|
143
166
|
* @return CreateRunResponse
|
|
144
167
|
* @throws OciError when an error occurs
|
|
145
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
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.
|
|
146
169
|
*/
|
|
147
170
|
createRun(createRunRequest: requests.CreateRunRequest): Promise<responses.CreateRunResponse>;
|
|
148
171
|
/**
|
|
@@ -152,7 +175,7 @@ export declare class DataFlowClient {
|
|
|
152
175
|
* @param CreateStatementRequest
|
|
153
176
|
* @return CreateStatementResponse
|
|
154
177
|
* @throws OciError when an error occurs
|
|
155
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
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.
|
|
156
179
|
*/
|
|
157
180
|
createStatement(createStatementRequest: requests.CreateStatementRequest): Promise<responses.CreateStatementResponse>;
|
|
158
181
|
/**
|
|
@@ -162,9 +185,19 @@ export declare class DataFlowClient {
|
|
|
162
185
|
* @param DeleteApplicationRequest
|
|
163
186
|
* @return DeleteApplicationResponse
|
|
164
187
|
* @throws OciError when an error occurs
|
|
165
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
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.
|
|
166
189
|
*/
|
|
167
190
|
deleteApplication(deleteApplicationRequest: requests.DeleteApplicationRequest): Promise<responses.DeleteApplicationResponse>;
|
|
191
|
+
/**
|
|
192
|
+
* Deletes a pool using a `poolId`.
|
|
193
|
+
*
|
|
194
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
195
|
+
* @param DeletePoolRequest
|
|
196
|
+
* @return DeletePoolResponse
|
|
197
|
+
* @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.
|
|
199
|
+
*/
|
|
200
|
+
deletePool(deletePoolRequest: requests.DeletePoolRequest): Promise<responses.DeletePoolResponse>;
|
|
168
201
|
/**
|
|
169
202
|
* Deletes a private endpoint using a `privateEndpointId`.
|
|
170
203
|
*
|
|
@@ -172,7 +205,7 @@ export declare class DataFlowClient {
|
|
|
172
205
|
* @param DeletePrivateEndpointRequest
|
|
173
206
|
* @return DeletePrivateEndpointResponse
|
|
174
207
|
* @throws OciError when an error occurs
|
|
175
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
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.
|
|
176
209
|
*/
|
|
177
210
|
deletePrivateEndpoint(deletePrivateEndpointRequest: requests.DeletePrivateEndpointRequest): Promise<responses.DeletePrivateEndpointResponse>;
|
|
178
211
|
/**
|
|
@@ -183,7 +216,7 @@ export declare class DataFlowClient {
|
|
|
183
216
|
* @param DeleteRunRequest
|
|
184
217
|
* @return DeleteRunResponse
|
|
185
218
|
* @throws OciError when an error occurs
|
|
186
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
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.
|
|
187
220
|
*/
|
|
188
221
|
deleteRun(deleteRunRequest: requests.DeleteRunRequest): Promise<responses.DeleteRunResponse>;
|
|
189
222
|
/**
|
|
@@ -193,7 +226,7 @@ export declare class DataFlowClient {
|
|
|
193
226
|
* @param DeleteStatementRequest
|
|
194
227
|
* @return DeleteStatementResponse
|
|
195
228
|
* @throws OciError when an error occurs
|
|
196
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
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.
|
|
197
230
|
*/
|
|
198
231
|
deleteStatement(deleteStatementRequest: requests.DeleteStatementRequest): Promise<responses.DeleteStatementResponse>;
|
|
199
232
|
/**
|
|
@@ -203,9 +236,19 @@ export declare class DataFlowClient {
|
|
|
203
236
|
* @param GetApplicationRequest
|
|
204
237
|
* @return GetApplicationResponse
|
|
205
238
|
* @throws OciError when an error occurs
|
|
206
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
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.
|
|
207
240
|
*/
|
|
208
241
|
getApplication(getApplicationRequest: requests.GetApplicationRequest): Promise<responses.GetApplicationResponse>;
|
|
242
|
+
/**
|
|
243
|
+
* Retrieves a pool using a `poolId`.
|
|
244
|
+
*
|
|
245
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
246
|
+
* @param GetPoolRequest
|
|
247
|
+
* @return GetPoolResponse
|
|
248
|
+
* @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.
|
|
250
|
+
*/
|
|
251
|
+
getPool(getPoolRequest: requests.GetPoolRequest): Promise<responses.GetPoolResponse>;
|
|
209
252
|
/**
|
|
210
253
|
* Retrieves an private endpoint using a `privateEndpointId`.
|
|
211
254
|
*
|
|
@@ -213,7 +256,7 @@ export declare class DataFlowClient {
|
|
|
213
256
|
* @param GetPrivateEndpointRequest
|
|
214
257
|
* @return GetPrivateEndpointResponse
|
|
215
258
|
* @throws OciError when an error occurs
|
|
216
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
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.
|
|
217
260
|
*/
|
|
218
261
|
getPrivateEndpoint(getPrivateEndpointRequest: requests.GetPrivateEndpointRequest): Promise<responses.GetPrivateEndpointResponse>;
|
|
219
262
|
/**
|
|
@@ -223,7 +266,7 @@ export declare class DataFlowClient {
|
|
|
223
266
|
* @param GetRunRequest
|
|
224
267
|
* @return GetRunResponse
|
|
225
268
|
* @throws OciError when an error occurs
|
|
226
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
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.
|
|
227
270
|
*/
|
|
228
271
|
getRun(getRunRequest: requests.GetRunRequest): Promise<responses.GetRunResponse>;
|
|
229
272
|
/**
|
|
@@ -233,7 +276,7 @@ export declare class DataFlowClient {
|
|
|
233
276
|
* @param GetRunLogRequest
|
|
234
277
|
* @return GetRunLogResponse
|
|
235
278
|
* @throws OciError when an error occurs
|
|
236
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
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.
|
|
237
280
|
*/
|
|
238
281
|
getRunLog(getRunLogRequest: requests.GetRunLogRequest): Promise<responses.GetRunLogResponse>;
|
|
239
282
|
/**
|
|
@@ -243,7 +286,7 @@ export declare class DataFlowClient {
|
|
|
243
286
|
* @param GetStatementRequest
|
|
244
287
|
* @return GetStatementResponse
|
|
245
288
|
* @throws OciError when an error occurs
|
|
246
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
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.
|
|
247
290
|
*/
|
|
248
291
|
getStatement(getStatementRequest: requests.GetStatementRequest): Promise<responses.GetStatementResponse>;
|
|
249
292
|
/**
|
|
@@ -253,7 +296,7 @@ export declare class DataFlowClient {
|
|
|
253
296
|
* @param GetWorkRequestRequest
|
|
254
297
|
* @return GetWorkRequestResponse
|
|
255
298
|
* @throws OciError when an error occurs
|
|
256
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
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.
|
|
257
300
|
*/
|
|
258
301
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
259
302
|
/**
|
|
@@ -263,7 +306,7 @@ export declare class DataFlowClient {
|
|
|
263
306
|
* @param ListApplicationsRequest
|
|
264
307
|
* @return ListApplicationsResponse
|
|
265
308
|
* @throws OciError when an error occurs
|
|
266
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
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.
|
|
267
310
|
*/
|
|
268
311
|
listApplications(listApplicationsRequest: requests.ListApplicationsRequest): Promise<responses.ListApplicationsResponse>;
|
|
269
312
|
/**
|
|
@@ -298,6 +341,16 @@ export declare class DataFlowClient {
|
|
|
298
341
|
* @param request a request which can be sent to the service operation
|
|
299
342
|
*/
|
|
300
343
|
listApplicationsResponseIterator(request: requests.ListApplicationsRequest): AsyncIterableIterator<responses.ListApplicationsResponse>;
|
|
344
|
+
/**
|
|
345
|
+
* 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.
|
|
346
|
+
*
|
|
347
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
348
|
+
* @param ListPoolsRequest
|
|
349
|
+
* @return ListPoolsResponse
|
|
350
|
+
* @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.
|
|
352
|
+
*/
|
|
353
|
+
listPools(listPoolsRequest: requests.ListPoolsRequest): Promise<responses.ListPoolsResponse>;
|
|
301
354
|
/**
|
|
302
355
|
* 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
356
|
*
|
|
@@ -305,7 +358,7 @@ export declare class DataFlowClient {
|
|
|
305
358
|
* @param ListPrivateEndpointsRequest
|
|
306
359
|
* @return ListPrivateEndpointsResponse
|
|
307
360
|
* @throws OciError when an error occurs
|
|
308
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
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.
|
|
309
362
|
*/
|
|
310
363
|
listPrivateEndpoints(listPrivateEndpointsRequest: requests.ListPrivateEndpointsRequest): Promise<responses.ListPrivateEndpointsResponse>;
|
|
311
364
|
/**
|
|
@@ -315,7 +368,7 @@ export declare class DataFlowClient {
|
|
|
315
368
|
* @param ListRunLogsRequest
|
|
316
369
|
* @return ListRunLogsResponse
|
|
317
370
|
* @throws OciError when an error occurs
|
|
318
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
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.
|
|
319
372
|
*/
|
|
320
373
|
listRunLogs(listRunLogsRequest: requests.ListRunLogsRequest): Promise<responses.ListRunLogsResponse>;
|
|
321
374
|
/**
|
|
@@ -357,7 +410,7 @@ export declare class DataFlowClient {
|
|
|
357
410
|
* @param ListRunsRequest
|
|
358
411
|
* @return ListRunsResponse
|
|
359
412
|
* @throws OciError when an error occurs
|
|
360
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
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.
|
|
361
414
|
*/
|
|
362
415
|
listRuns(listRunsRequest: requests.ListRunsRequest): Promise<responses.ListRunsResponse>;
|
|
363
416
|
/**
|
|
@@ -399,7 +452,7 @@ export declare class DataFlowClient {
|
|
|
399
452
|
* @param ListStatementsRequest
|
|
400
453
|
* @return ListStatementsResponse
|
|
401
454
|
* @throws OciError when an error occurs
|
|
402
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
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.
|
|
403
456
|
*/
|
|
404
457
|
listStatements(listStatementsRequest: requests.ListStatementsRequest): Promise<responses.ListStatementsResponse>;
|
|
405
458
|
/**
|
|
@@ -409,7 +462,7 @@ export declare class DataFlowClient {
|
|
|
409
462
|
* @param ListWorkRequestErrorsRequest
|
|
410
463
|
* @return ListWorkRequestErrorsResponse
|
|
411
464
|
* @throws OciError when an error occurs
|
|
412
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
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.
|
|
413
466
|
*/
|
|
414
467
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
415
468
|
/**
|
|
@@ -419,7 +472,7 @@ export declare class DataFlowClient {
|
|
|
419
472
|
* @param ListWorkRequestLogsRequest
|
|
420
473
|
* @return ListWorkRequestLogsResponse
|
|
421
474
|
* @throws OciError when an error occurs
|
|
422
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
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.
|
|
423
476
|
*/
|
|
424
477
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
425
478
|
/**
|
|
@@ -429,9 +482,29 @@ export declare class DataFlowClient {
|
|
|
429
482
|
* @param ListWorkRequestsRequest
|
|
430
483
|
* @return ListWorkRequestsResponse
|
|
431
484
|
* @throws OciError when an error occurs
|
|
432
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
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.
|
|
433
486
|
*/
|
|
434
487
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
488
|
+
/**
|
|
489
|
+
* Starts the dataflow pool for a given `poolId`. When provided, If-Match is checked against ETag values of the resource.
|
|
490
|
+
*
|
|
491
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
492
|
+
* @param StartPoolRequest
|
|
493
|
+
* @return StartPoolResponse
|
|
494
|
+
* @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.
|
|
496
|
+
*/
|
|
497
|
+
startPool(startPoolRequest: requests.StartPoolRequest): Promise<responses.StartPoolResponse>;
|
|
498
|
+
/**
|
|
499
|
+
* Stops the dataflow pool for a given `poolId`. When provided, If-Match is checked against ETag values of the resource.
|
|
500
|
+
*
|
|
501
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
502
|
+
* @param StopPoolRequest
|
|
503
|
+
* @return StopPoolResponse
|
|
504
|
+
* @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.
|
|
506
|
+
*/
|
|
507
|
+
stopPool(stopPoolRequest: requests.StopPoolRequest): Promise<responses.StopPoolResponse>;
|
|
435
508
|
/**
|
|
436
509
|
* Updates an application using an `applicationId`.
|
|
437
510
|
*
|
|
@@ -439,9 +512,21 @@ export declare class DataFlowClient {
|
|
|
439
512
|
* @param UpdateApplicationRequest
|
|
440
513
|
* @return UpdateApplicationResponse
|
|
441
514
|
* @throws OciError when an error occurs
|
|
442
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
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.
|
|
443
516
|
*/
|
|
444
517
|
updateApplication(updateApplicationRequest: requests.UpdateApplicationRequest): Promise<responses.UpdateApplicationResponse>;
|
|
518
|
+
/**
|
|
519
|
+
* Updates a pool using a `poolId`.If changes to a pool doesn't match
|
|
520
|
+
* a previously defined pool,then a 409 status code will be returned.This indicates
|
|
521
|
+
* that a conflict has been detected.
|
|
522
|
+
*
|
|
523
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
524
|
+
* @param UpdatePoolRequest
|
|
525
|
+
* @return UpdatePoolResponse
|
|
526
|
+
* @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.
|
|
528
|
+
*/
|
|
529
|
+
updatePool(updatePoolRequest: requests.UpdatePoolRequest): Promise<responses.UpdatePoolResponse>;
|
|
445
530
|
/**
|
|
446
531
|
* Updates a private endpoint using a `privateEndpointId`. If changes to a private endpoint match
|
|
447
532
|
* a previously defined private endpoint, then a 409 status code will be returned. This indicates
|
|
@@ -451,7 +536,7 @@ export declare class DataFlowClient {
|
|
|
451
536
|
* @param UpdatePrivateEndpointRequest
|
|
452
537
|
* @return UpdatePrivateEndpointResponse
|
|
453
538
|
* @throws OciError when an error occurs
|
|
454
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
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.
|
|
455
540
|
*/
|
|
456
541
|
updatePrivateEndpoint(updatePrivateEndpointRequest: requests.UpdatePrivateEndpointRequest): Promise<responses.UpdatePrivateEndpointResponse>;
|
|
457
542
|
/**
|
|
@@ -461,7 +546,7 @@ export declare class DataFlowClient {
|
|
|
461
546
|
* @param UpdateRunRequest
|
|
462
547
|
* @return UpdateRunResponse
|
|
463
548
|
* @throws OciError when an error occurs
|
|
464
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
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.
|
|
465
550
|
*/
|
|
466
551
|
updateRun(updateRunRequest: requests.UpdateRunRequest): Promise<responses.UpdateRunResponse>;
|
|
467
552
|
}
|