oci-dataintegration 2.3.1 → 2.5.2

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 (116) hide show
  1. package/LICENSE.txt +6 -0
  2. package/lib/client.d.ts +196 -111
  3. package/lib/client.js +216 -111
  4. package/lib/client.js.map +1 -1
  5. package/lib/request/change-compartment-request.d.ts +1 -1
  6. package/lib/request/create-application-request.d.ts +1 -1
  7. package/lib/request/create-connection-request.d.ts +1 -1
  8. package/lib/request/create-connection-validation-request.d.ts +1 -1
  9. package/lib/request/create-data-asset-request.d.ts +1 -1
  10. package/lib/request/create-data-flow-request.d.ts +1 -1
  11. package/lib/request/create-data-flow-validation-request.d.ts +1 -1
  12. package/lib/request/create-entity-shape-request.d.ts +1 -1
  13. package/lib/request/create-external-publication-request.d.ts +1 -1
  14. package/lib/request/create-external-publication-validation-request.d.ts +1 -1
  15. package/lib/request/create-folder-request.d.ts +1 -1
  16. package/lib/request/create-patch-request.d.ts +1 -1
  17. package/lib/request/create-pipeline-request.d.ts +1 -1
  18. package/lib/request/create-pipeline-validation-request.d.ts +1 -1
  19. package/lib/request/create-project-request.d.ts +1 -1
  20. package/lib/request/create-schedule-request.d.ts +1 -1
  21. package/lib/request/create-task-request.d.ts +1 -1
  22. package/lib/request/create-task-run-request.d.ts +1 -1
  23. package/lib/request/create-task-schedule-request.d.ts +1 -1
  24. package/lib/request/create-task-validation-request.d.ts +1 -1
  25. package/lib/request/create-workspace-request.d.ts +1 -1
  26. package/lib/request/delete-application-request.d.ts +1 -1
  27. package/lib/request/delete-connection-request.d.ts +1 -1
  28. package/lib/request/delete-connection-validation-request.d.ts +1 -1
  29. package/lib/request/delete-data-asset-request.d.ts +1 -1
  30. package/lib/request/delete-data-flow-request.d.ts +1 -1
  31. package/lib/request/delete-data-flow-validation-request.d.ts +1 -1
  32. package/lib/request/delete-external-publication-request.d.ts +1 -1
  33. package/lib/request/delete-external-publication-validation-request.d.ts +1 -1
  34. package/lib/request/delete-folder-request.d.ts +1 -1
  35. package/lib/request/delete-patch-request.d.ts +1 -1
  36. package/lib/request/delete-pipeline-request.d.ts +1 -1
  37. package/lib/request/delete-pipeline-validation-request.d.ts +1 -1
  38. package/lib/request/delete-project-request.d.ts +1 -1
  39. package/lib/request/delete-schedule-request.d.ts +1 -1
  40. package/lib/request/delete-task-request.d.ts +1 -1
  41. package/lib/request/delete-task-run-request.d.ts +1 -1
  42. package/lib/request/delete-task-schedule-request.d.ts +1 -1
  43. package/lib/request/delete-task-validation-request.d.ts +1 -1
  44. package/lib/request/delete-workspace-request.d.ts +1 -1
  45. package/lib/request/get-application-request.d.ts +1 -1
  46. package/lib/request/get-connection-request.d.ts +1 -1
  47. package/lib/request/get-connection-validation-request.d.ts +1 -1
  48. package/lib/request/get-count-statistic-request.d.ts +1 -1
  49. package/lib/request/get-data-asset-request.d.ts +1 -1
  50. package/lib/request/get-data-entity-request.d.ts +1 -1
  51. package/lib/request/get-data-flow-request.d.ts +1 -1
  52. package/lib/request/get-data-flow-validation-request.d.ts +1 -1
  53. package/lib/request/get-dependent-object-request.d.ts +1 -1
  54. package/lib/request/get-external-publication-request.d.ts +1 -1
  55. package/lib/request/get-external-publication-validation-request.d.ts +1 -1
  56. package/lib/request/get-folder-request.d.ts +1 -1
  57. package/lib/request/get-patch-request.d.ts +1 -1
  58. package/lib/request/get-pipeline-request.d.ts +1 -1
  59. package/lib/request/get-pipeline-validation-request.d.ts +1 -1
  60. package/lib/request/get-project-request.d.ts +1 -1
  61. package/lib/request/get-published-object-request.d.ts +1 -1
  62. package/lib/request/get-reference-request.d.ts +1 -1
  63. package/lib/request/get-schedule-request.d.ts +1 -1
  64. package/lib/request/get-schema-request.d.ts +1 -1
  65. package/lib/request/get-task-request.d.ts +1 -1
  66. package/lib/request/get-task-run-request.d.ts +1 -1
  67. package/lib/request/get-task-schedule-request.d.ts +1 -1
  68. package/lib/request/get-task-validation-request.d.ts +1 -1
  69. package/lib/request/get-work-request-request.d.ts +1 -1
  70. package/lib/request/get-workspace-request.d.ts +1 -1
  71. package/lib/request/list-applications-request.d.ts +1 -1
  72. package/lib/request/list-connection-validations-request.d.ts +1 -1
  73. package/lib/request/list-connections-request.d.ts +1 -1
  74. package/lib/request/list-data-assets-request.d.ts +1 -1
  75. package/lib/request/list-data-entities-request.d.ts +1 -1
  76. package/lib/request/list-data-flow-validations-request.d.ts +1 -1
  77. package/lib/request/list-data-flows-request.d.ts +1 -1
  78. package/lib/request/list-dependent-objects-request.d.ts +1 -1
  79. package/lib/request/list-external-publication-validations-request.d.ts +1 -1
  80. package/lib/request/list-external-publications-request.d.ts +1 -1
  81. package/lib/request/list-folders-request.d.ts +1 -1
  82. package/lib/request/list-patch-changes-request.d.ts +1 -1
  83. package/lib/request/list-patches-request.d.ts +1 -1
  84. package/lib/request/list-pipeline-validations-request.d.ts +1 -1
  85. package/lib/request/list-pipelines-request.d.ts +1 -1
  86. package/lib/request/list-projects-request.d.ts +1 -1
  87. package/lib/request/list-published-objects-request.d.ts +1 -1
  88. package/lib/request/list-references-request.d.ts +1 -1
  89. package/lib/request/list-schedules-request.d.ts +1 -1
  90. package/lib/request/list-schemas-request.d.ts +1 -1
  91. package/lib/request/list-task-run-logs-request.d.ts +1 -1
  92. package/lib/request/list-task-runs-request.d.ts +1 -1
  93. package/lib/request/list-task-schedules-request.d.ts +1 -1
  94. package/lib/request/list-task-validations-request.d.ts +1 -1
  95. package/lib/request/list-tasks-request.d.ts +1 -1
  96. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  97. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  98. package/lib/request/list-work-requests-request.d.ts +1 -1
  99. package/lib/request/list-workspaces-request.d.ts +1 -1
  100. package/lib/request/start-workspace-request.d.ts +1 -1
  101. package/lib/request/stop-workspace-request.d.ts +1 -1
  102. package/lib/request/update-application-request.d.ts +1 -1
  103. package/lib/request/update-connection-request.d.ts +1 -1
  104. package/lib/request/update-data-asset-request.d.ts +1 -1
  105. package/lib/request/update-data-flow-request.d.ts +1 -1
  106. package/lib/request/update-external-publication-request.d.ts +1 -1
  107. package/lib/request/update-folder-request.d.ts +1 -1
  108. package/lib/request/update-pipeline-request.d.ts +1 -1
  109. package/lib/request/update-project-request.d.ts +1 -1
  110. package/lib/request/update-reference-request.d.ts +1 -1
  111. package/lib/request/update-schedule-request.d.ts +1 -1
  112. package/lib/request/update-task-request.d.ts +1 -1
  113. package/lib/request/update-task-run-request.d.ts +1 -1
  114. package/lib/request/update-task-schedule-request.d.ts +1 -1
  115. package/lib/request/update-workspace-request.d.ts +1 -1
  116. package/package.json +3 -3
package/lib/client.js CHANGED
@@ -141,7 +141,7 @@ class DataIntegrationClient {
141
141
  * @param ChangeCompartmentRequest
142
142
  * @return ChangeCompartmentResponse
143
143
  * @throws OciError when an error occurs
144
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/ChangeCompartment.ts.html |here} to see how to use ChangeCompartment API.
144
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/ChangeCompartment.ts.html |here} to see how to use ChangeCompartment API.
145
145
  */
146
146
  changeCompartment(changeCompartmentRequest) {
147
147
  return __awaiter(this, void 0, void 0, function* () {
@@ -200,7 +200,7 @@ class DataIntegrationClient {
200
200
  * @param CreateApplicationRequest
201
201
  * @return CreateApplicationResponse
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.3.1/dataintegration/CreateApplication.ts.html |here} to see how to use CreateApplication API.
203
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/CreateApplication.ts.html |here} to see how to use CreateApplication API.
204
204
  */
205
205
  createApplication(createApplicationRequest) {
206
206
  return __awaiter(this, void 0, void 0, function* () {
@@ -261,7 +261,7 @@ class DataIntegrationClient {
261
261
  * @param CreateConnectionRequest
262
262
  * @return CreateConnectionResponse
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.3.1/dataintegration/CreateConnection.ts.html |here} to see how to use CreateConnection API.
264
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/CreateConnection.ts.html |here} to see how to use CreateConnection API.
265
265
  */
266
266
  createConnection(createConnectionRequest) {
267
267
  return __awaiter(this, void 0, void 0, function* () {
@@ -322,7 +322,7 @@ class DataIntegrationClient {
322
322
  * @param CreateConnectionValidationRequest
323
323
  * @return CreateConnectionValidationResponse
324
324
  * @throws OciError when an error occurs
325
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/CreateConnectionValidation.ts.html |here} to see how to use CreateConnectionValidation API.
325
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/CreateConnectionValidation.ts.html |here} to see how to use CreateConnectionValidation API.
326
326
  */
327
327
  createConnectionValidation(createConnectionValidationRequest) {
328
328
  return __awaiter(this, void 0, void 0, function* () {
@@ -383,7 +383,7 @@ class DataIntegrationClient {
383
383
  * @param CreateDataAssetRequest
384
384
  * @return CreateDataAssetResponse
385
385
  * @throws OciError when an error occurs
386
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/CreateDataAsset.ts.html |here} to see how to use CreateDataAsset API.
386
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/CreateDataAsset.ts.html |here} to see how to use CreateDataAsset API.
387
387
  */
388
388
  createDataAsset(createDataAssetRequest) {
389
389
  return __awaiter(this, void 0, void 0, function* () {
@@ -445,7 +445,7 @@ class DataIntegrationClient {
445
445
  * @param CreateDataFlowRequest
446
446
  * @return CreateDataFlowResponse
447
447
  * @throws OciError when an error occurs
448
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/CreateDataFlow.ts.html |here} to see how to use CreateDataFlow API.
448
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/CreateDataFlow.ts.html |here} to see how to use CreateDataFlow API.
449
449
  */
450
450
  createDataFlow(createDataFlowRequest) {
451
451
  return __awaiter(this, void 0, void 0, function* () {
@@ -507,7 +507,7 @@ class DataIntegrationClient {
507
507
  * @param CreateDataFlowValidationRequest
508
508
  * @return CreateDataFlowValidationResponse
509
509
  * @throws OciError when an error occurs
510
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/CreateDataFlowValidation.ts.html |here} to see how to use CreateDataFlowValidation API.
510
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/CreateDataFlowValidation.ts.html |here} to see how to use CreateDataFlowValidation API.
511
511
  */
512
512
  createDataFlowValidation(createDataFlowValidationRequest) {
513
513
  return __awaiter(this, void 0, void 0, function* () {
@@ -568,7 +568,7 @@ class DataIntegrationClient {
568
568
  * @param CreateEntityShapeRequest
569
569
  * @return CreateEntityShapeResponse
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.3.1/dataintegration/CreateEntityShape.ts.html |here} to see how to use CreateEntityShape API.
571
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/CreateEntityShape.ts.html |here} to see how to use CreateEntityShape API.
572
572
  */
573
573
  createEntityShape(createEntityShapeRequest) {
574
574
  return __awaiter(this, void 0, void 0, function* () {
@@ -627,7 +627,7 @@ class DataIntegrationClient {
627
627
  * @param CreateExternalPublicationRequest
628
628
  * @return CreateExternalPublicationResponse
629
629
  * @throws OciError when an error occurs
630
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/CreateExternalPublication.ts.html |here} to see how to use CreateExternalPublication API.
630
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/CreateExternalPublication.ts.html |here} to see how to use CreateExternalPublication API.
631
631
  */
632
632
  createExternalPublication(createExternalPublicationRequest) {
633
633
  return __awaiter(this, void 0, void 0, function* () {
@@ -689,7 +689,7 @@ class DataIntegrationClient {
689
689
  * @param CreateExternalPublicationValidationRequest
690
690
  * @return CreateExternalPublicationValidationResponse
691
691
  * @throws OciError when an error occurs
692
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/CreateExternalPublicationValidation.ts.html |here} to see how to use CreateExternalPublicationValidation API.
692
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/CreateExternalPublicationValidation.ts.html |here} to see how to use CreateExternalPublicationValidation API.
693
693
  */
694
694
  createExternalPublicationValidation(createExternalPublicationValidationRequest) {
695
695
  return __awaiter(this, void 0, void 0, function* () {
@@ -753,7 +753,7 @@ class DataIntegrationClient {
753
753
  * @param CreateFolderRequest
754
754
  * @return CreateFolderResponse
755
755
  * @throws OciError when an error occurs
756
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/CreateFolder.ts.html |here} to see how to use CreateFolder API.
756
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/CreateFolder.ts.html |here} to see how to use CreateFolder API.
757
757
  */
758
758
  createFolder(createFolderRequest) {
759
759
  return __awaiter(this, void 0, void 0, function* () {
@@ -814,7 +814,7 @@ class DataIntegrationClient {
814
814
  * @param CreatePatchRequest
815
815
  * @return CreatePatchResponse
816
816
  * @throws OciError when an error occurs
817
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/CreatePatch.ts.html |here} to see how to use CreatePatch API.
817
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/CreatePatch.ts.html |here} to see how to use CreatePatch API.
818
818
  */
819
819
  createPatch(createPatchRequest) {
820
820
  return __awaiter(this, void 0, void 0, function* () {
@@ -877,7 +877,7 @@ class DataIntegrationClient {
877
877
  * @param CreatePipelineRequest
878
878
  * @return CreatePipelineResponse
879
879
  * @throws OciError when an error occurs
880
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/CreatePipeline.ts.html |here} to see how to use CreatePipeline API.
880
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/CreatePipeline.ts.html |here} to see how to use CreatePipeline API.
881
881
  */
882
882
  createPipeline(createPipelineRequest) {
883
883
  return __awaiter(this, void 0, void 0, function* () {
@@ -939,7 +939,7 @@ class DataIntegrationClient {
939
939
  * @param CreatePipelineValidationRequest
940
940
  * @return CreatePipelineValidationResponse
941
941
  * @throws OciError when an error occurs
942
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/CreatePipelineValidation.ts.html |here} to see how to use CreatePipelineValidation API.
942
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/CreatePipelineValidation.ts.html |here} to see how to use CreatePipelineValidation API.
943
943
  */
944
944
  createPipelineValidation(createPipelineValidationRequest) {
945
945
  return __awaiter(this, void 0, void 0, function* () {
@@ -1001,7 +1001,7 @@ class DataIntegrationClient {
1001
1001
  * @param CreateProjectRequest
1002
1002
  * @return CreateProjectResponse
1003
1003
  * @throws OciError when an error occurs
1004
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/CreateProject.ts.html |here} to see how to use CreateProject API.
1004
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/CreateProject.ts.html |here} to see how to use CreateProject API.
1005
1005
  */
1006
1006
  createProject(createProjectRequest) {
1007
1007
  return __awaiter(this, void 0, void 0, function* () {
@@ -1062,7 +1062,7 @@ class DataIntegrationClient {
1062
1062
  * @param CreateScheduleRequest
1063
1063
  * @return CreateScheduleResponse
1064
1064
  * @throws OciError when an error occurs
1065
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/CreateSchedule.ts.html |here} to see how to use CreateSchedule API.
1065
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/CreateSchedule.ts.html |here} to see how to use CreateSchedule API.
1066
1066
  */
1067
1067
  createSchedule(createScheduleRequest) {
1068
1068
  return __awaiter(this, void 0, void 0, function* () {
@@ -1125,7 +1125,7 @@ class DataIntegrationClient {
1125
1125
  * @param CreateTaskRequest
1126
1126
  * @return CreateTaskResponse
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.3.1/dataintegration/CreateTask.ts.html |here} to see how to use CreateTask API.
1128
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/CreateTask.ts.html |here} to see how to use CreateTask API.
1129
1129
  */
1130
1130
  createTask(createTaskRequest) {
1131
1131
  return __awaiter(this, void 0, void 0, function* () {
@@ -1186,7 +1186,7 @@ class DataIntegrationClient {
1186
1186
  * @param CreateTaskRunRequest
1187
1187
  * @return CreateTaskRunResponse
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.3.1/dataintegration/CreateTaskRun.ts.html |here} to see how to use CreateTaskRun API.
1189
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/CreateTaskRun.ts.html |here} to see how to use CreateTaskRun API.
1190
1190
  */
1191
1191
  createTaskRun(createTaskRunRequest) {
1192
1192
  return __awaiter(this, void 0, void 0, function* () {
@@ -1248,7 +1248,7 @@ class DataIntegrationClient {
1248
1248
  * @param CreateTaskScheduleRequest
1249
1249
  * @return CreateTaskScheduleResponse
1250
1250
  * @throws OciError when an error occurs
1251
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/CreateTaskSchedule.ts.html |here} to see how to use CreateTaskSchedule API.
1251
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/CreateTaskSchedule.ts.html |here} to see how to use CreateTaskSchedule API.
1252
1252
  */
1253
1253
  createTaskSchedule(createTaskScheduleRequest) {
1254
1254
  return __awaiter(this, void 0, void 0, function* () {
@@ -1310,7 +1310,7 @@ class DataIntegrationClient {
1310
1310
  * @param CreateTaskValidationRequest
1311
1311
  * @return CreateTaskValidationResponse
1312
1312
  * @throws OciError when an error occurs
1313
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/CreateTaskValidation.ts.html |here} to see how to use CreateTaskValidation API.
1313
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/CreateTaskValidation.ts.html |here} to see how to use CreateTaskValidation API.
1314
1314
  */
1315
1315
  createTaskValidation(createTaskValidationRequest) {
1316
1316
  return __awaiter(this, void 0, void 0, function* () {
@@ -1372,7 +1372,7 @@ class DataIntegrationClient {
1372
1372
  * @param CreateWorkspaceRequest
1373
1373
  * @return CreateWorkspaceResponse
1374
1374
  * @throws OciError when an error occurs
1375
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/CreateWorkspace.ts.html |here} to see how to use CreateWorkspace API.
1375
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/CreateWorkspace.ts.html |here} to see how to use CreateWorkspace API.
1376
1376
  */
1377
1377
  createWorkspace(createWorkspaceRequest) {
1378
1378
  return __awaiter(this, void 0, void 0, function* () {
@@ -1427,7 +1427,7 @@ class DataIntegrationClient {
1427
1427
  * @param DeleteApplicationRequest
1428
1428
  * @return DeleteApplicationResponse
1429
1429
  * @throws OciError when an error occurs
1430
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
1430
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
1431
1431
  */
1432
1432
  deleteApplication(deleteApplicationRequest) {
1433
1433
  return __awaiter(this, void 0, void 0, function* () {
@@ -1479,7 +1479,7 @@ class DataIntegrationClient {
1479
1479
  * @param DeleteConnectionRequest
1480
1480
  * @return DeleteConnectionResponse
1481
1481
  * @throws OciError when an error occurs
1482
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/DeleteConnection.ts.html |here} to see how to use DeleteConnection API.
1482
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/DeleteConnection.ts.html |here} to see how to use DeleteConnection API.
1483
1483
  */
1484
1484
  deleteConnection(deleteConnectionRequest) {
1485
1485
  return __awaiter(this, void 0, void 0, function* () {
@@ -1531,7 +1531,7 @@ class DataIntegrationClient {
1531
1531
  * @param DeleteConnectionValidationRequest
1532
1532
  * @return DeleteConnectionValidationResponse
1533
1533
  * @throws OciError when an error occurs
1534
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/DeleteConnectionValidation.ts.html |here} to see how to use DeleteConnectionValidation API.
1534
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/DeleteConnectionValidation.ts.html |here} to see how to use DeleteConnectionValidation API.
1535
1535
  */
1536
1536
  deleteConnectionValidation(deleteConnectionValidationRequest) {
1537
1537
  return __awaiter(this, void 0, void 0, function* () {
@@ -1583,7 +1583,7 @@ class DataIntegrationClient {
1583
1583
  * @param DeleteDataAssetRequest
1584
1584
  * @return DeleteDataAssetResponse
1585
1585
  * @throws OciError when an error occurs
1586
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/DeleteDataAsset.ts.html |here} to see how to use DeleteDataAsset API.
1586
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/DeleteDataAsset.ts.html |here} to see how to use DeleteDataAsset API.
1587
1587
  */
1588
1588
  deleteDataAsset(deleteDataAssetRequest) {
1589
1589
  return __awaiter(this, void 0, void 0, function* () {
@@ -1635,7 +1635,7 @@ class DataIntegrationClient {
1635
1635
  * @param DeleteDataFlowRequest
1636
1636
  * @return DeleteDataFlowResponse
1637
1637
  * @throws OciError when an error occurs
1638
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/DeleteDataFlow.ts.html |here} to see how to use DeleteDataFlow API.
1638
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/DeleteDataFlow.ts.html |here} to see how to use DeleteDataFlow API.
1639
1639
  */
1640
1640
  deleteDataFlow(deleteDataFlowRequest) {
1641
1641
  return __awaiter(this, void 0, void 0, function* () {
@@ -1687,7 +1687,7 @@ class DataIntegrationClient {
1687
1687
  * @param DeleteDataFlowValidationRequest
1688
1688
  * @return DeleteDataFlowValidationResponse
1689
1689
  * @throws OciError when an error occurs
1690
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/DeleteDataFlowValidation.ts.html |here} to see how to use DeleteDataFlowValidation API.
1690
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/DeleteDataFlowValidation.ts.html |here} to see how to use DeleteDataFlowValidation API.
1691
1691
  */
1692
1692
  deleteDataFlowValidation(deleteDataFlowValidationRequest) {
1693
1693
  return __awaiter(this, void 0, void 0, function* () {
@@ -1739,7 +1739,7 @@ class DataIntegrationClient {
1739
1739
  * @param DeleteExternalPublicationRequest
1740
1740
  * @return DeleteExternalPublicationResponse
1741
1741
  * @throws OciError when an error occurs
1742
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/DeleteExternalPublication.ts.html |here} to see how to use DeleteExternalPublication API.
1742
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/DeleteExternalPublication.ts.html |here} to see how to use DeleteExternalPublication API.
1743
1743
  */
1744
1744
  deleteExternalPublication(deleteExternalPublicationRequest) {
1745
1745
  return __awaiter(this, void 0, void 0, function* () {
@@ -1793,7 +1793,7 @@ class DataIntegrationClient {
1793
1793
  * @param DeleteExternalPublicationValidationRequest
1794
1794
  * @return DeleteExternalPublicationValidationResponse
1795
1795
  * @throws OciError when an error occurs
1796
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/DeleteExternalPublicationValidation.ts.html |here} to see how to use DeleteExternalPublicationValidation API.
1796
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/DeleteExternalPublicationValidation.ts.html |here} to see how to use DeleteExternalPublicationValidation API.
1797
1797
  */
1798
1798
  deleteExternalPublicationValidation(deleteExternalPublicationValidationRequest) {
1799
1799
  return __awaiter(this, void 0, void 0, function* () {
@@ -1846,7 +1846,7 @@ class DataIntegrationClient {
1846
1846
  * @param DeleteFolderRequest
1847
1847
  * @return DeleteFolderResponse
1848
1848
  * @throws OciError when an error occurs
1849
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/DeleteFolder.ts.html |here} to see how to use DeleteFolder API.
1849
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/DeleteFolder.ts.html |here} to see how to use DeleteFolder API.
1850
1850
  */
1851
1851
  deleteFolder(deleteFolderRequest) {
1852
1852
  return __awaiter(this, void 0, void 0, function* () {
@@ -1898,7 +1898,7 @@ class DataIntegrationClient {
1898
1898
  * @param DeletePatchRequest
1899
1899
  * @return DeletePatchResponse
1900
1900
  * @throws OciError when an error occurs
1901
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/DeletePatch.ts.html |here} to see how to use DeletePatch API.
1901
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/DeletePatch.ts.html |here} to see how to use DeletePatch API.
1902
1902
  */
1903
1903
  deletePatch(deletePatchRequest) {
1904
1904
  return __awaiter(this, void 0, void 0, function* () {
@@ -1951,7 +1951,7 @@ class DataIntegrationClient {
1951
1951
  * @param DeletePipelineRequest
1952
1952
  * @return DeletePipelineResponse
1953
1953
  * @throws OciError when an error occurs
1954
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/DeletePipeline.ts.html |here} to see how to use DeletePipeline API.
1954
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/DeletePipeline.ts.html |here} to see how to use DeletePipeline API.
1955
1955
  */
1956
1956
  deletePipeline(deletePipelineRequest) {
1957
1957
  return __awaiter(this, void 0, void 0, function* () {
@@ -2003,7 +2003,7 @@ class DataIntegrationClient {
2003
2003
  * @param DeletePipelineValidationRequest
2004
2004
  * @return DeletePipelineValidationResponse
2005
2005
  * @throws OciError when an error occurs
2006
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/DeletePipelineValidation.ts.html |here} to see how to use DeletePipelineValidation API.
2006
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/DeletePipelineValidation.ts.html |here} to see how to use DeletePipelineValidation API.
2007
2007
  */
2008
2008
  deletePipelineValidation(deletePipelineValidationRequest) {
2009
2009
  return __awaiter(this, void 0, void 0, function* () {
@@ -2055,7 +2055,7 @@ class DataIntegrationClient {
2055
2055
  * @param DeleteProjectRequest
2056
2056
  * @return DeleteProjectResponse
2057
2057
  * @throws OciError when an error occurs
2058
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/DeleteProject.ts.html |here} to see how to use DeleteProject API.
2058
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/DeleteProject.ts.html |here} to see how to use DeleteProject API.
2059
2059
  */
2060
2060
  deleteProject(deleteProjectRequest) {
2061
2061
  return __awaiter(this, void 0, void 0, function* () {
@@ -2107,7 +2107,7 @@ class DataIntegrationClient {
2107
2107
  * @param DeleteScheduleRequest
2108
2108
  * @return DeleteScheduleResponse
2109
2109
  * @throws OciError when an error occurs
2110
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/DeleteSchedule.ts.html |here} to see how to use DeleteSchedule API.
2110
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/DeleteSchedule.ts.html |here} to see how to use DeleteSchedule API.
2111
2111
  */
2112
2112
  deleteSchedule(deleteScheduleRequest) {
2113
2113
  return __awaiter(this, void 0, void 0, function* () {
@@ -2160,7 +2160,7 @@ class DataIntegrationClient {
2160
2160
  * @param DeleteTaskRequest
2161
2161
  * @return DeleteTaskResponse
2162
2162
  * @throws OciError when an error occurs
2163
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/DeleteTask.ts.html |here} to see how to use DeleteTask API.
2163
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/DeleteTask.ts.html |here} to see how to use DeleteTask API.
2164
2164
  */
2165
2165
  deleteTask(deleteTaskRequest) {
2166
2166
  return __awaiter(this, void 0, void 0, function* () {
@@ -2212,7 +2212,7 @@ class DataIntegrationClient {
2212
2212
  * @param DeleteTaskRunRequest
2213
2213
  * @return DeleteTaskRunResponse
2214
2214
  * @throws OciError when an error occurs
2215
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/DeleteTaskRun.ts.html |here} to see how to use DeleteTaskRun API.
2215
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/DeleteTaskRun.ts.html |here} to see how to use DeleteTaskRun API.
2216
2216
  */
2217
2217
  deleteTaskRun(deleteTaskRunRequest) {
2218
2218
  return __awaiter(this, void 0, void 0, function* () {
@@ -2265,7 +2265,7 @@ class DataIntegrationClient {
2265
2265
  * @param DeleteTaskScheduleRequest
2266
2266
  * @return DeleteTaskScheduleResponse
2267
2267
  * @throws OciError when an error occurs
2268
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/DeleteTaskSchedule.ts.html |here} to see how to use DeleteTaskSchedule API.
2268
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/DeleteTaskSchedule.ts.html |here} to see how to use DeleteTaskSchedule API.
2269
2269
  */
2270
2270
  deleteTaskSchedule(deleteTaskScheduleRequest) {
2271
2271
  return __awaiter(this, void 0, void 0, function* () {
@@ -2319,7 +2319,7 @@ class DataIntegrationClient {
2319
2319
  * @param DeleteTaskValidationRequest
2320
2320
  * @return DeleteTaskValidationResponse
2321
2321
  * @throws OciError when an error occurs
2322
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/DeleteTaskValidation.ts.html |here} to see how to use DeleteTaskValidation API.
2322
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/DeleteTaskValidation.ts.html |here} to see how to use DeleteTaskValidation API.
2323
2323
  */
2324
2324
  deleteTaskValidation(deleteTaskValidationRequest) {
2325
2325
  return __awaiter(this, void 0, void 0, function* () {
@@ -2371,7 +2371,7 @@ class DataIntegrationClient {
2371
2371
  * @param DeleteWorkspaceRequest
2372
2372
  * @return DeleteWorkspaceResponse
2373
2373
  * @throws OciError when an error occurs
2374
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/DeleteWorkspace.ts.html |here} to see how to use DeleteWorkspace API.
2374
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/DeleteWorkspace.ts.html |here} to see how to use DeleteWorkspace API.
2375
2375
  */
2376
2376
  deleteWorkspace(deleteWorkspaceRequest) {
2377
2377
  return __awaiter(this, void 0, void 0, function* () {
@@ -2430,7 +2430,7 @@ class DataIntegrationClient {
2430
2430
  * @param GetApplicationRequest
2431
2431
  * @return GetApplicationResponse
2432
2432
  * @throws OciError when an error occurs
2433
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/GetApplication.ts.html |here} to see how to use GetApplication API.
2433
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/GetApplication.ts.html |here} to see how to use GetApplication API.
2434
2434
  */
2435
2435
  getApplication(getApplicationRequest) {
2436
2436
  return __awaiter(this, void 0, void 0, function* () {
@@ -2490,7 +2490,7 @@ class DataIntegrationClient {
2490
2490
  * @param GetConnectionRequest
2491
2491
  * @return GetConnectionResponse
2492
2492
  * @throws OciError when an error occurs
2493
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/GetConnection.ts.html |here} to see how to use GetConnection API.
2493
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/GetConnection.ts.html |here} to see how to use GetConnection API.
2494
2494
  */
2495
2495
  getConnection(getConnectionRequest) {
2496
2496
  return __awaiter(this, void 0, void 0, function* () {
@@ -2550,7 +2550,7 @@ class DataIntegrationClient {
2550
2550
  * @param GetConnectionValidationRequest
2551
2551
  * @return GetConnectionValidationResponse
2552
2552
  * @throws OciError when an error occurs
2553
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/GetConnectionValidation.ts.html |here} to see how to use GetConnectionValidation API.
2553
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/GetConnectionValidation.ts.html |here} to see how to use GetConnectionValidation API.
2554
2554
  */
2555
2555
  getConnectionValidation(getConnectionValidationRequest) {
2556
2556
  return __awaiter(this, void 0, void 0, function* () {
@@ -2612,7 +2612,7 @@ class DataIntegrationClient {
2612
2612
  * @param GetCountStatisticRequest
2613
2613
  * @return GetCountStatisticResponse
2614
2614
  * @throws OciError when an error occurs
2615
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/GetCountStatistic.ts.html |here} to see how to use GetCountStatistic API.
2615
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/GetCountStatistic.ts.html |here} to see how to use GetCountStatistic API.
2616
2616
  */
2617
2617
  getCountStatistic(getCountStatisticRequest) {
2618
2618
  return __awaiter(this, void 0, void 0, function* () {
@@ -2672,7 +2672,7 @@ class DataIntegrationClient {
2672
2672
  * @param GetDataAssetRequest
2673
2673
  * @return GetDataAssetResponse
2674
2674
  * @throws OciError when an error occurs
2675
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/GetDataAsset.ts.html |here} to see how to use GetDataAsset API.
2675
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/GetDataAsset.ts.html |here} to see how to use GetDataAsset API.
2676
2676
  */
2677
2677
  getDataAsset(getDataAssetRequest) {
2678
2678
  return __awaiter(this, void 0, void 0, function* () {
@@ -2732,7 +2732,7 @@ class DataIntegrationClient {
2732
2732
  * @param GetDataEntityRequest
2733
2733
  * @return GetDataEntityResponse
2734
2734
  * @throws OciError when an error occurs
2735
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/GetDataEntity.ts.html |here} to see how to use GetDataEntity API.
2735
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/GetDataEntity.ts.html |here} to see how to use GetDataEntity API.
2736
2736
  */
2737
2737
  getDataEntity(getDataEntityRequest) {
2738
2738
  return __awaiter(this, void 0, void 0, function* () {
@@ -2789,7 +2789,7 @@ class DataIntegrationClient {
2789
2789
  * @param GetDataFlowRequest
2790
2790
  * @return GetDataFlowResponse
2791
2791
  * @throws OciError when an error occurs
2792
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/GetDataFlow.ts.html |here} to see how to use GetDataFlow API.
2792
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/GetDataFlow.ts.html |here} to see how to use GetDataFlow API.
2793
2793
  */
2794
2794
  getDataFlow(getDataFlowRequest) {
2795
2795
  return __awaiter(this, void 0, void 0, function* () {
@@ -2851,7 +2851,7 @@ class DataIntegrationClient {
2851
2851
  * @param GetDataFlowValidationRequest
2852
2852
  * @return GetDataFlowValidationResponse
2853
2853
  * @throws OciError when an error occurs
2854
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/GetDataFlowValidation.ts.html |here} to see how to use GetDataFlowValidation API.
2854
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/GetDataFlowValidation.ts.html |here} to see how to use GetDataFlowValidation API.
2855
2855
  */
2856
2856
  getDataFlowValidation(getDataFlowValidationRequest) {
2857
2857
  return __awaiter(this, void 0, void 0, function* () {
@@ -2911,7 +2911,7 @@ class DataIntegrationClient {
2911
2911
  * @param GetDependentObjectRequest
2912
2912
  * @return GetDependentObjectResponse
2913
2913
  * @throws OciError when an error occurs
2914
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/GetDependentObject.ts.html |here} to see how to use GetDependentObject API.
2914
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/GetDependentObject.ts.html |here} to see how to use GetDependentObject API.
2915
2915
  */
2916
2916
  getDependentObject(getDependentObjectRequest) {
2917
2917
  return __awaiter(this, void 0, void 0, function* () {
@@ -2972,7 +2972,7 @@ class DataIntegrationClient {
2972
2972
  * @param GetExternalPublicationRequest
2973
2973
  * @return GetExternalPublicationResponse
2974
2974
  * @throws OciError when an error occurs
2975
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/GetExternalPublication.ts.html |here} to see how to use GetExternalPublication API.
2975
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/GetExternalPublication.ts.html |here} to see how to use GetExternalPublication API.
2976
2976
  */
2977
2977
  getExternalPublication(getExternalPublicationRequest) {
2978
2978
  return __awaiter(this, void 0, void 0, function* () {
@@ -3033,7 +3033,7 @@ class DataIntegrationClient {
3033
3033
  * @param GetExternalPublicationValidationRequest
3034
3034
  * @return GetExternalPublicationValidationResponse
3035
3035
  * @throws OciError when an error occurs
3036
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/GetExternalPublicationValidation.ts.html |here} to see how to use GetExternalPublicationValidation API.
3036
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/GetExternalPublicationValidation.ts.html |here} to see how to use GetExternalPublicationValidation API.
3037
3037
  */
3038
3038
  getExternalPublicationValidation(getExternalPublicationValidationRequest) {
3039
3039
  return __awaiter(this, void 0, void 0, function* () {
@@ -3094,7 +3094,7 @@ class DataIntegrationClient {
3094
3094
  * @param GetFolderRequest
3095
3095
  * @return GetFolderResponse
3096
3096
  * @throws OciError when an error occurs
3097
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/GetFolder.ts.html |here} to see how to use GetFolder API.
3097
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/GetFolder.ts.html |here} to see how to use GetFolder API.
3098
3098
  */
3099
3099
  getFolder(getFolderRequest) {
3100
3100
  return __awaiter(this, void 0, void 0, function* () {
@@ -3156,7 +3156,7 @@ class DataIntegrationClient {
3156
3156
  * @param GetPatchRequest
3157
3157
  * @return GetPatchResponse
3158
3158
  * @throws OciError when an error occurs
3159
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/GetPatch.ts.html |here} to see how to use GetPatch API.
3159
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/GetPatch.ts.html |here} to see how to use GetPatch API.
3160
3160
  */
3161
3161
  getPatch(getPatchRequest) {
3162
3162
  return __awaiter(this, void 0, void 0, function* () {
@@ -3217,7 +3217,7 @@ class DataIntegrationClient {
3217
3217
  * @param GetPipelineRequest
3218
3218
  * @return GetPipelineResponse
3219
3219
  * @throws OciError when an error occurs
3220
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/GetPipeline.ts.html |here} to see how to use GetPipeline API.
3220
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/GetPipeline.ts.html |here} to see how to use GetPipeline API.
3221
3221
  */
3222
3222
  getPipeline(getPipelineRequest) {
3223
3223
  return __awaiter(this, void 0, void 0, function* () {
@@ -3279,7 +3279,7 @@ class DataIntegrationClient {
3279
3279
  * @param GetPipelineValidationRequest
3280
3280
  * @return GetPipelineValidationResponse
3281
3281
  * @throws OciError when an error occurs
3282
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/GetPipelineValidation.ts.html |here} to see how to use GetPipelineValidation API.
3282
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/GetPipelineValidation.ts.html |here} to see how to use GetPipelineValidation API.
3283
3283
  */
3284
3284
  getPipelineValidation(getPipelineValidationRequest) {
3285
3285
  return __awaiter(this, void 0, void 0, function* () {
@@ -3339,7 +3339,7 @@ class DataIntegrationClient {
3339
3339
  * @param GetProjectRequest
3340
3340
  * @return GetProjectResponse
3341
3341
  * @throws OciError when an error occurs
3342
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/GetProject.ts.html |here} to see how to use GetProject API.
3342
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/GetProject.ts.html |here} to see how to use GetProject API.
3343
3343
  */
3344
3344
  getProject(getProjectRequest) {
3345
3345
  return __awaiter(this, void 0, void 0, function* () {
@@ -3401,7 +3401,7 @@ class DataIntegrationClient {
3401
3401
  * @param GetPublishedObjectRequest
3402
3402
  * @return GetPublishedObjectResponse
3403
3403
  * @throws OciError when an error occurs
3404
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/GetPublishedObject.ts.html |here} to see how to use GetPublishedObject API.
3404
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/GetPublishedObject.ts.html |here} to see how to use GetPublishedObject API.
3405
3405
  */
3406
3406
  getPublishedObject(getPublishedObjectRequest) {
3407
3407
  return __awaiter(this, void 0, void 0, function* () {
@@ -3464,7 +3464,7 @@ class DataIntegrationClient {
3464
3464
  * @param GetReferenceRequest
3465
3465
  * @return GetReferenceResponse
3466
3466
  * @throws OciError when an error occurs
3467
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/GetReference.ts.html |here} to see how to use GetReference API.
3467
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/GetReference.ts.html |here} to see how to use GetReference API.
3468
3468
  */
3469
3469
  getReference(getReferenceRequest) {
3470
3470
  return __awaiter(this, void 0, void 0, function* () {
@@ -3525,7 +3525,7 @@ class DataIntegrationClient {
3525
3525
  * @param GetScheduleRequest
3526
3526
  * @return GetScheduleResponse
3527
3527
  * @throws OciError when an error occurs
3528
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/GetSchedule.ts.html |here} to see how to use GetSchedule API.
3528
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/GetSchedule.ts.html |here} to see how to use GetSchedule API.
3529
3529
  */
3530
3530
  getSchedule(getScheduleRequest) {
3531
3531
  return __awaiter(this, void 0, void 0, function* () {
@@ -3586,7 +3586,7 @@ class DataIntegrationClient {
3586
3586
  * @param GetSchemaRequest
3587
3587
  * @return GetSchemaResponse
3588
3588
  * @throws OciError when an error occurs
3589
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/GetSchema.ts.html |here} to see how to use GetSchema API.
3589
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/GetSchema.ts.html |here} to see how to use GetSchema API.
3590
3590
  */
3591
3591
  getSchema(getSchemaRequest) {
3592
3592
  return __awaiter(this, void 0, void 0, function* () {
@@ -3642,7 +3642,7 @@ class DataIntegrationClient {
3642
3642
  * @param GetTaskRequest
3643
3643
  * @return GetTaskResponse
3644
3644
  * @throws OciError when an error occurs
3645
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/GetTask.ts.html |here} to see how to use GetTask API.
3645
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/GetTask.ts.html |here} to see how to use GetTask API.
3646
3646
  */
3647
3647
  getTask(getTaskRequest) {
3648
3648
  return __awaiter(this, void 0, void 0, function* () {
@@ -3704,7 +3704,7 @@ class DataIntegrationClient {
3704
3704
  * @param GetTaskRunRequest
3705
3705
  * @return GetTaskRunResponse
3706
3706
  * @throws OciError when an error occurs
3707
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/GetTaskRun.ts.html |here} to see how to use GetTaskRun API.
3707
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/GetTaskRun.ts.html |here} to see how to use GetTaskRun API.
3708
3708
  */
3709
3709
  getTaskRun(getTaskRunRequest) {
3710
3710
  return __awaiter(this, void 0, void 0, function* () {
@@ -3765,7 +3765,7 @@ class DataIntegrationClient {
3765
3765
  * @param GetTaskScheduleRequest
3766
3766
  * @return GetTaskScheduleResponse
3767
3767
  * @throws OciError when an error occurs
3768
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/GetTaskSchedule.ts.html |here} to see how to use GetTaskSchedule API.
3768
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/GetTaskSchedule.ts.html |here} to see how to use GetTaskSchedule API.
3769
3769
  */
3770
3770
  getTaskSchedule(getTaskScheduleRequest) {
3771
3771
  return __awaiter(this, void 0, void 0, function* () {
@@ -3827,7 +3827,7 @@ class DataIntegrationClient {
3827
3827
  * @param GetTaskValidationRequest
3828
3828
  * @return GetTaskValidationResponse
3829
3829
  * @throws OciError when an error occurs
3830
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/GetTaskValidation.ts.html |here} to see how to use GetTaskValidation API.
3830
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/GetTaskValidation.ts.html |here} to see how to use GetTaskValidation API.
3831
3831
  */
3832
3832
  getTaskValidation(getTaskValidationRequest) {
3833
3833
  return __awaiter(this, void 0, void 0, function* () {
@@ -3887,7 +3887,7 @@ class DataIntegrationClient {
3887
3887
  * @param GetWorkRequestRequest
3888
3888
  * @return GetWorkRequestResponse
3889
3889
  * @throws OciError when an error occurs
3890
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
3890
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
3891
3891
  */
3892
3892
  getWorkRequest(getWorkRequestRequest) {
3893
3893
  return __awaiter(this, void 0, void 0, function* () {
@@ -3951,7 +3951,7 @@ class DataIntegrationClient {
3951
3951
  * @param GetWorkspaceRequest
3952
3952
  * @return GetWorkspaceResponse
3953
3953
  * @throws OciError when an error occurs
3954
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/GetWorkspace.ts.html |here} to see how to use GetWorkspace API.
3954
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/GetWorkspace.ts.html |here} to see how to use GetWorkspace API.
3955
3955
  */
3956
3956
  getWorkspace(getWorkspaceRequest) {
3957
3957
  return __awaiter(this, void 0, void 0, function* () {
@@ -4010,7 +4010,7 @@ class DataIntegrationClient {
4010
4010
  * @param ListApplicationsRequest
4011
4011
  * @return ListApplicationsResponse
4012
4012
  * @throws OciError when an error occurs
4013
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/ListApplications.ts.html |here} to see how to use ListApplications API.
4013
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/ListApplications.ts.html |here} to see how to use ListApplications API.
4014
4014
  */
4015
4015
  listApplications(listApplicationsRequest) {
4016
4016
  return __awaiter(this, void 0, void 0, function* () {
@@ -4087,7 +4087,7 @@ class DataIntegrationClient {
4087
4087
  * @param ListConnectionValidationsRequest
4088
4088
  * @return ListConnectionValidationsResponse
4089
4089
  * @throws OciError when an error occurs
4090
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/ListConnectionValidations.ts.html |here} to see how to use ListConnectionValidations API.
4090
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/ListConnectionValidations.ts.html |here} to see how to use ListConnectionValidations API.
4091
4091
  */
4092
4092
  listConnectionValidations(listConnectionValidationsRequest) {
4093
4093
  return __awaiter(this, void 0, void 0, function* () {
@@ -4165,7 +4165,7 @@ class DataIntegrationClient {
4165
4165
  * @param ListConnectionsRequest
4166
4166
  * @return ListConnectionsResponse
4167
4167
  * @throws OciError when an error occurs
4168
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/ListConnections.ts.html |here} to see how to use ListConnections API.
4168
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/ListConnections.ts.html |here} to see how to use ListConnections API.
4169
4169
  */
4170
4170
  listConnections(listConnectionsRequest) {
4171
4171
  return __awaiter(this, void 0, void 0, function* () {
@@ -4244,7 +4244,7 @@ class DataIntegrationClient {
4244
4244
  * @param ListDataAssetsRequest
4245
4245
  * @return ListDataAssetsResponse
4246
4246
  * @throws OciError when an error occurs
4247
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/ListDataAssets.ts.html |here} to see how to use ListDataAssets API.
4247
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/ListDataAssets.ts.html |here} to see how to use ListDataAssets API.
4248
4248
  */
4249
4249
  listDataAssets(listDataAssetsRequest) {
4250
4250
  return __awaiter(this, void 0, void 0, function* () {
@@ -4322,7 +4322,7 @@ class DataIntegrationClient {
4322
4322
  * @param ListDataEntitiesRequest
4323
4323
  * @return ListDataEntitiesResponse
4324
4324
  * @throws OciError when an error occurs
4325
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/ListDataEntities.ts.html |here} to see how to use ListDataEntities API.
4325
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/ListDataEntities.ts.html |here} to see how to use ListDataEntities API.
4326
4326
  */
4327
4327
  listDataEntities(listDataEntitiesRequest) {
4328
4328
  return __awaiter(this, void 0, void 0, function* () {
@@ -4403,7 +4403,7 @@ class DataIntegrationClient {
4403
4403
  * @param ListDataFlowValidationsRequest
4404
4404
  * @return ListDataFlowValidationsResponse
4405
4405
  * @throws OciError when an error occurs
4406
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/ListDataFlowValidations.ts.html |here} to see how to use ListDataFlowValidations API.
4406
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/ListDataFlowValidations.ts.html |here} to see how to use ListDataFlowValidations API.
4407
4407
  */
4408
4408
  listDataFlowValidations(listDataFlowValidationsRequest) {
4409
4409
  return __awaiter(this, void 0, void 0, function* () {
@@ -4482,7 +4482,7 @@ class DataIntegrationClient {
4482
4482
  * @param ListDataFlowsRequest
4483
4483
  * @return ListDataFlowsResponse
4484
4484
  * @throws OciError when an error occurs
4485
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/ListDataFlows.ts.html |here} to see how to use ListDataFlows API.
4485
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/ListDataFlows.ts.html |here} to see how to use ListDataFlows API.
4486
4486
  */
4487
4487
  listDataFlows(listDataFlowsRequest) {
4488
4488
  return __awaiter(this, void 0, void 0, function* () {
@@ -4560,7 +4560,7 @@ class DataIntegrationClient {
4560
4560
  * @param ListDependentObjectsRequest
4561
4561
  * @return ListDependentObjectsResponse
4562
4562
  * @throws OciError when an error occurs
4563
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/ListDependentObjects.ts.html |here} to see how to use ListDependentObjects API.
4563
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/ListDependentObjects.ts.html |here} to see how to use ListDependentObjects API.
4564
4564
  */
4565
4565
  listDependentObjects(listDependentObjectsRequest) {
4566
4566
  return __awaiter(this, void 0, void 0, function* () {
@@ -4641,7 +4641,7 @@ class DataIntegrationClient {
4641
4641
  * @param ListExternalPublicationValidationsRequest
4642
4642
  * @return ListExternalPublicationValidationsResponse
4643
4643
  * @throws OciError when an error occurs
4644
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/ListExternalPublicationValidations.ts.html |here} to see how to use ListExternalPublicationValidations API.
4644
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/ListExternalPublicationValidations.ts.html |here} to see how to use ListExternalPublicationValidations API.
4645
4645
  */
4646
4646
  listExternalPublicationValidations(listExternalPublicationValidationsRequest) {
4647
4647
  return __awaiter(this, void 0, void 0, function* () {
@@ -4719,7 +4719,7 @@ class DataIntegrationClient {
4719
4719
  * @param ListExternalPublicationsRequest
4720
4720
  * @return ListExternalPublicationsResponse
4721
4721
  * @throws OciError when an error occurs
4722
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/ListExternalPublications.ts.html |here} to see how to use ListExternalPublications API.
4722
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/ListExternalPublications.ts.html |here} to see how to use ListExternalPublications API.
4723
4723
  */
4724
4724
  listExternalPublications(listExternalPublicationsRequest) {
4725
4725
  return __awaiter(this, void 0, void 0, function* () {
@@ -4797,7 +4797,7 @@ class DataIntegrationClient {
4797
4797
  * @param ListFoldersRequest
4798
4798
  * @return ListFoldersResponse
4799
4799
  * @throws OciError when an error occurs
4800
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/ListFolders.ts.html |here} to see how to use ListFolders API.
4800
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/ListFolders.ts.html |here} to see how to use ListFolders API.
4801
4801
  */
4802
4802
  listFolders(listFoldersRequest) {
4803
4803
  return __awaiter(this, void 0, void 0, function* () {
@@ -4875,7 +4875,7 @@ class DataIntegrationClient {
4875
4875
  * @param ListPatchChangesRequest
4876
4876
  * @return ListPatchChangesResponse
4877
4877
  * @throws OciError when an error occurs
4878
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/ListPatchChanges.ts.html |here} to see how to use ListPatchChanges API.
4878
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/ListPatchChanges.ts.html |here} to see how to use ListPatchChanges API.
4879
4879
  */
4880
4880
  listPatchChanges(listPatchChangesRequest) {
4881
4881
  return __awaiter(this, void 0, void 0, function* () {
@@ -4953,7 +4953,7 @@ class DataIntegrationClient {
4953
4953
  * @param ListPatchesRequest
4954
4954
  * @return ListPatchesResponse
4955
4955
  * @throws OciError when an error occurs
4956
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/ListPatches.ts.html |here} to see how to use ListPatches API.
4956
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/ListPatches.ts.html |here} to see how to use ListPatches API.
4957
4957
  */
4958
4958
  listPatches(listPatchesRequest) {
4959
4959
  return __awaiter(this, void 0, void 0, function* () {
@@ -5031,7 +5031,7 @@ class DataIntegrationClient {
5031
5031
  * @param ListPipelineValidationsRequest
5032
5032
  * @return ListPipelineValidationsResponse
5033
5033
  * @throws OciError when an error occurs
5034
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/ListPipelineValidations.ts.html |here} to see how to use ListPipelineValidations API.
5034
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/ListPipelineValidations.ts.html |here} to see how to use ListPipelineValidations API.
5035
5035
  */
5036
5036
  listPipelineValidations(listPipelineValidationsRequest) {
5037
5037
  return __awaiter(this, void 0, void 0, function* () {
@@ -5110,7 +5110,7 @@ class DataIntegrationClient {
5110
5110
  * @param ListPipelinesRequest
5111
5111
  * @return ListPipelinesResponse
5112
5112
  * @throws OciError when an error occurs
5113
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/ListPipelines.ts.html |here} to see how to use ListPipelines API.
5113
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/ListPipelines.ts.html |here} to see how to use ListPipelines API.
5114
5114
  */
5115
5115
  listPipelines(listPipelinesRequest) {
5116
5116
  return __awaiter(this, void 0, void 0, function* () {
@@ -5189,7 +5189,7 @@ class DataIntegrationClient {
5189
5189
  * @param ListProjectsRequest
5190
5190
  * @return ListProjectsResponse
5191
5191
  * @throws OciError when an error occurs
5192
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/ListProjects.ts.html |here} to see how to use ListProjects API.
5192
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/ListProjects.ts.html |here} to see how to use ListProjects API.
5193
5193
  */
5194
5194
  listProjects(listProjectsRequest) {
5195
5195
  return __awaiter(this, void 0, void 0, function* () {
@@ -5266,7 +5266,7 @@ class DataIntegrationClient {
5266
5266
  * @param ListPublishedObjectsRequest
5267
5267
  * @return ListPublishedObjectsResponse
5268
5268
  * @throws OciError when an error occurs
5269
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/ListPublishedObjects.ts.html |here} to see how to use ListPublishedObjects API.
5269
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/ListPublishedObjects.ts.html |here} to see how to use ListPublishedObjects API.
5270
5270
  */
5271
5271
  listPublishedObjects(listPublishedObjectsRequest) {
5272
5272
  return __awaiter(this, void 0, void 0, function* () {
@@ -5346,7 +5346,7 @@ class DataIntegrationClient {
5346
5346
  * @param ListReferencesRequest
5347
5347
  * @return ListReferencesResponse
5348
5348
  * @throws OciError when an error occurs
5349
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/ListReferences.ts.html |here} to see how to use ListReferences API.
5349
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/ListReferences.ts.html |here} to see how to use ListReferences API.
5350
5350
  */
5351
5351
  listReferences(listReferencesRequest) {
5352
5352
  return __awaiter(this, void 0, void 0, function* () {
@@ -5428,7 +5428,7 @@ class DataIntegrationClient {
5428
5428
  * @param ListSchedulesRequest
5429
5429
  * @return ListSchedulesResponse
5430
5430
  * @throws OciError when an error occurs
5431
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/ListSchedules.ts.html |here} to see how to use ListSchedules API.
5431
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/ListSchedules.ts.html |here} to see how to use ListSchedules API.
5432
5432
  */
5433
5433
  listSchedules(listSchedulesRequest) {
5434
5434
  return __awaiter(this, void 0, void 0, function* () {
@@ -5507,7 +5507,7 @@ class DataIntegrationClient {
5507
5507
  * @param ListSchemasRequest
5508
5508
  * @return ListSchemasResponse
5509
5509
  * @throws OciError when an error occurs
5510
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/ListSchemas.ts.html |here} to see how to use ListSchemas API.
5510
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/ListSchemas.ts.html |here} to see how to use ListSchemas API.
5511
5511
  */
5512
5512
  listSchemas(listSchemasRequest) {
5513
5513
  return __awaiter(this, void 0, void 0, function* () {
@@ -5586,7 +5586,7 @@ class DataIntegrationClient {
5586
5586
  * @param ListTaskRunLogsRequest
5587
5587
  * @return ListTaskRunLogsResponse
5588
5588
  * @throws OciError when an error occurs
5589
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/ListTaskRunLogs.ts.html |here} to see how to use ListTaskRunLogs API.
5589
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/ListTaskRunLogs.ts.html |here} to see how to use ListTaskRunLogs API.
5590
5590
  */
5591
5591
  listTaskRunLogs(listTaskRunLogsRequest) {
5592
5592
  return __awaiter(this, void 0, void 0, function* () {
@@ -5658,6 +5658,7 @@ class DataIntegrationClient {
5658
5658
  });
5659
5659
  }
5660
5660
  /**
5661
+ * NOTE: This function is deprecated in favor of listTaskRunLogsRecordIterator function.
5661
5662
  * Creates a new async iterator which will iterate over the models.TaskRunLogSummary objects
5662
5663
  * contained in responses from the listTaskRunLogs operation. This iterator will fetch more data from the
5663
5664
  * server as needed.
@@ -5668,6 +5669,7 @@ class DataIntegrationClient {
5668
5669
  return oci_common_1.paginateRecords(request, req => this.listTaskRunLogs(req));
5669
5670
  }
5670
5671
  /**
5672
+ * NOTE: This function is deprecated in favor of listTaskRunLogsResponseIterator function.
5671
5673
  * Creates a new async iterator which will iterate over the responses received from the listTaskRunLogs operation. This iterator
5672
5674
  * will fetch more data from the server as needed.
5673
5675
  *
@@ -5676,12 +5678,31 @@ class DataIntegrationClient {
5676
5678
  listAllTaskRunLogsResponses(request) {
5677
5679
  return oci_common_1.paginateResponses(request, req => this.listTaskRunLogs(req));
5678
5680
  }
5681
+ /**
5682
+ * Creates a new async iterator which will iterate over the models.TaskRunLogSummary objects
5683
+ * contained in responses from the listTaskRunLogs operation. This iterator will fetch more data from the
5684
+ * server as needed.
5685
+ *
5686
+ * @param request a request which can be sent to the service operation
5687
+ */
5688
+ listTaskRunLogsRecordIterator(request) {
5689
+ return oci_common_1.paginateRecords(request, req => this.listTaskRunLogs(req));
5690
+ }
5691
+ /**
5692
+ * Creates a new async iterator which will iterate over the responses received from the listTaskRunLogs operation. This iterator
5693
+ * will fetch more data from the server as needed.
5694
+ *
5695
+ * @param request a request which can be sent to the service operation
5696
+ */
5697
+ listTaskRunLogsResponseIterator(request) {
5698
+ return oci_common_1.paginateResponses(request, req => this.listTaskRunLogs(req));
5699
+ }
5679
5700
  /**
5680
5701
  * Retrieves a list of task runs and provides options to filter the list.
5681
5702
  * @param ListTaskRunsRequest
5682
5703
  * @return ListTaskRunsResponse
5683
5704
  * @throws OciError when an error occurs
5684
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/ListTaskRuns.ts.html |here} to see how to use ListTaskRuns API.
5705
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/ListTaskRuns.ts.html |here} to see how to use ListTaskRuns API.
5685
5706
  */
5686
5707
  listTaskRuns(listTaskRunsRequest) {
5687
5708
  return __awaiter(this, void 0, void 0, function* () {
@@ -5763,7 +5784,7 @@ class DataIntegrationClient {
5763
5784
  * @param ListTaskSchedulesRequest
5764
5785
  * @return ListTaskSchedulesResponse
5765
5786
  * @throws OciError when an error occurs
5766
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/ListTaskSchedules.ts.html |here} to see how to use ListTaskSchedules API.
5787
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/ListTaskSchedules.ts.html |here} to see how to use ListTaskSchedules API.
5767
5788
  */
5768
5789
  listTaskSchedules(listTaskSchedulesRequest) {
5769
5790
  return __awaiter(this, void 0, void 0, function* () {
@@ -5844,7 +5865,7 @@ class DataIntegrationClient {
5844
5865
  * @param ListTaskValidationsRequest
5845
5866
  * @return ListTaskValidationsResponse
5846
5867
  * @throws OciError when an error occurs
5847
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/ListTaskValidations.ts.html |here} to see how to use ListTaskValidations API.
5868
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/ListTaskValidations.ts.html |here} to see how to use ListTaskValidations API.
5848
5869
  */
5849
5870
  listTaskValidations(listTaskValidationsRequest) {
5850
5871
  return __awaiter(this, void 0, void 0, function* () {
@@ -5923,7 +5944,7 @@ class DataIntegrationClient {
5923
5944
  * @param ListTasksRequest
5924
5945
  * @return ListTasksResponse
5925
5946
  * @throws OciError when an error occurs
5926
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/ListTasks.ts.html |here} to see how to use ListTasks API.
5947
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/ListTasks.ts.html |here} to see how to use ListTasks API.
5927
5948
  */
5928
5949
  listTasks(listTasksRequest) {
5929
5950
  return __awaiter(this, void 0, void 0, function* () {
@@ -6004,7 +6025,7 @@ class DataIntegrationClient {
6004
6025
  * @param ListWorkRequestErrorsRequest
6005
6026
  * @return ListWorkRequestErrorsResponse
6006
6027
  * @throws OciError when an error occurs
6007
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
6028
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
6008
6029
  */
6009
6030
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
6010
6031
  return __awaiter(this, void 0, void 0, function* () {
@@ -6064,6 +6085,7 @@ class DataIntegrationClient {
6064
6085
  });
6065
6086
  }
6066
6087
  /**
6088
+ * NOTE: This function is deprecated in favor of listWorkRequestErrorsRecordIterator function.
6067
6089
  * Creates a new async iterator which will iterate over the models.WorkRequestError objects
6068
6090
  * contained in responses from the listWorkRequestErrors operation. This iterator will fetch more data from the
6069
6091
  * server as needed.
@@ -6074,6 +6096,7 @@ class DataIntegrationClient {
6074
6096
  return oci_common_1.paginateRecords(request, req => this.listWorkRequestErrors(req));
6075
6097
  }
6076
6098
  /**
6099
+ * NOTE: This function is deprecated in favor of listWorkRequestErrorsResponseIterator function.
6077
6100
  * Creates a new async iterator which will iterate over the responses received from the listWorkRequestErrors operation. This iterator
6078
6101
  * will fetch more data from the server as needed.
6079
6102
  *
@@ -6082,13 +6105,32 @@ class DataIntegrationClient {
6082
6105
  listAllWorkRequestErrorsResponses(request) {
6083
6106
  return oci_common_1.paginateResponses(request, req => this.listWorkRequestErrors(req));
6084
6107
  }
6108
+ /**
6109
+ * Creates a new async iterator which will iterate over the models.WorkRequestError objects
6110
+ * contained in responses from the listWorkRequestErrors operation. This iterator will fetch more data from the
6111
+ * server as needed.
6112
+ *
6113
+ * @param request a request which can be sent to the service operation
6114
+ */
6115
+ listWorkRequestErrorsRecordIterator(request) {
6116
+ return oci_common_1.paginateRecords(request, req => this.listWorkRequestErrors(req));
6117
+ }
6118
+ /**
6119
+ * Creates a new async iterator which will iterate over the responses received from the listWorkRequestErrors operation. This iterator
6120
+ * will fetch more data from the server as needed.
6121
+ *
6122
+ * @param request a request which can be sent to the service operation
6123
+ */
6124
+ listWorkRequestErrorsResponseIterator(request) {
6125
+ return oci_common_1.paginateResponses(request, req => this.listWorkRequestErrors(req));
6126
+ }
6085
6127
  /**
6086
6128
  * Retrieves a paginated list of logs for a given work request.
6087
6129
  *
6088
6130
  * @param ListWorkRequestLogsRequest
6089
6131
  * @return ListWorkRequestLogsResponse
6090
6132
  * @throws OciError when an error occurs
6091
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
6133
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
6092
6134
  */
6093
6135
  listWorkRequestLogs(listWorkRequestLogsRequest) {
6094
6136
  return __awaiter(this, void 0, void 0, function* () {
@@ -6148,6 +6190,7 @@ class DataIntegrationClient {
6148
6190
  });
6149
6191
  }
6150
6192
  /**
6193
+ * NOTE: This function is deprecated in favor of listWorkRequestLogsRecordIterator function.
6151
6194
  * Creates a new async iterator which will iterate over the models.WorkRequestLogEntry objects
6152
6195
  * contained in responses from the listWorkRequestLogs operation. This iterator will fetch more data from the
6153
6196
  * server as needed.
@@ -6158,6 +6201,7 @@ class DataIntegrationClient {
6158
6201
  return oci_common_1.paginateRecords(request, req => this.listWorkRequestLogs(req));
6159
6202
  }
6160
6203
  /**
6204
+ * NOTE: This function is deprecated in favor of listWorkRequestLogsResponseIterator function.
6161
6205
  * Creates a new async iterator which will iterate over the responses received from the listWorkRequestLogs operation. This iterator
6162
6206
  * will fetch more data from the server as needed.
6163
6207
  *
@@ -6166,13 +6210,32 @@ class DataIntegrationClient {
6166
6210
  listAllWorkRequestLogsResponses(request) {
6167
6211
  return oci_common_1.paginateResponses(request, req => this.listWorkRequestLogs(req));
6168
6212
  }
6213
+ /**
6214
+ * Creates a new async iterator which will iterate over the models.WorkRequestLogEntry objects
6215
+ * contained in responses from the listWorkRequestLogs operation. This iterator will fetch more data from the
6216
+ * server as needed.
6217
+ *
6218
+ * @param request a request which can be sent to the service operation
6219
+ */
6220
+ listWorkRequestLogsRecordIterator(request) {
6221
+ return oci_common_1.paginateRecords(request, req => this.listWorkRequestLogs(req));
6222
+ }
6223
+ /**
6224
+ * Creates a new async iterator which will iterate over the responses received from the listWorkRequestLogs operation. This iterator
6225
+ * will fetch more data from the server as needed.
6226
+ *
6227
+ * @param request a request which can be sent to the service operation
6228
+ */
6229
+ listWorkRequestLogsResponseIterator(request) {
6230
+ return oci_common_1.paginateResponses(request, req => this.listWorkRequestLogs(req));
6231
+ }
6169
6232
  /**
6170
6233
  * Lists the work requests in a compartment.
6171
6234
  *
6172
6235
  * @param ListWorkRequestsRequest
6173
6236
  * @return ListWorkRequestsResponse
6174
6237
  * @throws OciError when an error occurs
6175
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
6238
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
6176
6239
  */
6177
6240
  listWorkRequests(listWorkRequestsRequest) {
6178
6241
  return __awaiter(this, void 0, void 0, function* () {
@@ -6233,6 +6296,7 @@ class DataIntegrationClient {
6233
6296
  });
6234
6297
  }
6235
6298
  /**
6299
+ * NOTE: This function is deprecated in favor of listWorkRequestsRecordIterator function.
6236
6300
  * Creates a new async iterator which will iterate over the models.WorkRequestSummary objects
6237
6301
  * contained in responses from the listWorkRequests operation. This iterator will fetch more data from the
6238
6302
  * server as needed.
@@ -6243,6 +6307,7 @@ class DataIntegrationClient {
6243
6307
  return oci_common_1.paginateRecords(request, req => this.listWorkRequests(req));
6244
6308
  }
6245
6309
  /**
6310
+ * NOTE: This function is deprecated in favor of listWorkRequestsResponseIterator function.
6246
6311
  * Creates a new async iterator which will iterate over the responses received from the listWorkRequests operation. This iterator
6247
6312
  * will fetch more data from the server as needed.
6248
6313
  *
@@ -6251,13 +6316,32 @@ class DataIntegrationClient {
6251
6316
  listAllWorkRequestsResponses(request) {
6252
6317
  return oci_common_1.paginateResponses(request, req => this.listWorkRequests(req));
6253
6318
  }
6319
+ /**
6320
+ * Creates a new async iterator which will iterate over the models.WorkRequestSummary objects
6321
+ * contained in responses from the listWorkRequests operation. This iterator will fetch more data from the
6322
+ * server as needed.
6323
+ *
6324
+ * @param request a request which can be sent to the service operation
6325
+ */
6326
+ listWorkRequestsRecordIterator(request) {
6327
+ return oci_common_1.paginateRecords(request, req => this.listWorkRequests(req));
6328
+ }
6329
+ /**
6330
+ * Creates a new async iterator which will iterate over the responses received from the listWorkRequests operation. This iterator
6331
+ * will fetch more data from the server as needed.
6332
+ *
6333
+ * @param request a request which can be sent to the service operation
6334
+ */
6335
+ listWorkRequestsResponseIterator(request) {
6336
+ return oci_common_1.paginateResponses(request, req => this.listWorkRequests(req));
6337
+ }
6254
6338
  /**
6255
6339
  * Retrieves a list of Data Integration workspaces.
6256
6340
  *
6257
6341
  * @param ListWorkspacesRequest
6258
6342
  * @return ListWorkspacesResponse
6259
6343
  * @throws OciError when an error occurs
6260
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/ListWorkspaces.ts.html |here} to see how to use ListWorkspaces API.
6344
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/ListWorkspaces.ts.html |here} to see how to use ListWorkspaces API.
6261
6345
  */
6262
6346
  listWorkspaces(listWorkspacesRequest) {
6263
6347
  return __awaiter(this, void 0, void 0, function* () {
@@ -6318,6 +6402,7 @@ class DataIntegrationClient {
6318
6402
  });
6319
6403
  }
6320
6404
  /**
6405
+ * NOTE: This function is deprecated in favor of listWorkspacesRecordIterator function.
6321
6406
  * Creates a new async iterator which will iterate over the models.WorkspaceSummary objects
6322
6407
  * contained in responses from the listWorkspaces operation. This iterator will fetch more data from the
6323
6408
  * server as needed.
@@ -6328,6 +6413,7 @@ class DataIntegrationClient {
6328
6413
  return oci_common_1.paginateRecords(request, req => this.listWorkspaces(req));
6329
6414
  }
6330
6415
  /**
6416
+ * NOTE: This function is deprecated in favor of listWorkspacesResponseIterator function.
6331
6417
  * Creates a new async iterator which will iterate over the responses received from the listWorkspaces operation. This iterator
6332
6418
  * will fetch more data from the server as needed.
6333
6419
  *
@@ -6336,13 +6422,32 @@ class DataIntegrationClient {
6336
6422
  listAllWorkspacesResponses(request) {
6337
6423
  return oci_common_1.paginateResponses(request, req => this.listWorkspaces(req));
6338
6424
  }
6425
+ /**
6426
+ * Creates a new async iterator which will iterate over the models.WorkspaceSummary objects
6427
+ * contained in responses from the listWorkspaces operation. This iterator will fetch more data from the
6428
+ * server as needed.
6429
+ *
6430
+ * @param request a request which can be sent to the service operation
6431
+ */
6432
+ listWorkspacesRecordIterator(request) {
6433
+ return oci_common_1.paginateRecords(request, req => this.listWorkspaces(req));
6434
+ }
6435
+ /**
6436
+ * Creates a new async iterator which will iterate over the responses received from the listWorkspaces operation. This iterator
6437
+ * will fetch more data from the server as needed.
6438
+ *
6439
+ * @param request a request which can be sent to the service operation
6440
+ */
6441
+ listWorkspacesResponseIterator(request) {
6442
+ return oci_common_1.paginateResponses(request, req => this.listWorkspaces(req));
6443
+ }
6339
6444
  /**
6340
6445
  * Starts a workspace.
6341
6446
  *
6342
6447
  * @param StartWorkspaceRequest
6343
6448
  * @return StartWorkspaceResponse
6344
6449
  * @throws OciError when an error occurs
6345
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/StartWorkspace.ts.html |here} to see how to use StartWorkspace API.
6450
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/StartWorkspace.ts.html |here} to see how to use StartWorkspace API.
6346
6451
  */
6347
6452
  startWorkspace(startWorkspaceRequest) {
6348
6453
  return __awaiter(this, void 0, void 0, function* () {
@@ -6400,7 +6505,7 @@ class DataIntegrationClient {
6400
6505
  * @param StopWorkspaceRequest
6401
6506
  * @return StopWorkspaceResponse
6402
6507
  * @throws OciError when an error occurs
6403
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/StopWorkspace.ts.html |here} to see how to use StopWorkspace API.
6508
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/StopWorkspace.ts.html |here} to see how to use StopWorkspace API.
6404
6509
  */
6405
6510
  stopWorkspace(stopWorkspaceRequest) {
6406
6511
  return __awaiter(this, void 0, void 0, function* () {
@@ -6460,7 +6565,7 @@ class DataIntegrationClient {
6460
6565
  * @param UpdateApplicationRequest
6461
6566
  * @return UpdateApplicationResponse
6462
6567
  * @throws OciError when an error occurs
6463
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
6568
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
6464
6569
  */
6465
6570
  updateApplication(updateApplicationRequest) {
6466
6571
  return __awaiter(this, void 0, void 0, function* () {
@@ -6522,7 +6627,7 @@ class DataIntegrationClient {
6522
6627
  * @param UpdateConnectionRequest
6523
6628
  * @return UpdateConnectionResponse
6524
6629
  * @throws OciError when an error occurs
6525
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/UpdateConnection.ts.html |here} to see how to use UpdateConnection API.
6630
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/UpdateConnection.ts.html |here} to see how to use UpdateConnection API.
6526
6631
  */
6527
6632
  updateConnection(updateConnectionRequest) {
6528
6633
  return __awaiter(this, void 0, void 0, function* () {
@@ -6584,7 +6689,7 @@ class DataIntegrationClient {
6584
6689
  * @param UpdateDataAssetRequest
6585
6690
  * @return UpdateDataAssetResponse
6586
6691
  * @throws OciError when an error occurs
6587
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/UpdateDataAsset.ts.html |here} to see how to use UpdateDataAsset API.
6692
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/UpdateDataAsset.ts.html |here} to see how to use UpdateDataAsset API.
6588
6693
  */
6589
6694
  updateDataAsset(updateDataAssetRequest) {
6590
6695
  return __awaiter(this, void 0, void 0, function* () {
@@ -6646,7 +6751,7 @@ class DataIntegrationClient {
6646
6751
  * @param UpdateDataFlowRequest
6647
6752
  * @return UpdateDataFlowResponse
6648
6753
  * @throws OciError when an error occurs
6649
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/UpdateDataFlow.ts.html |here} to see how to use UpdateDataFlow API.
6754
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/UpdateDataFlow.ts.html |here} to see how to use UpdateDataFlow API.
6650
6755
  */
6651
6756
  updateDataFlow(updateDataFlowRequest) {
6652
6757
  return __awaiter(this, void 0, void 0, function* () {
@@ -6708,7 +6813,7 @@ class DataIntegrationClient {
6708
6813
  * @param UpdateExternalPublicationRequest
6709
6814
  * @return UpdateExternalPublicationResponse
6710
6815
  * @throws OciError when an error occurs
6711
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/UpdateExternalPublication.ts.html |here} to see how to use UpdateExternalPublication API.
6816
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/UpdateExternalPublication.ts.html |here} to see how to use UpdateExternalPublication API.
6712
6817
  */
6713
6818
  updateExternalPublication(updateExternalPublicationRequest) {
6714
6819
  return __awaiter(this, void 0, void 0, function* () {
@@ -6771,7 +6876,7 @@ class DataIntegrationClient {
6771
6876
  * @param UpdateFolderRequest
6772
6877
  * @return UpdateFolderResponse
6773
6878
  * @throws OciError when an error occurs
6774
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/UpdateFolder.ts.html |here} to see how to use UpdateFolder API.
6879
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/UpdateFolder.ts.html |here} to see how to use UpdateFolder API.
6775
6880
  */
6776
6881
  updateFolder(updateFolderRequest) {
6777
6882
  return __awaiter(this, void 0, void 0, function* () {
@@ -6833,7 +6938,7 @@ class DataIntegrationClient {
6833
6938
  * @param UpdatePipelineRequest
6834
6939
  * @return UpdatePipelineResponse
6835
6940
  * @throws OciError when an error occurs
6836
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/UpdatePipeline.ts.html |here} to see how to use UpdatePipeline API.
6941
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/UpdatePipeline.ts.html |here} to see how to use UpdatePipeline API.
6837
6942
  */
6838
6943
  updatePipeline(updatePipelineRequest) {
6839
6944
  return __awaiter(this, void 0, void 0, function* () {
@@ -6895,7 +7000,7 @@ class DataIntegrationClient {
6895
7000
  * @param UpdateProjectRequest
6896
7001
  * @return UpdateProjectResponse
6897
7002
  * @throws OciError when an error occurs
6898
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/UpdateProject.ts.html |here} to see how to use UpdateProject API.
7003
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/UpdateProject.ts.html |here} to see how to use UpdateProject API.
6899
7004
  */
6900
7005
  updateProject(updateProjectRequest) {
6901
7006
  return __awaiter(this, void 0, void 0, function* () {
@@ -6957,7 +7062,7 @@ class DataIntegrationClient {
6957
7062
  * @param UpdateReferenceRequest
6958
7063
  * @return UpdateReferenceResponse
6959
7064
  * @throws OciError when an error occurs
6960
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/UpdateReference.ts.html |here} to see how to use UpdateReference API.
7065
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/UpdateReference.ts.html |here} to see how to use UpdateReference API.
6961
7066
  */
6962
7067
  updateReference(updateReferenceRequest) {
6963
7068
  return __awaiter(this, void 0, void 0, function* () {
@@ -7021,7 +7126,7 @@ class DataIntegrationClient {
7021
7126
  * @param UpdateScheduleRequest
7022
7127
  * @return UpdateScheduleResponse
7023
7128
  * @throws OciError when an error occurs
7024
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/UpdateSchedule.ts.html |here} to see how to use UpdateSchedule API.
7129
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/UpdateSchedule.ts.html |here} to see how to use UpdateSchedule API.
7025
7130
  */
7026
7131
  updateSchedule(updateScheduleRequest) {
7027
7132
  return __awaiter(this, void 0, void 0, function* () {
@@ -7084,7 +7189,7 @@ class DataIntegrationClient {
7084
7189
  * @param UpdateTaskRequest
7085
7190
  * @return UpdateTaskResponse
7086
7191
  * @throws OciError when an error occurs
7087
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/UpdateTask.ts.html |here} to see how to use UpdateTask API.
7192
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/UpdateTask.ts.html |here} to see how to use UpdateTask API.
7088
7193
  */
7089
7194
  updateTask(updateTaskRequest) {
7090
7195
  return __awaiter(this, void 0, void 0, function* () {
@@ -7146,7 +7251,7 @@ class DataIntegrationClient {
7146
7251
  * @param UpdateTaskRunRequest
7147
7252
  * @return UpdateTaskRunResponse
7148
7253
  * @throws OciError when an error occurs
7149
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/UpdateTaskRun.ts.html |here} to see how to use UpdateTaskRun API.
7254
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/UpdateTaskRun.ts.html |here} to see how to use UpdateTaskRun API.
7150
7255
  */
7151
7256
  updateTaskRun(updateTaskRunRequest) {
7152
7257
  return __awaiter(this, void 0, void 0, function* () {
@@ -7209,7 +7314,7 @@ class DataIntegrationClient {
7209
7314
  * @param UpdateTaskScheduleRequest
7210
7315
  * @return UpdateTaskScheduleResponse
7211
7316
  * @throws OciError when an error occurs
7212
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/UpdateTaskSchedule.ts.html |here} to see how to use UpdateTaskSchedule API.
7317
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/UpdateTaskSchedule.ts.html |here} to see how to use UpdateTaskSchedule API.
7213
7318
  */
7214
7319
  updateTaskSchedule(updateTaskScheduleRequest) {
7215
7320
  return __awaiter(this, void 0, void 0, function* () {
@@ -7272,7 +7377,7 @@ class DataIntegrationClient {
7272
7377
  * @param UpdateWorkspaceRequest
7273
7378
  * @return UpdateWorkspaceResponse
7274
7379
  * @throws OciError when an error occurs
7275
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/dataintegration/UpdateWorkspace.ts.html |here} to see how to use UpdateWorkspace API.
7380
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/UpdateWorkspace.ts.html |here} to see how to use UpdateWorkspace API.
7276
7381
  */
7277
7382
  updateWorkspace(updateWorkspaceRequest) {
7278
7383
  return __awaiter(this, void 0, void 0, function* () {