oci-dataflow 2.70.2 → 2.70.4

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 (45) hide show
  1. package/lib/client.d.ts +42 -42
  2. package/lib/client.js +42 -42
  3. package/lib/request/change-application-compartment-request.d.ts +1 -1
  4. package/lib/request/change-pool-compartment-request.d.ts +1 -1
  5. package/lib/request/change-private-endpoint-compartment-request.d.ts +1 -1
  6. package/lib/request/change-run-compartment-request.d.ts +1 -1
  7. package/lib/request/change-sql-endpoint-compartment-request.d.ts +1 -1
  8. package/lib/request/create-application-request.d.ts +1 -1
  9. package/lib/request/create-pool-request.d.ts +1 -1
  10. package/lib/request/create-private-endpoint-request.d.ts +1 -1
  11. package/lib/request/create-run-request.d.ts +1 -1
  12. package/lib/request/create-sql-endpoint-request.d.ts +1 -1
  13. package/lib/request/create-statement-request.d.ts +1 -1
  14. package/lib/request/delete-application-request.d.ts +1 -1
  15. package/lib/request/delete-pool-request.d.ts +1 -1
  16. package/lib/request/delete-private-endpoint-request.d.ts +1 -1
  17. package/lib/request/delete-run-request.d.ts +1 -1
  18. package/lib/request/delete-sql-endpoint-request.d.ts +1 -1
  19. package/lib/request/delete-statement-request.d.ts +1 -1
  20. package/lib/request/get-application-request.d.ts +1 -1
  21. package/lib/request/get-pool-request.d.ts +1 -1
  22. package/lib/request/get-private-endpoint-request.d.ts +1 -1
  23. package/lib/request/get-run-log-request.d.ts +1 -1
  24. package/lib/request/get-run-request.d.ts +1 -1
  25. package/lib/request/get-sql-endpoint-request.d.ts +1 -1
  26. package/lib/request/get-statement-request.d.ts +1 -1
  27. package/lib/request/get-work-request-request.d.ts +1 -1
  28. package/lib/request/list-applications-request.d.ts +1 -1
  29. package/lib/request/list-pools-request.d.ts +1 -1
  30. package/lib/request/list-private-endpoints-request.d.ts +1 -1
  31. package/lib/request/list-run-logs-request.d.ts +1 -1
  32. package/lib/request/list-runs-request.d.ts +1 -1
  33. package/lib/request/list-sql-endpoints-request.d.ts +1 -1
  34. package/lib/request/list-statements-request.d.ts +1 -1
  35. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  36. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  37. package/lib/request/list-work-requests-request.d.ts +1 -1
  38. package/lib/request/start-pool-request.d.ts +1 -1
  39. package/lib/request/stop-pool-request.d.ts +1 -1
  40. package/lib/request/update-application-request.d.ts +1 -1
  41. package/lib/request/update-pool-request.d.ts +1 -1
  42. package/lib/request/update-private-endpoint-request.d.ts +1 -1
  43. package/lib/request/update-run-request.d.ts +1 -1
  44. package/lib/request/update-sql-endpoint-request.d.ts +1 -1
  45. package/package.json +3 -3
package/lib/client.js CHANGED
@@ -187,7 +187,7 @@ class DataFlowClient {
187
187
  * @param ChangeApplicationCompartmentRequest
188
188
  * @return ChangeApplicationCompartmentResponse
189
189
  * @throws OciError when an error occurs
190
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/dataflow/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartment API.
190
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/dataflow/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartment API.
191
191
  */
192
192
  changeApplicationCompartment(changeApplicationCompartmentRequest) {
193
193
  return __awaiter(this, void 0, void 0, function* () {
@@ -248,7 +248,7 @@ class DataFlowClient {
248
248
  * @param ChangePoolCompartmentRequest
249
249
  * @return ChangePoolCompartmentResponse
250
250
  * @throws OciError when an error occurs
251
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/dataflow/ChangePoolCompartment.ts.html |here} to see how to use ChangePoolCompartment API.
251
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/dataflow/ChangePoolCompartment.ts.html |here} to see how to use ChangePoolCompartment API.
252
252
  */
253
253
  changePoolCompartment(changePoolCompartmentRequest) {
254
254
  return __awaiter(this, void 0, void 0, function* () {
@@ -306,7 +306,7 @@ class DataFlowClient {
306
306
  * @param ChangePrivateEndpointCompartmentRequest
307
307
  * @return ChangePrivateEndpointCompartmentResponse
308
308
  * @throws OciError when an error occurs
309
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/dataflow/ChangePrivateEndpointCompartment.ts.html |here} to see how to use ChangePrivateEndpointCompartment API.
309
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/dataflow/ChangePrivateEndpointCompartment.ts.html |here} to see how to use ChangePrivateEndpointCompartment API.
310
310
  */
311
311
  changePrivateEndpointCompartment(changePrivateEndpointCompartmentRequest) {
312
312
  return __awaiter(this, void 0, void 0, function* () {
@@ -371,7 +371,7 @@ class DataFlowClient {
371
371
  * @param ChangeRunCompartmentRequest
372
372
  * @return ChangeRunCompartmentResponse
373
373
  * @throws OciError when an error occurs
374
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/dataflow/ChangeRunCompartment.ts.html |here} to see how to use ChangeRunCompartment API.
374
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/dataflow/ChangeRunCompartment.ts.html |here} to see how to use ChangeRunCompartment API.
375
375
  */
376
376
  changeRunCompartment(changeRunCompartmentRequest) {
377
377
  return __awaiter(this, void 0, void 0, function* () {
@@ -428,7 +428,7 @@ class DataFlowClient {
428
428
  * @param ChangeSqlEndpointCompartmentRequest
429
429
  * @return ChangeSqlEndpointCompartmentResponse
430
430
  * @throws OciError when an error occurs
431
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/dataflow/ChangeSqlEndpointCompartment.ts.html |here} to see how to use ChangeSqlEndpointCompartment API.
431
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/dataflow/ChangeSqlEndpointCompartment.ts.html |here} to see how to use ChangeSqlEndpointCompartment API.
432
432
  */
433
433
  changeSqlEndpointCompartment(changeSqlEndpointCompartmentRequest) {
434
434
  return __awaiter(this, void 0, void 0, function* () {
@@ -491,7 +491,7 @@ class DataFlowClient {
491
491
  * @param CreateApplicationRequest
492
492
  * @return CreateApplicationResponse
493
493
  * @throws OciError when an error occurs
494
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/dataflow/CreateApplication.ts.html |here} to see how to use CreateApplication API.
494
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/dataflow/CreateApplication.ts.html |here} to see how to use CreateApplication API.
495
495
  */
496
496
  createApplication(createApplicationRequest) {
497
497
  return __awaiter(this, void 0, void 0, function* () {
@@ -555,7 +555,7 @@ class DataFlowClient {
555
555
  * @param CreatePoolRequest
556
556
  * @return CreatePoolResponse
557
557
  * @throws OciError when an error occurs
558
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/dataflow/CreatePool.ts.html |here} to see how to use CreatePool API.
558
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/dataflow/CreatePool.ts.html |here} to see how to use CreatePool API.
559
559
  */
560
560
  createPool(createPoolRequest) {
561
561
  return __awaiter(this, void 0, void 0, function* () {
@@ -629,7 +629,7 @@ class DataFlowClient {
629
629
  * @param CreatePrivateEndpointRequest
630
630
  * @return CreatePrivateEndpointResponse
631
631
  * @throws OciError when an error occurs
632
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/dataflow/CreatePrivateEndpoint.ts.html |here} to see how to use CreatePrivateEndpoint API.
632
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/dataflow/CreatePrivateEndpoint.ts.html |here} to see how to use CreatePrivateEndpoint API.
633
633
  */
634
634
  createPrivateEndpoint(createPrivateEndpointRequest) {
635
635
  return __awaiter(this, void 0, void 0, function* () {
@@ -703,7 +703,7 @@ class DataFlowClient {
703
703
  * @param CreateRunRequest
704
704
  * @return CreateRunResponse
705
705
  * @throws OciError when an error occurs
706
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/dataflow/CreateRun.ts.html |here} to see how to use CreateRun API.
706
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/dataflow/CreateRun.ts.html |here} to see how to use CreateRun API.
707
707
  */
708
708
  createRun(createRunRequest) {
709
709
  return __awaiter(this, void 0, void 0, function* () {
@@ -766,7 +766,7 @@ class DataFlowClient {
766
766
  * @param CreateSqlEndpointRequest
767
767
  * @return CreateSqlEndpointResponse
768
768
  * @throws OciError when an error occurs
769
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/dataflow/CreateSqlEndpoint.ts.html |here} to see how to use CreateSqlEndpoint API.
769
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/dataflow/CreateSqlEndpoint.ts.html |here} to see how to use CreateSqlEndpoint API.
770
770
  */
771
771
  createSqlEndpoint(createSqlEndpointRequest) {
772
772
  return __awaiter(this, void 0, void 0, function* () {
@@ -835,7 +835,7 @@ class DataFlowClient {
835
835
  * @param CreateStatementRequest
836
836
  * @return CreateStatementResponse
837
837
  * @throws OciError when an error occurs
838
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/dataflow/CreateStatement.ts.html |here} to see how to use CreateStatement API.
838
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/dataflow/CreateStatement.ts.html |here} to see how to use CreateStatement API.
839
839
  */
840
840
  createStatement(createStatementRequest) {
841
841
  return __awaiter(this, void 0, void 0, function* () {
@@ -900,7 +900,7 @@ class DataFlowClient {
900
900
  * @param DeleteApplicationRequest
901
901
  * @return DeleteApplicationResponse
902
902
  * @throws OciError when an error occurs
903
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/dataflow/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
903
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/dataflow/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
904
904
  */
905
905
  deleteApplication(deleteApplicationRequest) {
906
906
  return __awaiter(this, void 0, void 0, function* () {
@@ -956,7 +956,7 @@ class DataFlowClient {
956
956
  * @param DeletePoolRequest
957
957
  * @return DeletePoolResponse
958
958
  * @throws OciError when an error occurs
959
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/dataflow/DeletePool.ts.html |here} to see how to use DeletePool API.
959
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/dataflow/DeletePool.ts.html |here} to see how to use DeletePool API.
960
960
  */
961
961
  deletePool(deletePoolRequest) {
962
962
  return __awaiter(this, void 0, void 0, function* () {
@@ -1012,7 +1012,7 @@ class DataFlowClient {
1012
1012
  * @param DeletePrivateEndpointRequest
1013
1013
  * @return DeletePrivateEndpointResponse
1014
1014
  * @throws OciError when an error occurs
1015
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/dataflow/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpoint API.
1015
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/dataflow/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpoint API.
1016
1016
  */
1017
1017
  deletePrivateEndpoint(deletePrivateEndpointRequest) {
1018
1018
  return __awaiter(this, void 0, void 0, function* () {
@@ -1074,7 +1074,7 @@ class DataFlowClient {
1074
1074
  * @param DeleteRunRequest
1075
1075
  * @return DeleteRunResponse
1076
1076
  * @throws OciError when an error occurs
1077
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/dataflow/DeleteRun.ts.html |here} to see how to use DeleteRun API.
1077
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/dataflow/DeleteRun.ts.html |here} to see how to use DeleteRun API.
1078
1078
  */
1079
1079
  deleteRun(deleteRunRequest) {
1080
1080
  return __awaiter(this, void 0, void 0, function* () {
@@ -1129,7 +1129,7 @@ class DataFlowClient {
1129
1129
  * @param DeleteSqlEndpointRequest
1130
1130
  * @return DeleteSqlEndpointResponse
1131
1131
  * @throws OciError when an error occurs
1132
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/dataflow/DeleteSqlEndpoint.ts.html |here} to see how to use DeleteSqlEndpoint API.
1132
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/dataflow/DeleteSqlEndpoint.ts.html |here} to see how to use DeleteSqlEndpoint API.
1133
1133
  */
1134
1134
  deleteSqlEndpoint(deleteSqlEndpointRequest) {
1135
1135
  return __awaiter(this, void 0, void 0, function* () {
@@ -1190,7 +1190,7 @@ class DataFlowClient {
1190
1190
  * @param DeleteStatementRequest
1191
1191
  * @return DeleteStatementResponse
1192
1192
  * @throws OciError when an error occurs
1193
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/dataflow/DeleteStatement.ts.html |here} to see how to use DeleteStatement API.
1193
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/dataflow/DeleteStatement.ts.html |here} to see how to use DeleteStatement API.
1194
1194
  */
1195
1195
  deleteStatement(deleteStatementRequest) {
1196
1196
  return __awaiter(this, void 0, void 0, function* () {
@@ -1247,7 +1247,7 @@ class DataFlowClient {
1247
1247
  * @param GetApplicationRequest
1248
1248
  * @return GetApplicationResponse
1249
1249
  * @throws OciError when an error occurs
1250
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/dataflow/GetApplication.ts.html |here} to see how to use GetApplication API.
1250
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/dataflow/GetApplication.ts.html |here} to see how to use GetApplication API.
1251
1251
  */
1252
1252
  getApplication(getApplicationRequest) {
1253
1253
  return __awaiter(this, void 0, void 0, function* () {
@@ -1311,7 +1311,7 @@ class DataFlowClient {
1311
1311
  * @param GetPoolRequest
1312
1312
  * @return GetPoolResponse
1313
1313
  * @throws OciError when an error occurs
1314
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/dataflow/GetPool.ts.html |here} to see how to use GetPool API.
1314
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/dataflow/GetPool.ts.html |here} to see how to use GetPool API.
1315
1315
  */
1316
1316
  getPool(getPoolRequest) {
1317
1317
  return __awaiter(this, void 0, void 0, function* () {
@@ -1375,7 +1375,7 @@ class DataFlowClient {
1375
1375
  * @param GetPrivateEndpointRequest
1376
1376
  * @return GetPrivateEndpointResponse
1377
1377
  * @throws OciError when an error occurs
1378
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/dataflow/GetPrivateEndpoint.ts.html |here} to see how to use GetPrivateEndpoint API.
1378
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/dataflow/GetPrivateEndpoint.ts.html |here} to see how to use GetPrivateEndpoint API.
1379
1379
  */
1380
1380
  getPrivateEndpoint(getPrivateEndpointRequest) {
1381
1381
  return __awaiter(this, void 0, void 0, function* () {
@@ -1439,7 +1439,7 @@ class DataFlowClient {
1439
1439
  * @param GetRunRequest
1440
1440
  * @return GetRunResponse
1441
1441
  * @throws OciError when an error occurs
1442
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/dataflow/GetRun.ts.html |here} to see how to use GetRun API.
1442
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/dataflow/GetRun.ts.html |here} to see how to use GetRun API.
1443
1443
  */
1444
1444
  getRun(getRunRequest) {
1445
1445
  return __awaiter(this, void 0, void 0, function* () {
@@ -1503,7 +1503,7 @@ class DataFlowClient {
1503
1503
  * @param GetRunLogRequest
1504
1504
  * @return GetRunLogResponse
1505
1505
  * @throws OciError when an error occurs
1506
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/dataflow/GetRunLog.ts.html |here} to see how to use GetRunLog API.
1506
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/dataflow/GetRunLog.ts.html |here} to see how to use GetRunLog API.
1507
1507
  */
1508
1508
  getRunLog(getRunLogRequest) {
1509
1509
  return __awaiter(this, void 0, void 0, function* () {
@@ -1589,7 +1589,7 @@ class DataFlowClient {
1589
1589
  * @param GetSqlEndpointRequest
1590
1590
  * @return GetSqlEndpointResponse
1591
1591
  * @throws OciError when an error occurs
1592
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/dataflow/GetSqlEndpoint.ts.html |here} to see how to use GetSqlEndpoint API.
1592
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/dataflow/GetSqlEndpoint.ts.html |here} to see how to use GetSqlEndpoint API.
1593
1593
  */
1594
1594
  getSqlEndpoint(getSqlEndpointRequest) {
1595
1595
  return __awaiter(this, void 0, void 0, function* () {
@@ -1653,7 +1653,7 @@ class DataFlowClient {
1653
1653
  * @param GetStatementRequest
1654
1654
  * @return GetStatementResponse
1655
1655
  * @throws OciError when an error occurs
1656
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/dataflow/GetStatement.ts.html |here} to see how to use GetStatement API.
1656
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/dataflow/GetStatement.ts.html |here} to see how to use GetStatement API.
1657
1657
  */
1658
1658
  getStatement(getStatementRequest) {
1659
1659
  return __awaiter(this, void 0, void 0, function* () {
@@ -1718,7 +1718,7 @@ class DataFlowClient {
1718
1718
  * @param GetWorkRequestRequest
1719
1719
  * @return GetWorkRequestResponse
1720
1720
  * @throws OciError when an error occurs
1721
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/dataflow/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1721
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/dataflow/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1722
1722
  */
1723
1723
  getWorkRequest(getWorkRequestRequest) {
1724
1724
  return __awaiter(this, void 0, void 0, function* () {
@@ -1777,7 +1777,7 @@ class DataFlowClient {
1777
1777
  * @param ListApplicationsRequest
1778
1778
  * @return ListApplicationsResponse
1779
1779
  * @throws OciError when an error occurs
1780
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/dataflow/ListApplications.ts.html |here} to see how to use ListApplications API.
1780
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/dataflow/ListApplications.ts.html |here} to see how to use ListApplications API.
1781
1781
  */
1782
1782
  listApplications(listApplicationsRequest) {
1783
1783
  return __awaiter(this, void 0, void 0, function* () {
@@ -1894,7 +1894,7 @@ class DataFlowClient {
1894
1894
  * @param ListPoolsRequest
1895
1895
  * @return ListPoolsResponse
1896
1896
  * @throws OciError when an error occurs
1897
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/dataflow/ListPools.ts.html |here} to see how to use ListPools API.
1897
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/dataflow/ListPools.ts.html |here} to see how to use ListPools API.
1898
1898
  */
1899
1899
  listPools(listPoolsRequest) {
1900
1900
  return __awaiter(this, void 0, void 0, function* () {
@@ -1971,7 +1971,7 @@ class DataFlowClient {
1971
1971
  * @param ListPrivateEndpointsRequest
1972
1972
  * @return ListPrivateEndpointsResponse
1973
1973
  * @throws OciError when an error occurs
1974
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/dataflow/ListPrivateEndpoints.ts.html |here} to see how to use ListPrivateEndpoints API.
1974
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/dataflow/ListPrivateEndpoints.ts.html |here} to see how to use ListPrivateEndpoints API.
1975
1975
  */
1976
1976
  listPrivateEndpoints(listPrivateEndpointsRequest) {
1977
1977
  return __awaiter(this, void 0, void 0, function* () {
@@ -2048,7 +2048,7 @@ class DataFlowClient {
2048
2048
  * @param ListRunLogsRequest
2049
2049
  * @return ListRunLogsResponse
2050
2050
  * @throws OciError when an error occurs
2051
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/dataflow/ListRunLogs.ts.html |here} to see how to use ListRunLogs API.
2051
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/dataflow/ListRunLogs.ts.html |here} to see how to use ListRunLogs API.
2052
2052
  */
2053
2053
  listRunLogs(listRunLogsRequest) {
2054
2054
  return __awaiter(this, void 0, void 0, function* () {
@@ -2160,7 +2160,7 @@ class DataFlowClient {
2160
2160
  * @param ListRunsRequest
2161
2161
  * @return ListRunsResponse
2162
2162
  * @throws OciError when an error occurs
2163
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/dataflow/ListRuns.ts.html |here} to see how to use ListRuns API.
2163
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/dataflow/ListRuns.ts.html |here} to see how to use ListRuns API.
2164
2164
  */
2165
2165
  listRuns(listRunsRequest) {
2166
2166
  return __awaiter(this, void 0, void 0, function* () {
@@ -2282,7 +2282,7 @@ class DataFlowClient {
2282
2282
  * @param ListSqlEndpointsRequest
2283
2283
  * @return ListSqlEndpointsResponse
2284
2284
  * @throws OciError when an error occurs
2285
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/dataflow/ListSqlEndpoints.ts.html |here} to see how to use ListSqlEndpoints API.
2285
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/dataflow/ListSqlEndpoints.ts.html |here} to see how to use ListSqlEndpoints API.
2286
2286
  */
2287
2287
  listSqlEndpoints(listSqlEndpointsRequest) {
2288
2288
  return __awaiter(this, void 0, void 0, function* () {
@@ -2353,7 +2353,7 @@ class DataFlowClient {
2353
2353
  * @param ListStatementsRequest
2354
2354
  * @return ListStatementsResponse
2355
2355
  * @throws OciError when an error occurs
2356
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/dataflow/ListStatements.ts.html |here} to see how to use ListStatements API.
2356
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/dataflow/ListStatements.ts.html |here} to see how to use ListStatements API.
2357
2357
  */
2358
2358
  listStatements(listStatementsRequest) {
2359
2359
  return __awaiter(this, void 0, void 0, function* () {
@@ -2428,7 +2428,7 @@ class DataFlowClient {
2428
2428
  * @param ListWorkRequestErrorsRequest
2429
2429
  * @return ListWorkRequestErrorsResponse
2430
2430
  * @throws OciError when an error occurs
2431
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/dataflow/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
2431
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/dataflow/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
2432
2432
  */
2433
2433
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
2434
2434
  return __awaiter(this, void 0, void 0, function* () {
@@ -2500,7 +2500,7 @@ class DataFlowClient {
2500
2500
  * @param ListWorkRequestLogsRequest
2501
2501
  * @return ListWorkRequestLogsResponse
2502
2502
  * @throws OciError when an error occurs
2503
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/dataflow/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
2503
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/dataflow/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
2504
2504
  */
2505
2505
  listWorkRequestLogs(listWorkRequestLogsRequest) {
2506
2506
  return __awaiter(this, void 0, void 0, function* () {
@@ -2572,7 +2572,7 @@ class DataFlowClient {
2572
2572
  * @param ListWorkRequestsRequest
2573
2573
  * @return ListWorkRequestsResponse
2574
2574
  * @throws OciError when an error occurs
2575
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/dataflow/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
2575
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/dataflow/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
2576
2576
  */
2577
2577
  listWorkRequests(listWorkRequestsRequest) {
2578
2578
  return __awaiter(this, void 0, void 0, function* () {
@@ -2643,7 +2643,7 @@ class DataFlowClient {
2643
2643
  * @param StartPoolRequest
2644
2644
  * @return StartPoolResponse
2645
2645
  * @throws OciError when an error occurs
2646
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/dataflow/StartPool.ts.html |here} to see how to use StartPool API.
2646
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/dataflow/StartPool.ts.html |here} to see how to use StartPool API.
2647
2647
  */
2648
2648
  startPool(startPoolRequest) {
2649
2649
  return __awaiter(this, void 0, void 0, function* () {
@@ -2705,7 +2705,7 @@ class DataFlowClient {
2705
2705
  * @param StopPoolRequest
2706
2706
  * @return StopPoolResponse
2707
2707
  * @throws OciError when an error occurs
2708
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/dataflow/StopPool.ts.html |here} to see how to use StopPool API.
2708
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/dataflow/StopPool.ts.html |here} to see how to use StopPool API.
2709
2709
  */
2710
2710
  stopPool(stopPoolRequest) {
2711
2711
  return __awaiter(this, void 0, void 0, function* () {
@@ -2767,7 +2767,7 @@ class DataFlowClient {
2767
2767
  * @param UpdateApplicationRequest
2768
2768
  * @return UpdateApplicationResponse
2769
2769
  * @throws OciError when an error occurs
2770
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/dataflow/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
2770
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/dataflow/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
2771
2771
  */
2772
2772
  updateApplication(updateApplicationRequest) {
2773
2773
  return __awaiter(this, void 0, void 0, function* () {
@@ -2835,7 +2835,7 @@ class DataFlowClient {
2835
2835
  * @param UpdatePoolRequest
2836
2836
  * @return UpdatePoolResponse
2837
2837
  * @throws OciError when an error occurs
2838
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/dataflow/UpdatePool.ts.html |here} to see how to use UpdatePool API.
2838
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/dataflow/UpdatePool.ts.html |here} to see how to use UpdatePool API.
2839
2839
  */
2840
2840
  updatePool(updatePoolRequest) {
2841
2841
  return __awaiter(this, void 0, void 0, function* () {
@@ -2899,7 +2899,7 @@ class DataFlowClient {
2899
2899
  * @param UpdatePrivateEndpointRequest
2900
2900
  * @return UpdatePrivateEndpointResponse
2901
2901
  * @throws OciError when an error occurs
2902
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/dataflow/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpoint API.
2902
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/dataflow/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpoint API.
2903
2903
  */
2904
2904
  updatePrivateEndpoint(updatePrivateEndpointRequest) {
2905
2905
  return __awaiter(this, void 0, void 0, function* () {
@@ -2961,7 +2961,7 @@ class DataFlowClient {
2961
2961
  * @param UpdateRunRequest
2962
2962
  * @return UpdateRunResponse
2963
2963
  * @throws OciError when an error occurs
2964
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/dataflow/UpdateRun.ts.html |here} to see how to use UpdateRun API.
2964
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/dataflow/UpdateRun.ts.html |here} to see how to use UpdateRun API.
2965
2965
  */
2966
2966
  updateRun(updateRunRequest) {
2967
2967
  return __awaiter(this, void 0, void 0, function* () {
@@ -3026,7 +3026,7 @@ class DataFlowClient {
3026
3026
  * @param UpdateSqlEndpointRequest
3027
3027
  * @return UpdateSqlEndpointResponse
3028
3028
  * @throws OciError when an error occurs
3029
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/dataflow/UpdateSqlEndpoint.ts.html |here} to see how to use UpdateSqlEndpoint API.
3029
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/dataflow/UpdateSqlEndpoint.ts.html |here} to see how to use UpdateSqlEndpoint API.
3030
3030
  */
3031
3031
  updateSqlEndpoint(updateSqlEndpointRequest) {
3032
3032
  return __awaiter(this, void 0, void 0, function* () {
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/dataflow/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/dataflow/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartmentRequest.
17
17
  */
18
18
  export interface ChangeApplicationCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/dataflow/ChangePoolCompartment.ts.html |here} to see how to use ChangePoolCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/dataflow/ChangePoolCompartment.ts.html |here} to see how to use ChangePoolCompartmentRequest.
17
17
  */
18
18
  export interface ChangePoolCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/dataflow/ChangePrivateEndpointCompartment.ts.html |here} to see how to use ChangePrivateEndpointCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/dataflow/ChangePrivateEndpointCompartment.ts.html |here} to see how to use ChangePrivateEndpointCompartmentRequest.
17
17
  */
18
18
  export interface ChangePrivateEndpointCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/dataflow/ChangeRunCompartment.ts.html |here} to see how to use ChangeRunCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/dataflow/ChangeRunCompartment.ts.html |here} to see how to use ChangeRunCompartmentRequest.
17
17
  */
18
18
  export interface ChangeRunCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/dataflow/ChangeSqlEndpointCompartment.ts.html |here} to see how to use ChangeSqlEndpointCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/dataflow/ChangeSqlEndpointCompartment.ts.html |here} to see how to use ChangeSqlEndpointCompartmentRequest.
17
17
  */
18
18
  export interface ChangeSqlEndpointCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/dataflow/CreateApplication.ts.html |here} to see how to use CreateApplicationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/dataflow/CreateApplication.ts.html |here} to see how to use CreateApplicationRequest.
17
17
  */
18
18
  export interface CreateApplicationRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/dataflow/CreatePool.ts.html |here} to see how to use CreatePoolRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/dataflow/CreatePool.ts.html |here} to see how to use CreatePoolRequest.
17
17
  */
18
18
  export interface CreatePoolRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/dataflow/CreatePrivateEndpoint.ts.html |here} to see how to use CreatePrivateEndpointRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/dataflow/CreatePrivateEndpoint.ts.html |here} to see how to use CreatePrivateEndpointRequest.
17
17
  */
18
18
  export interface CreatePrivateEndpointRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/dataflow/CreateRun.ts.html |here} to see how to use CreateRunRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/dataflow/CreateRun.ts.html |here} to see how to use CreateRunRequest.
17
17
  */
18
18
  export interface CreateRunRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/dataflow/CreateSqlEndpoint.ts.html |here} to see how to use CreateSqlEndpointRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/dataflow/CreateSqlEndpoint.ts.html |here} to see how to use CreateSqlEndpointRequest.
17
17
  */
18
18
  export interface CreateSqlEndpointRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/dataflow/CreateStatement.ts.html |here} to see how to use CreateStatementRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/dataflow/CreateStatement.ts.html |here} to see how to use CreateStatementRequest.
17
17
  */
18
18
  export interface CreateStatementRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/dataflow/DeleteApplication.ts.html |here} to see how to use DeleteApplicationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/dataflow/DeleteApplication.ts.html |here} to see how to use DeleteApplicationRequest.
16
16
  */
17
17
  export interface DeleteApplicationRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/dataflow/DeletePool.ts.html |here} to see how to use DeletePoolRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/dataflow/DeletePool.ts.html |here} to see how to use DeletePoolRequest.
16
16
  */
17
17
  export interface DeletePoolRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/dataflow/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpointRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/dataflow/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpointRequest.
16
16
  */
17
17
  export interface DeletePrivateEndpointRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/dataflow/DeleteRun.ts.html |here} to see how to use DeleteRunRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/dataflow/DeleteRun.ts.html |here} to see how to use DeleteRunRequest.
16
16
  */
17
17
  export interface DeleteRunRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/dataflow/DeleteSqlEndpoint.ts.html |here} to see how to use DeleteSqlEndpointRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/dataflow/DeleteSqlEndpoint.ts.html |here} to see how to use DeleteSqlEndpointRequest.
16
16
  */
17
17
  export interface DeleteSqlEndpointRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/dataflow/DeleteStatement.ts.html |here} to see how to use DeleteStatementRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/dataflow/DeleteStatement.ts.html |here} to see how to use DeleteStatementRequest.
16
16
  */
17
17
  export interface DeleteStatementRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/dataflow/GetApplication.ts.html |here} to see how to use GetApplicationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/dataflow/GetApplication.ts.html |here} to see how to use GetApplicationRequest.
16
16
  */
17
17
  export interface GetApplicationRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/dataflow/GetPool.ts.html |here} to see how to use GetPoolRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/dataflow/GetPool.ts.html |here} to see how to use GetPoolRequest.
16
16
  */
17
17
  export interface GetPoolRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/dataflow/GetPrivateEndpoint.ts.html |here} to see how to use GetPrivateEndpointRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/dataflow/GetPrivateEndpoint.ts.html |here} to see how to use GetPrivateEndpointRequest.
16
16
  */
17
17
  export interface GetPrivateEndpointRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/dataflow/GetRunLog.ts.html |here} to see how to use GetRunLogRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/dataflow/GetRunLog.ts.html |here} to see how to use GetRunLogRequest.
16
16
  */
17
17
  export interface GetRunLogRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/dataflow/GetRun.ts.html |here} to see how to use GetRunRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/dataflow/GetRun.ts.html |here} to see how to use GetRunRequest.
16
16
  */
17
17
  export interface GetRunRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/dataflow/GetSqlEndpoint.ts.html |here} to see how to use GetSqlEndpointRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/dataflow/GetSqlEndpoint.ts.html |here} to see how to use GetSqlEndpointRequest.
16
16
  */
17
17
  export interface GetSqlEndpointRequest extends common.BaseRequest {
18
18
  /**