oci-dataflow 2.66.0 → 2.67.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 (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
@@ -183,7 +183,7 @@ class DataFlowClient {
183
183
  * @param ChangeApplicationCompartmentRequest
184
184
  * @return ChangeApplicationCompartmentResponse
185
185
  * @throws OciError when an error occurs
186
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/dataflow/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartment API.
186
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartment API.
187
187
  */
188
188
  changeApplicationCompartment(changeApplicationCompartmentRequest) {
189
189
  return __awaiter(this, void 0, void 0, function* () {
@@ -244,7 +244,7 @@ class DataFlowClient {
244
244
  * @param ChangePoolCompartmentRequest
245
245
  * @return ChangePoolCompartmentResponse
246
246
  * @throws OciError when an error occurs
247
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/dataflow/ChangePoolCompartment.ts.html |here} to see how to use ChangePoolCompartment API.
247
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/ChangePoolCompartment.ts.html |here} to see how to use ChangePoolCompartment API.
248
248
  */
249
249
  changePoolCompartment(changePoolCompartmentRequest) {
250
250
  return __awaiter(this, void 0, void 0, function* () {
@@ -302,7 +302,7 @@ class DataFlowClient {
302
302
  * @param ChangePrivateEndpointCompartmentRequest
303
303
  * @return ChangePrivateEndpointCompartmentResponse
304
304
  * @throws OciError when an error occurs
305
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/dataflow/ChangePrivateEndpointCompartment.ts.html |here} to see how to use ChangePrivateEndpointCompartment API.
305
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/ChangePrivateEndpointCompartment.ts.html |here} to see how to use ChangePrivateEndpointCompartment API.
306
306
  */
307
307
  changePrivateEndpointCompartment(changePrivateEndpointCompartmentRequest) {
308
308
  return __awaiter(this, void 0, void 0, function* () {
@@ -367,7 +367,7 @@ class DataFlowClient {
367
367
  * @param ChangeRunCompartmentRequest
368
368
  * @return ChangeRunCompartmentResponse
369
369
  * @throws OciError when an error occurs
370
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/dataflow/ChangeRunCompartment.ts.html |here} to see how to use ChangeRunCompartment API.
370
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/ChangeRunCompartment.ts.html |here} to see how to use ChangeRunCompartment API.
371
371
  */
372
372
  changeRunCompartment(changeRunCompartmentRequest) {
373
373
  return __awaiter(this, void 0, void 0, function* () {
@@ -424,7 +424,7 @@ class DataFlowClient {
424
424
  * @param ChangeSqlEndpointCompartmentRequest
425
425
  * @return ChangeSqlEndpointCompartmentResponse
426
426
  * @throws OciError when an error occurs
427
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/dataflow/ChangeSqlEndpointCompartment.ts.html |here} to see how to use ChangeSqlEndpointCompartment API.
427
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/ChangeSqlEndpointCompartment.ts.html |here} to see how to use ChangeSqlEndpointCompartment API.
428
428
  */
429
429
  changeSqlEndpointCompartment(changeSqlEndpointCompartmentRequest) {
430
430
  return __awaiter(this, void 0, void 0, function* () {
@@ -487,7 +487,7 @@ class DataFlowClient {
487
487
  * @param CreateApplicationRequest
488
488
  * @return CreateApplicationResponse
489
489
  * @throws OciError when an error occurs
490
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/dataflow/CreateApplication.ts.html |here} to see how to use CreateApplication API.
490
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/CreateApplication.ts.html |here} to see how to use CreateApplication API.
491
491
  */
492
492
  createApplication(createApplicationRequest) {
493
493
  return __awaiter(this, void 0, void 0, function* () {
@@ -551,7 +551,7 @@ class DataFlowClient {
551
551
  * @param CreatePoolRequest
552
552
  * @return CreatePoolResponse
553
553
  * @throws OciError when an error occurs
554
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/dataflow/CreatePool.ts.html |here} to see how to use CreatePool API.
554
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/CreatePool.ts.html |here} to see how to use CreatePool API.
555
555
  */
556
556
  createPool(createPoolRequest) {
557
557
  return __awaiter(this, void 0, void 0, function* () {
@@ -625,7 +625,7 @@ class DataFlowClient {
625
625
  * @param CreatePrivateEndpointRequest
626
626
  * @return CreatePrivateEndpointResponse
627
627
  * @throws OciError when an error occurs
628
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/dataflow/CreatePrivateEndpoint.ts.html |here} to see how to use CreatePrivateEndpoint API.
628
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/CreatePrivateEndpoint.ts.html |here} to see how to use CreatePrivateEndpoint API.
629
629
  */
630
630
  createPrivateEndpoint(createPrivateEndpointRequest) {
631
631
  return __awaiter(this, void 0, void 0, function* () {
@@ -699,7 +699,7 @@ class DataFlowClient {
699
699
  * @param CreateRunRequest
700
700
  * @return CreateRunResponse
701
701
  * @throws OciError when an error occurs
702
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/dataflow/CreateRun.ts.html |here} to see how to use CreateRun API.
702
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/CreateRun.ts.html |here} to see how to use CreateRun API.
703
703
  */
704
704
  createRun(createRunRequest) {
705
705
  return __awaiter(this, void 0, void 0, function* () {
@@ -762,7 +762,7 @@ class DataFlowClient {
762
762
  * @param CreateSqlEndpointRequest
763
763
  * @return CreateSqlEndpointResponse
764
764
  * @throws OciError when an error occurs
765
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/dataflow/CreateSqlEndpoint.ts.html |here} to see how to use CreateSqlEndpoint API.
765
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/CreateSqlEndpoint.ts.html |here} to see how to use CreateSqlEndpoint API.
766
766
  */
767
767
  createSqlEndpoint(createSqlEndpointRequest) {
768
768
  return __awaiter(this, void 0, void 0, function* () {
@@ -831,7 +831,7 @@ class DataFlowClient {
831
831
  * @param CreateStatementRequest
832
832
  * @return CreateStatementResponse
833
833
  * @throws OciError when an error occurs
834
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/dataflow/CreateStatement.ts.html |here} to see how to use CreateStatement API.
834
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/CreateStatement.ts.html |here} to see how to use CreateStatement API.
835
835
  */
836
836
  createStatement(createStatementRequest) {
837
837
  return __awaiter(this, void 0, void 0, function* () {
@@ -896,7 +896,7 @@ class DataFlowClient {
896
896
  * @param DeleteApplicationRequest
897
897
  * @return DeleteApplicationResponse
898
898
  * @throws OciError when an error occurs
899
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/dataflow/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
899
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
900
900
  */
901
901
  deleteApplication(deleteApplicationRequest) {
902
902
  return __awaiter(this, void 0, void 0, function* () {
@@ -952,7 +952,7 @@ class DataFlowClient {
952
952
  * @param DeletePoolRequest
953
953
  * @return DeletePoolResponse
954
954
  * @throws OciError when an error occurs
955
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/dataflow/DeletePool.ts.html |here} to see how to use DeletePool API.
955
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/DeletePool.ts.html |here} to see how to use DeletePool API.
956
956
  */
957
957
  deletePool(deletePoolRequest) {
958
958
  return __awaiter(this, void 0, void 0, function* () {
@@ -1008,7 +1008,7 @@ class DataFlowClient {
1008
1008
  * @param DeletePrivateEndpointRequest
1009
1009
  * @return DeletePrivateEndpointResponse
1010
1010
  * @throws OciError when an error occurs
1011
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/dataflow/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpoint API.
1011
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpoint API.
1012
1012
  */
1013
1013
  deletePrivateEndpoint(deletePrivateEndpointRequest) {
1014
1014
  return __awaiter(this, void 0, void 0, function* () {
@@ -1070,7 +1070,7 @@ class DataFlowClient {
1070
1070
  * @param DeleteRunRequest
1071
1071
  * @return DeleteRunResponse
1072
1072
  * @throws OciError when an error occurs
1073
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/dataflow/DeleteRun.ts.html |here} to see how to use DeleteRun API.
1073
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/DeleteRun.ts.html |here} to see how to use DeleteRun API.
1074
1074
  */
1075
1075
  deleteRun(deleteRunRequest) {
1076
1076
  return __awaiter(this, void 0, void 0, function* () {
@@ -1125,7 +1125,7 @@ class DataFlowClient {
1125
1125
  * @param DeleteSqlEndpointRequest
1126
1126
  * @return DeleteSqlEndpointResponse
1127
1127
  * @throws OciError when an error occurs
1128
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/dataflow/DeleteSqlEndpoint.ts.html |here} to see how to use DeleteSqlEndpoint API.
1128
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/DeleteSqlEndpoint.ts.html |here} to see how to use DeleteSqlEndpoint API.
1129
1129
  */
1130
1130
  deleteSqlEndpoint(deleteSqlEndpointRequest) {
1131
1131
  return __awaiter(this, void 0, void 0, function* () {
@@ -1186,7 +1186,7 @@ class DataFlowClient {
1186
1186
  * @param DeleteStatementRequest
1187
1187
  * @return DeleteStatementResponse
1188
1188
  * @throws OciError when an error occurs
1189
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/dataflow/DeleteStatement.ts.html |here} to see how to use DeleteStatement API.
1189
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/DeleteStatement.ts.html |here} to see how to use DeleteStatement API.
1190
1190
  */
1191
1191
  deleteStatement(deleteStatementRequest) {
1192
1192
  return __awaiter(this, void 0, void 0, function* () {
@@ -1243,7 +1243,7 @@ class DataFlowClient {
1243
1243
  * @param GetApplicationRequest
1244
1244
  * @return GetApplicationResponse
1245
1245
  * @throws OciError when an error occurs
1246
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/dataflow/GetApplication.ts.html |here} to see how to use GetApplication API.
1246
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/GetApplication.ts.html |here} to see how to use GetApplication API.
1247
1247
  */
1248
1248
  getApplication(getApplicationRequest) {
1249
1249
  return __awaiter(this, void 0, void 0, function* () {
@@ -1307,7 +1307,7 @@ class DataFlowClient {
1307
1307
  * @param GetPoolRequest
1308
1308
  * @return GetPoolResponse
1309
1309
  * @throws OciError when an error occurs
1310
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/dataflow/GetPool.ts.html |here} to see how to use GetPool API.
1310
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/GetPool.ts.html |here} to see how to use GetPool API.
1311
1311
  */
1312
1312
  getPool(getPoolRequest) {
1313
1313
  return __awaiter(this, void 0, void 0, function* () {
@@ -1371,7 +1371,7 @@ class DataFlowClient {
1371
1371
  * @param GetPrivateEndpointRequest
1372
1372
  * @return GetPrivateEndpointResponse
1373
1373
  * @throws OciError when an error occurs
1374
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/dataflow/GetPrivateEndpoint.ts.html |here} to see how to use GetPrivateEndpoint API.
1374
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/GetPrivateEndpoint.ts.html |here} to see how to use GetPrivateEndpoint API.
1375
1375
  */
1376
1376
  getPrivateEndpoint(getPrivateEndpointRequest) {
1377
1377
  return __awaiter(this, void 0, void 0, function* () {
@@ -1435,7 +1435,7 @@ class DataFlowClient {
1435
1435
  * @param GetRunRequest
1436
1436
  * @return GetRunResponse
1437
1437
  * @throws OciError when an error occurs
1438
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/dataflow/GetRun.ts.html |here} to see how to use GetRun API.
1438
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/GetRun.ts.html |here} to see how to use GetRun API.
1439
1439
  */
1440
1440
  getRun(getRunRequest) {
1441
1441
  return __awaiter(this, void 0, void 0, function* () {
@@ -1499,7 +1499,7 @@ class DataFlowClient {
1499
1499
  * @param GetRunLogRequest
1500
1500
  * @return GetRunLogResponse
1501
1501
  * @throws OciError when an error occurs
1502
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/dataflow/GetRunLog.ts.html |here} to see how to use GetRunLog API.
1502
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/GetRunLog.ts.html |here} to see how to use GetRunLog API.
1503
1503
  */
1504
1504
  getRunLog(getRunLogRequest) {
1505
1505
  return __awaiter(this, void 0, void 0, function* () {
@@ -1585,7 +1585,7 @@ class DataFlowClient {
1585
1585
  * @param GetSqlEndpointRequest
1586
1586
  * @return GetSqlEndpointResponse
1587
1587
  * @throws OciError when an error occurs
1588
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/dataflow/GetSqlEndpoint.ts.html |here} to see how to use GetSqlEndpoint API.
1588
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/GetSqlEndpoint.ts.html |here} to see how to use GetSqlEndpoint API.
1589
1589
  */
1590
1590
  getSqlEndpoint(getSqlEndpointRequest) {
1591
1591
  return __awaiter(this, void 0, void 0, function* () {
@@ -1649,7 +1649,7 @@ class DataFlowClient {
1649
1649
  * @param GetStatementRequest
1650
1650
  * @return GetStatementResponse
1651
1651
  * @throws OciError when an error occurs
1652
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/dataflow/GetStatement.ts.html |here} to see how to use GetStatement API.
1652
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/GetStatement.ts.html |here} to see how to use GetStatement API.
1653
1653
  */
1654
1654
  getStatement(getStatementRequest) {
1655
1655
  return __awaiter(this, void 0, void 0, function* () {
@@ -1714,7 +1714,7 @@ class DataFlowClient {
1714
1714
  * @param GetWorkRequestRequest
1715
1715
  * @return GetWorkRequestResponse
1716
1716
  * @throws OciError when an error occurs
1717
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/dataflow/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1717
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1718
1718
  */
1719
1719
  getWorkRequest(getWorkRequestRequest) {
1720
1720
  return __awaiter(this, void 0, void 0, function* () {
@@ -1773,7 +1773,7 @@ class DataFlowClient {
1773
1773
  * @param ListApplicationsRequest
1774
1774
  * @return ListApplicationsResponse
1775
1775
  * @throws OciError when an error occurs
1776
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/dataflow/ListApplications.ts.html |here} to see how to use ListApplications API.
1776
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/ListApplications.ts.html |here} to see how to use ListApplications API.
1777
1777
  */
1778
1778
  listApplications(listApplicationsRequest) {
1779
1779
  return __awaiter(this, void 0, void 0, function* () {
@@ -1890,7 +1890,7 @@ class DataFlowClient {
1890
1890
  * @param ListPoolsRequest
1891
1891
  * @return ListPoolsResponse
1892
1892
  * @throws OciError when an error occurs
1893
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/dataflow/ListPools.ts.html |here} to see how to use ListPools API.
1893
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/ListPools.ts.html |here} to see how to use ListPools API.
1894
1894
  */
1895
1895
  listPools(listPoolsRequest) {
1896
1896
  return __awaiter(this, void 0, void 0, function* () {
@@ -1967,7 +1967,7 @@ class DataFlowClient {
1967
1967
  * @param ListPrivateEndpointsRequest
1968
1968
  * @return ListPrivateEndpointsResponse
1969
1969
  * @throws OciError when an error occurs
1970
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/dataflow/ListPrivateEndpoints.ts.html |here} to see how to use ListPrivateEndpoints API.
1970
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/ListPrivateEndpoints.ts.html |here} to see how to use ListPrivateEndpoints API.
1971
1971
  */
1972
1972
  listPrivateEndpoints(listPrivateEndpointsRequest) {
1973
1973
  return __awaiter(this, void 0, void 0, function* () {
@@ -2044,7 +2044,7 @@ class DataFlowClient {
2044
2044
  * @param ListRunLogsRequest
2045
2045
  * @return ListRunLogsResponse
2046
2046
  * @throws OciError when an error occurs
2047
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/dataflow/ListRunLogs.ts.html |here} to see how to use ListRunLogs API.
2047
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/ListRunLogs.ts.html |here} to see how to use ListRunLogs API.
2048
2048
  */
2049
2049
  listRunLogs(listRunLogsRequest) {
2050
2050
  return __awaiter(this, void 0, void 0, function* () {
@@ -2156,7 +2156,7 @@ class DataFlowClient {
2156
2156
  * @param ListRunsRequest
2157
2157
  * @return ListRunsResponse
2158
2158
  * @throws OciError when an error occurs
2159
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/dataflow/ListRuns.ts.html |here} to see how to use ListRuns API.
2159
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/ListRuns.ts.html |here} to see how to use ListRuns API.
2160
2160
  */
2161
2161
  listRuns(listRunsRequest) {
2162
2162
  return __awaiter(this, void 0, void 0, function* () {
@@ -2278,7 +2278,7 @@ class DataFlowClient {
2278
2278
  * @param ListSqlEndpointsRequest
2279
2279
  * @return ListSqlEndpointsResponse
2280
2280
  * @throws OciError when an error occurs
2281
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/dataflow/ListSqlEndpoints.ts.html |here} to see how to use ListSqlEndpoints API.
2281
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/ListSqlEndpoints.ts.html |here} to see how to use ListSqlEndpoints API.
2282
2282
  */
2283
2283
  listSqlEndpoints(listSqlEndpointsRequest) {
2284
2284
  return __awaiter(this, void 0, void 0, function* () {
@@ -2349,7 +2349,7 @@ class DataFlowClient {
2349
2349
  * @param ListStatementsRequest
2350
2350
  * @return ListStatementsResponse
2351
2351
  * @throws OciError when an error occurs
2352
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/dataflow/ListStatements.ts.html |here} to see how to use ListStatements API.
2352
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/ListStatements.ts.html |here} to see how to use ListStatements API.
2353
2353
  */
2354
2354
  listStatements(listStatementsRequest) {
2355
2355
  return __awaiter(this, void 0, void 0, function* () {
@@ -2424,7 +2424,7 @@ class DataFlowClient {
2424
2424
  * @param ListWorkRequestErrorsRequest
2425
2425
  * @return ListWorkRequestErrorsResponse
2426
2426
  * @throws OciError when an error occurs
2427
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/dataflow/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
2427
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
2428
2428
  */
2429
2429
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
2430
2430
  return __awaiter(this, void 0, void 0, function* () {
@@ -2496,7 +2496,7 @@ class DataFlowClient {
2496
2496
  * @param ListWorkRequestLogsRequest
2497
2497
  * @return ListWorkRequestLogsResponse
2498
2498
  * @throws OciError when an error occurs
2499
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/dataflow/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
2499
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
2500
2500
  */
2501
2501
  listWorkRequestLogs(listWorkRequestLogsRequest) {
2502
2502
  return __awaiter(this, void 0, void 0, function* () {
@@ -2568,7 +2568,7 @@ class DataFlowClient {
2568
2568
  * @param ListWorkRequestsRequest
2569
2569
  * @return ListWorkRequestsResponse
2570
2570
  * @throws OciError when an error occurs
2571
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/dataflow/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
2571
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
2572
2572
  */
2573
2573
  listWorkRequests(listWorkRequestsRequest) {
2574
2574
  return __awaiter(this, void 0, void 0, function* () {
@@ -2639,7 +2639,7 @@ class DataFlowClient {
2639
2639
  * @param StartPoolRequest
2640
2640
  * @return StartPoolResponse
2641
2641
  * @throws OciError when an error occurs
2642
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/dataflow/StartPool.ts.html |here} to see how to use StartPool API.
2642
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/StartPool.ts.html |here} to see how to use StartPool API.
2643
2643
  */
2644
2644
  startPool(startPoolRequest) {
2645
2645
  return __awaiter(this, void 0, void 0, function* () {
@@ -2701,7 +2701,7 @@ class DataFlowClient {
2701
2701
  * @param StopPoolRequest
2702
2702
  * @return StopPoolResponse
2703
2703
  * @throws OciError when an error occurs
2704
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/dataflow/StopPool.ts.html |here} to see how to use StopPool API.
2704
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/StopPool.ts.html |here} to see how to use StopPool API.
2705
2705
  */
2706
2706
  stopPool(stopPoolRequest) {
2707
2707
  return __awaiter(this, void 0, void 0, function* () {
@@ -2763,7 +2763,7 @@ class DataFlowClient {
2763
2763
  * @param UpdateApplicationRequest
2764
2764
  * @return UpdateApplicationResponse
2765
2765
  * @throws OciError when an error occurs
2766
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/dataflow/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
2766
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
2767
2767
  */
2768
2768
  updateApplication(updateApplicationRequest) {
2769
2769
  return __awaiter(this, void 0, void 0, function* () {
@@ -2831,7 +2831,7 @@ class DataFlowClient {
2831
2831
  * @param UpdatePoolRequest
2832
2832
  * @return UpdatePoolResponse
2833
2833
  * @throws OciError when an error occurs
2834
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/dataflow/UpdatePool.ts.html |here} to see how to use UpdatePool API.
2834
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/UpdatePool.ts.html |here} to see how to use UpdatePool API.
2835
2835
  */
2836
2836
  updatePool(updatePoolRequest) {
2837
2837
  return __awaiter(this, void 0, void 0, function* () {
@@ -2895,7 +2895,7 @@ class DataFlowClient {
2895
2895
  * @param UpdatePrivateEndpointRequest
2896
2896
  * @return UpdatePrivateEndpointResponse
2897
2897
  * @throws OciError when an error occurs
2898
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/dataflow/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpoint API.
2898
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpoint API.
2899
2899
  */
2900
2900
  updatePrivateEndpoint(updatePrivateEndpointRequest) {
2901
2901
  return __awaiter(this, void 0, void 0, function* () {
@@ -2957,7 +2957,7 @@ class DataFlowClient {
2957
2957
  * @param UpdateRunRequest
2958
2958
  * @return UpdateRunResponse
2959
2959
  * @throws OciError when an error occurs
2960
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/dataflow/UpdateRun.ts.html |here} to see how to use UpdateRun API.
2960
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/UpdateRun.ts.html |here} to see how to use UpdateRun API.
2961
2961
  */
2962
2962
  updateRun(updateRunRequest) {
2963
2963
  return __awaiter(this, void 0, void 0, function* () {
@@ -3022,7 +3022,7 @@ class DataFlowClient {
3022
3022
  * @param UpdateSqlEndpointRequest
3023
3023
  * @return UpdateSqlEndpointResponse
3024
3024
  * @throws OciError when an error occurs
3025
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/dataflow/UpdateSqlEndpoint.ts.html |here} to see how to use UpdateSqlEndpoint API.
3025
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/dataflow/UpdateSqlEndpoint.ts.html |here} to see how to use UpdateSqlEndpoint API.
3026
3026
  */
3027
3027
  updateSqlEndpoint(updateSqlEndpointRequest) {
3028
3028
  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.66.0/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.67.0/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.66.0/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.67.0/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.66.0/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.67.0/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.66.0/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.67.0/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.66.0/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.67.0/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.66.0/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.67.0/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.66.0/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.67.0/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.66.0/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.67.0/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.66.0/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.67.0/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.66.0/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.67.0/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.66.0/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.67.0/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.66.0/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.67.0/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.66.0/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.67.0/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.66.0/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.67.0/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.66.0/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.67.0/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.66.0/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.67.0/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.66.0/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.67.0/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.66.0/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.67.0/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.66.0/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.67.0/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.66.0/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.67.0/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.66.0/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.67.0/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.66.0/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.67.0/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.66.0/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.67.0/dataflow/GetSqlEndpoint.ts.html |here} to see how to use GetSqlEndpointRequest.
16
16
  */
17
17
  export interface GetSqlEndpointRequest extends common.BaseRequest {
18
18
  /**