oci-dataflow 2.75.0 → 2.76.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (46) hide show
  1. package/lib/client.d.ts +42 -42
  2. package/lib/client.js +46 -42
  3. package/lib/client.js.map +1 -1
  4. package/lib/request/change-application-compartment-request.d.ts +1 -1
  5. package/lib/request/change-pool-compartment-request.d.ts +1 -1
  6. package/lib/request/change-private-endpoint-compartment-request.d.ts +1 -1
  7. package/lib/request/change-run-compartment-request.d.ts +1 -1
  8. package/lib/request/change-sql-endpoint-compartment-request.d.ts +1 -1
  9. package/lib/request/create-application-request.d.ts +1 -1
  10. package/lib/request/create-pool-request.d.ts +1 -1
  11. package/lib/request/create-private-endpoint-request.d.ts +1 -1
  12. package/lib/request/create-run-request.d.ts +1 -1
  13. package/lib/request/create-sql-endpoint-request.d.ts +1 -1
  14. package/lib/request/create-statement-request.d.ts +1 -1
  15. package/lib/request/delete-application-request.d.ts +1 -1
  16. package/lib/request/delete-pool-request.d.ts +1 -1
  17. package/lib/request/delete-private-endpoint-request.d.ts +1 -1
  18. package/lib/request/delete-run-request.d.ts +1 -1
  19. package/lib/request/delete-sql-endpoint-request.d.ts +1 -1
  20. package/lib/request/delete-statement-request.d.ts +1 -1
  21. package/lib/request/get-application-request.d.ts +1 -1
  22. package/lib/request/get-pool-request.d.ts +1 -1
  23. package/lib/request/get-private-endpoint-request.d.ts +1 -1
  24. package/lib/request/get-run-log-request.d.ts +1 -1
  25. package/lib/request/get-run-request.d.ts +1 -1
  26. package/lib/request/get-sql-endpoint-request.d.ts +1 -1
  27. package/lib/request/get-statement-request.d.ts +1 -1
  28. package/lib/request/get-work-request-request.d.ts +1 -1
  29. package/lib/request/list-applications-request.d.ts +1 -1
  30. package/lib/request/list-pools-request.d.ts +1 -1
  31. package/lib/request/list-private-endpoints-request.d.ts +1 -1
  32. package/lib/request/list-run-logs-request.d.ts +1 -1
  33. package/lib/request/list-runs-request.d.ts +1 -1
  34. package/lib/request/list-sql-endpoints-request.d.ts +1 -1
  35. package/lib/request/list-statements-request.d.ts +1 -1
  36. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  37. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  38. package/lib/request/list-work-requests-request.d.ts +1 -1
  39. package/lib/request/start-pool-request.d.ts +1 -1
  40. package/lib/request/stop-pool-request.d.ts +1 -1
  41. package/lib/request/update-application-request.d.ts +1 -1
  42. package/lib/request/update-pool-request.d.ts +1 -1
  43. package/lib/request/update-private-endpoint-request.d.ts +1 -1
  44. package/lib/request/update-run-request.d.ts +1 -1
  45. package/lib/request/update-sql-endpoint-request.d.ts +1 -1
  46. package/package.json +3 -3
package/lib/client.js CHANGED
@@ -82,6 +82,10 @@ class DataFlowClient {
82
82
  ? clientConfiguration.bodyDuplexMode
83
83
  : undefined;
84
84
  }
85
+ if (!oci_common_2.developerToolConfiguration.isServiceEnabled("dataflow")) {
86
+ let errmsg = "The developerToolConfiguration configuration disabled this service, this behavior is controlled by developerToolConfiguration.ociEnabledServiceSet variable. Please check if your local developer_tool_configuration file has configured the service you're targeting or contact the cloud provider on the availability of this service : ";
87
+ throw errmsg.concat("dataflow");
88
+ }
85
89
  // if circuit breaker is not created, check if circuit breaker system is enabled to use default circuit breaker
86
90
  const specCircuitBreakerEnabled = true;
87
91
  if (!this._circuitBreaker &&
@@ -187,7 +191,7 @@ class DataFlowClient {
187
191
  * @param ChangeApplicationCompartmentRequest
188
192
  * @return ChangeApplicationCompartmentResponse
189
193
  * @throws OciError when an error occurs
190
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/dataflow/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartment API.
194
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartment API.
191
195
  */
192
196
  changeApplicationCompartment(changeApplicationCompartmentRequest) {
193
197
  return __awaiter(this, void 0, void 0, function* () {
@@ -248,7 +252,7 @@ class DataFlowClient {
248
252
  * @param ChangePoolCompartmentRequest
249
253
  * @return ChangePoolCompartmentResponse
250
254
  * @throws OciError when an error occurs
251
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/dataflow/ChangePoolCompartment.ts.html |here} to see how to use ChangePoolCompartment API.
255
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/ChangePoolCompartment.ts.html |here} to see how to use ChangePoolCompartment API.
252
256
  */
253
257
  changePoolCompartment(changePoolCompartmentRequest) {
254
258
  return __awaiter(this, void 0, void 0, function* () {
@@ -306,7 +310,7 @@ class DataFlowClient {
306
310
  * @param ChangePrivateEndpointCompartmentRequest
307
311
  * @return ChangePrivateEndpointCompartmentResponse
308
312
  * @throws OciError when an error occurs
309
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/dataflow/ChangePrivateEndpointCompartment.ts.html |here} to see how to use ChangePrivateEndpointCompartment API.
313
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/ChangePrivateEndpointCompartment.ts.html |here} to see how to use ChangePrivateEndpointCompartment API.
310
314
  */
311
315
  changePrivateEndpointCompartment(changePrivateEndpointCompartmentRequest) {
312
316
  return __awaiter(this, void 0, void 0, function* () {
@@ -371,7 +375,7 @@ class DataFlowClient {
371
375
  * @param ChangeRunCompartmentRequest
372
376
  * @return ChangeRunCompartmentResponse
373
377
  * @throws OciError when an error occurs
374
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/dataflow/ChangeRunCompartment.ts.html |here} to see how to use ChangeRunCompartment API.
378
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/ChangeRunCompartment.ts.html |here} to see how to use ChangeRunCompartment API.
375
379
  */
376
380
  changeRunCompartment(changeRunCompartmentRequest) {
377
381
  return __awaiter(this, void 0, void 0, function* () {
@@ -428,7 +432,7 @@ class DataFlowClient {
428
432
  * @param ChangeSqlEndpointCompartmentRequest
429
433
  * @return ChangeSqlEndpointCompartmentResponse
430
434
  * @throws OciError when an error occurs
431
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/dataflow/ChangeSqlEndpointCompartment.ts.html |here} to see how to use ChangeSqlEndpointCompartment API.
435
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/ChangeSqlEndpointCompartment.ts.html |here} to see how to use ChangeSqlEndpointCompartment API.
432
436
  */
433
437
  changeSqlEndpointCompartment(changeSqlEndpointCompartmentRequest) {
434
438
  return __awaiter(this, void 0, void 0, function* () {
@@ -491,7 +495,7 @@ class DataFlowClient {
491
495
  * @param CreateApplicationRequest
492
496
  * @return CreateApplicationResponse
493
497
  * @throws OciError when an error occurs
494
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/dataflow/CreateApplication.ts.html |here} to see how to use CreateApplication API.
498
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/CreateApplication.ts.html |here} to see how to use CreateApplication API.
495
499
  */
496
500
  createApplication(createApplicationRequest) {
497
501
  return __awaiter(this, void 0, void 0, function* () {
@@ -555,7 +559,7 @@ class DataFlowClient {
555
559
  * @param CreatePoolRequest
556
560
  * @return CreatePoolResponse
557
561
  * @throws OciError when an error occurs
558
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/dataflow/CreatePool.ts.html |here} to see how to use CreatePool API.
562
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/CreatePool.ts.html |here} to see how to use CreatePool API.
559
563
  */
560
564
  createPool(createPoolRequest) {
561
565
  return __awaiter(this, void 0, void 0, function* () {
@@ -629,7 +633,7 @@ class DataFlowClient {
629
633
  * @param CreatePrivateEndpointRequest
630
634
  * @return CreatePrivateEndpointResponse
631
635
  * @throws OciError when an error occurs
632
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/dataflow/CreatePrivateEndpoint.ts.html |here} to see how to use CreatePrivateEndpoint API.
636
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/CreatePrivateEndpoint.ts.html |here} to see how to use CreatePrivateEndpoint API.
633
637
  */
634
638
  createPrivateEndpoint(createPrivateEndpointRequest) {
635
639
  return __awaiter(this, void 0, void 0, function* () {
@@ -703,7 +707,7 @@ class DataFlowClient {
703
707
  * @param CreateRunRequest
704
708
  * @return CreateRunResponse
705
709
  * @throws OciError when an error occurs
706
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/dataflow/CreateRun.ts.html |here} to see how to use CreateRun API.
710
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/CreateRun.ts.html |here} to see how to use CreateRun API.
707
711
  */
708
712
  createRun(createRunRequest) {
709
713
  return __awaiter(this, void 0, void 0, function* () {
@@ -766,7 +770,7 @@ class DataFlowClient {
766
770
  * @param CreateSqlEndpointRequest
767
771
  * @return CreateSqlEndpointResponse
768
772
  * @throws OciError when an error occurs
769
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/dataflow/CreateSqlEndpoint.ts.html |here} to see how to use CreateSqlEndpoint API.
773
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/CreateSqlEndpoint.ts.html |here} to see how to use CreateSqlEndpoint API.
770
774
  */
771
775
  createSqlEndpoint(createSqlEndpointRequest) {
772
776
  return __awaiter(this, void 0, void 0, function* () {
@@ -835,7 +839,7 @@ class DataFlowClient {
835
839
  * @param CreateStatementRequest
836
840
  * @return CreateStatementResponse
837
841
  * @throws OciError when an error occurs
838
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/dataflow/CreateStatement.ts.html |here} to see how to use CreateStatement API.
842
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/CreateStatement.ts.html |here} to see how to use CreateStatement API.
839
843
  */
840
844
  createStatement(createStatementRequest) {
841
845
  return __awaiter(this, void 0, void 0, function* () {
@@ -900,7 +904,7 @@ class DataFlowClient {
900
904
  * @param DeleteApplicationRequest
901
905
  * @return DeleteApplicationResponse
902
906
  * @throws OciError when an error occurs
903
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/dataflow/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
907
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
904
908
  */
905
909
  deleteApplication(deleteApplicationRequest) {
906
910
  return __awaiter(this, void 0, void 0, function* () {
@@ -956,7 +960,7 @@ class DataFlowClient {
956
960
  * @param DeletePoolRequest
957
961
  * @return DeletePoolResponse
958
962
  * @throws OciError when an error occurs
959
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/dataflow/DeletePool.ts.html |here} to see how to use DeletePool API.
963
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/DeletePool.ts.html |here} to see how to use DeletePool API.
960
964
  */
961
965
  deletePool(deletePoolRequest) {
962
966
  return __awaiter(this, void 0, void 0, function* () {
@@ -1012,7 +1016,7 @@ class DataFlowClient {
1012
1016
  * @param DeletePrivateEndpointRequest
1013
1017
  * @return DeletePrivateEndpointResponse
1014
1018
  * @throws OciError when an error occurs
1015
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/dataflow/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpoint API.
1019
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpoint API.
1016
1020
  */
1017
1021
  deletePrivateEndpoint(deletePrivateEndpointRequest) {
1018
1022
  return __awaiter(this, void 0, void 0, function* () {
@@ -1074,7 +1078,7 @@ class DataFlowClient {
1074
1078
  * @param DeleteRunRequest
1075
1079
  * @return DeleteRunResponse
1076
1080
  * @throws OciError when an error occurs
1077
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/dataflow/DeleteRun.ts.html |here} to see how to use DeleteRun API.
1081
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/DeleteRun.ts.html |here} to see how to use DeleteRun API.
1078
1082
  */
1079
1083
  deleteRun(deleteRunRequest) {
1080
1084
  return __awaiter(this, void 0, void 0, function* () {
@@ -1129,7 +1133,7 @@ class DataFlowClient {
1129
1133
  * @param DeleteSqlEndpointRequest
1130
1134
  * @return DeleteSqlEndpointResponse
1131
1135
  * @throws OciError when an error occurs
1132
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/dataflow/DeleteSqlEndpoint.ts.html |here} to see how to use DeleteSqlEndpoint API.
1136
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/DeleteSqlEndpoint.ts.html |here} to see how to use DeleteSqlEndpoint API.
1133
1137
  */
1134
1138
  deleteSqlEndpoint(deleteSqlEndpointRequest) {
1135
1139
  return __awaiter(this, void 0, void 0, function* () {
@@ -1190,7 +1194,7 @@ class DataFlowClient {
1190
1194
  * @param DeleteStatementRequest
1191
1195
  * @return DeleteStatementResponse
1192
1196
  * @throws OciError when an error occurs
1193
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/dataflow/DeleteStatement.ts.html |here} to see how to use DeleteStatement API.
1197
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/DeleteStatement.ts.html |here} to see how to use DeleteStatement API.
1194
1198
  */
1195
1199
  deleteStatement(deleteStatementRequest) {
1196
1200
  return __awaiter(this, void 0, void 0, function* () {
@@ -1247,7 +1251,7 @@ class DataFlowClient {
1247
1251
  * @param GetApplicationRequest
1248
1252
  * @return GetApplicationResponse
1249
1253
  * @throws OciError when an error occurs
1250
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/dataflow/GetApplication.ts.html |here} to see how to use GetApplication API.
1254
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/GetApplication.ts.html |here} to see how to use GetApplication API.
1251
1255
  */
1252
1256
  getApplication(getApplicationRequest) {
1253
1257
  return __awaiter(this, void 0, void 0, function* () {
@@ -1311,7 +1315,7 @@ class DataFlowClient {
1311
1315
  * @param GetPoolRequest
1312
1316
  * @return GetPoolResponse
1313
1317
  * @throws OciError when an error occurs
1314
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/dataflow/GetPool.ts.html |here} to see how to use GetPool API.
1318
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/GetPool.ts.html |here} to see how to use GetPool API.
1315
1319
  */
1316
1320
  getPool(getPoolRequest) {
1317
1321
  return __awaiter(this, void 0, void 0, function* () {
@@ -1375,7 +1379,7 @@ class DataFlowClient {
1375
1379
  * @param GetPrivateEndpointRequest
1376
1380
  * @return GetPrivateEndpointResponse
1377
1381
  * @throws OciError when an error occurs
1378
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/dataflow/GetPrivateEndpoint.ts.html |here} to see how to use GetPrivateEndpoint API.
1382
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/GetPrivateEndpoint.ts.html |here} to see how to use GetPrivateEndpoint API.
1379
1383
  */
1380
1384
  getPrivateEndpoint(getPrivateEndpointRequest) {
1381
1385
  return __awaiter(this, void 0, void 0, function* () {
@@ -1439,7 +1443,7 @@ class DataFlowClient {
1439
1443
  * @param GetRunRequest
1440
1444
  * @return GetRunResponse
1441
1445
  * @throws OciError when an error occurs
1442
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/dataflow/GetRun.ts.html |here} to see how to use GetRun API.
1446
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/GetRun.ts.html |here} to see how to use GetRun API.
1443
1447
  */
1444
1448
  getRun(getRunRequest) {
1445
1449
  return __awaiter(this, void 0, void 0, function* () {
@@ -1503,7 +1507,7 @@ class DataFlowClient {
1503
1507
  * @param GetRunLogRequest
1504
1508
  * @return GetRunLogResponse
1505
1509
  * @throws OciError when an error occurs
1506
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/dataflow/GetRunLog.ts.html |here} to see how to use GetRunLog API.
1510
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/GetRunLog.ts.html |here} to see how to use GetRunLog API.
1507
1511
  */
1508
1512
  getRunLog(getRunLogRequest) {
1509
1513
  return __awaiter(this, void 0, void 0, function* () {
@@ -1589,7 +1593,7 @@ class DataFlowClient {
1589
1593
  * @param GetSqlEndpointRequest
1590
1594
  * @return GetSqlEndpointResponse
1591
1595
  * @throws OciError when an error occurs
1592
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/dataflow/GetSqlEndpoint.ts.html |here} to see how to use GetSqlEndpoint API.
1596
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/GetSqlEndpoint.ts.html |here} to see how to use GetSqlEndpoint API.
1593
1597
  */
1594
1598
  getSqlEndpoint(getSqlEndpointRequest) {
1595
1599
  return __awaiter(this, void 0, void 0, function* () {
@@ -1653,7 +1657,7 @@ class DataFlowClient {
1653
1657
  * @param GetStatementRequest
1654
1658
  * @return GetStatementResponse
1655
1659
  * @throws OciError when an error occurs
1656
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/dataflow/GetStatement.ts.html |here} to see how to use GetStatement API.
1660
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/GetStatement.ts.html |here} to see how to use GetStatement API.
1657
1661
  */
1658
1662
  getStatement(getStatementRequest) {
1659
1663
  return __awaiter(this, void 0, void 0, function* () {
@@ -1718,7 +1722,7 @@ class DataFlowClient {
1718
1722
  * @param GetWorkRequestRequest
1719
1723
  * @return GetWorkRequestResponse
1720
1724
  * @throws OciError when an error occurs
1721
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/dataflow/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1725
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1722
1726
  */
1723
1727
  getWorkRequest(getWorkRequestRequest) {
1724
1728
  return __awaiter(this, void 0, void 0, function* () {
@@ -1777,7 +1781,7 @@ class DataFlowClient {
1777
1781
  * @param ListApplicationsRequest
1778
1782
  * @return ListApplicationsResponse
1779
1783
  * @throws OciError when an error occurs
1780
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/dataflow/ListApplications.ts.html |here} to see how to use ListApplications API.
1784
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/ListApplications.ts.html |here} to see how to use ListApplications API.
1781
1785
  */
1782
1786
  listApplications(listApplicationsRequest) {
1783
1787
  return __awaiter(this, void 0, void 0, function* () {
@@ -1894,7 +1898,7 @@ class DataFlowClient {
1894
1898
  * @param ListPoolsRequest
1895
1899
  * @return ListPoolsResponse
1896
1900
  * @throws OciError when an error occurs
1897
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/dataflow/ListPools.ts.html |here} to see how to use ListPools API.
1901
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/ListPools.ts.html |here} to see how to use ListPools API.
1898
1902
  */
1899
1903
  listPools(listPoolsRequest) {
1900
1904
  return __awaiter(this, void 0, void 0, function* () {
@@ -1971,7 +1975,7 @@ class DataFlowClient {
1971
1975
  * @param ListPrivateEndpointsRequest
1972
1976
  * @return ListPrivateEndpointsResponse
1973
1977
  * @throws OciError when an error occurs
1974
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/dataflow/ListPrivateEndpoints.ts.html |here} to see how to use ListPrivateEndpoints API.
1978
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/ListPrivateEndpoints.ts.html |here} to see how to use ListPrivateEndpoints API.
1975
1979
  */
1976
1980
  listPrivateEndpoints(listPrivateEndpointsRequest) {
1977
1981
  return __awaiter(this, void 0, void 0, function* () {
@@ -2048,7 +2052,7 @@ class DataFlowClient {
2048
2052
  * @param ListRunLogsRequest
2049
2053
  * @return ListRunLogsResponse
2050
2054
  * @throws OciError when an error occurs
2051
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/dataflow/ListRunLogs.ts.html |here} to see how to use ListRunLogs API.
2055
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/ListRunLogs.ts.html |here} to see how to use ListRunLogs API.
2052
2056
  */
2053
2057
  listRunLogs(listRunLogsRequest) {
2054
2058
  return __awaiter(this, void 0, void 0, function* () {
@@ -2160,7 +2164,7 @@ class DataFlowClient {
2160
2164
  * @param ListRunsRequest
2161
2165
  * @return ListRunsResponse
2162
2166
  * @throws OciError when an error occurs
2163
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/dataflow/ListRuns.ts.html |here} to see how to use ListRuns API.
2167
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/ListRuns.ts.html |here} to see how to use ListRuns API.
2164
2168
  */
2165
2169
  listRuns(listRunsRequest) {
2166
2170
  return __awaiter(this, void 0, void 0, function* () {
@@ -2282,7 +2286,7 @@ class DataFlowClient {
2282
2286
  * @param ListSqlEndpointsRequest
2283
2287
  * @return ListSqlEndpointsResponse
2284
2288
  * @throws OciError when an error occurs
2285
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/dataflow/ListSqlEndpoints.ts.html |here} to see how to use ListSqlEndpoints API.
2289
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/ListSqlEndpoints.ts.html |here} to see how to use ListSqlEndpoints API.
2286
2290
  */
2287
2291
  listSqlEndpoints(listSqlEndpointsRequest) {
2288
2292
  return __awaiter(this, void 0, void 0, function* () {
@@ -2353,7 +2357,7 @@ class DataFlowClient {
2353
2357
  * @param ListStatementsRequest
2354
2358
  * @return ListStatementsResponse
2355
2359
  * @throws OciError when an error occurs
2356
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/dataflow/ListStatements.ts.html |here} to see how to use ListStatements API.
2360
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/ListStatements.ts.html |here} to see how to use ListStatements API.
2357
2361
  */
2358
2362
  listStatements(listStatementsRequest) {
2359
2363
  return __awaiter(this, void 0, void 0, function* () {
@@ -2428,7 +2432,7 @@ class DataFlowClient {
2428
2432
  * @param ListWorkRequestErrorsRequest
2429
2433
  * @return ListWorkRequestErrorsResponse
2430
2434
  * @throws OciError when an error occurs
2431
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/dataflow/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
2435
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
2432
2436
  */
2433
2437
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
2434
2438
  return __awaiter(this, void 0, void 0, function* () {
@@ -2500,7 +2504,7 @@ class DataFlowClient {
2500
2504
  * @param ListWorkRequestLogsRequest
2501
2505
  * @return ListWorkRequestLogsResponse
2502
2506
  * @throws OciError when an error occurs
2503
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/dataflow/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
2507
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
2504
2508
  */
2505
2509
  listWorkRequestLogs(listWorkRequestLogsRequest) {
2506
2510
  return __awaiter(this, void 0, void 0, function* () {
@@ -2572,7 +2576,7 @@ class DataFlowClient {
2572
2576
  * @param ListWorkRequestsRequest
2573
2577
  * @return ListWorkRequestsResponse
2574
2578
  * @throws OciError when an error occurs
2575
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/dataflow/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
2579
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
2576
2580
  */
2577
2581
  listWorkRequests(listWorkRequestsRequest) {
2578
2582
  return __awaiter(this, void 0, void 0, function* () {
@@ -2643,7 +2647,7 @@ class DataFlowClient {
2643
2647
  * @param StartPoolRequest
2644
2648
  * @return StartPoolResponse
2645
2649
  * @throws OciError when an error occurs
2646
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/dataflow/StartPool.ts.html |here} to see how to use StartPool API.
2650
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/StartPool.ts.html |here} to see how to use StartPool API.
2647
2651
  */
2648
2652
  startPool(startPoolRequest) {
2649
2653
  return __awaiter(this, void 0, void 0, function* () {
@@ -2705,7 +2709,7 @@ class DataFlowClient {
2705
2709
  * @param StopPoolRequest
2706
2710
  * @return StopPoolResponse
2707
2711
  * @throws OciError when an error occurs
2708
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/dataflow/StopPool.ts.html |here} to see how to use StopPool API.
2712
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/StopPool.ts.html |here} to see how to use StopPool API.
2709
2713
  */
2710
2714
  stopPool(stopPoolRequest) {
2711
2715
  return __awaiter(this, void 0, void 0, function* () {
@@ -2767,7 +2771,7 @@ class DataFlowClient {
2767
2771
  * @param UpdateApplicationRequest
2768
2772
  * @return UpdateApplicationResponse
2769
2773
  * @throws OciError when an error occurs
2770
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/dataflow/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
2774
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
2771
2775
  */
2772
2776
  updateApplication(updateApplicationRequest) {
2773
2777
  return __awaiter(this, void 0, void 0, function* () {
@@ -2835,7 +2839,7 @@ class DataFlowClient {
2835
2839
  * @param UpdatePoolRequest
2836
2840
  * @return UpdatePoolResponse
2837
2841
  * @throws OciError when an error occurs
2838
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/dataflow/UpdatePool.ts.html |here} to see how to use UpdatePool API.
2842
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/UpdatePool.ts.html |here} to see how to use UpdatePool API.
2839
2843
  */
2840
2844
  updatePool(updatePoolRequest) {
2841
2845
  return __awaiter(this, void 0, void 0, function* () {
@@ -2899,7 +2903,7 @@ class DataFlowClient {
2899
2903
  * @param UpdatePrivateEndpointRequest
2900
2904
  * @return UpdatePrivateEndpointResponse
2901
2905
  * @throws OciError when an error occurs
2902
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/dataflow/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpoint API.
2906
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpoint API.
2903
2907
  */
2904
2908
  updatePrivateEndpoint(updatePrivateEndpointRequest) {
2905
2909
  return __awaiter(this, void 0, void 0, function* () {
@@ -2961,7 +2965,7 @@ class DataFlowClient {
2961
2965
  * @param UpdateRunRequest
2962
2966
  * @return UpdateRunResponse
2963
2967
  * @throws OciError when an error occurs
2964
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/dataflow/UpdateRun.ts.html |here} to see how to use UpdateRun API.
2968
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/UpdateRun.ts.html |here} to see how to use UpdateRun API.
2965
2969
  */
2966
2970
  updateRun(updateRunRequest) {
2967
2971
  return __awaiter(this, void 0, void 0, function* () {
@@ -3026,7 +3030,7 @@ class DataFlowClient {
3026
3030
  * @param UpdateSqlEndpointRequest
3027
3031
  * @return UpdateSqlEndpointResponse
3028
3032
  * @throws OciError when an error occurs
3029
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/dataflow/UpdateSqlEndpoint.ts.html |here} to see how to use UpdateSqlEndpoint API.
3033
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataflow/UpdateSqlEndpoint.ts.html |here} to see how to use UpdateSqlEndpoint API.
3030
3034
  */
3031
3035
  updateSqlEndpoint(updateSqlEndpointRequest) {
3032
3036
  return __awaiter(this, void 0, void 0, function* () {