oci-dataflow 2.84.2 → 2.86.1

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
@@ -206,7 +206,7 @@ class DataFlowClient {
206
206
  * @param ChangeApplicationCompartmentRequest
207
207
  * @return ChangeApplicationCompartmentResponse
208
208
  * @throws OciError when an error occurs
209
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dataflow/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartment API.
209
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/dataflow/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartment API.
210
210
  */
211
211
  changeApplicationCompartment(changeApplicationCompartmentRequest) {
212
212
  return __awaiter(this, void 0, void 0, function* () {
@@ -267,7 +267,7 @@ class DataFlowClient {
267
267
  * @param ChangePoolCompartmentRequest
268
268
  * @return ChangePoolCompartmentResponse
269
269
  * @throws OciError when an error occurs
270
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dataflow/ChangePoolCompartment.ts.html |here} to see how to use ChangePoolCompartment API.
270
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/dataflow/ChangePoolCompartment.ts.html |here} to see how to use ChangePoolCompartment API.
271
271
  */
272
272
  changePoolCompartment(changePoolCompartmentRequest) {
273
273
  return __awaiter(this, void 0, void 0, function* () {
@@ -325,7 +325,7 @@ class DataFlowClient {
325
325
  * @param ChangePrivateEndpointCompartmentRequest
326
326
  * @return ChangePrivateEndpointCompartmentResponse
327
327
  * @throws OciError when an error occurs
328
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dataflow/ChangePrivateEndpointCompartment.ts.html |here} to see how to use ChangePrivateEndpointCompartment API.
328
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/dataflow/ChangePrivateEndpointCompartment.ts.html |here} to see how to use ChangePrivateEndpointCompartment API.
329
329
  */
330
330
  changePrivateEndpointCompartment(changePrivateEndpointCompartmentRequest) {
331
331
  return __awaiter(this, void 0, void 0, function* () {
@@ -390,7 +390,7 @@ class DataFlowClient {
390
390
  * @param ChangeRunCompartmentRequest
391
391
  * @return ChangeRunCompartmentResponse
392
392
  * @throws OciError when an error occurs
393
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dataflow/ChangeRunCompartment.ts.html |here} to see how to use ChangeRunCompartment API.
393
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/dataflow/ChangeRunCompartment.ts.html |here} to see how to use ChangeRunCompartment API.
394
394
  */
395
395
  changeRunCompartment(changeRunCompartmentRequest) {
396
396
  return __awaiter(this, void 0, void 0, function* () {
@@ -447,7 +447,7 @@ class DataFlowClient {
447
447
  * @param ChangeSqlEndpointCompartmentRequest
448
448
  * @return ChangeSqlEndpointCompartmentResponse
449
449
  * @throws OciError when an error occurs
450
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dataflow/ChangeSqlEndpointCompartment.ts.html |here} to see how to use ChangeSqlEndpointCompartment API.
450
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/dataflow/ChangeSqlEndpointCompartment.ts.html |here} to see how to use ChangeSqlEndpointCompartment API.
451
451
  */
452
452
  changeSqlEndpointCompartment(changeSqlEndpointCompartmentRequest) {
453
453
  return __awaiter(this, void 0, void 0, function* () {
@@ -510,7 +510,7 @@ class DataFlowClient {
510
510
  * @param CreateApplicationRequest
511
511
  * @return CreateApplicationResponse
512
512
  * @throws OciError when an error occurs
513
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dataflow/CreateApplication.ts.html |here} to see how to use CreateApplication API.
513
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/dataflow/CreateApplication.ts.html |here} to see how to use CreateApplication API.
514
514
  */
515
515
  createApplication(createApplicationRequest) {
516
516
  return __awaiter(this, void 0, void 0, function* () {
@@ -574,7 +574,7 @@ class DataFlowClient {
574
574
  * @param CreatePoolRequest
575
575
  * @return CreatePoolResponse
576
576
  * @throws OciError when an error occurs
577
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dataflow/CreatePool.ts.html |here} to see how to use CreatePool API.
577
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/dataflow/CreatePool.ts.html |here} to see how to use CreatePool API.
578
578
  */
579
579
  createPool(createPoolRequest) {
580
580
  return __awaiter(this, void 0, void 0, function* () {
@@ -648,7 +648,7 @@ class DataFlowClient {
648
648
  * @param CreatePrivateEndpointRequest
649
649
  * @return CreatePrivateEndpointResponse
650
650
  * @throws OciError when an error occurs
651
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dataflow/CreatePrivateEndpoint.ts.html |here} to see how to use CreatePrivateEndpoint API.
651
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/dataflow/CreatePrivateEndpoint.ts.html |here} to see how to use CreatePrivateEndpoint API.
652
652
  */
653
653
  createPrivateEndpoint(createPrivateEndpointRequest) {
654
654
  return __awaiter(this, void 0, void 0, function* () {
@@ -722,7 +722,7 @@ class DataFlowClient {
722
722
  * @param CreateRunRequest
723
723
  * @return CreateRunResponse
724
724
  * @throws OciError when an error occurs
725
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dataflow/CreateRun.ts.html |here} to see how to use CreateRun API.
725
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/dataflow/CreateRun.ts.html |here} to see how to use CreateRun API.
726
726
  */
727
727
  createRun(createRunRequest) {
728
728
  return __awaiter(this, void 0, void 0, function* () {
@@ -786,7 +786,7 @@ class DataFlowClient {
786
786
  * @param CreateSqlEndpointRequest
787
787
  * @return CreateSqlEndpointResponse
788
788
  * @throws OciError when an error occurs
789
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dataflow/CreateSqlEndpoint.ts.html |here} to see how to use CreateSqlEndpoint API.
789
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/dataflow/CreateSqlEndpoint.ts.html |here} to see how to use CreateSqlEndpoint API.
790
790
  */
791
791
  createSqlEndpoint(createSqlEndpointRequest) {
792
792
  return __awaiter(this, void 0, void 0, function* () {
@@ -855,7 +855,7 @@ class DataFlowClient {
855
855
  * @param CreateStatementRequest
856
856
  * @return CreateStatementResponse
857
857
  * @throws OciError when an error occurs
858
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dataflow/CreateStatement.ts.html |here} to see how to use CreateStatement API.
858
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/dataflow/CreateStatement.ts.html |here} to see how to use CreateStatement API.
859
859
  */
860
860
  createStatement(createStatementRequest) {
861
861
  return __awaiter(this, void 0, void 0, function* () {
@@ -920,7 +920,7 @@ class DataFlowClient {
920
920
  * @param DeleteApplicationRequest
921
921
  * @return DeleteApplicationResponse
922
922
  * @throws OciError when an error occurs
923
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dataflow/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
923
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/dataflow/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
924
924
  */
925
925
  deleteApplication(deleteApplicationRequest) {
926
926
  return __awaiter(this, void 0, void 0, function* () {
@@ -976,7 +976,7 @@ class DataFlowClient {
976
976
  * @param DeletePoolRequest
977
977
  * @return DeletePoolResponse
978
978
  * @throws OciError when an error occurs
979
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dataflow/DeletePool.ts.html |here} to see how to use DeletePool API.
979
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/dataflow/DeletePool.ts.html |here} to see how to use DeletePool API.
980
980
  */
981
981
  deletePool(deletePoolRequest) {
982
982
  return __awaiter(this, void 0, void 0, function* () {
@@ -1032,7 +1032,7 @@ class DataFlowClient {
1032
1032
  * @param DeletePrivateEndpointRequest
1033
1033
  * @return DeletePrivateEndpointResponse
1034
1034
  * @throws OciError when an error occurs
1035
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dataflow/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpoint API.
1035
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/dataflow/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpoint API.
1036
1036
  */
1037
1037
  deletePrivateEndpoint(deletePrivateEndpointRequest) {
1038
1038
  return __awaiter(this, void 0, void 0, function* () {
@@ -1094,7 +1094,7 @@ class DataFlowClient {
1094
1094
  * @param DeleteRunRequest
1095
1095
  * @return DeleteRunResponse
1096
1096
  * @throws OciError when an error occurs
1097
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dataflow/DeleteRun.ts.html |here} to see how to use DeleteRun API.
1097
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/dataflow/DeleteRun.ts.html |here} to see how to use DeleteRun API.
1098
1098
  */
1099
1099
  deleteRun(deleteRunRequest) {
1100
1100
  return __awaiter(this, void 0, void 0, function* () {
@@ -1149,7 +1149,7 @@ class DataFlowClient {
1149
1149
  * @param DeleteSqlEndpointRequest
1150
1150
  * @return DeleteSqlEndpointResponse
1151
1151
  * @throws OciError when an error occurs
1152
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dataflow/DeleteSqlEndpoint.ts.html |here} to see how to use DeleteSqlEndpoint API.
1152
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/dataflow/DeleteSqlEndpoint.ts.html |here} to see how to use DeleteSqlEndpoint API.
1153
1153
  */
1154
1154
  deleteSqlEndpoint(deleteSqlEndpointRequest) {
1155
1155
  return __awaiter(this, void 0, void 0, function* () {
@@ -1210,7 +1210,7 @@ class DataFlowClient {
1210
1210
  * @param DeleteStatementRequest
1211
1211
  * @return DeleteStatementResponse
1212
1212
  * @throws OciError when an error occurs
1213
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dataflow/DeleteStatement.ts.html |here} to see how to use DeleteStatement API.
1213
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/dataflow/DeleteStatement.ts.html |here} to see how to use DeleteStatement API.
1214
1214
  */
1215
1215
  deleteStatement(deleteStatementRequest) {
1216
1216
  return __awaiter(this, void 0, void 0, function* () {
@@ -1267,7 +1267,7 @@ class DataFlowClient {
1267
1267
  * @param GetApplicationRequest
1268
1268
  * @return GetApplicationResponse
1269
1269
  * @throws OciError when an error occurs
1270
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dataflow/GetApplication.ts.html |here} to see how to use GetApplication API.
1270
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/dataflow/GetApplication.ts.html |here} to see how to use GetApplication API.
1271
1271
  */
1272
1272
  getApplication(getApplicationRequest) {
1273
1273
  return __awaiter(this, void 0, void 0, function* () {
@@ -1331,7 +1331,7 @@ class DataFlowClient {
1331
1331
  * @param GetPoolRequest
1332
1332
  * @return GetPoolResponse
1333
1333
  * @throws OciError when an error occurs
1334
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dataflow/GetPool.ts.html |here} to see how to use GetPool API.
1334
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/dataflow/GetPool.ts.html |here} to see how to use GetPool API.
1335
1335
  */
1336
1336
  getPool(getPoolRequest) {
1337
1337
  return __awaiter(this, void 0, void 0, function* () {
@@ -1395,7 +1395,7 @@ class DataFlowClient {
1395
1395
  * @param GetPrivateEndpointRequest
1396
1396
  * @return GetPrivateEndpointResponse
1397
1397
  * @throws OciError when an error occurs
1398
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dataflow/GetPrivateEndpoint.ts.html |here} to see how to use GetPrivateEndpoint API.
1398
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/dataflow/GetPrivateEndpoint.ts.html |here} to see how to use GetPrivateEndpoint API.
1399
1399
  */
1400
1400
  getPrivateEndpoint(getPrivateEndpointRequest) {
1401
1401
  return __awaiter(this, void 0, void 0, function* () {
@@ -1459,7 +1459,7 @@ class DataFlowClient {
1459
1459
  * @param GetRunRequest
1460
1460
  * @return GetRunResponse
1461
1461
  * @throws OciError when an error occurs
1462
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dataflow/GetRun.ts.html |here} to see how to use GetRun API.
1462
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/dataflow/GetRun.ts.html |here} to see how to use GetRun API.
1463
1463
  */
1464
1464
  getRun(getRunRequest) {
1465
1465
  return __awaiter(this, void 0, void 0, function* () {
@@ -1523,7 +1523,7 @@ class DataFlowClient {
1523
1523
  * @param GetRunLogRequest
1524
1524
  * @return GetRunLogResponse
1525
1525
  * @throws OciError when an error occurs
1526
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dataflow/GetRunLog.ts.html |here} to see how to use GetRunLog API.
1526
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/dataflow/GetRunLog.ts.html |here} to see how to use GetRunLog API.
1527
1527
  */
1528
1528
  getRunLog(getRunLogRequest) {
1529
1529
  return __awaiter(this, void 0, void 0, function* () {
@@ -1609,7 +1609,7 @@ class DataFlowClient {
1609
1609
  * @param GetSqlEndpointRequest
1610
1610
  * @return GetSqlEndpointResponse
1611
1611
  * @throws OciError when an error occurs
1612
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dataflow/GetSqlEndpoint.ts.html |here} to see how to use GetSqlEndpoint API.
1612
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/dataflow/GetSqlEndpoint.ts.html |here} to see how to use GetSqlEndpoint API.
1613
1613
  */
1614
1614
  getSqlEndpoint(getSqlEndpointRequest) {
1615
1615
  return __awaiter(this, void 0, void 0, function* () {
@@ -1673,7 +1673,7 @@ class DataFlowClient {
1673
1673
  * @param GetStatementRequest
1674
1674
  * @return GetStatementResponse
1675
1675
  * @throws OciError when an error occurs
1676
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dataflow/GetStatement.ts.html |here} to see how to use GetStatement API.
1676
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/dataflow/GetStatement.ts.html |here} to see how to use GetStatement API.
1677
1677
  */
1678
1678
  getStatement(getStatementRequest) {
1679
1679
  return __awaiter(this, void 0, void 0, function* () {
@@ -1738,7 +1738,7 @@ class DataFlowClient {
1738
1738
  * @param GetWorkRequestRequest
1739
1739
  * @return GetWorkRequestResponse
1740
1740
  * @throws OciError when an error occurs
1741
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dataflow/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1741
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/dataflow/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1742
1742
  */
1743
1743
  getWorkRequest(getWorkRequestRequest) {
1744
1744
  return __awaiter(this, void 0, void 0, function* () {
@@ -1797,7 +1797,7 @@ class DataFlowClient {
1797
1797
  * @param ListApplicationsRequest
1798
1798
  * @return ListApplicationsResponse
1799
1799
  * @throws OciError when an error occurs
1800
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dataflow/ListApplications.ts.html |here} to see how to use ListApplications API.
1800
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/dataflow/ListApplications.ts.html |here} to see how to use ListApplications API.
1801
1801
  */
1802
1802
  listApplications(listApplicationsRequest) {
1803
1803
  return __awaiter(this, void 0, void 0, function* () {
@@ -1914,7 +1914,7 @@ class DataFlowClient {
1914
1914
  * @param ListPoolsRequest
1915
1915
  * @return ListPoolsResponse
1916
1916
  * @throws OciError when an error occurs
1917
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dataflow/ListPools.ts.html |here} to see how to use ListPools API.
1917
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/dataflow/ListPools.ts.html |here} to see how to use ListPools API.
1918
1918
  */
1919
1919
  listPools(listPoolsRequest) {
1920
1920
  return __awaiter(this, void 0, void 0, function* () {
@@ -1991,7 +1991,7 @@ class DataFlowClient {
1991
1991
  * @param ListPrivateEndpointsRequest
1992
1992
  * @return ListPrivateEndpointsResponse
1993
1993
  * @throws OciError when an error occurs
1994
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dataflow/ListPrivateEndpoints.ts.html |here} to see how to use ListPrivateEndpoints API.
1994
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/dataflow/ListPrivateEndpoints.ts.html |here} to see how to use ListPrivateEndpoints API.
1995
1995
  */
1996
1996
  listPrivateEndpoints(listPrivateEndpointsRequest) {
1997
1997
  return __awaiter(this, void 0, void 0, function* () {
@@ -2068,7 +2068,7 @@ class DataFlowClient {
2068
2068
  * @param ListRunLogsRequest
2069
2069
  * @return ListRunLogsResponse
2070
2070
  * @throws OciError when an error occurs
2071
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dataflow/ListRunLogs.ts.html |here} to see how to use ListRunLogs API.
2071
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/dataflow/ListRunLogs.ts.html |here} to see how to use ListRunLogs API.
2072
2072
  */
2073
2073
  listRunLogs(listRunLogsRequest) {
2074
2074
  return __awaiter(this, void 0, void 0, function* () {
@@ -2180,7 +2180,7 @@ class DataFlowClient {
2180
2180
  * @param ListRunsRequest
2181
2181
  * @return ListRunsResponse
2182
2182
  * @throws OciError when an error occurs
2183
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dataflow/ListRuns.ts.html |here} to see how to use ListRuns API.
2183
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/dataflow/ListRuns.ts.html |here} to see how to use ListRuns API.
2184
2184
  */
2185
2185
  listRuns(listRunsRequest) {
2186
2186
  return __awaiter(this, void 0, void 0, function* () {
@@ -2302,7 +2302,7 @@ class DataFlowClient {
2302
2302
  * @param ListSqlEndpointsRequest
2303
2303
  * @return ListSqlEndpointsResponse
2304
2304
  * @throws OciError when an error occurs
2305
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dataflow/ListSqlEndpoints.ts.html |here} to see how to use ListSqlEndpoints API.
2305
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/dataflow/ListSqlEndpoints.ts.html |here} to see how to use ListSqlEndpoints API.
2306
2306
  */
2307
2307
  listSqlEndpoints(listSqlEndpointsRequest) {
2308
2308
  return __awaiter(this, void 0, void 0, function* () {
@@ -2373,7 +2373,7 @@ class DataFlowClient {
2373
2373
  * @param ListStatementsRequest
2374
2374
  * @return ListStatementsResponse
2375
2375
  * @throws OciError when an error occurs
2376
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dataflow/ListStatements.ts.html |here} to see how to use ListStatements API.
2376
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/dataflow/ListStatements.ts.html |here} to see how to use ListStatements API.
2377
2377
  */
2378
2378
  listStatements(listStatementsRequest) {
2379
2379
  return __awaiter(this, void 0, void 0, function* () {
@@ -2448,7 +2448,7 @@ class DataFlowClient {
2448
2448
  * @param ListWorkRequestErrorsRequest
2449
2449
  * @return ListWorkRequestErrorsResponse
2450
2450
  * @throws OciError when an error occurs
2451
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dataflow/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
2451
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/dataflow/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
2452
2452
  */
2453
2453
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
2454
2454
  return __awaiter(this, void 0, void 0, function* () {
@@ -2520,7 +2520,7 @@ class DataFlowClient {
2520
2520
  * @param ListWorkRequestLogsRequest
2521
2521
  * @return ListWorkRequestLogsResponse
2522
2522
  * @throws OciError when an error occurs
2523
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dataflow/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
2523
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/dataflow/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
2524
2524
  */
2525
2525
  listWorkRequestLogs(listWorkRequestLogsRequest) {
2526
2526
  return __awaiter(this, void 0, void 0, function* () {
@@ -2592,7 +2592,7 @@ class DataFlowClient {
2592
2592
  * @param ListWorkRequestsRequest
2593
2593
  * @return ListWorkRequestsResponse
2594
2594
  * @throws OciError when an error occurs
2595
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dataflow/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
2595
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/dataflow/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
2596
2596
  */
2597
2597
  listWorkRequests(listWorkRequestsRequest) {
2598
2598
  return __awaiter(this, void 0, void 0, function* () {
@@ -2663,7 +2663,7 @@ class DataFlowClient {
2663
2663
  * @param StartPoolRequest
2664
2664
  * @return StartPoolResponse
2665
2665
  * @throws OciError when an error occurs
2666
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dataflow/StartPool.ts.html |here} to see how to use StartPool API.
2666
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/dataflow/StartPool.ts.html |here} to see how to use StartPool API.
2667
2667
  */
2668
2668
  startPool(startPoolRequest) {
2669
2669
  return __awaiter(this, void 0, void 0, function* () {
@@ -2725,7 +2725,7 @@ class DataFlowClient {
2725
2725
  * @param StopPoolRequest
2726
2726
  * @return StopPoolResponse
2727
2727
  * @throws OciError when an error occurs
2728
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dataflow/StopPool.ts.html |here} to see how to use StopPool API.
2728
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/dataflow/StopPool.ts.html |here} to see how to use StopPool API.
2729
2729
  */
2730
2730
  stopPool(stopPoolRequest) {
2731
2731
  return __awaiter(this, void 0, void 0, function* () {
@@ -2787,7 +2787,7 @@ class DataFlowClient {
2787
2787
  * @param UpdateApplicationRequest
2788
2788
  * @return UpdateApplicationResponse
2789
2789
  * @throws OciError when an error occurs
2790
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dataflow/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
2790
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/dataflow/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
2791
2791
  */
2792
2792
  updateApplication(updateApplicationRequest) {
2793
2793
  return __awaiter(this, void 0, void 0, function* () {
@@ -2855,7 +2855,7 @@ class DataFlowClient {
2855
2855
  * @param UpdatePoolRequest
2856
2856
  * @return UpdatePoolResponse
2857
2857
  * @throws OciError when an error occurs
2858
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dataflow/UpdatePool.ts.html |here} to see how to use UpdatePool API.
2858
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/dataflow/UpdatePool.ts.html |here} to see how to use UpdatePool API.
2859
2859
  */
2860
2860
  updatePool(updatePoolRequest) {
2861
2861
  return __awaiter(this, void 0, void 0, function* () {
@@ -2919,7 +2919,7 @@ class DataFlowClient {
2919
2919
  * @param UpdatePrivateEndpointRequest
2920
2920
  * @return UpdatePrivateEndpointResponse
2921
2921
  * @throws OciError when an error occurs
2922
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dataflow/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpoint API.
2922
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/dataflow/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpoint API.
2923
2923
  */
2924
2924
  updatePrivateEndpoint(updatePrivateEndpointRequest) {
2925
2925
  return __awaiter(this, void 0, void 0, function* () {
@@ -2981,7 +2981,7 @@ class DataFlowClient {
2981
2981
  * @param UpdateRunRequest
2982
2982
  * @return UpdateRunResponse
2983
2983
  * @throws OciError when an error occurs
2984
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dataflow/UpdateRun.ts.html |here} to see how to use UpdateRun API.
2984
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/dataflow/UpdateRun.ts.html |here} to see how to use UpdateRun API.
2985
2985
  */
2986
2986
  updateRun(updateRunRequest) {
2987
2987
  return __awaiter(this, void 0, void 0, function* () {
@@ -3046,7 +3046,7 @@ class DataFlowClient {
3046
3046
  * @param UpdateSqlEndpointRequest
3047
3047
  * @return UpdateSqlEndpointResponse
3048
3048
  * @throws OciError when an error occurs
3049
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dataflow/UpdateSqlEndpoint.ts.html |here} to see how to use UpdateSqlEndpoint API.
3049
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/dataflow/UpdateSqlEndpoint.ts.html |here} to see how to use UpdateSqlEndpoint API.
3050
3050
  */
3051
3051
  updateSqlEndpoint(updateSqlEndpointRequest) {
3052
3052
  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.84.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.86.1/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.84.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.86.1/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.84.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.86.1/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.84.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.86.1/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.84.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.86.1/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.84.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.86.1/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.84.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.86.1/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.84.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.86.1/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.84.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.86.1/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.84.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.86.1/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.84.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.86.1/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.84.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.86.1/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.84.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.86.1/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.84.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.86.1/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.84.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.86.1/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.84.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.86.1/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.84.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.86.1/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.84.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.86.1/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.84.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.86.1/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.84.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.86.1/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.84.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.86.1/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.84.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.86.1/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.84.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.86.1/dataflow/GetSqlEndpoint.ts.html |here} to see how to use GetSqlEndpointRequest.
16
16
  */
17
17
  export interface GetSqlEndpointRequest extends common.BaseRequest {
18
18
  /**