oci-dataflow 2.83.0 → 2.84.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
@@ -200,7 +200,7 @@ class DataFlowClient {
200
200
  * @param ChangeApplicationCompartmentRequest
201
201
  * @return ChangeApplicationCompartmentResponse
202
202
  * @throws OciError when an error occurs
203
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/dataflow/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartment API.
203
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dataflow/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartment API.
204
204
  */
205
205
  changeApplicationCompartment(changeApplicationCompartmentRequest) {
206
206
  return __awaiter(this, void 0, void 0, function* () {
@@ -261,7 +261,7 @@ class DataFlowClient {
261
261
  * @param ChangePoolCompartmentRequest
262
262
  * @return ChangePoolCompartmentResponse
263
263
  * @throws OciError when an error occurs
264
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/dataflow/ChangePoolCompartment.ts.html |here} to see how to use ChangePoolCompartment API.
264
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dataflow/ChangePoolCompartment.ts.html |here} to see how to use ChangePoolCompartment API.
265
265
  */
266
266
  changePoolCompartment(changePoolCompartmentRequest) {
267
267
  return __awaiter(this, void 0, void 0, function* () {
@@ -319,7 +319,7 @@ class DataFlowClient {
319
319
  * @param ChangePrivateEndpointCompartmentRequest
320
320
  * @return ChangePrivateEndpointCompartmentResponse
321
321
  * @throws OciError when an error occurs
322
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/dataflow/ChangePrivateEndpointCompartment.ts.html |here} to see how to use ChangePrivateEndpointCompartment API.
322
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dataflow/ChangePrivateEndpointCompartment.ts.html |here} to see how to use ChangePrivateEndpointCompartment API.
323
323
  */
324
324
  changePrivateEndpointCompartment(changePrivateEndpointCompartmentRequest) {
325
325
  return __awaiter(this, void 0, void 0, function* () {
@@ -384,7 +384,7 @@ class DataFlowClient {
384
384
  * @param ChangeRunCompartmentRequest
385
385
  * @return ChangeRunCompartmentResponse
386
386
  * @throws OciError when an error occurs
387
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/dataflow/ChangeRunCompartment.ts.html |here} to see how to use ChangeRunCompartment API.
387
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dataflow/ChangeRunCompartment.ts.html |here} to see how to use ChangeRunCompartment API.
388
388
  */
389
389
  changeRunCompartment(changeRunCompartmentRequest) {
390
390
  return __awaiter(this, void 0, void 0, function* () {
@@ -441,7 +441,7 @@ class DataFlowClient {
441
441
  * @param ChangeSqlEndpointCompartmentRequest
442
442
  * @return ChangeSqlEndpointCompartmentResponse
443
443
  * @throws OciError when an error occurs
444
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/dataflow/ChangeSqlEndpointCompartment.ts.html |here} to see how to use ChangeSqlEndpointCompartment API.
444
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dataflow/ChangeSqlEndpointCompartment.ts.html |here} to see how to use ChangeSqlEndpointCompartment API.
445
445
  */
446
446
  changeSqlEndpointCompartment(changeSqlEndpointCompartmentRequest) {
447
447
  return __awaiter(this, void 0, void 0, function* () {
@@ -504,7 +504,7 @@ class DataFlowClient {
504
504
  * @param CreateApplicationRequest
505
505
  * @return CreateApplicationResponse
506
506
  * @throws OciError when an error occurs
507
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/dataflow/CreateApplication.ts.html |here} to see how to use CreateApplication API.
507
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dataflow/CreateApplication.ts.html |here} to see how to use CreateApplication API.
508
508
  */
509
509
  createApplication(createApplicationRequest) {
510
510
  return __awaiter(this, void 0, void 0, function* () {
@@ -568,7 +568,7 @@ class DataFlowClient {
568
568
  * @param CreatePoolRequest
569
569
  * @return CreatePoolResponse
570
570
  * @throws OciError when an error occurs
571
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/dataflow/CreatePool.ts.html |here} to see how to use CreatePool API.
571
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dataflow/CreatePool.ts.html |here} to see how to use CreatePool API.
572
572
  */
573
573
  createPool(createPoolRequest) {
574
574
  return __awaiter(this, void 0, void 0, function* () {
@@ -642,7 +642,7 @@ class DataFlowClient {
642
642
  * @param CreatePrivateEndpointRequest
643
643
  * @return CreatePrivateEndpointResponse
644
644
  * @throws OciError when an error occurs
645
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/dataflow/CreatePrivateEndpoint.ts.html |here} to see how to use CreatePrivateEndpoint API.
645
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dataflow/CreatePrivateEndpoint.ts.html |here} to see how to use CreatePrivateEndpoint API.
646
646
  */
647
647
  createPrivateEndpoint(createPrivateEndpointRequest) {
648
648
  return __awaiter(this, void 0, void 0, function* () {
@@ -716,7 +716,7 @@ class DataFlowClient {
716
716
  * @param CreateRunRequest
717
717
  * @return CreateRunResponse
718
718
  * @throws OciError when an error occurs
719
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/dataflow/CreateRun.ts.html |here} to see how to use CreateRun API.
719
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dataflow/CreateRun.ts.html |here} to see how to use CreateRun API.
720
720
  */
721
721
  createRun(createRunRequest) {
722
722
  return __awaiter(this, void 0, void 0, function* () {
@@ -779,7 +779,7 @@ class DataFlowClient {
779
779
  * @param CreateSqlEndpointRequest
780
780
  * @return CreateSqlEndpointResponse
781
781
  * @throws OciError when an error occurs
782
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/dataflow/CreateSqlEndpoint.ts.html |here} to see how to use CreateSqlEndpoint API.
782
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dataflow/CreateSqlEndpoint.ts.html |here} to see how to use CreateSqlEndpoint API.
783
783
  */
784
784
  createSqlEndpoint(createSqlEndpointRequest) {
785
785
  return __awaiter(this, void 0, void 0, function* () {
@@ -848,7 +848,7 @@ class DataFlowClient {
848
848
  * @param CreateStatementRequest
849
849
  * @return CreateStatementResponse
850
850
  * @throws OciError when an error occurs
851
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/dataflow/CreateStatement.ts.html |here} to see how to use CreateStatement API.
851
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dataflow/CreateStatement.ts.html |here} to see how to use CreateStatement API.
852
852
  */
853
853
  createStatement(createStatementRequest) {
854
854
  return __awaiter(this, void 0, void 0, function* () {
@@ -913,7 +913,7 @@ class DataFlowClient {
913
913
  * @param DeleteApplicationRequest
914
914
  * @return DeleteApplicationResponse
915
915
  * @throws OciError when an error occurs
916
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/dataflow/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
916
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dataflow/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
917
917
  */
918
918
  deleteApplication(deleteApplicationRequest) {
919
919
  return __awaiter(this, void 0, void 0, function* () {
@@ -969,7 +969,7 @@ class DataFlowClient {
969
969
  * @param DeletePoolRequest
970
970
  * @return DeletePoolResponse
971
971
  * @throws OciError when an error occurs
972
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/dataflow/DeletePool.ts.html |here} to see how to use DeletePool API.
972
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dataflow/DeletePool.ts.html |here} to see how to use DeletePool API.
973
973
  */
974
974
  deletePool(deletePoolRequest) {
975
975
  return __awaiter(this, void 0, void 0, function* () {
@@ -1025,7 +1025,7 @@ class DataFlowClient {
1025
1025
  * @param DeletePrivateEndpointRequest
1026
1026
  * @return DeletePrivateEndpointResponse
1027
1027
  * @throws OciError when an error occurs
1028
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/dataflow/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpoint API.
1028
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dataflow/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpoint API.
1029
1029
  */
1030
1030
  deletePrivateEndpoint(deletePrivateEndpointRequest) {
1031
1031
  return __awaiter(this, void 0, void 0, function* () {
@@ -1087,7 +1087,7 @@ class DataFlowClient {
1087
1087
  * @param DeleteRunRequest
1088
1088
  * @return DeleteRunResponse
1089
1089
  * @throws OciError when an error occurs
1090
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/dataflow/DeleteRun.ts.html |here} to see how to use DeleteRun API.
1090
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dataflow/DeleteRun.ts.html |here} to see how to use DeleteRun API.
1091
1091
  */
1092
1092
  deleteRun(deleteRunRequest) {
1093
1093
  return __awaiter(this, void 0, void 0, function* () {
@@ -1142,7 +1142,7 @@ class DataFlowClient {
1142
1142
  * @param DeleteSqlEndpointRequest
1143
1143
  * @return DeleteSqlEndpointResponse
1144
1144
  * @throws OciError when an error occurs
1145
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/dataflow/DeleteSqlEndpoint.ts.html |here} to see how to use DeleteSqlEndpoint API.
1145
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dataflow/DeleteSqlEndpoint.ts.html |here} to see how to use DeleteSqlEndpoint API.
1146
1146
  */
1147
1147
  deleteSqlEndpoint(deleteSqlEndpointRequest) {
1148
1148
  return __awaiter(this, void 0, void 0, function* () {
@@ -1203,7 +1203,7 @@ class DataFlowClient {
1203
1203
  * @param DeleteStatementRequest
1204
1204
  * @return DeleteStatementResponse
1205
1205
  * @throws OciError when an error occurs
1206
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/dataflow/DeleteStatement.ts.html |here} to see how to use DeleteStatement API.
1206
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dataflow/DeleteStatement.ts.html |here} to see how to use DeleteStatement API.
1207
1207
  */
1208
1208
  deleteStatement(deleteStatementRequest) {
1209
1209
  return __awaiter(this, void 0, void 0, function* () {
@@ -1260,7 +1260,7 @@ class DataFlowClient {
1260
1260
  * @param GetApplicationRequest
1261
1261
  * @return GetApplicationResponse
1262
1262
  * @throws OciError when an error occurs
1263
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/dataflow/GetApplication.ts.html |here} to see how to use GetApplication API.
1263
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dataflow/GetApplication.ts.html |here} to see how to use GetApplication API.
1264
1264
  */
1265
1265
  getApplication(getApplicationRequest) {
1266
1266
  return __awaiter(this, void 0, void 0, function* () {
@@ -1324,7 +1324,7 @@ class DataFlowClient {
1324
1324
  * @param GetPoolRequest
1325
1325
  * @return GetPoolResponse
1326
1326
  * @throws OciError when an error occurs
1327
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/dataflow/GetPool.ts.html |here} to see how to use GetPool API.
1327
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dataflow/GetPool.ts.html |here} to see how to use GetPool API.
1328
1328
  */
1329
1329
  getPool(getPoolRequest) {
1330
1330
  return __awaiter(this, void 0, void 0, function* () {
@@ -1388,7 +1388,7 @@ class DataFlowClient {
1388
1388
  * @param GetPrivateEndpointRequest
1389
1389
  * @return GetPrivateEndpointResponse
1390
1390
  * @throws OciError when an error occurs
1391
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/dataflow/GetPrivateEndpoint.ts.html |here} to see how to use GetPrivateEndpoint API.
1391
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dataflow/GetPrivateEndpoint.ts.html |here} to see how to use GetPrivateEndpoint API.
1392
1392
  */
1393
1393
  getPrivateEndpoint(getPrivateEndpointRequest) {
1394
1394
  return __awaiter(this, void 0, void 0, function* () {
@@ -1452,7 +1452,7 @@ class DataFlowClient {
1452
1452
  * @param GetRunRequest
1453
1453
  * @return GetRunResponse
1454
1454
  * @throws OciError when an error occurs
1455
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/dataflow/GetRun.ts.html |here} to see how to use GetRun API.
1455
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dataflow/GetRun.ts.html |here} to see how to use GetRun API.
1456
1456
  */
1457
1457
  getRun(getRunRequest) {
1458
1458
  return __awaiter(this, void 0, void 0, function* () {
@@ -1516,7 +1516,7 @@ class DataFlowClient {
1516
1516
  * @param GetRunLogRequest
1517
1517
  * @return GetRunLogResponse
1518
1518
  * @throws OciError when an error occurs
1519
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/dataflow/GetRunLog.ts.html |here} to see how to use GetRunLog API.
1519
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dataflow/GetRunLog.ts.html |here} to see how to use GetRunLog API.
1520
1520
  */
1521
1521
  getRunLog(getRunLogRequest) {
1522
1522
  return __awaiter(this, void 0, void 0, function* () {
@@ -1602,7 +1602,7 @@ class DataFlowClient {
1602
1602
  * @param GetSqlEndpointRequest
1603
1603
  * @return GetSqlEndpointResponse
1604
1604
  * @throws OciError when an error occurs
1605
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/dataflow/GetSqlEndpoint.ts.html |here} to see how to use GetSqlEndpoint API.
1605
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dataflow/GetSqlEndpoint.ts.html |here} to see how to use GetSqlEndpoint API.
1606
1606
  */
1607
1607
  getSqlEndpoint(getSqlEndpointRequest) {
1608
1608
  return __awaiter(this, void 0, void 0, function* () {
@@ -1666,7 +1666,7 @@ class DataFlowClient {
1666
1666
  * @param GetStatementRequest
1667
1667
  * @return GetStatementResponse
1668
1668
  * @throws OciError when an error occurs
1669
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/dataflow/GetStatement.ts.html |here} to see how to use GetStatement API.
1669
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dataflow/GetStatement.ts.html |here} to see how to use GetStatement API.
1670
1670
  */
1671
1671
  getStatement(getStatementRequest) {
1672
1672
  return __awaiter(this, void 0, void 0, function* () {
@@ -1731,7 +1731,7 @@ class DataFlowClient {
1731
1731
  * @param GetWorkRequestRequest
1732
1732
  * @return GetWorkRequestResponse
1733
1733
  * @throws OciError when an error occurs
1734
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/dataflow/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1734
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dataflow/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1735
1735
  */
1736
1736
  getWorkRequest(getWorkRequestRequest) {
1737
1737
  return __awaiter(this, void 0, void 0, function* () {
@@ -1790,7 +1790,7 @@ class DataFlowClient {
1790
1790
  * @param ListApplicationsRequest
1791
1791
  * @return ListApplicationsResponse
1792
1792
  * @throws OciError when an error occurs
1793
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/dataflow/ListApplications.ts.html |here} to see how to use ListApplications API.
1793
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dataflow/ListApplications.ts.html |here} to see how to use ListApplications API.
1794
1794
  */
1795
1795
  listApplications(listApplicationsRequest) {
1796
1796
  return __awaiter(this, void 0, void 0, function* () {
@@ -1907,7 +1907,7 @@ class DataFlowClient {
1907
1907
  * @param ListPoolsRequest
1908
1908
  * @return ListPoolsResponse
1909
1909
  * @throws OciError when an error occurs
1910
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/dataflow/ListPools.ts.html |here} to see how to use ListPools API.
1910
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dataflow/ListPools.ts.html |here} to see how to use ListPools API.
1911
1911
  */
1912
1912
  listPools(listPoolsRequest) {
1913
1913
  return __awaiter(this, void 0, void 0, function* () {
@@ -1984,7 +1984,7 @@ class DataFlowClient {
1984
1984
  * @param ListPrivateEndpointsRequest
1985
1985
  * @return ListPrivateEndpointsResponse
1986
1986
  * @throws OciError when an error occurs
1987
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/dataflow/ListPrivateEndpoints.ts.html |here} to see how to use ListPrivateEndpoints API.
1987
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dataflow/ListPrivateEndpoints.ts.html |here} to see how to use ListPrivateEndpoints API.
1988
1988
  */
1989
1989
  listPrivateEndpoints(listPrivateEndpointsRequest) {
1990
1990
  return __awaiter(this, void 0, void 0, function* () {
@@ -2061,7 +2061,7 @@ class DataFlowClient {
2061
2061
  * @param ListRunLogsRequest
2062
2062
  * @return ListRunLogsResponse
2063
2063
  * @throws OciError when an error occurs
2064
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/dataflow/ListRunLogs.ts.html |here} to see how to use ListRunLogs API.
2064
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dataflow/ListRunLogs.ts.html |here} to see how to use ListRunLogs API.
2065
2065
  */
2066
2066
  listRunLogs(listRunLogsRequest) {
2067
2067
  return __awaiter(this, void 0, void 0, function* () {
@@ -2173,7 +2173,7 @@ class DataFlowClient {
2173
2173
  * @param ListRunsRequest
2174
2174
  * @return ListRunsResponse
2175
2175
  * @throws OciError when an error occurs
2176
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/dataflow/ListRuns.ts.html |here} to see how to use ListRuns API.
2176
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dataflow/ListRuns.ts.html |here} to see how to use ListRuns API.
2177
2177
  */
2178
2178
  listRuns(listRunsRequest) {
2179
2179
  return __awaiter(this, void 0, void 0, function* () {
@@ -2295,7 +2295,7 @@ class DataFlowClient {
2295
2295
  * @param ListSqlEndpointsRequest
2296
2296
  * @return ListSqlEndpointsResponse
2297
2297
  * @throws OciError when an error occurs
2298
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/dataflow/ListSqlEndpoints.ts.html |here} to see how to use ListSqlEndpoints API.
2298
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dataflow/ListSqlEndpoints.ts.html |here} to see how to use ListSqlEndpoints API.
2299
2299
  */
2300
2300
  listSqlEndpoints(listSqlEndpointsRequest) {
2301
2301
  return __awaiter(this, void 0, void 0, function* () {
@@ -2366,7 +2366,7 @@ class DataFlowClient {
2366
2366
  * @param ListStatementsRequest
2367
2367
  * @return ListStatementsResponse
2368
2368
  * @throws OciError when an error occurs
2369
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/dataflow/ListStatements.ts.html |here} to see how to use ListStatements API.
2369
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dataflow/ListStatements.ts.html |here} to see how to use ListStatements API.
2370
2370
  */
2371
2371
  listStatements(listStatementsRequest) {
2372
2372
  return __awaiter(this, void 0, void 0, function* () {
@@ -2441,7 +2441,7 @@ class DataFlowClient {
2441
2441
  * @param ListWorkRequestErrorsRequest
2442
2442
  * @return ListWorkRequestErrorsResponse
2443
2443
  * @throws OciError when an error occurs
2444
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/dataflow/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
2444
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dataflow/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
2445
2445
  */
2446
2446
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
2447
2447
  return __awaiter(this, void 0, void 0, function* () {
@@ -2513,7 +2513,7 @@ class DataFlowClient {
2513
2513
  * @param ListWorkRequestLogsRequest
2514
2514
  * @return ListWorkRequestLogsResponse
2515
2515
  * @throws OciError when an error occurs
2516
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/dataflow/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
2516
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dataflow/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
2517
2517
  */
2518
2518
  listWorkRequestLogs(listWorkRequestLogsRequest) {
2519
2519
  return __awaiter(this, void 0, void 0, function* () {
@@ -2585,7 +2585,7 @@ class DataFlowClient {
2585
2585
  * @param ListWorkRequestsRequest
2586
2586
  * @return ListWorkRequestsResponse
2587
2587
  * @throws OciError when an error occurs
2588
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/dataflow/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
2588
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dataflow/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
2589
2589
  */
2590
2590
  listWorkRequests(listWorkRequestsRequest) {
2591
2591
  return __awaiter(this, void 0, void 0, function* () {
@@ -2656,7 +2656,7 @@ class DataFlowClient {
2656
2656
  * @param StartPoolRequest
2657
2657
  * @return StartPoolResponse
2658
2658
  * @throws OciError when an error occurs
2659
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/dataflow/StartPool.ts.html |here} to see how to use StartPool API.
2659
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dataflow/StartPool.ts.html |here} to see how to use StartPool API.
2660
2660
  */
2661
2661
  startPool(startPoolRequest) {
2662
2662
  return __awaiter(this, void 0, void 0, function* () {
@@ -2718,7 +2718,7 @@ class DataFlowClient {
2718
2718
  * @param StopPoolRequest
2719
2719
  * @return StopPoolResponse
2720
2720
  * @throws OciError when an error occurs
2721
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/dataflow/StopPool.ts.html |here} to see how to use StopPool API.
2721
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dataflow/StopPool.ts.html |here} to see how to use StopPool API.
2722
2722
  */
2723
2723
  stopPool(stopPoolRequest) {
2724
2724
  return __awaiter(this, void 0, void 0, function* () {
@@ -2780,7 +2780,7 @@ class DataFlowClient {
2780
2780
  * @param UpdateApplicationRequest
2781
2781
  * @return UpdateApplicationResponse
2782
2782
  * @throws OciError when an error occurs
2783
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/dataflow/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
2783
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dataflow/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
2784
2784
  */
2785
2785
  updateApplication(updateApplicationRequest) {
2786
2786
  return __awaiter(this, void 0, void 0, function* () {
@@ -2848,7 +2848,7 @@ class DataFlowClient {
2848
2848
  * @param UpdatePoolRequest
2849
2849
  * @return UpdatePoolResponse
2850
2850
  * @throws OciError when an error occurs
2851
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/dataflow/UpdatePool.ts.html |here} to see how to use UpdatePool API.
2851
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dataflow/UpdatePool.ts.html |here} to see how to use UpdatePool API.
2852
2852
  */
2853
2853
  updatePool(updatePoolRequest) {
2854
2854
  return __awaiter(this, void 0, void 0, function* () {
@@ -2912,7 +2912,7 @@ class DataFlowClient {
2912
2912
  * @param UpdatePrivateEndpointRequest
2913
2913
  * @return UpdatePrivateEndpointResponse
2914
2914
  * @throws OciError when an error occurs
2915
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/dataflow/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpoint API.
2915
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dataflow/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpoint API.
2916
2916
  */
2917
2917
  updatePrivateEndpoint(updatePrivateEndpointRequest) {
2918
2918
  return __awaiter(this, void 0, void 0, function* () {
@@ -2974,7 +2974,7 @@ class DataFlowClient {
2974
2974
  * @param UpdateRunRequest
2975
2975
  * @return UpdateRunResponse
2976
2976
  * @throws OciError when an error occurs
2977
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/dataflow/UpdateRun.ts.html |here} to see how to use UpdateRun API.
2977
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dataflow/UpdateRun.ts.html |here} to see how to use UpdateRun API.
2978
2978
  */
2979
2979
  updateRun(updateRunRequest) {
2980
2980
  return __awaiter(this, void 0, void 0, function* () {
@@ -3039,7 +3039,7 @@ class DataFlowClient {
3039
3039
  * @param UpdateSqlEndpointRequest
3040
3040
  * @return UpdateSqlEndpointResponse
3041
3041
  * @throws OciError when an error occurs
3042
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/dataflow/UpdateSqlEndpoint.ts.html |here} to see how to use UpdateSqlEndpoint API.
3042
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/dataflow/UpdateSqlEndpoint.ts.html |here} to see how to use UpdateSqlEndpoint API.
3043
3043
  */
3044
3044
  updateSqlEndpoint(updateSqlEndpointRequest) {
3045
3045
  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.83.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.84.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.83.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.84.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.83.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.84.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.83.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.84.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.83.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.84.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.83.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.84.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.83.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.84.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.83.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.84.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.83.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.84.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.83.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.84.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.83.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.84.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.83.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.84.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.83.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.84.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.83.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.84.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.83.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.84.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.83.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.84.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.83.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.84.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.83.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.84.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.83.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.84.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.83.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.84.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.83.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.84.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.83.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.84.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.83.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.84.0/dataflow/GetSqlEndpoint.ts.html |here} to see how to use GetSqlEndpointRequest.
16
16
  */
17
17
  export interface GetSqlEndpointRequest extends common.BaseRequest {
18
18
  /**