oci-dataflow 2.76.1 → 2.77.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/lib/client.d.ts +42 -42
- package/lib/client.js +42 -42
- package/lib/model/application-summary.d.ts +5 -5
- package/lib/model/application.d.ts +14 -14
- package/lib/model/create-application-details.d.ts +11 -11
- package/lib/model/create-pool-details.d.ts +2 -2
- package/lib/model/create-private-endpoint-details.d.ts +3 -3
- package/lib/model/create-run-details.d.ts +11 -11
- package/lib/model/create-sql-endpoint-details.d.ts +2 -2
- package/lib/model/create-statement-details.d.ts +1 -1
- package/lib/model/pool-summary.d.ts +5 -5
- package/lib/model/pool.d.ts +5 -5
- package/lib/model/private-endpoint-summary.d.ts +6 -6
- package/lib/model/private-endpoint.d.ts +6 -6
- package/lib/model/run-summary.d.ts +5 -5
- package/lib/model/run.d.ts +15 -15
- package/lib/model/sql-endpoint-summary.d.ts +3 -3
- package/lib/model/sql-endpoint.d.ts +3 -3
- package/lib/model/statement-summary.d.ts +2 -2
- package/lib/model/statement.d.ts +3 -3
- package/lib/model/update-application-details.d.ts +11 -11
- package/lib/model/update-pool-details.d.ts +3 -3
- package/lib/model/update-private-endpoint-details.d.ts +3 -3
- package/lib/model/update-run-details.d.ts +4 -4
- package/lib/model/update-sql-endpoint-details.d.ts +2 -2
- package/lib/request/change-application-compartment-request.d.ts +2 -2
- package/lib/request/change-pool-compartment-request.d.ts +2 -2
- package/lib/request/change-private-endpoint-compartment-request.d.ts +2 -2
- package/lib/request/change-run-compartment-request.d.ts +2 -2
- package/lib/request/change-sql-endpoint-compartment-request.d.ts +2 -2
- 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 +2 -2
- package/lib/request/delete-pool-request.d.ts +2 -2
- package/lib/request/delete-private-endpoint-request.d.ts +2 -2
- package/lib/request/delete-run-request.d.ts +2 -2
- package/lib/request/delete-sql-endpoint-request.d.ts +2 -2
- package/lib/request/delete-statement-request.d.ts +2 -2
- 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 +3 -3
- package/lib/request/list-pools-request.d.ts +3 -3
- package/lib/request/list-private-endpoints-request.d.ts +3 -3
- package/lib/request/list-run-logs-request.d.ts +2 -2
- package/lib/request/list-runs-request.d.ts +3 -3
- package/lib/request/list-sql-endpoints-request.d.ts +1 -1
- package/lib/request/list-statements-request.d.ts +3 -3
- package/lib/request/list-work-request-errors-request.d.ts +3 -3
- package/lib/request/list-work-request-logs-request.d.ts +3 -3
- package/lib/request/list-work-requests-request.d.ts +3 -3
- package/lib/request/start-pool-request.d.ts +2 -2
- package/lib/request/stop-pool-request.d.ts +2 -2
- package/lib/request/update-application-request.d.ts +2 -2
- package/lib/request/update-pool-request.d.ts +2 -2
- package/lib/request/update-private-endpoint-request.d.ts +2 -2
- package/lib/request/update-run-request.d.ts +2 -2
- package/lib/request/update-sql-endpoint-request.d.ts +2 -2
- package/package.json +3 -3
package/lib/client.js
CHANGED
|
@@ -191,7 +191,7 @@ class DataFlowClient {
|
|
|
191
191
|
* @param ChangeApplicationCompartmentRequest
|
|
192
192
|
* @return ChangeApplicationCompartmentResponse
|
|
193
193
|
* @throws OciError when an error occurs
|
|
194
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
194
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dataflow/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartment API.
|
|
195
195
|
*/
|
|
196
196
|
changeApplicationCompartment(changeApplicationCompartmentRequest) {
|
|
197
197
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -252,7 +252,7 @@ class DataFlowClient {
|
|
|
252
252
|
* @param ChangePoolCompartmentRequest
|
|
253
253
|
* @return ChangePoolCompartmentResponse
|
|
254
254
|
* @throws OciError when an error occurs
|
|
255
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
255
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dataflow/ChangePoolCompartment.ts.html |here} to see how to use ChangePoolCompartment API.
|
|
256
256
|
*/
|
|
257
257
|
changePoolCompartment(changePoolCompartmentRequest) {
|
|
258
258
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -310,7 +310,7 @@ class DataFlowClient {
|
|
|
310
310
|
* @param ChangePrivateEndpointCompartmentRequest
|
|
311
311
|
* @return ChangePrivateEndpointCompartmentResponse
|
|
312
312
|
* @throws OciError when an error occurs
|
|
313
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
313
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dataflow/ChangePrivateEndpointCompartment.ts.html |here} to see how to use ChangePrivateEndpointCompartment API.
|
|
314
314
|
*/
|
|
315
315
|
changePrivateEndpointCompartment(changePrivateEndpointCompartmentRequest) {
|
|
316
316
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -375,7 +375,7 @@ class DataFlowClient {
|
|
|
375
375
|
* @param ChangeRunCompartmentRequest
|
|
376
376
|
* @return ChangeRunCompartmentResponse
|
|
377
377
|
* @throws OciError when an error occurs
|
|
378
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
378
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dataflow/ChangeRunCompartment.ts.html |here} to see how to use ChangeRunCompartment API.
|
|
379
379
|
*/
|
|
380
380
|
changeRunCompartment(changeRunCompartmentRequest) {
|
|
381
381
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -432,7 +432,7 @@ class DataFlowClient {
|
|
|
432
432
|
* @param ChangeSqlEndpointCompartmentRequest
|
|
433
433
|
* @return ChangeSqlEndpointCompartmentResponse
|
|
434
434
|
* @throws OciError when an error occurs
|
|
435
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
435
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dataflow/ChangeSqlEndpointCompartment.ts.html |here} to see how to use ChangeSqlEndpointCompartment API.
|
|
436
436
|
*/
|
|
437
437
|
changeSqlEndpointCompartment(changeSqlEndpointCompartmentRequest) {
|
|
438
438
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -495,7 +495,7 @@ class DataFlowClient {
|
|
|
495
495
|
* @param CreateApplicationRequest
|
|
496
496
|
* @return CreateApplicationResponse
|
|
497
497
|
* @throws OciError when an error occurs
|
|
498
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
498
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dataflow/CreateApplication.ts.html |here} to see how to use CreateApplication API.
|
|
499
499
|
*/
|
|
500
500
|
createApplication(createApplicationRequest) {
|
|
501
501
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -559,7 +559,7 @@ class DataFlowClient {
|
|
|
559
559
|
* @param CreatePoolRequest
|
|
560
560
|
* @return CreatePoolResponse
|
|
561
561
|
* @throws OciError when an error occurs
|
|
562
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
562
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dataflow/CreatePool.ts.html |here} to see how to use CreatePool API.
|
|
563
563
|
*/
|
|
564
564
|
createPool(createPoolRequest) {
|
|
565
565
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -633,7 +633,7 @@ class DataFlowClient {
|
|
|
633
633
|
* @param CreatePrivateEndpointRequest
|
|
634
634
|
* @return CreatePrivateEndpointResponse
|
|
635
635
|
* @throws OciError when an error occurs
|
|
636
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
636
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dataflow/CreatePrivateEndpoint.ts.html |here} to see how to use CreatePrivateEndpoint API.
|
|
637
637
|
*/
|
|
638
638
|
createPrivateEndpoint(createPrivateEndpointRequest) {
|
|
639
639
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -707,7 +707,7 @@ class DataFlowClient {
|
|
|
707
707
|
* @param CreateRunRequest
|
|
708
708
|
* @return CreateRunResponse
|
|
709
709
|
* @throws OciError when an error occurs
|
|
710
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
710
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dataflow/CreateRun.ts.html |here} to see how to use CreateRun API.
|
|
711
711
|
*/
|
|
712
712
|
createRun(createRunRequest) {
|
|
713
713
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -770,7 +770,7 @@ class DataFlowClient {
|
|
|
770
770
|
* @param CreateSqlEndpointRequest
|
|
771
771
|
* @return CreateSqlEndpointResponse
|
|
772
772
|
* @throws OciError when an error occurs
|
|
773
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
773
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dataflow/CreateSqlEndpoint.ts.html |here} to see how to use CreateSqlEndpoint API.
|
|
774
774
|
*/
|
|
775
775
|
createSqlEndpoint(createSqlEndpointRequest) {
|
|
776
776
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -839,7 +839,7 @@ class DataFlowClient {
|
|
|
839
839
|
* @param CreateStatementRequest
|
|
840
840
|
* @return CreateStatementResponse
|
|
841
841
|
* @throws OciError when an error occurs
|
|
842
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
842
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dataflow/CreateStatement.ts.html |here} to see how to use CreateStatement API.
|
|
843
843
|
*/
|
|
844
844
|
createStatement(createStatementRequest) {
|
|
845
845
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -904,7 +904,7 @@ class DataFlowClient {
|
|
|
904
904
|
* @param DeleteApplicationRequest
|
|
905
905
|
* @return DeleteApplicationResponse
|
|
906
906
|
* @throws OciError when an error occurs
|
|
907
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
907
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dataflow/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
|
|
908
908
|
*/
|
|
909
909
|
deleteApplication(deleteApplicationRequest) {
|
|
910
910
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -960,7 +960,7 @@ class DataFlowClient {
|
|
|
960
960
|
* @param DeletePoolRequest
|
|
961
961
|
* @return DeletePoolResponse
|
|
962
962
|
* @throws OciError when an error occurs
|
|
963
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
963
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dataflow/DeletePool.ts.html |here} to see how to use DeletePool API.
|
|
964
964
|
*/
|
|
965
965
|
deletePool(deletePoolRequest) {
|
|
966
966
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1016,7 +1016,7 @@ class DataFlowClient {
|
|
|
1016
1016
|
* @param DeletePrivateEndpointRequest
|
|
1017
1017
|
* @return DeletePrivateEndpointResponse
|
|
1018
1018
|
* @throws OciError when an error occurs
|
|
1019
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1019
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dataflow/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpoint API.
|
|
1020
1020
|
*/
|
|
1021
1021
|
deletePrivateEndpoint(deletePrivateEndpointRequest) {
|
|
1022
1022
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1078,7 +1078,7 @@ class DataFlowClient {
|
|
|
1078
1078
|
* @param DeleteRunRequest
|
|
1079
1079
|
* @return DeleteRunResponse
|
|
1080
1080
|
* @throws OciError when an error occurs
|
|
1081
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1081
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dataflow/DeleteRun.ts.html |here} to see how to use DeleteRun API.
|
|
1082
1082
|
*/
|
|
1083
1083
|
deleteRun(deleteRunRequest) {
|
|
1084
1084
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1133,7 +1133,7 @@ class DataFlowClient {
|
|
|
1133
1133
|
* @param DeleteSqlEndpointRequest
|
|
1134
1134
|
* @return DeleteSqlEndpointResponse
|
|
1135
1135
|
* @throws OciError when an error occurs
|
|
1136
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1136
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dataflow/DeleteSqlEndpoint.ts.html |here} to see how to use DeleteSqlEndpoint API.
|
|
1137
1137
|
*/
|
|
1138
1138
|
deleteSqlEndpoint(deleteSqlEndpointRequest) {
|
|
1139
1139
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1194,7 +1194,7 @@ class DataFlowClient {
|
|
|
1194
1194
|
* @param DeleteStatementRequest
|
|
1195
1195
|
* @return DeleteStatementResponse
|
|
1196
1196
|
* @throws OciError when an error occurs
|
|
1197
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1197
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dataflow/DeleteStatement.ts.html |here} to see how to use DeleteStatement API.
|
|
1198
1198
|
*/
|
|
1199
1199
|
deleteStatement(deleteStatementRequest) {
|
|
1200
1200
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1251,7 +1251,7 @@ class DataFlowClient {
|
|
|
1251
1251
|
* @param GetApplicationRequest
|
|
1252
1252
|
* @return GetApplicationResponse
|
|
1253
1253
|
* @throws OciError when an error occurs
|
|
1254
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1254
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dataflow/GetApplication.ts.html |here} to see how to use GetApplication API.
|
|
1255
1255
|
*/
|
|
1256
1256
|
getApplication(getApplicationRequest) {
|
|
1257
1257
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1315,7 +1315,7 @@ class DataFlowClient {
|
|
|
1315
1315
|
* @param GetPoolRequest
|
|
1316
1316
|
* @return GetPoolResponse
|
|
1317
1317
|
* @throws OciError when an error occurs
|
|
1318
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1318
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dataflow/GetPool.ts.html |here} to see how to use GetPool API.
|
|
1319
1319
|
*/
|
|
1320
1320
|
getPool(getPoolRequest) {
|
|
1321
1321
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1379,7 +1379,7 @@ class DataFlowClient {
|
|
|
1379
1379
|
* @param GetPrivateEndpointRequest
|
|
1380
1380
|
* @return GetPrivateEndpointResponse
|
|
1381
1381
|
* @throws OciError when an error occurs
|
|
1382
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1382
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dataflow/GetPrivateEndpoint.ts.html |here} to see how to use GetPrivateEndpoint API.
|
|
1383
1383
|
*/
|
|
1384
1384
|
getPrivateEndpoint(getPrivateEndpointRequest) {
|
|
1385
1385
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1443,7 +1443,7 @@ class DataFlowClient {
|
|
|
1443
1443
|
* @param GetRunRequest
|
|
1444
1444
|
* @return GetRunResponse
|
|
1445
1445
|
* @throws OciError when an error occurs
|
|
1446
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1446
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dataflow/GetRun.ts.html |here} to see how to use GetRun API.
|
|
1447
1447
|
*/
|
|
1448
1448
|
getRun(getRunRequest) {
|
|
1449
1449
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1507,7 +1507,7 @@ class DataFlowClient {
|
|
|
1507
1507
|
* @param GetRunLogRequest
|
|
1508
1508
|
* @return GetRunLogResponse
|
|
1509
1509
|
* @throws OciError when an error occurs
|
|
1510
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1510
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dataflow/GetRunLog.ts.html |here} to see how to use GetRunLog API.
|
|
1511
1511
|
*/
|
|
1512
1512
|
getRunLog(getRunLogRequest) {
|
|
1513
1513
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1593,7 +1593,7 @@ class DataFlowClient {
|
|
|
1593
1593
|
* @param GetSqlEndpointRequest
|
|
1594
1594
|
* @return GetSqlEndpointResponse
|
|
1595
1595
|
* @throws OciError when an error occurs
|
|
1596
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1596
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dataflow/GetSqlEndpoint.ts.html |here} to see how to use GetSqlEndpoint API.
|
|
1597
1597
|
*/
|
|
1598
1598
|
getSqlEndpoint(getSqlEndpointRequest) {
|
|
1599
1599
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1657,7 +1657,7 @@ class DataFlowClient {
|
|
|
1657
1657
|
* @param GetStatementRequest
|
|
1658
1658
|
* @return GetStatementResponse
|
|
1659
1659
|
* @throws OciError when an error occurs
|
|
1660
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1660
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dataflow/GetStatement.ts.html |here} to see how to use GetStatement API.
|
|
1661
1661
|
*/
|
|
1662
1662
|
getStatement(getStatementRequest) {
|
|
1663
1663
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1722,7 +1722,7 @@ class DataFlowClient {
|
|
|
1722
1722
|
* @param GetWorkRequestRequest
|
|
1723
1723
|
* @return GetWorkRequestResponse
|
|
1724
1724
|
* @throws OciError when an error occurs
|
|
1725
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1725
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dataflow/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
1726
1726
|
*/
|
|
1727
1727
|
getWorkRequest(getWorkRequestRequest) {
|
|
1728
1728
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1781,7 +1781,7 @@ class DataFlowClient {
|
|
|
1781
1781
|
* @param ListApplicationsRequest
|
|
1782
1782
|
* @return ListApplicationsResponse
|
|
1783
1783
|
* @throws OciError when an error occurs
|
|
1784
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1784
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dataflow/ListApplications.ts.html |here} to see how to use ListApplications API.
|
|
1785
1785
|
*/
|
|
1786
1786
|
listApplications(listApplicationsRequest) {
|
|
1787
1787
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1898,7 +1898,7 @@ class DataFlowClient {
|
|
|
1898
1898
|
* @param ListPoolsRequest
|
|
1899
1899
|
* @return ListPoolsResponse
|
|
1900
1900
|
* @throws OciError when an error occurs
|
|
1901
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1901
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dataflow/ListPools.ts.html |here} to see how to use ListPools API.
|
|
1902
1902
|
*/
|
|
1903
1903
|
listPools(listPoolsRequest) {
|
|
1904
1904
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1975,7 +1975,7 @@ class DataFlowClient {
|
|
|
1975
1975
|
* @param ListPrivateEndpointsRequest
|
|
1976
1976
|
* @return ListPrivateEndpointsResponse
|
|
1977
1977
|
* @throws OciError when an error occurs
|
|
1978
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1978
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dataflow/ListPrivateEndpoints.ts.html |here} to see how to use ListPrivateEndpoints API.
|
|
1979
1979
|
*/
|
|
1980
1980
|
listPrivateEndpoints(listPrivateEndpointsRequest) {
|
|
1981
1981
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2052,7 +2052,7 @@ class DataFlowClient {
|
|
|
2052
2052
|
* @param ListRunLogsRequest
|
|
2053
2053
|
* @return ListRunLogsResponse
|
|
2054
2054
|
* @throws OciError when an error occurs
|
|
2055
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2055
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dataflow/ListRunLogs.ts.html |here} to see how to use ListRunLogs API.
|
|
2056
2056
|
*/
|
|
2057
2057
|
listRunLogs(listRunLogsRequest) {
|
|
2058
2058
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2164,7 +2164,7 @@ class DataFlowClient {
|
|
|
2164
2164
|
* @param ListRunsRequest
|
|
2165
2165
|
* @return ListRunsResponse
|
|
2166
2166
|
* @throws OciError when an error occurs
|
|
2167
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2167
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dataflow/ListRuns.ts.html |here} to see how to use ListRuns API.
|
|
2168
2168
|
*/
|
|
2169
2169
|
listRuns(listRunsRequest) {
|
|
2170
2170
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2286,7 +2286,7 @@ class DataFlowClient {
|
|
|
2286
2286
|
* @param ListSqlEndpointsRequest
|
|
2287
2287
|
* @return ListSqlEndpointsResponse
|
|
2288
2288
|
* @throws OciError when an error occurs
|
|
2289
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2289
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dataflow/ListSqlEndpoints.ts.html |here} to see how to use ListSqlEndpoints API.
|
|
2290
2290
|
*/
|
|
2291
2291
|
listSqlEndpoints(listSqlEndpointsRequest) {
|
|
2292
2292
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2357,7 +2357,7 @@ class DataFlowClient {
|
|
|
2357
2357
|
* @param ListStatementsRequest
|
|
2358
2358
|
* @return ListStatementsResponse
|
|
2359
2359
|
* @throws OciError when an error occurs
|
|
2360
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2360
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dataflow/ListStatements.ts.html |here} to see how to use ListStatements API.
|
|
2361
2361
|
*/
|
|
2362
2362
|
listStatements(listStatementsRequest) {
|
|
2363
2363
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2432,7 +2432,7 @@ class DataFlowClient {
|
|
|
2432
2432
|
* @param ListWorkRequestErrorsRequest
|
|
2433
2433
|
* @return ListWorkRequestErrorsResponse
|
|
2434
2434
|
* @throws OciError when an error occurs
|
|
2435
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2435
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dataflow/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
2436
2436
|
*/
|
|
2437
2437
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
2438
2438
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2504,7 +2504,7 @@ class DataFlowClient {
|
|
|
2504
2504
|
* @param ListWorkRequestLogsRequest
|
|
2505
2505
|
* @return ListWorkRequestLogsResponse
|
|
2506
2506
|
* @throws OciError when an error occurs
|
|
2507
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2507
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dataflow/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
2508
2508
|
*/
|
|
2509
2509
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
2510
2510
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2576,7 +2576,7 @@ class DataFlowClient {
|
|
|
2576
2576
|
* @param ListWorkRequestsRequest
|
|
2577
2577
|
* @return ListWorkRequestsResponse
|
|
2578
2578
|
* @throws OciError when an error occurs
|
|
2579
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2579
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dataflow/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
2580
2580
|
*/
|
|
2581
2581
|
listWorkRequests(listWorkRequestsRequest) {
|
|
2582
2582
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2647,7 +2647,7 @@ class DataFlowClient {
|
|
|
2647
2647
|
* @param StartPoolRequest
|
|
2648
2648
|
* @return StartPoolResponse
|
|
2649
2649
|
* @throws OciError when an error occurs
|
|
2650
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2650
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dataflow/StartPool.ts.html |here} to see how to use StartPool API.
|
|
2651
2651
|
*/
|
|
2652
2652
|
startPool(startPoolRequest) {
|
|
2653
2653
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2709,7 +2709,7 @@ class DataFlowClient {
|
|
|
2709
2709
|
* @param StopPoolRequest
|
|
2710
2710
|
* @return StopPoolResponse
|
|
2711
2711
|
* @throws OciError when an error occurs
|
|
2712
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2712
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dataflow/StopPool.ts.html |here} to see how to use StopPool API.
|
|
2713
2713
|
*/
|
|
2714
2714
|
stopPool(stopPoolRequest) {
|
|
2715
2715
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2771,7 +2771,7 @@ class DataFlowClient {
|
|
|
2771
2771
|
* @param UpdateApplicationRequest
|
|
2772
2772
|
* @return UpdateApplicationResponse
|
|
2773
2773
|
* @throws OciError when an error occurs
|
|
2774
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2774
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dataflow/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
|
|
2775
2775
|
*/
|
|
2776
2776
|
updateApplication(updateApplicationRequest) {
|
|
2777
2777
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2839,7 +2839,7 @@ class DataFlowClient {
|
|
|
2839
2839
|
* @param UpdatePoolRequest
|
|
2840
2840
|
* @return UpdatePoolResponse
|
|
2841
2841
|
* @throws OciError when an error occurs
|
|
2842
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2842
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dataflow/UpdatePool.ts.html |here} to see how to use UpdatePool API.
|
|
2843
2843
|
*/
|
|
2844
2844
|
updatePool(updatePoolRequest) {
|
|
2845
2845
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2903,7 +2903,7 @@ class DataFlowClient {
|
|
|
2903
2903
|
* @param UpdatePrivateEndpointRequest
|
|
2904
2904
|
* @return UpdatePrivateEndpointResponse
|
|
2905
2905
|
* @throws OciError when an error occurs
|
|
2906
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2906
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dataflow/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpoint API.
|
|
2907
2907
|
*/
|
|
2908
2908
|
updatePrivateEndpoint(updatePrivateEndpointRequest) {
|
|
2909
2909
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2965,7 +2965,7 @@ class DataFlowClient {
|
|
|
2965
2965
|
* @param UpdateRunRequest
|
|
2966
2966
|
* @return UpdateRunResponse
|
|
2967
2967
|
* @throws OciError when an error occurs
|
|
2968
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2968
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dataflow/UpdateRun.ts.html |here} to see how to use UpdateRun API.
|
|
2969
2969
|
*/
|
|
2970
2970
|
updateRun(updateRunRequest) {
|
|
2971
2971
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3030,7 +3030,7 @@ class DataFlowClient {
|
|
|
3030
3030
|
* @param UpdateSqlEndpointRequest
|
|
3031
3031
|
* @return UpdateSqlEndpointResponse
|
|
3032
3032
|
* @throws OciError when an error occurs
|
|
3033
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3033
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dataflow/UpdateSqlEndpoint.ts.html |here} to see how to use UpdateSqlEndpoint API.
|
|
3034
3034
|
*/
|
|
3035
3035
|
updateSqlEndpoint(updateSqlEndpointRequest) {
|
|
3036
3036
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -24,7 +24,7 @@ export interface ApplicationSummary {
|
|
|
24
24
|
"compartmentId": string;
|
|
25
25
|
/**
|
|
26
26
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
27
|
-
* Example:
|
|
27
|
+
* Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
"definedTags": {
|
|
@@ -40,7 +40,7 @@ export interface ApplicationSummary {
|
|
|
40
40
|
/**
|
|
41
41
|
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
42
42
|
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
43
|
-
* Example:
|
|
43
|
+
* Example: {@code {\"Department\": \"Finance\"}}
|
|
44
44
|
*
|
|
45
45
|
*/
|
|
46
46
|
"freeformTags": {
|
|
@@ -68,7 +68,7 @@ export interface ApplicationSummary {
|
|
|
68
68
|
"ownerPrincipalId": string;
|
|
69
69
|
/**
|
|
70
70
|
* The username of the user who created the resource. If the username of the owner does not exist,
|
|
71
|
-
*
|
|
71
|
+
* {@code null} will be returned and the caller should refer to the ownerPrincipalId value instead.
|
|
72
72
|
*
|
|
73
73
|
*/
|
|
74
74
|
"ownerUserName"?: string;
|
|
@@ -84,13 +84,13 @@ export interface ApplicationSummary {
|
|
|
84
84
|
"sparkVersion": string;
|
|
85
85
|
/**
|
|
86
86
|
* The date and time the resource was created, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
|
|
87
|
-
* Example:
|
|
87
|
+
* Example: {@code 2018-04-03T21:10:29.600Z}
|
|
88
88
|
*
|
|
89
89
|
*/
|
|
90
90
|
"timeCreated": Date;
|
|
91
91
|
/**
|
|
92
92
|
* The date and time the resource was updated, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
|
|
93
|
-
* Example:
|
|
93
|
+
* Example: {@code 2018-04-03T21:10:29.600Z}
|
|
94
94
|
*
|
|
95
95
|
*/
|
|
96
96
|
"timeUpdated": Date;
|
|
@@ -19,7 +19,7 @@ import * as model from "../model";
|
|
|
19
19
|
export interface Application {
|
|
20
20
|
"applicationLogConfig"?: model.ApplicationLogConfig;
|
|
21
21
|
/**
|
|
22
|
-
* A comma separated list of one or more archive files as Oracle Cloud Infrastructure URIs. For example,
|
|
22
|
+
* A comma separated list of one or more archive files as Oracle Cloud Infrastructure URIs. For example, {@code oci://path/to/a.zip,oci://path/to/b.zip}. An Oracle Cloud Infrastructure URI of an archive.zip file containing custom dependencies that may be used to support the execution of a Python, Java, or Scala application.
|
|
23
23
|
* See https://docs.cloud.oracle.com/iaas/Content/API/SDKDocs/hdfsconnector.htm#uriformat.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
@@ -29,10 +29,10 @@ export interface Application {
|
|
|
29
29
|
* either a plain text or a placeholder. Placeholders are replaced using values from the parameters
|
|
30
30
|
* map. Each placeholder specified must be represented in the parameters map else the request
|
|
31
31
|
* (POST or PUT) will fail with a HTTP 400 status code. Placeholders are specified as
|
|
32
|
-
*
|
|
33
|
-
* Example:
|
|
32
|
+
* {@code Service Api Spec}, where {@code name} is the name of the parameter.
|
|
33
|
+
* Example: {@code [ \"--input\", \"${input_file}\", \"--name\", \"John Doe\" ]}
|
|
34
34
|
* If \"input_file\" has a value of \"mydata.xml\", then the value above will be translated to
|
|
35
|
-
*
|
|
35
|
+
* {@code --input mydata.xml --name \"John Doe\"}
|
|
36
36
|
*
|
|
37
37
|
*/
|
|
38
38
|
"arguments"?: Array<string>;
|
|
@@ -59,7 +59,7 @@ export interface Application {
|
|
|
59
59
|
"compartmentId": string;
|
|
60
60
|
/**
|
|
61
61
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
62
|
-
* Example:
|
|
62
|
+
* Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
63
63
|
*
|
|
64
64
|
*/
|
|
65
65
|
"definedTags"?: {
|
|
@@ -85,8 +85,8 @@ export interface Application {
|
|
|
85
85
|
"driverShapeConfig"?: model.ShapeConfig;
|
|
86
86
|
/**
|
|
87
87
|
* The input used for spark-submit command. For more details see https://spark.apache.org/docs/latest/submitting-applications.html#launching-applications-with-spark-submit.
|
|
88
|
-
* Supported options include
|
|
89
|
-
* Example:
|
|
88
|
+
* Supported options include {@code --class}{@code , }{@code --file}{@code , }{@code --jars}{@code , }{@code --conf}{@code , }{@code --py-files}{@code , and main application file with arguments.
|
|
89
|
+
* Example: }{@code --jars oci://path/to/a.jar,oci://path/to/b.jar --files oci://path/to/a.json,oci://path/to/b.csv --py-files oci://path/to/a.py,oci://path/to/b.py --conf spark.sql.crossJoin.enabled=true --class org.apache.spark.examples.SparkPi oci://path/to/main.jar 10}
|
|
90
90
|
* Note: If execute is specified together with applicationId, className, configuration, fileUri, language, arguments, parameters during application create/update, or run create/submit,
|
|
91
91
|
* Data Flow service will use derived information from execute input only.
|
|
92
92
|
*
|
|
@@ -107,7 +107,7 @@ export interface Application {
|
|
|
107
107
|
/**
|
|
108
108
|
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
109
109
|
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
110
|
-
* Example:
|
|
110
|
+
* Example: {@code {\"Department\": \"Finance\"}}
|
|
111
111
|
*
|
|
112
112
|
*/
|
|
113
113
|
"freeformTags"?: {
|
|
@@ -151,13 +151,13 @@ export interface Application {
|
|
|
151
151
|
"ownerPrincipalId": string;
|
|
152
152
|
/**
|
|
153
153
|
* The username of the user who created the resource. If the username of the owner does not exist,
|
|
154
|
-
*
|
|
154
|
+
* {@code null} will be returned and the caller should refer to the ownerPrincipalId value instead.
|
|
155
155
|
*
|
|
156
156
|
*/
|
|
157
157
|
"ownerUserName"?: string;
|
|
158
158
|
/**
|
|
159
159
|
* An array of name/value pairs used to fill placeholders found in properties like
|
|
160
|
-
*
|
|
160
|
+
* {@code Application.arguments}. The name must be a string of one or more word characters
|
|
161
161
|
* (a-z, A-Z, 0-9, _). The value can be a string of 0 or more characters of any kind.
|
|
162
162
|
* Example: [ { name: \"iterations\", value: \"10\"}, { name: \"input_file\", value: \"mydata.xml\" }, { name: \"variable_x\", value: \"${x}\"} ]
|
|
163
163
|
*
|
|
@@ -180,13 +180,13 @@ export interface Application {
|
|
|
180
180
|
"sparkVersion": string;
|
|
181
181
|
/**
|
|
182
182
|
* The date and time the resource was created, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
|
|
183
|
-
* Example:
|
|
183
|
+
* Example: {@code 2018-04-03T21:10:29.600Z}
|
|
184
184
|
*
|
|
185
185
|
*/
|
|
186
186
|
"timeCreated": Date;
|
|
187
187
|
/**
|
|
188
188
|
* The date and time the resource was updated, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
|
|
189
|
-
* Example:
|
|
189
|
+
* Example: {@code 2018-04-03T21:10:29.600Z}
|
|
190
190
|
*
|
|
191
191
|
*/
|
|
192
192
|
"timeUpdated": Date;
|
|
@@ -204,13 +204,13 @@ export interface Application {
|
|
|
204
204
|
"warehouseBucketUri"?: string;
|
|
205
205
|
/**
|
|
206
206
|
* The maximum duration in minutes for which an Application should run. Data Flow Run would be terminated
|
|
207
|
-
* once it reaches this duration from the time it transitions to
|
|
207
|
+
* once it reaches this duration from the time it transitions to {@code IN_PROGRESS} state.
|
|
208
208
|
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
209
209
|
*/
|
|
210
210
|
"maxDurationInMinutes"?: number;
|
|
211
211
|
/**
|
|
212
212
|
* The timeout value in minutes used to manage Runs. A Run would be stopped after inactivity for this amount of time period.
|
|
213
|
-
* Note: This parameter is currently only applicable for Runs of type
|
|
213
|
+
* Note: This parameter is currently only applicable for Runs of type {@code SESSION}. Default value is 2880 minutes (2 days)
|
|
214
214
|
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
215
215
|
*/
|
|
216
216
|
"idleTimeoutInMinutes"?: number;
|
|
@@ -18,7 +18,7 @@ import * as model from "../model";
|
|
|
18
18
|
*/
|
|
19
19
|
export interface CreateApplicationDetails {
|
|
20
20
|
/**
|
|
21
|
-
* A comma separated list of one or more archive files as Oracle Cloud Infrastructure URIs. For example,
|
|
21
|
+
* A comma separated list of one or more archive files as Oracle Cloud Infrastructure URIs. For example, {@code oci://path/to/a.zip,oci://path/to/b.zip}. An Oracle Cloud Infrastructure URI of an archive.zip file containing custom dependencies that may be used to support the execution of a Python, Java, or Scala application.
|
|
22
22
|
* See https://docs.cloud.oracle.com/iaas/Content/API/SDKDocs/hdfsconnector.htm#uriformat.
|
|
23
23
|
*
|
|
24
24
|
*/
|
|
@@ -28,10 +28,10 @@ export interface CreateApplicationDetails {
|
|
|
28
28
|
* either a plain text or a placeholder. Placeholders are replaced using values from the parameters
|
|
29
29
|
* map. Each placeholder specified must be represented in the parameters map else the request
|
|
30
30
|
* (POST or PUT) will fail with a HTTP 400 status code. Placeholders are specified as
|
|
31
|
-
*
|
|
32
|
-
* Example:
|
|
31
|
+
* {@code Service Api Spec}, where {@code name} is the name of the parameter.
|
|
32
|
+
* Example: {@code [ \"--input\", \"${input_file}\", \"--name\", \"John Doe\" ]}
|
|
33
33
|
* If \"input_file\" has a value of \"mydata.xml\", then the value above will be translated to
|
|
34
|
-
*
|
|
34
|
+
* {@code --input mydata.xml --name \"John Doe\"}
|
|
35
35
|
*
|
|
36
36
|
*/
|
|
37
37
|
"arguments"?: Array<string>;
|
|
@@ -59,7 +59,7 @@ export interface CreateApplicationDetails {
|
|
|
59
59
|
};
|
|
60
60
|
/**
|
|
61
61
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
62
|
-
* Example:
|
|
62
|
+
* Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
63
63
|
*
|
|
64
64
|
*/
|
|
65
65
|
"definedTags"?: {
|
|
@@ -85,8 +85,8 @@ export interface CreateApplicationDetails {
|
|
|
85
85
|
"driverShapeConfig"?: model.ShapeConfig;
|
|
86
86
|
/**
|
|
87
87
|
* The input used for spark-submit command. For more details see https://spark.apache.org/docs/latest/submitting-applications.html#launching-applications-with-spark-submit.
|
|
88
|
-
* Supported options include
|
|
89
|
-
* Example:
|
|
88
|
+
* Supported options include {@code --class}{@code , }{@code --file}{@code , }{@code --jars}{@code , }{@code --conf}{@code , }{@code --py-files}{@code , and main application file with arguments.
|
|
89
|
+
* Example: }{@code --jars oci://path/to/a.jar,oci://path/to/b.jar --files oci://path/to/a.json,oci://path/to/b.csv --py-files oci://path/to/a.py,oci://path/to/b.py --conf spark.sql.crossJoin.enabled=true --class org.apache.spark.examples.SparkPi oci://path/to/main.jar 10}
|
|
90
90
|
* Note: If execute is specified together with applicationId, className, configuration, fileUri, language, arguments, parameters during application create/update, or run create/submit,
|
|
91
91
|
* Data Flow service will use derived information from execute input only.
|
|
92
92
|
*
|
|
@@ -107,7 +107,7 @@ export interface CreateApplicationDetails {
|
|
|
107
107
|
/**
|
|
108
108
|
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
109
109
|
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
110
|
-
* Example:
|
|
110
|
+
* Example: {@code {\"Department\": \"Finance\"}}
|
|
111
111
|
*
|
|
112
112
|
*/
|
|
113
113
|
"freeformTags"?: {
|
|
@@ -136,7 +136,7 @@ export interface CreateApplicationDetails {
|
|
|
136
136
|
"numExecutors": number;
|
|
137
137
|
/**
|
|
138
138
|
* An array of name/value pairs used to fill placeholders found in properties like
|
|
139
|
-
*
|
|
139
|
+
* {@code Application.arguments}. The name must be a string of one or more word characters
|
|
140
140
|
* (a-z, A-Z, 0-9, _). The value can be a string of 0 or more characters of any kind.
|
|
141
141
|
* Example: [ { name: \"iterations\", value: \"10\"}, { name: \"input_file\", value: \"mydata.xml\" }, { name: \"variable_x\", value: \"${x}\"} ]
|
|
142
142
|
*
|
|
@@ -171,13 +171,13 @@ export interface CreateApplicationDetails {
|
|
|
171
171
|
"warehouseBucketUri"?: string;
|
|
172
172
|
/**
|
|
173
173
|
* The maximum duration in minutes for which an Application should run. Data Flow Run would be terminated
|
|
174
|
-
* once it reaches this duration from the time it transitions to
|
|
174
|
+
* once it reaches this duration from the time it transitions to {@code IN_PROGRESS} state.
|
|
175
175
|
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
176
176
|
*/
|
|
177
177
|
"maxDurationInMinutes"?: number;
|
|
178
178
|
/**
|
|
179
179
|
* The timeout value in minutes used to manage Runs. A Run would be stopped after inactivity for this amount of time period.
|
|
180
|
-
* Note: This parameter is currently only applicable for Runs of type
|
|
180
|
+
* Note: This parameter is currently only applicable for Runs of type {@code SESSION}. Default value is 2880 minutes (2 days)
|
|
181
181
|
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
182
182
|
*/
|
|
183
183
|
"idleTimeoutInMinutes"?: number;
|
|
@@ -51,7 +51,7 @@ export interface CreatePoolDetails {
|
|
|
51
51
|
/**
|
|
52
52
|
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
53
53
|
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
54
|
-
* Example:
|
|
54
|
+
* Example: {@code {\"Department\": \"Finance\"}}
|
|
55
55
|
*
|
|
56
56
|
*/
|
|
57
57
|
"freeformTags"?: {
|
|
@@ -59,7 +59,7 @@ export interface CreatePoolDetails {
|
|
|
59
59
|
};
|
|
60
60
|
/**
|
|
61
61
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
62
|
-
* Example:
|
|
62
|
+
* Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
63
63
|
*
|
|
64
64
|
*/
|
|
65
65
|
"definedTags"?: {
|