oci-dataintegration 2.6.1 → 2.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (128) hide show
  1. package/lib/client.d.ts +125 -125
  2. package/lib/client.js +125 -125
  3. package/lib/request/change-compartment-request.d.ts +1 -1
  4. package/lib/request/create-application-request.d.ts +1 -1
  5. package/lib/request/create-connection-request.d.ts +1 -1
  6. package/lib/request/create-connection-validation-request.d.ts +1 -1
  7. package/lib/request/create-data-asset-request.d.ts +1 -1
  8. package/lib/request/create-data-flow-request.d.ts +1 -1
  9. package/lib/request/create-data-flow-validation-request.d.ts +1 -1
  10. package/lib/request/create-entity-shape-request.d.ts +1 -1
  11. package/lib/request/create-external-publication-request.d.ts +1 -1
  12. package/lib/request/create-external-publication-validation-request.d.ts +1 -1
  13. package/lib/request/create-folder-request.d.ts +1 -1
  14. package/lib/request/create-function-library-request.d.ts +1 -1
  15. package/lib/request/create-patch-request.d.ts +1 -1
  16. package/lib/request/create-pipeline-request.d.ts +1 -1
  17. package/lib/request/create-pipeline-validation-request.d.ts +1 -1
  18. package/lib/request/create-project-request.d.ts +1 -1
  19. package/lib/request/create-schedule-request.d.ts +1 -1
  20. package/lib/request/create-task-request.d.ts +1 -1
  21. package/lib/request/create-task-run-request.d.ts +1 -1
  22. package/lib/request/create-task-schedule-request.d.ts +1 -1
  23. package/lib/request/create-task-validation-request.d.ts +1 -1
  24. package/lib/request/create-user-defined-function-request.d.ts +1 -1
  25. package/lib/request/create-user-defined-function-validation-request.d.ts +1 -1
  26. package/lib/request/create-workspace-request.d.ts +1 -1
  27. package/lib/request/delete-application-request.d.ts +1 -1
  28. package/lib/request/delete-connection-request.d.ts +1 -1
  29. package/lib/request/delete-connection-validation-request.d.ts +1 -1
  30. package/lib/request/delete-data-asset-request.d.ts +1 -1
  31. package/lib/request/delete-data-flow-request.d.ts +1 -1
  32. package/lib/request/delete-data-flow-validation-request.d.ts +1 -1
  33. package/lib/request/delete-external-publication-request.d.ts +1 -1
  34. package/lib/request/delete-external-publication-validation-request.d.ts +1 -1
  35. package/lib/request/delete-folder-request.d.ts +1 -1
  36. package/lib/request/delete-function-library-request.d.ts +1 -1
  37. package/lib/request/delete-patch-request.d.ts +1 -1
  38. package/lib/request/delete-pipeline-request.d.ts +1 -1
  39. package/lib/request/delete-pipeline-validation-request.d.ts +1 -1
  40. package/lib/request/delete-project-request.d.ts +1 -1
  41. package/lib/request/delete-schedule-request.d.ts +1 -1
  42. package/lib/request/delete-task-request.d.ts +1 -1
  43. package/lib/request/delete-task-run-request.d.ts +1 -1
  44. package/lib/request/delete-task-schedule-request.d.ts +1 -1
  45. package/lib/request/delete-task-validation-request.d.ts +1 -1
  46. package/lib/request/delete-user-defined-function-request.d.ts +1 -1
  47. package/lib/request/delete-user-defined-function-validation-request.d.ts +1 -1
  48. package/lib/request/delete-workspace-request.d.ts +1 -1
  49. package/lib/request/get-application-request.d.ts +1 -1
  50. package/lib/request/get-connection-request.d.ts +1 -1
  51. package/lib/request/get-connection-validation-request.d.ts +1 -1
  52. package/lib/request/get-count-statistic-request.d.ts +1 -1
  53. package/lib/request/get-data-asset-request.d.ts +1 -1
  54. package/lib/request/get-data-entity-request.d.ts +1 -1
  55. package/lib/request/get-data-flow-request.d.ts +1 -1
  56. package/lib/request/get-data-flow-validation-request.d.ts +1 -1
  57. package/lib/request/get-dependent-object-request.d.ts +1 -1
  58. package/lib/request/get-external-publication-request.d.ts +1 -1
  59. package/lib/request/get-external-publication-validation-request.d.ts +1 -1
  60. package/lib/request/get-folder-request.d.ts +1 -1
  61. package/lib/request/get-function-library-request.d.ts +1 -1
  62. package/lib/request/get-patch-request.d.ts +1 -1
  63. package/lib/request/get-pipeline-request.d.ts +1 -1
  64. package/lib/request/get-pipeline-validation-request.d.ts +1 -1
  65. package/lib/request/get-project-request.d.ts +1 -1
  66. package/lib/request/get-published-object-request.d.ts +1 -1
  67. package/lib/request/get-reference-request.d.ts +1 -1
  68. package/lib/request/get-schedule-request.d.ts +1 -1
  69. package/lib/request/get-schema-request.d.ts +1 -1
  70. package/lib/request/get-task-request.d.ts +1 -1
  71. package/lib/request/get-task-run-request.d.ts +1 -1
  72. package/lib/request/get-task-schedule-request.d.ts +1 -1
  73. package/lib/request/get-task-validation-request.d.ts +1 -1
  74. package/lib/request/get-user-defined-function-request.d.ts +1 -1
  75. package/lib/request/get-user-defined-function-validation-request.d.ts +1 -1
  76. package/lib/request/get-work-request-request.d.ts +1 -1
  77. package/lib/request/get-workspace-request.d.ts +1 -1
  78. package/lib/request/list-applications-request.d.ts +1 -1
  79. package/lib/request/list-connection-validations-request.d.ts +1 -1
  80. package/lib/request/list-connections-request.d.ts +1 -1
  81. package/lib/request/list-data-assets-request.d.ts +1 -1
  82. package/lib/request/list-data-entities-request.d.ts +1 -1
  83. package/lib/request/list-data-flow-validations-request.d.ts +1 -1
  84. package/lib/request/list-data-flows-request.d.ts +1 -1
  85. package/lib/request/list-dependent-objects-request.d.ts +1 -1
  86. package/lib/request/list-external-publication-validations-request.d.ts +1 -1
  87. package/lib/request/list-external-publications-request.d.ts +1 -1
  88. package/lib/request/list-folders-request.d.ts +1 -1
  89. package/lib/request/list-function-libraries-request.d.ts +1 -1
  90. package/lib/request/list-patch-changes-request.d.ts +1 -1
  91. package/lib/request/list-patches-request.d.ts +1 -1
  92. package/lib/request/list-pipeline-validations-request.d.ts +1 -1
  93. package/lib/request/list-pipelines-request.d.ts +1 -1
  94. package/lib/request/list-projects-request.d.ts +1 -1
  95. package/lib/request/list-published-objects-request.d.ts +1 -1
  96. package/lib/request/list-references-request.d.ts +1 -1
  97. package/lib/request/list-schedules-request.d.ts +1 -1
  98. package/lib/request/list-schemas-request.d.ts +1 -1
  99. package/lib/request/list-task-run-logs-request.d.ts +1 -1
  100. package/lib/request/list-task-runs-request.d.ts +1 -1
  101. package/lib/request/list-task-schedules-request.d.ts +1 -1
  102. package/lib/request/list-task-validations-request.d.ts +1 -1
  103. package/lib/request/list-tasks-request.d.ts +1 -1
  104. package/lib/request/list-user-defined-function-validations-request.d.ts +1 -1
  105. package/lib/request/list-user-defined-functions-request.d.ts +1 -1
  106. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  107. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  108. package/lib/request/list-work-requests-request.d.ts +1 -1
  109. package/lib/request/list-workspaces-request.d.ts +1 -1
  110. package/lib/request/start-workspace-request.d.ts +1 -1
  111. package/lib/request/stop-workspace-request.d.ts +1 -1
  112. package/lib/request/update-application-request.d.ts +1 -1
  113. package/lib/request/update-connection-request.d.ts +1 -1
  114. package/lib/request/update-data-asset-request.d.ts +1 -1
  115. package/lib/request/update-data-flow-request.d.ts +1 -1
  116. package/lib/request/update-external-publication-request.d.ts +1 -1
  117. package/lib/request/update-folder-request.d.ts +1 -1
  118. package/lib/request/update-function-library-request.d.ts +1 -1
  119. package/lib/request/update-pipeline-request.d.ts +1 -1
  120. package/lib/request/update-project-request.d.ts +1 -1
  121. package/lib/request/update-reference-request.d.ts +1 -1
  122. package/lib/request/update-schedule-request.d.ts +1 -1
  123. package/lib/request/update-task-request.d.ts +1 -1
  124. package/lib/request/update-task-run-request.d.ts +1 -1
  125. package/lib/request/update-task-schedule-request.d.ts +1 -1
  126. package/lib/request/update-user-defined-function-request.d.ts +1 -1
  127. package/lib/request/update-workspace-request.d.ts +1 -1
  128. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -74,7 +74,7 @@ export declare class DataIntegrationClient {
74
74
  * @param ChangeCompartmentRequest
75
75
  * @return ChangeCompartmentResponse
76
76
  * @throws OciError when an error occurs
77
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/ChangeCompartment.ts.html |here} to see how to use ChangeCompartment API.
77
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/ChangeCompartment.ts.html |here} to see how to use ChangeCompartment API.
78
78
  */
79
79
  changeCompartment(changeCompartmentRequest: requests.ChangeCompartmentRequest): Promise<responses.ChangeCompartmentResponse>;
80
80
  /**
@@ -84,7 +84,7 @@ export declare class DataIntegrationClient {
84
84
  * @param CreateApplicationRequest
85
85
  * @return CreateApplicationResponse
86
86
  * @throws OciError when an error occurs
87
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/CreateApplication.ts.html |here} to see how to use CreateApplication API.
87
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/CreateApplication.ts.html |here} to see how to use CreateApplication API.
88
88
  */
89
89
  createApplication(createApplicationRequest: requests.CreateApplicationRequest): Promise<responses.CreateApplicationResponse>;
90
90
  /**
@@ -93,7 +93,7 @@ export declare class DataIntegrationClient {
93
93
  * @param CreateConnectionRequest
94
94
  * @return CreateConnectionResponse
95
95
  * @throws OciError when an error occurs
96
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/CreateConnection.ts.html |here} to see how to use CreateConnection API.
96
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/CreateConnection.ts.html |here} to see how to use CreateConnection API.
97
97
  */
98
98
  createConnection(createConnectionRequest: requests.CreateConnectionRequest): Promise<responses.CreateConnectionResponse>;
99
99
  /**
@@ -102,7 +102,7 @@ export declare class DataIntegrationClient {
102
102
  * @param CreateConnectionValidationRequest
103
103
  * @return CreateConnectionValidationResponse
104
104
  * @throws OciError when an error occurs
105
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/CreateConnectionValidation.ts.html |here} to see how to use CreateConnectionValidation API.
105
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/CreateConnectionValidation.ts.html |here} to see how to use CreateConnectionValidation API.
106
106
  */
107
107
  createConnectionValidation(createConnectionValidationRequest: requests.CreateConnectionValidationRequest): Promise<responses.CreateConnectionValidationResponse>;
108
108
  /**
@@ -111,7 +111,7 @@ export declare class DataIntegrationClient {
111
111
  * @param CreateDataAssetRequest
112
112
  * @return CreateDataAssetResponse
113
113
  * @throws OciError when an error occurs
114
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/CreateDataAsset.ts.html |here} to see how to use CreateDataAsset API.
114
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/CreateDataAsset.ts.html |here} to see how to use CreateDataAsset API.
115
115
  */
116
116
  createDataAsset(createDataAssetRequest: requests.CreateDataAssetRequest): Promise<responses.CreateDataAssetResponse>;
117
117
  /**
@@ -121,7 +121,7 @@ export declare class DataIntegrationClient {
121
121
  * @param CreateDataFlowRequest
122
122
  * @return CreateDataFlowResponse
123
123
  * @throws OciError when an error occurs
124
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/CreateDataFlow.ts.html |here} to see how to use CreateDataFlow API.
124
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/CreateDataFlow.ts.html |here} to see how to use CreateDataFlow API.
125
125
  */
126
126
  createDataFlow(createDataFlowRequest: requests.CreateDataFlowRequest): Promise<responses.CreateDataFlowResponse>;
127
127
  /**
@@ -131,7 +131,7 @@ export declare class DataIntegrationClient {
131
131
  * @param CreateDataFlowValidationRequest
132
132
  * @return CreateDataFlowValidationResponse
133
133
  * @throws OciError when an error occurs
134
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/CreateDataFlowValidation.ts.html |here} to see how to use CreateDataFlowValidation API.
134
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/CreateDataFlowValidation.ts.html |here} to see how to use CreateDataFlowValidation API.
135
135
  */
136
136
  createDataFlowValidation(createDataFlowValidationRequest: requests.CreateDataFlowValidationRequest): Promise<responses.CreateDataFlowValidationResponse>;
137
137
  /**
@@ -140,7 +140,7 @@ export declare class DataIntegrationClient {
140
140
  * @param CreateEntityShapeRequest
141
141
  * @return CreateEntityShapeResponse
142
142
  * @throws OciError when an error occurs
143
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/CreateEntityShape.ts.html |here} to see how to use CreateEntityShape API.
143
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/CreateEntityShape.ts.html |here} to see how to use CreateEntityShape API.
144
144
  */
145
145
  createEntityShape(createEntityShapeRequest: requests.CreateEntityShapeRequest): Promise<responses.CreateEntityShapeResponse>;
146
146
  /**
@@ -149,7 +149,7 @@ export declare class DataIntegrationClient {
149
149
  * @param CreateExternalPublicationRequest
150
150
  * @return CreateExternalPublicationResponse
151
151
  * @throws OciError when an error occurs
152
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/CreateExternalPublication.ts.html |here} to see how to use CreateExternalPublication API.
152
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/CreateExternalPublication.ts.html |here} to see how to use CreateExternalPublication API.
153
153
  */
154
154
  createExternalPublication(createExternalPublicationRequest: requests.CreateExternalPublicationRequest): Promise<responses.CreateExternalPublicationResponse>;
155
155
  /**
@@ -158,7 +158,7 @@ export declare class DataIntegrationClient {
158
158
  * @param CreateExternalPublicationValidationRequest
159
159
  * @return CreateExternalPublicationValidationResponse
160
160
  * @throws OciError when an error occurs
161
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/CreateExternalPublicationValidation.ts.html |here} to see how to use CreateExternalPublicationValidation API.
161
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/CreateExternalPublicationValidation.ts.html |here} to see how to use CreateExternalPublicationValidation API.
162
162
  */
163
163
  createExternalPublicationValidation(createExternalPublicationValidationRequest: requests.CreateExternalPublicationValidationRequest): Promise<responses.CreateExternalPublicationValidationResponse>;
164
164
  /**
@@ -169,7 +169,7 @@ export declare class DataIntegrationClient {
169
169
  * @param CreateFolderRequest
170
170
  * @return CreateFolderResponse
171
171
  * @throws OciError when an error occurs
172
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/CreateFolder.ts.html |here} to see how to use CreateFolder API.
172
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/CreateFolder.ts.html |here} to see how to use CreateFolder API.
173
173
  */
174
174
  createFolder(createFolderRequest: requests.CreateFolderRequest): Promise<responses.CreateFolderResponse>;
175
175
  /**
@@ -180,7 +180,7 @@ export declare class DataIntegrationClient {
180
180
  * @param CreateFunctionLibraryRequest
181
181
  * @return CreateFunctionLibraryResponse
182
182
  * @throws OciError when an error occurs
183
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/CreateFunctionLibrary.ts.html |here} to see how to use CreateFunctionLibrary API.
183
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/CreateFunctionLibrary.ts.html |here} to see how to use CreateFunctionLibrary API.
184
184
  */
185
185
  createFunctionLibrary(createFunctionLibraryRequest: requests.CreateFunctionLibraryRequest): Promise<responses.CreateFunctionLibraryResponse>;
186
186
  /**
@@ -189,7 +189,7 @@ export declare class DataIntegrationClient {
189
189
  * @param CreatePatchRequest
190
190
  * @return CreatePatchResponse
191
191
  * @throws OciError when an error occurs
192
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/CreatePatch.ts.html |here} to see how to use CreatePatch API.
192
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/CreatePatch.ts.html |here} to see how to use CreatePatch API.
193
193
  */
194
194
  createPatch(createPatchRequest: requests.CreatePatchRequest): Promise<responses.CreatePatchResponse>;
195
195
  /**
@@ -199,7 +199,7 @@ export declare class DataIntegrationClient {
199
199
  * @param CreatePipelineRequest
200
200
  * @return CreatePipelineResponse
201
201
  * @throws OciError when an error occurs
202
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/CreatePipeline.ts.html |here} to see how to use CreatePipeline API.
202
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/CreatePipeline.ts.html |here} to see how to use CreatePipeline API.
203
203
  */
204
204
  createPipeline(createPipelineRequest: requests.CreatePipelineRequest): Promise<responses.CreatePipelineResponse>;
205
205
  /**
@@ -209,7 +209,7 @@ export declare class DataIntegrationClient {
209
209
  * @param CreatePipelineValidationRequest
210
210
  * @return CreatePipelineValidationResponse
211
211
  * @throws OciError when an error occurs
212
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/CreatePipelineValidation.ts.html |here} to see how to use CreatePipelineValidation API.
212
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/CreatePipelineValidation.ts.html |here} to see how to use CreatePipelineValidation API.
213
213
  */
214
214
  createPipelineValidation(createPipelineValidationRequest: requests.CreatePipelineValidationRequest): Promise<responses.CreatePipelineValidationResponse>;
215
215
  /**
@@ -219,7 +219,7 @@ export declare class DataIntegrationClient {
219
219
  * @param CreateProjectRequest
220
220
  * @return CreateProjectResponse
221
221
  * @throws OciError when an error occurs
222
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/CreateProject.ts.html |here} to see how to use CreateProject API.
222
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/CreateProject.ts.html |here} to see how to use CreateProject API.
223
223
  */
224
224
  createProject(createProjectRequest: requests.CreateProjectRequest): Promise<responses.CreateProjectResponse>;
225
225
  /**
@@ -228,7 +228,7 @@ export declare class DataIntegrationClient {
228
228
  * @param CreateScheduleRequest
229
229
  * @return CreateScheduleResponse
230
230
  * @throws OciError when an error occurs
231
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/CreateSchedule.ts.html |here} to see how to use CreateSchedule API.
231
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/CreateSchedule.ts.html |here} to see how to use CreateSchedule API.
232
232
  */
233
233
  createSchedule(createScheduleRequest: requests.CreateScheduleRequest): Promise<responses.CreateScheduleResponse>;
234
234
  /**
@@ -238,7 +238,7 @@ export declare class DataIntegrationClient {
238
238
  * @param CreateTaskRequest
239
239
  * @return CreateTaskResponse
240
240
  * @throws OciError when an error occurs
241
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/CreateTask.ts.html |here} to see how to use CreateTask API.
241
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/CreateTask.ts.html |here} to see how to use CreateTask API.
242
242
  */
243
243
  createTask(createTaskRequest: requests.CreateTaskRequest): Promise<responses.CreateTaskResponse>;
244
244
  /**
@@ -247,7 +247,7 @@ export declare class DataIntegrationClient {
247
247
  * @param CreateTaskRunRequest
248
248
  * @return CreateTaskRunResponse
249
249
  * @throws OciError when an error occurs
250
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/CreateTaskRun.ts.html |here} to see how to use CreateTaskRun API.
250
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/CreateTaskRun.ts.html |here} to see how to use CreateTaskRun API.
251
251
  */
252
252
  createTaskRun(createTaskRunRequest: requests.CreateTaskRunRequest): Promise<responses.CreateTaskRunResponse>;
253
253
  /**
@@ -256,7 +256,7 @@ export declare class DataIntegrationClient {
256
256
  * @param CreateTaskScheduleRequest
257
257
  * @return CreateTaskScheduleResponse
258
258
  * @throws OciError when an error occurs
259
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/CreateTaskSchedule.ts.html |here} to see how to use CreateTaskSchedule API.
259
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/CreateTaskSchedule.ts.html |here} to see how to use CreateTaskSchedule API.
260
260
  */
261
261
  createTaskSchedule(createTaskScheduleRequest: requests.CreateTaskScheduleRequest): Promise<responses.CreateTaskScheduleResponse>;
262
262
  /**
@@ -265,7 +265,7 @@ export declare class DataIntegrationClient {
265
265
  * @param CreateTaskValidationRequest
266
266
  * @return CreateTaskValidationResponse
267
267
  * @throws OciError when an error occurs
268
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/CreateTaskValidation.ts.html |here} to see how to use CreateTaskValidation API.
268
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/CreateTaskValidation.ts.html |here} to see how to use CreateTaskValidation API.
269
269
  */
270
270
  createTaskValidation(createTaskValidationRequest: requests.CreateTaskValidationRequest): Promise<responses.CreateTaskValidationResponse>;
271
271
  /**
@@ -275,7 +275,7 @@ export declare class DataIntegrationClient {
275
275
  * @param CreateUserDefinedFunctionRequest
276
276
  * @return CreateUserDefinedFunctionResponse
277
277
  * @throws OciError when an error occurs
278
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/CreateUserDefinedFunction.ts.html |here} to see how to use CreateUserDefinedFunction API.
278
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/CreateUserDefinedFunction.ts.html |here} to see how to use CreateUserDefinedFunction API.
279
279
  */
280
280
  createUserDefinedFunction(createUserDefinedFunctionRequest: requests.CreateUserDefinedFunctionRequest): Promise<responses.CreateUserDefinedFunctionResponse>;
281
281
  /**
@@ -285,7 +285,7 @@ export declare class DataIntegrationClient {
285
285
  * @param CreateUserDefinedFunctionValidationRequest
286
286
  * @return CreateUserDefinedFunctionValidationResponse
287
287
  * @throws OciError when an error occurs
288
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/CreateUserDefinedFunctionValidation.ts.html |here} to see how to use CreateUserDefinedFunctionValidation API.
288
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/CreateUserDefinedFunctionValidation.ts.html |here} to see how to use CreateUserDefinedFunctionValidation API.
289
289
  */
290
290
  createUserDefinedFunctionValidation(createUserDefinedFunctionValidationRequest: requests.CreateUserDefinedFunctionValidationRequest): Promise<responses.CreateUserDefinedFunctionValidationResponse>;
291
291
  /**
@@ -295,7 +295,7 @@ export declare class DataIntegrationClient {
295
295
  * @param CreateWorkspaceRequest
296
296
  * @return CreateWorkspaceResponse
297
297
  * @throws OciError when an error occurs
298
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/CreateWorkspace.ts.html |here} to see how to use CreateWorkspace API.
298
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/CreateWorkspace.ts.html |here} to see how to use CreateWorkspace API.
299
299
  */
300
300
  createWorkspace(createWorkspaceRequest: requests.CreateWorkspaceRequest): Promise<responses.CreateWorkspaceResponse>;
301
301
  /**
@@ -304,7 +304,7 @@ export declare class DataIntegrationClient {
304
304
  * @param DeleteApplicationRequest
305
305
  * @return DeleteApplicationResponse
306
306
  * @throws OciError when an error occurs
307
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
307
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
308
308
  */
309
309
  deleteApplication(deleteApplicationRequest: requests.DeleteApplicationRequest): Promise<responses.DeleteApplicationResponse>;
310
310
  /**
@@ -313,7 +313,7 @@ export declare class DataIntegrationClient {
313
313
  * @param DeleteConnectionRequest
314
314
  * @return DeleteConnectionResponse
315
315
  * @throws OciError when an error occurs
316
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/DeleteConnection.ts.html |here} to see how to use DeleteConnection API.
316
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/DeleteConnection.ts.html |here} to see how to use DeleteConnection API.
317
317
  */
318
318
  deleteConnection(deleteConnectionRequest: requests.DeleteConnectionRequest): Promise<responses.DeleteConnectionResponse>;
319
319
  /**
@@ -322,7 +322,7 @@ export declare class DataIntegrationClient {
322
322
  * @param DeleteConnectionValidationRequest
323
323
  * @return DeleteConnectionValidationResponse
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.6.1/dataintegration/DeleteConnectionValidation.ts.html |here} to see how to use DeleteConnectionValidation API.
325
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/DeleteConnectionValidation.ts.html |here} to see how to use DeleteConnectionValidation API.
326
326
  */
327
327
  deleteConnectionValidation(deleteConnectionValidationRequest: requests.DeleteConnectionValidationRequest): Promise<responses.DeleteConnectionValidationResponse>;
328
328
  /**
@@ -331,7 +331,7 @@ export declare class DataIntegrationClient {
331
331
  * @param DeleteDataAssetRequest
332
332
  * @return DeleteDataAssetResponse
333
333
  * @throws OciError when an error occurs
334
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/DeleteDataAsset.ts.html |here} to see how to use DeleteDataAsset API.
334
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/DeleteDataAsset.ts.html |here} to see how to use DeleteDataAsset API.
335
335
  */
336
336
  deleteDataAsset(deleteDataAssetRequest: requests.DeleteDataAssetRequest): Promise<responses.DeleteDataAssetResponse>;
337
337
  /**
@@ -340,7 +340,7 @@ export declare class DataIntegrationClient {
340
340
  * @param DeleteDataFlowRequest
341
341
  * @return DeleteDataFlowResponse
342
342
  * @throws OciError when an error occurs
343
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/DeleteDataFlow.ts.html |here} to see how to use DeleteDataFlow API.
343
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/DeleteDataFlow.ts.html |here} to see how to use DeleteDataFlow API.
344
344
  */
345
345
  deleteDataFlow(deleteDataFlowRequest: requests.DeleteDataFlowRequest): Promise<responses.DeleteDataFlowResponse>;
346
346
  /**
@@ -349,7 +349,7 @@ export declare class DataIntegrationClient {
349
349
  * @param DeleteDataFlowValidationRequest
350
350
  * @return DeleteDataFlowValidationResponse
351
351
  * @throws OciError when an error occurs
352
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/DeleteDataFlowValidation.ts.html |here} to see how to use DeleteDataFlowValidation API.
352
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/DeleteDataFlowValidation.ts.html |here} to see how to use DeleteDataFlowValidation API.
353
353
  */
354
354
  deleteDataFlowValidation(deleteDataFlowValidationRequest: requests.DeleteDataFlowValidationRequest): Promise<responses.DeleteDataFlowValidationResponse>;
355
355
  /**
@@ -358,7 +358,7 @@ export declare class DataIntegrationClient {
358
358
  * @param DeleteExternalPublicationRequest
359
359
  * @return DeleteExternalPublicationResponse
360
360
  * @throws OciError when an error occurs
361
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/DeleteExternalPublication.ts.html |here} to see how to use DeleteExternalPublication API.
361
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/DeleteExternalPublication.ts.html |here} to see how to use DeleteExternalPublication API.
362
362
  */
363
363
  deleteExternalPublication(deleteExternalPublicationRequest: requests.DeleteExternalPublicationRequest): Promise<responses.DeleteExternalPublicationResponse>;
364
364
  /**
@@ -368,7 +368,7 @@ export declare class DataIntegrationClient {
368
368
  * @param DeleteExternalPublicationValidationRequest
369
369
  * @return DeleteExternalPublicationValidationResponse
370
370
  * @throws OciError when an error occurs
371
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/DeleteExternalPublicationValidation.ts.html |here} to see how to use DeleteExternalPublicationValidation API.
371
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/DeleteExternalPublicationValidation.ts.html |here} to see how to use DeleteExternalPublicationValidation API.
372
372
  */
373
373
  deleteExternalPublicationValidation(deleteExternalPublicationValidationRequest: requests.DeleteExternalPublicationValidationRequest): Promise<responses.DeleteExternalPublicationValidationResponse>;
374
374
  /**
@@ -377,7 +377,7 @@ export declare class DataIntegrationClient {
377
377
  * @param DeleteFolderRequest
378
378
  * @return DeleteFolderResponse
379
379
  * @throws OciError when an error occurs
380
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/DeleteFolder.ts.html |here} to see how to use DeleteFolder API.
380
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/DeleteFolder.ts.html |here} to see how to use DeleteFolder API.
381
381
  */
382
382
  deleteFolder(deleteFolderRequest: requests.DeleteFolderRequest): Promise<responses.DeleteFolderResponse>;
383
383
  /**
@@ -386,7 +386,7 @@ export declare class DataIntegrationClient {
386
386
  * @param DeleteFunctionLibraryRequest
387
387
  * @return DeleteFunctionLibraryResponse
388
388
  * @throws OciError when an error occurs
389
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/DeleteFunctionLibrary.ts.html |here} to see how to use DeleteFunctionLibrary API.
389
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/DeleteFunctionLibrary.ts.html |here} to see how to use DeleteFunctionLibrary API.
390
390
  */
391
391
  deleteFunctionLibrary(deleteFunctionLibraryRequest: requests.DeleteFunctionLibraryRequest): Promise<responses.DeleteFunctionLibraryResponse>;
392
392
  /**
@@ -395,7 +395,7 @@ export declare class DataIntegrationClient {
395
395
  * @param DeletePatchRequest
396
396
  * @return DeletePatchResponse
397
397
  * @throws OciError when an error occurs
398
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/DeletePatch.ts.html |here} to see how to use DeletePatch API.
398
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/DeletePatch.ts.html |here} to see how to use DeletePatch API.
399
399
  */
400
400
  deletePatch(deletePatchRequest: requests.DeletePatchRequest): Promise<responses.DeletePatchResponse>;
401
401
  /**
@@ -404,7 +404,7 @@ export declare class DataIntegrationClient {
404
404
  * @param DeletePipelineRequest
405
405
  * @return DeletePipelineResponse
406
406
  * @throws OciError when an error occurs
407
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/DeletePipeline.ts.html |here} to see how to use DeletePipeline API.
407
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/DeletePipeline.ts.html |here} to see how to use DeletePipeline API.
408
408
  */
409
409
  deletePipeline(deletePipelineRequest: requests.DeletePipelineRequest): Promise<responses.DeletePipelineResponse>;
410
410
  /**
@@ -413,7 +413,7 @@ export declare class DataIntegrationClient {
413
413
  * @param DeletePipelineValidationRequest
414
414
  * @return DeletePipelineValidationResponse
415
415
  * @throws OciError when an error occurs
416
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/DeletePipelineValidation.ts.html |here} to see how to use DeletePipelineValidation API.
416
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/DeletePipelineValidation.ts.html |here} to see how to use DeletePipelineValidation API.
417
417
  */
418
418
  deletePipelineValidation(deletePipelineValidationRequest: requests.DeletePipelineValidationRequest): Promise<responses.DeletePipelineValidationResponse>;
419
419
  /**
@@ -422,7 +422,7 @@ export declare class DataIntegrationClient {
422
422
  * @param DeleteProjectRequest
423
423
  * @return DeleteProjectResponse
424
424
  * @throws OciError when an error occurs
425
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/DeleteProject.ts.html |here} to see how to use DeleteProject API.
425
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/DeleteProject.ts.html |here} to see how to use DeleteProject API.
426
426
  */
427
427
  deleteProject(deleteProjectRequest: requests.DeleteProjectRequest): Promise<responses.DeleteProjectResponse>;
428
428
  /**
@@ -431,7 +431,7 @@ export declare class DataIntegrationClient {
431
431
  * @param DeleteScheduleRequest
432
432
  * @return DeleteScheduleResponse
433
433
  * @throws OciError when an error occurs
434
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/DeleteSchedule.ts.html |here} to see how to use DeleteSchedule API.
434
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/DeleteSchedule.ts.html |here} to see how to use DeleteSchedule API.
435
435
  */
436
436
  deleteSchedule(deleteScheduleRequest: requests.DeleteScheduleRequest): Promise<responses.DeleteScheduleResponse>;
437
437
  /**
@@ -440,7 +440,7 @@ export declare class DataIntegrationClient {
440
440
  * @param DeleteTaskRequest
441
441
  * @return DeleteTaskResponse
442
442
  * @throws OciError when an error occurs
443
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/DeleteTask.ts.html |here} to see how to use DeleteTask API.
443
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/DeleteTask.ts.html |here} to see how to use DeleteTask API.
444
444
  */
445
445
  deleteTask(deleteTaskRequest: requests.DeleteTaskRequest): Promise<responses.DeleteTaskResponse>;
446
446
  /**
@@ -449,7 +449,7 @@ export declare class DataIntegrationClient {
449
449
  * @param DeleteTaskRunRequest
450
450
  * @return DeleteTaskRunResponse
451
451
  * @throws OciError when an error occurs
452
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/DeleteTaskRun.ts.html |here} to see how to use DeleteTaskRun API.
452
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/DeleteTaskRun.ts.html |here} to see how to use DeleteTaskRun API.
453
453
  */
454
454
  deleteTaskRun(deleteTaskRunRequest: requests.DeleteTaskRunRequest): Promise<responses.DeleteTaskRunResponse>;
455
455
  /**
@@ -458,7 +458,7 @@ export declare class DataIntegrationClient {
458
458
  * @param DeleteTaskScheduleRequest
459
459
  * @return DeleteTaskScheduleResponse
460
460
  * @throws OciError when an error occurs
461
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/DeleteTaskSchedule.ts.html |here} to see how to use DeleteTaskSchedule API.
461
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/DeleteTaskSchedule.ts.html |here} to see how to use DeleteTaskSchedule API.
462
462
  */
463
463
  deleteTaskSchedule(deleteTaskScheduleRequest: requests.DeleteTaskScheduleRequest): Promise<responses.DeleteTaskScheduleResponse>;
464
464
  /**
@@ -468,7 +468,7 @@ export declare class DataIntegrationClient {
468
468
  * @param DeleteTaskValidationRequest
469
469
  * @return DeleteTaskValidationResponse
470
470
  * @throws OciError when an error occurs
471
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/DeleteTaskValidation.ts.html |here} to see how to use DeleteTaskValidation API.
471
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/DeleteTaskValidation.ts.html |here} to see how to use DeleteTaskValidation API.
472
472
  */
473
473
  deleteTaskValidation(deleteTaskValidationRequest: requests.DeleteTaskValidationRequest): Promise<responses.DeleteTaskValidationResponse>;
474
474
  /**
@@ -477,7 +477,7 @@ export declare class DataIntegrationClient {
477
477
  * @param DeleteUserDefinedFunctionRequest
478
478
  * @return DeleteUserDefinedFunctionResponse
479
479
  * @throws OciError when an error occurs
480
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/DeleteUserDefinedFunction.ts.html |here} to see how to use DeleteUserDefinedFunction API.
480
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/DeleteUserDefinedFunction.ts.html |here} to see how to use DeleteUserDefinedFunction API.
481
481
  */
482
482
  deleteUserDefinedFunction(deleteUserDefinedFunctionRequest: requests.DeleteUserDefinedFunctionRequest): Promise<responses.DeleteUserDefinedFunctionResponse>;
483
483
  /**
@@ -486,7 +486,7 @@ export declare class DataIntegrationClient {
486
486
  * @param DeleteUserDefinedFunctionValidationRequest
487
487
  * @return DeleteUserDefinedFunctionValidationResponse
488
488
  * @throws OciError when an error occurs
489
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/DeleteUserDefinedFunctionValidation.ts.html |here} to see how to use DeleteUserDefinedFunctionValidation API.
489
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/DeleteUserDefinedFunctionValidation.ts.html |here} to see how to use DeleteUserDefinedFunctionValidation API.
490
490
  */
491
491
  deleteUserDefinedFunctionValidation(deleteUserDefinedFunctionValidationRequest: requests.DeleteUserDefinedFunctionValidationRequest): Promise<responses.DeleteUserDefinedFunctionValidationResponse>;
492
492
  /**
@@ -495,7 +495,7 @@ export declare class DataIntegrationClient {
495
495
  * @param DeleteWorkspaceRequest
496
496
  * @return DeleteWorkspaceResponse
497
497
  * @throws OciError when an error occurs
498
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/DeleteWorkspace.ts.html |here} to see how to use DeleteWorkspace API.
498
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/DeleteWorkspace.ts.html |here} to see how to use DeleteWorkspace API.
499
499
  */
500
500
  deleteWorkspace(deleteWorkspaceRequest: requests.DeleteWorkspaceRequest): Promise<responses.DeleteWorkspaceResponse>;
501
501
  /**
@@ -504,7 +504,7 @@ export declare class DataIntegrationClient {
504
504
  * @param GetApplicationRequest
505
505
  * @return GetApplicationResponse
506
506
  * @throws OciError when an error occurs
507
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/GetApplication.ts.html |here} to see how to use GetApplication API.
507
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/GetApplication.ts.html |here} to see how to use GetApplication API.
508
508
  */
509
509
  getApplication(getApplicationRequest: requests.GetApplicationRequest): Promise<responses.GetApplicationResponse>;
510
510
  /**
@@ -513,7 +513,7 @@ export declare class DataIntegrationClient {
513
513
  * @param GetConnectionRequest
514
514
  * @return GetConnectionResponse
515
515
  * @throws OciError when an error occurs
516
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/GetConnection.ts.html |here} to see how to use GetConnection API.
516
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/GetConnection.ts.html |here} to see how to use GetConnection API.
517
517
  */
518
518
  getConnection(getConnectionRequest: requests.GetConnectionRequest): Promise<responses.GetConnectionResponse>;
519
519
  /**
@@ -522,7 +522,7 @@ export declare class DataIntegrationClient {
522
522
  * @param GetConnectionValidationRequest
523
523
  * @return GetConnectionValidationResponse
524
524
  * @throws OciError when an error occurs
525
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/GetConnectionValidation.ts.html |here} to see how to use GetConnectionValidation API.
525
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/GetConnectionValidation.ts.html |here} to see how to use GetConnectionValidation API.
526
526
  */
527
527
  getConnectionValidation(getConnectionValidationRequest: requests.GetConnectionValidationRequest): Promise<responses.GetConnectionValidationResponse>;
528
528
  /**
@@ -533,7 +533,7 @@ export declare class DataIntegrationClient {
533
533
  * @param GetCountStatisticRequest
534
534
  * @return GetCountStatisticResponse
535
535
  * @throws OciError when an error occurs
536
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/GetCountStatistic.ts.html |here} to see how to use GetCountStatistic API.
536
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/GetCountStatistic.ts.html |here} to see how to use GetCountStatistic API.
537
537
  */
538
538
  getCountStatistic(getCountStatisticRequest: requests.GetCountStatisticRequest): Promise<responses.GetCountStatisticResponse>;
539
539
  /**
@@ -542,7 +542,7 @@ export declare class DataIntegrationClient {
542
542
  * @param GetDataAssetRequest
543
543
  * @return GetDataAssetResponse
544
544
  * @throws OciError when an error occurs
545
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/GetDataAsset.ts.html |here} to see how to use GetDataAsset API.
545
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/GetDataAsset.ts.html |here} to see how to use GetDataAsset API.
546
546
  */
547
547
  getDataAsset(getDataAssetRequest: requests.GetDataAssetRequest): Promise<responses.GetDataAssetResponse>;
548
548
  /**
@@ -551,7 +551,7 @@ export declare class DataIntegrationClient {
551
551
  * @param GetDataEntityRequest
552
552
  * @return GetDataEntityResponse
553
553
  * @throws OciError when an error occurs
554
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/GetDataEntity.ts.html |here} to see how to use GetDataEntity API.
554
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/GetDataEntity.ts.html |here} to see how to use GetDataEntity API.
555
555
  */
556
556
  getDataEntity(getDataEntityRequest: requests.GetDataEntityRequest): Promise<responses.GetDataEntityResponse>;
557
557
  /**
@@ -560,7 +560,7 @@ export declare class DataIntegrationClient {
560
560
  * @param GetDataFlowRequest
561
561
  * @return GetDataFlowResponse
562
562
  * @throws OciError when an error occurs
563
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/GetDataFlow.ts.html |here} to see how to use GetDataFlow API.
563
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/GetDataFlow.ts.html |here} to see how to use GetDataFlow API.
564
564
  */
565
565
  getDataFlow(getDataFlowRequest: requests.GetDataFlowRequest): Promise<responses.GetDataFlowResponse>;
566
566
  /**
@@ -569,7 +569,7 @@ export declare class DataIntegrationClient {
569
569
  * @param GetDataFlowValidationRequest
570
570
  * @return GetDataFlowValidationResponse
571
571
  * @throws OciError when an error occurs
572
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/GetDataFlowValidation.ts.html |here} to see how to use GetDataFlowValidation API.
572
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/GetDataFlowValidation.ts.html |here} to see how to use GetDataFlowValidation API.
573
573
  */
574
574
  getDataFlowValidation(getDataFlowValidationRequest: requests.GetDataFlowValidationRequest): Promise<responses.GetDataFlowValidationResponse>;
575
575
  /**
@@ -578,7 +578,7 @@ export declare class DataIntegrationClient {
578
578
  * @param GetDependentObjectRequest
579
579
  * @return GetDependentObjectResponse
580
580
  * @throws OciError when an error occurs
581
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/GetDependentObject.ts.html |here} to see how to use GetDependentObject API.
581
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/GetDependentObject.ts.html |here} to see how to use GetDependentObject API.
582
582
  */
583
583
  getDependentObject(getDependentObjectRequest: requests.GetDependentObjectRequest): Promise<responses.GetDependentObjectResponse>;
584
584
  /**
@@ -587,7 +587,7 @@ export declare class DataIntegrationClient {
587
587
  * @param GetExternalPublicationRequest
588
588
  * @return GetExternalPublicationResponse
589
589
  * @throws OciError when an error occurs
590
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/GetExternalPublication.ts.html |here} to see how to use GetExternalPublication API.
590
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/GetExternalPublication.ts.html |here} to see how to use GetExternalPublication API.
591
591
  */
592
592
  getExternalPublication(getExternalPublicationRequest: requests.GetExternalPublicationRequest): Promise<responses.GetExternalPublicationResponse>;
593
593
  /**
@@ -596,7 +596,7 @@ export declare class DataIntegrationClient {
596
596
  * @param GetExternalPublicationValidationRequest
597
597
  * @return GetExternalPublicationValidationResponse
598
598
  * @throws OciError when an error occurs
599
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/GetExternalPublicationValidation.ts.html |here} to see how to use GetExternalPublicationValidation API.
599
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/GetExternalPublicationValidation.ts.html |here} to see how to use GetExternalPublicationValidation API.
600
600
  */
601
601
  getExternalPublicationValidation(getExternalPublicationValidationRequest: requests.GetExternalPublicationValidationRequest): Promise<responses.GetExternalPublicationValidationResponse>;
602
602
  /**
@@ -605,7 +605,7 @@ export declare class DataIntegrationClient {
605
605
  * @param GetFolderRequest
606
606
  * @return GetFolderResponse
607
607
  * @throws OciError when an error occurs
608
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/GetFolder.ts.html |here} to see how to use GetFolder API.
608
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/GetFolder.ts.html |here} to see how to use GetFolder API.
609
609
  */
610
610
  getFolder(getFolderRequest: requests.GetFolderRequest): Promise<responses.GetFolderResponse>;
611
611
  /**
@@ -614,7 +614,7 @@ export declare class DataIntegrationClient {
614
614
  * @param GetFunctionLibraryRequest
615
615
  * @return GetFunctionLibraryResponse
616
616
  * @throws OciError when an error occurs
617
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/GetFunctionLibrary.ts.html |here} to see how to use GetFunctionLibrary API.
617
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/GetFunctionLibrary.ts.html |here} to see how to use GetFunctionLibrary API.
618
618
  */
619
619
  getFunctionLibrary(getFunctionLibraryRequest: requests.GetFunctionLibraryRequest): Promise<responses.GetFunctionLibraryResponse>;
620
620
  /**
@@ -623,7 +623,7 @@ export declare class DataIntegrationClient {
623
623
  * @param GetPatchRequest
624
624
  * @return GetPatchResponse
625
625
  * @throws OciError when an error occurs
626
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/GetPatch.ts.html |here} to see how to use GetPatch API.
626
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/GetPatch.ts.html |here} to see how to use GetPatch API.
627
627
  */
628
628
  getPatch(getPatchRequest: requests.GetPatchRequest): Promise<responses.GetPatchResponse>;
629
629
  /**
@@ -632,7 +632,7 @@ export declare class DataIntegrationClient {
632
632
  * @param GetPipelineRequest
633
633
  * @return GetPipelineResponse
634
634
  * @throws OciError when an error occurs
635
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/GetPipeline.ts.html |here} to see how to use GetPipeline API.
635
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/GetPipeline.ts.html |here} to see how to use GetPipeline API.
636
636
  */
637
637
  getPipeline(getPipelineRequest: requests.GetPipelineRequest): Promise<responses.GetPipelineResponse>;
638
638
  /**
@@ -641,7 +641,7 @@ export declare class DataIntegrationClient {
641
641
  * @param GetPipelineValidationRequest
642
642
  * @return GetPipelineValidationResponse
643
643
  * @throws OciError when an error occurs
644
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/GetPipelineValidation.ts.html |here} to see how to use GetPipelineValidation API.
644
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/GetPipelineValidation.ts.html |here} to see how to use GetPipelineValidation API.
645
645
  */
646
646
  getPipelineValidation(getPipelineValidationRequest: requests.GetPipelineValidationRequest): Promise<responses.GetPipelineValidationResponse>;
647
647
  /**
@@ -650,7 +650,7 @@ export declare class DataIntegrationClient {
650
650
  * @param GetProjectRequest
651
651
  * @return GetProjectResponse
652
652
  * @throws OciError when an error occurs
653
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/GetProject.ts.html |here} to see how to use GetProject API.
653
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/GetProject.ts.html |here} to see how to use GetProject API.
654
654
  */
655
655
  getProject(getProjectRequest: requests.GetProjectRequest): Promise<responses.GetProjectResponse>;
656
656
  /**
@@ -659,7 +659,7 @@ export declare class DataIntegrationClient {
659
659
  * @param GetPublishedObjectRequest
660
660
  * @return GetPublishedObjectResponse
661
661
  * @throws OciError when an error occurs
662
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/GetPublishedObject.ts.html |here} to see how to use GetPublishedObject API.
662
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/GetPublishedObject.ts.html |here} to see how to use GetPublishedObject API.
663
663
  */
664
664
  getPublishedObject(getPublishedObjectRequest: requests.GetPublishedObjectRequest): Promise<responses.GetPublishedObjectResponse>;
665
665
  /**
@@ -668,7 +668,7 @@ export declare class DataIntegrationClient {
668
668
  * @param GetReferenceRequest
669
669
  * @return GetReferenceResponse
670
670
  * @throws OciError when an error occurs
671
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/GetReference.ts.html |here} to see how to use GetReference API.
671
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/GetReference.ts.html |here} to see how to use GetReference API.
672
672
  */
673
673
  getReference(getReferenceRequest: requests.GetReferenceRequest): Promise<responses.GetReferenceResponse>;
674
674
  /**
@@ -677,7 +677,7 @@ export declare class DataIntegrationClient {
677
677
  * @param GetScheduleRequest
678
678
  * @return GetScheduleResponse
679
679
  * @throws OciError when an error occurs
680
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/GetSchedule.ts.html |here} to see how to use GetSchedule API.
680
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/GetSchedule.ts.html |here} to see how to use GetSchedule API.
681
681
  */
682
682
  getSchedule(getScheduleRequest: requests.GetScheduleRequest): Promise<responses.GetScheduleResponse>;
683
683
  /**
@@ -686,7 +686,7 @@ export declare class DataIntegrationClient {
686
686
  * @param GetSchemaRequest
687
687
  * @return GetSchemaResponse
688
688
  * @throws OciError when an error occurs
689
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/GetSchema.ts.html |here} to see how to use GetSchema API.
689
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/GetSchema.ts.html |here} to see how to use GetSchema API.
690
690
  */
691
691
  getSchema(getSchemaRequest: requests.GetSchemaRequest): Promise<responses.GetSchemaResponse>;
692
692
  /**
@@ -695,7 +695,7 @@ export declare class DataIntegrationClient {
695
695
  * @param GetTaskRequest
696
696
  * @return GetTaskResponse
697
697
  * @throws OciError when an error occurs
698
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/GetTask.ts.html |here} to see how to use GetTask API.
698
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/GetTask.ts.html |here} to see how to use GetTask API.
699
699
  */
700
700
  getTask(getTaskRequest: requests.GetTaskRequest): Promise<responses.GetTaskResponse>;
701
701
  /**
@@ -704,7 +704,7 @@ export declare class DataIntegrationClient {
704
704
  * @param GetTaskRunRequest
705
705
  * @return GetTaskRunResponse
706
706
  * @throws OciError when an error occurs
707
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/GetTaskRun.ts.html |here} to see how to use GetTaskRun API.
707
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/GetTaskRun.ts.html |here} to see how to use GetTaskRun API.
708
708
  */
709
709
  getTaskRun(getTaskRunRequest: requests.GetTaskRunRequest): Promise<responses.GetTaskRunResponse>;
710
710
  /**
@@ -713,7 +713,7 @@ export declare class DataIntegrationClient {
713
713
  * @param GetTaskScheduleRequest
714
714
  * @return GetTaskScheduleResponse
715
715
  * @throws OciError when an error occurs
716
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/GetTaskSchedule.ts.html |here} to see how to use GetTaskSchedule API.
716
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/GetTaskSchedule.ts.html |here} to see how to use GetTaskSchedule API.
717
717
  */
718
718
  getTaskSchedule(getTaskScheduleRequest: requests.GetTaskScheduleRequest): Promise<responses.GetTaskScheduleResponse>;
719
719
  /**
@@ -723,7 +723,7 @@ export declare class DataIntegrationClient {
723
723
  * @param GetTaskValidationRequest
724
724
  * @return GetTaskValidationResponse
725
725
  * @throws OciError when an error occurs
726
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/GetTaskValidation.ts.html |here} to see how to use GetTaskValidation API.
726
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/GetTaskValidation.ts.html |here} to see how to use GetTaskValidation API.
727
727
  */
728
728
  getTaskValidation(getTaskValidationRequest: requests.GetTaskValidationRequest): Promise<responses.GetTaskValidationResponse>;
729
729
  /**
@@ -732,7 +732,7 @@ export declare class DataIntegrationClient {
732
732
  * @param GetUserDefinedFunctionRequest
733
733
  * @return GetUserDefinedFunctionResponse
734
734
  * @throws OciError when an error occurs
735
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/GetUserDefinedFunction.ts.html |here} to see how to use GetUserDefinedFunction API.
735
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/GetUserDefinedFunction.ts.html |here} to see how to use GetUserDefinedFunction API.
736
736
  */
737
737
  getUserDefinedFunction(getUserDefinedFunctionRequest: requests.GetUserDefinedFunctionRequest): Promise<responses.GetUserDefinedFunctionResponse>;
738
738
  /**
@@ -741,7 +741,7 @@ export declare class DataIntegrationClient {
741
741
  * @param GetUserDefinedFunctionValidationRequest
742
742
  * @return GetUserDefinedFunctionValidationResponse
743
743
  * @throws OciError when an error occurs
744
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/GetUserDefinedFunctionValidation.ts.html |here} to see how to use GetUserDefinedFunctionValidation API.
744
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/GetUserDefinedFunctionValidation.ts.html |here} to see how to use GetUserDefinedFunctionValidation API.
745
745
  */
746
746
  getUserDefinedFunctionValidation(getUserDefinedFunctionValidationRequest: requests.GetUserDefinedFunctionValidationRequest): Promise<responses.GetUserDefinedFunctionValidationResponse>;
747
747
  /**
@@ -750,7 +750,7 @@ export declare class DataIntegrationClient {
750
750
  * @param GetWorkRequestRequest
751
751
  * @return GetWorkRequestResponse
752
752
  * @throws OciError when an error occurs
753
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
753
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
754
754
  */
755
755
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
756
756
  /**
@@ -759,7 +759,7 @@ export declare class DataIntegrationClient {
759
759
  * @param GetWorkspaceRequest
760
760
  * @return GetWorkspaceResponse
761
761
  * @throws OciError when an error occurs
762
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/GetWorkspace.ts.html |here} to see how to use GetWorkspace API.
762
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/GetWorkspace.ts.html |here} to see how to use GetWorkspace API.
763
763
  */
764
764
  getWorkspace(getWorkspaceRequest: requests.GetWorkspaceRequest): Promise<responses.GetWorkspaceResponse>;
765
765
  /**
@@ -768,7 +768,7 @@ export declare class DataIntegrationClient {
768
768
  * @param ListApplicationsRequest
769
769
  * @return ListApplicationsResponse
770
770
  * @throws OciError when an error occurs
771
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/ListApplications.ts.html |here} to see how to use ListApplications API.
771
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/ListApplications.ts.html |here} to see how to use ListApplications API.
772
772
  */
773
773
  listApplications(listApplicationsRequest: requests.ListApplicationsRequest): Promise<responses.ListApplicationsResponse>;
774
774
  /**
@@ -777,7 +777,7 @@ export declare class DataIntegrationClient {
777
777
  * @param ListConnectionValidationsRequest
778
778
  * @return ListConnectionValidationsResponse
779
779
  * @throws OciError when an error occurs
780
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/ListConnectionValidations.ts.html |here} to see how to use ListConnectionValidations API.
780
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/ListConnectionValidations.ts.html |here} to see how to use ListConnectionValidations API.
781
781
  */
782
782
  listConnectionValidations(listConnectionValidationsRequest: requests.ListConnectionValidationsRequest): Promise<responses.ListConnectionValidationsResponse>;
783
783
  /**
@@ -786,7 +786,7 @@ export declare class DataIntegrationClient {
786
786
  * @param ListConnectionsRequest
787
787
  * @return ListConnectionsResponse
788
788
  * @throws OciError when an error occurs
789
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/ListConnections.ts.html |here} to see how to use ListConnections API.
789
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/ListConnections.ts.html |here} to see how to use ListConnections API.
790
790
  */
791
791
  listConnections(listConnectionsRequest: requests.ListConnectionsRequest): Promise<responses.ListConnectionsResponse>;
792
792
  /**
@@ -796,7 +796,7 @@ export declare class DataIntegrationClient {
796
796
  * @param ListDataAssetsRequest
797
797
  * @return ListDataAssetsResponse
798
798
  * @throws OciError when an error occurs
799
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/ListDataAssets.ts.html |here} to see how to use ListDataAssets API.
799
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/ListDataAssets.ts.html |here} to see how to use ListDataAssets API.
800
800
  */
801
801
  listDataAssets(listDataAssetsRequest: requests.ListDataAssetsRequest): Promise<responses.ListDataAssetsResponse>;
802
802
  /**
@@ -806,7 +806,7 @@ export declare class DataIntegrationClient {
806
806
  * @param ListDataEntitiesRequest
807
807
  * @return ListDataEntitiesResponse
808
808
  * @throws OciError when an error occurs
809
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/ListDataEntities.ts.html |here} to see how to use ListDataEntities API.
809
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/ListDataEntities.ts.html |here} to see how to use ListDataEntities API.
810
810
  */
811
811
  listDataEntities(listDataEntitiesRequest: requests.ListDataEntitiesRequest): Promise<responses.ListDataEntitiesResponse>;
812
812
  /**
@@ -815,7 +815,7 @@ export declare class DataIntegrationClient {
815
815
  * @param ListDataFlowValidationsRequest
816
816
  * @return ListDataFlowValidationsResponse
817
817
  * @throws OciError when an error occurs
818
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/ListDataFlowValidations.ts.html |here} to see how to use ListDataFlowValidations API.
818
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/ListDataFlowValidations.ts.html |here} to see how to use ListDataFlowValidations API.
819
819
  */
820
820
  listDataFlowValidations(listDataFlowValidationsRequest: requests.ListDataFlowValidationsRequest): Promise<responses.ListDataFlowValidationsResponse>;
821
821
  /**
@@ -825,7 +825,7 @@ export declare class DataIntegrationClient {
825
825
  * @param ListDataFlowsRequest
826
826
  * @return ListDataFlowsResponse
827
827
  * @throws OciError when an error occurs
828
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/ListDataFlows.ts.html |here} to see how to use ListDataFlows API.
828
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/ListDataFlows.ts.html |here} to see how to use ListDataFlows API.
829
829
  */
830
830
  listDataFlows(listDataFlowsRequest: requests.ListDataFlowsRequest): Promise<responses.ListDataFlowsResponse>;
831
831
  /**
@@ -834,7 +834,7 @@ export declare class DataIntegrationClient {
834
834
  * @param ListDependentObjectsRequest
835
835
  * @return ListDependentObjectsResponse
836
836
  * @throws OciError when an error occurs
837
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/ListDependentObjects.ts.html |here} to see how to use ListDependentObjects API.
837
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/ListDependentObjects.ts.html |here} to see how to use ListDependentObjects API.
838
838
  */
839
839
  listDependentObjects(listDependentObjectsRequest: requests.ListDependentObjectsRequest): Promise<responses.ListDependentObjectsResponse>;
840
840
  /**
@@ -844,7 +844,7 @@ export declare class DataIntegrationClient {
844
844
  * @param ListExternalPublicationValidationsRequest
845
845
  * @return ListExternalPublicationValidationsResponse
846
846
  * @throws OciError when an error occurs
847
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/ListExternalPublicationValidations.ts.html |here} to see how to use ListExternalPublicationValidations API.
847
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/ListExternalPublicationValidations.ts.html |here} to see how to use ListExternalPublicationValidations API.
848
848
  */
849
849
  listExternalPublicationValidations(listExternalPublicationValidationsRequest: requests.ListExternalPublicationValidationsRequest): Promise<responses.ListExternalPublicationValidationsResponse>;
850
850
  /**
@@ -853,7 +853,7 @@ export declare class DataIntegrationClient {
853
853
  * @param ListExternalPublicationsRequest
854
854
  * @return ListExternalPublicationsResponse
855
855
  * @throws OciError when an error occurs
856
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/ListExternalPublications.ts.html |here} to see how to use ListExternalPublications API.
856
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/ListExternalPublications.ts.html |here} to see how to use ListExternalPublications API.
857
857
  */
858
858
  listExternalPublications(listExternalPublicationsRequest: requests.ListExternalPublicationsRequest): Promise<responses.ListExternalPublicationsResponse>;
859
859
  /**
@@ -863,7 +863,7 @@ export declare class DataIntegrationClient {
863
863
  * @param ListFoldersRequest
864
864
  * @return ListFoldersResponse
865
865
  * @throws OciError when an error occurs
866
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/ListFolders.ts.html |here} to see how to use ListFolders API.
866
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/ListFolders.ts.html |here} to see how to use ListFolders API.
867
867
  */
868
868
  listFolders(listFoldersRequest: requests.ListFoldersRequest): Promise<responses.ListFoldersResponse>;
869
869
  /**
@@ -873,7 +873,7 @@ export declare class DataIntegrationClient {
873
873
  * @param ListFunctionLibrariesRequest
874
874
  * @return ListFunctionLibrariesResponse
875
875
  * @throws OciError when an error occurs
876
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/ListFunctionLibraries.ts.html |here} to see how to use ListFunctionLibraries API.
876
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/ListFunctionLibraries.ts.html |here} to see how to use ListFunctionLibraries API.
877
877
  */
878
878
  listFunctionLibraries(listFunctionLibrariesRequest: requests.ListFunctionLibrariesRequest): Promise<responses.ListFunctionLibrariesResponse>;
879
879
  /**
@@ -882,7 +882,7 @@ export declare class DataIntegrationClient {
882
882
  * @param ListPatchChangesRequest
883
883
  * @return ListPatchChangesResponse
884
884
  * @throws OciError when an error occurs
885
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/ListPatchChanges.ts.html |here} to see how to use ListPatchChanges API.
885
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/ListPatchChanges.ts.html |here} to see how to use ListPatchChanges API.
886
886
  */
887
887
  listPatchChanges(listPatchChangesRequest: requests.ListPatchChangesRequest): Promise<responses.ListPatchChangesResponse>;
888
888
  /**
@@ -891,7 +891,7 @@ export declare class DataIntegrationClient {
891
891
  * @param ListPatchesRequest
892
892
  * @return ListPatchesResponse
893
893
  * @throws OciError when an error occurs
894
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/ListPatches.ts.html |here} to see how to use ListPatches API.
894
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/ListPatches.ts.html |here} to see how to use ListPatches API.
895
895
  */
896
896
  listPatches(listPatchesRequest: requests.ListPatchesRequest): Promise<responses.ListPatchesResponse>;
897
897
  /**
@@ -900,7 +900,7 @@ export declare class DataIntegrationClient {
900
900
  * @param ListPipelineValidationsRequest
901
901
  * @return ListPipelineValidationsResponse
902
902
  * @throws OciError when an error occurs
903
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/ListPipelineValidations.ts.html |here} to see how to use ListPipelineValidations API.
903
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/ListPipelineValidations.ts.html |here} to see how to use ListPipelineValidations API.
904
904
  */
905
905
  listPipelineValidations(listPipelineValidationsRequest: requests.ListPipelineValidationsRequest): Promise<responses.ListPipelineValidationsResponse>;
906
906
  /**
@@ -910,7 +910,7 @@ export declare class DataIntegrationClient {
910
910
  * @param ListPipelinesRequest
911
911
  * @return ListPipelinesResponse
912
912
  * @throws OciError when an error occurs
913
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/ListPipelines.ts.html |here} to see how to use ListPipelines API.
913
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/ListPipelines.ts.html |here} to see how to use ListPipelines API.
914
914
  */
915
915
  listPipelines(listPipelinesRequest: requests.ListPipelinesRequest): Promise<responses.ListPipelinesResponse>;
916
916
  /**
@@ -920,7 +920,7 @@ export declare class DataIntegrationClient {
920
920
  * @param ListProjectsRequest
921
921
  * @return ListProjectsResponse
922
922
  * @throws OciError when an error occurs
923
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/ListProjects.ts.html |here} to see how to use ListProjects API.
923
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/ListProjects.ts.html |here} to see how to use ListProjects API.
924
924
  */
925
925
  listProjects(listProjectsRequest: requests.ListProjectsRequest): Promise<responses.ListProjectsResponse>;
926
926
  /**
@@ -929,7 +929,7 @@ export declare class DataIntegrationClient {
929
929
  * @param ListPublishedObjectsRequest
930
930
  * @return ListPublishedObjectsResponse
931
931
  * @throws OciError when an error occurs
932
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/ListPublishedObjects.ts.html |here} to see how to use ListPublishedObjects API.
932
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/ListPublishedObjects.ts.html |here} to see how to use ListPublishedObjects API.
933
933
  */
934
934
  listPublishedObjects(listPublishedObjectsRequest: requests.ListPublishedObjectsRequest): Promise<responses.ListPublishedObjectsResponse>;
935
935
  /**
@@ -938,7 +938,7 @@ export declare class DataIntegrationClient {
938
938
  * @param ListReferencesRequest
939
939
  * @return ListReferencesResponse
940
940
  * @throws OciError when an error occurs
941
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/ListReferences.ts.html |here} to see how to use ListReferences API.
941
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/ListReferences.ts.html |here} to see how to use ListReferences API.
942
942
  */
943
943
  listReferences(listReferencesRequest: requests.ListReferencesRequest): Promise<responses.ListReferencesResponse>;
944
944
  /**
@@ -948,7 +948,7 @@ export declare class DataIntegrationClient {
948
948
  * @param ListSchedulesRequest
949
949
  * @return ListSchedulesResponse
950
950
  * @throws OciError when an error occurs
951
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/ListSchedules.ts.html |here} to see how to use ListSchedules API.
951
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/ListSchedules.ts.html |here} to see how to use ListSchedules API.
952
952
  */
953
953
  listSchedules(listSchedulesRequest: requests.ListSchedulesRequest): Promise<responses.ListSchedulesResponse>;
954
954
  /**
@@ -957,7 +957,7 @@ export declare class DataIntegrationClient {
957
957
  * @param ListSchemasRequest
958
958
  * @return ListSchemasResponse
959
959
  * @throws OciError when an error occurs
960
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/ListSchemas.ts.html |here} to see how to use ListSchemas API.
960
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/ListSchemas.ts.html |here} to see how to use ListSchemas API.
961
961
  */
962
962
  listSchemas(listSchemasRequest: requests.ListSchemasRequest): Promise<responses.ListSchemasResponse>;
963
963
  /**
@@ -966,7 +966,7 @@ export declare class DataIntegrationClient {
966
966
  * @param ListTaskRunLogsRequest
967
967
  * @return ListTaskRunLogsResponse
968
968
  * @throws OciError when an error occurs
969
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/ListTaskRunLogs.ts.html |here} to see how to use ListTaskRunLogs API.
969
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/ListTaskRunLogs.ts.html |here} to see how to use ListTaskRunLogs API.
970
970
  */
971
971
  listTaskRunLogs(listTaskRunLogsRequest: requests.ListTaskRunLogsRequest): Promise<responses.ListTaskRunLogsResponse>;
972
972
  /**
@@ -1007,7 +1007,7 @@ export declare class DataIntegrationClient {
1007
1007
  * @param ListTaskRunsRequest
1008
1008
  * @return ListTaskRunsResponse
1009
1009
  * @throws OciError when an error occurs
1010
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/ListTaskRuns.ts.html |here} to see how to use ListTaskRuns API.
1010
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/ListTaskRuns.ts.html |here} to see how to use ListTaskRuns API.
1011
1011
  */
1012
1012
  listTaskRuns(listTaskRunsRequest: requests.ListTaskRunsRequest): Promise<responses.ListTaskRunsResponse>;
1013
1013
  /**
@@ -1017,7 +1017,7 @@ export declare class DataIntegrationClient {
1017
1017
  * @param ListTaskSchedulesRequest
1018
1018
  * @return ListTaskSchedulesResponse
1019
1019
  * @throws OciError when an error occurs
1020
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/ListTaskSchedules.ts.html |here} to see how to use ListTaskSchedules API.
1020
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/ListTaskSchedules.ts.html |here} to see how to use ListTaskSchedules API.
1021
1021
  */
1022
1022
  listTaskSchedules(listTaskSchedulesRequest: requests.ListTaskSchedulesRequest): Promise<responses.ListTaskSchedulesResponse>;
1023
1023
  /**
@@ -1027,7 +1027,7 @@ export declare class DataIntegrationClient {
1027
1027
  * @param ListTaskValidationsRequest
1028
1028
  * @return ListTaskValidationsResponse
1029
1029
  * @throws OciError when an error occurs
1030
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/ListTaskValidations.ts.html |here} to see how to use ListTaskValidations API.
1030
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/ListTaskValidations.ts.html |here} to see how to use ListTaskValidations API.
1031
1031
  */
1032
1032
  listTaskValidations(listTaskValidationsRequest: requests.ListTaskValidationsRequest): Promise<responses.ListTaskValidationsResponse>;
1033
1033
  /**
@@ -1037,7 +1037,7 @@ export declare class DataIntegrationClient {
1037
1037
  * @param ListTasksRequest
1038
1038
  * @return ListTasksResponse
1039
1039
  * @throws OciError when an error occurs
1040
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/ListTasks.ts.html |here} to see how to use ListTasks API.
1040
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/ListTasks.ts.html |here} to see how to use ListTasks API.
1041
1041
  */
1042
1042
  listTasks(listTasksRequest: requests.ListTasksRequest): Promise<responses.ListTasksResponse>;
1043
1043
  /**
@@ -1046,7 +1046,7 @@ export declare class DataIntegrationClient {
1046
1046
  * @param ListUserDefinedFunctionValidationsRequest
1047
1047
  * @return ListUserDefinedFunctionValidationsResponse
1048
1048
  * @throws OciError when an error occurs
1049
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/ListUserDefinedFunctionValidations.ts.html |here} to see how to use ListUserDefinedFunctionValidations API.
1049
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/ListUserDefinedFunctionValidations.ts.html |here} to see how to use ListUserDefinedFunctionValidations API.
1050
1050
  */
1051
1051
  listUserDefinedFunctionValidations(listUserDefinedFunctionValidationsRequest: requests.ListUserDefinedFunctionValidationsRequest): Promise<responses.ListUserDefinedFunctionValidationsResponse>;
1052
1052
  /**
@@ -1056,7 +1056,7 @@ export declare class DataIntegrationClient {
1056
1056
  * @param ListUserDefinedFunctionsRequest
1057
1057
  * @return ListUserDefinedFunctionsResponse
1058
1058
  * @throws OciError when an error occurs
1059
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/ListUserDefinedFunctions.ts.html |here} to see how to use ListUserDefinedFunctions API.
1059
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/ListUserDefinedFunctions.ts.html |here} to see how to use ListUserDefinedFunctions API.
1060
1060
  */
1061
1061
  listUserDefinedFunctions(listUserDefinedFunctionsRequest: requests.ListUserDefinedFunctionsRequest): Promise<responses.ListUserDefinedFunctionsResponse>;
1062
1062
  /**
@@ -1066,7 +1066,7 @@ export declare class DataIntegrationClient {
1066
1066
  * @param ListWorkRequestErrorsRequest
1067
1067
  * @return ListWorkRequestErrorsResponse
1068
1068
  * @throws OciError when an error occurs
1069
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1069
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1070
1070
  */
1071
1071
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
1072
1072
  /**
@@ -1108,7 +1108,7 @@ export declare class DataIntegrationClient {
1108
1108
  * @param ListWorkRequestLogsRequest
1109
1109
  * @return ListWorkRequestLogsResponse
1110
1110
  * @throws OciError when an error occurs
1111
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1111
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1112
1112
  */
1113
1113
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
1114
1114
  /**
@@ -1150,7 +1150,7 @@ export declare class DataIntegrationClient {
1150
1150
  * @param ListWorkRequestsRequest
1151
1151
  * @return ListWorkRequestsResponse
1152
1152
  * @throws OciError when an error occurs
1153
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1153
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1154
1154
  */
1155
1155
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
1156
1156
  /**
@@ -1192,7 +1192,7 @@ export declare class DataIntegrationClient {
1192
1192
  * @param ListWorkspacesRequest
1193
1193
  * @return ListWorkspacesResponse
1194
1194
  * @throws OciError when an error occurs
1195
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/ListWorkspaces.ts.html |here} to see how to use ListWorkspaces API.
1195
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/ListWorkspaces.ts.html |here} to see how to use ListWorkspaces API.
1196
1196
  */
1197
1197
  listWorkspaces(listWorkspacesRequest: requests.ListWorkspacesRequest): Promise<responses.ListWorkspacesResponse>;
1198
1198
  /**
@@ -1234,7 +1234,7 @@ export declare class DataIntegrationClient {
1234
1234
  * @param StartWorkspaceRequest
1235
1235
  * @return StartWorkspaceResponse
1236
1236
  * @throws OciError when an error occurs
1237
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/StartWorkspace.ts.html |here} to see how to use StartWorkspace API.
1237
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/StartWorkspace.ts.html |here} to see how to use StartWorkspace API.
1238
1238
  */
1239
1239
  startWorkspace(startWorkspaceRequest: requests.StartWorkspaceRequest): Promise<responses.StartWorkspaceResponse>;
1240
1240
  /**
@@ -1244,7 +1244,7 @@ export declare class DataIntegrationClient {
1244
1244
  * @param StopWorkspaceRequest
1245
1245
  * @return StopWorkspaceResponse
1246
1246
  * @throws OciError when an error occurs
1247
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/StopWorkspace.ts.html |here} to see how to use StopWorkspace API.
1247
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/StopWorkspace.ts.html |here} to see how to use StopWorkspace API.
1248
1248
  */
1249
1249
  stopWorkspace(stopWorkspaceRequest: requests.StopWorkspaceRequest): Promise<responses.StopWorkspaceResponse>;
1250
1250
  /**
@@ -1253,7 +1253,7 @@ export declare class DataIntegrationClient {
1253
1253
  * @param UpdateApplicationRequest
1254
1254
  * @return UpdateApplicationResponse
1255
1255
  * @throws OciError when an error occurs
1256
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
1256
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
1257
1257
  */
1258
1258
  updateApplication(updateApplicationRequest: requests.UpdateApplicationRequest): Promise<responses.UpdateApplicationResponse>;
1259
1259
  /**
@@ -1262,7 +1262,7 @@ export declare class DataIntegrationClient {
1262
1262
  * @param UpdateConnectionRequest
1263
1263
  * @return UpdateConnectionResponse
1264
1264
  * @throws OciError when an error occurs
1265
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/UpdateConnection.ts.html |here} to see how to use UpdateConnection API.
1265
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/UpdateConnection.ts.html |here} to see how to use UpdateConnection API.
1266
1266
  */
1267
1267
  updateConnection(updateConnectionRequest: requests.UpdateConnectionRequest): Promise<responses.UpdateConnectionResponse>;
1268
1268
  /**
@@ -1271,7 +1271,7 @@ export declare class DataIntegrationClient {
1271
1271
  * @param UpdateDataAssetRequest
1272
1272
  * @return UpdateDataAssetResponse
1273
1273
  * @throws OciError when an error occurs
1274
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/UpdateDataAsset.ts.html |here} to see how to use UpdateDataAsset API.
1274
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/UpdateDataAsset.ts.html |here} to see how to use UpdateDataAsset API.
1275
1275
  */
1276
1276
  updateDataAsset(updateDataAssetRequest: requests.UpdateDataAssetRequest): Promise<responses.UpdateDataAssetResponse>;
1277
1277
  /**
@@ -1280,7 +1280,7 @@ export declare class DataIntegrationClient {
1280
1280
  * @param UpdateDataFlowRequest
1281
1281
  * @return UpdateDataFlowResponse
1282
1282
  * @throws OciError when an error occurs
1283
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/UpdateDataFlow.ts.html |here} to see how to use UpdateDataFlow API.
1283
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/UpdateDataFlow.ts.html |here} to see how to use UpdateDataFlow API.
1284
1284
  */
1285
1285
  updateDataFlow(updateDataFlowRequest: requests.UpdateDataFlowRequest): Promise<responses.UpdateDataFlowResponse>;
1286
1286
  /**
@@ -1289,7 +1289,7 @@ export declare class DataIntegrationClient {
1289
1289
  * @param UpdateExternalPublicationRequest
1290
1290
  * @return UpdateExternalPublicationResponse
1291
1291
  * @throws OciError when an error occurs
1292
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/UpdateExternalPublication.ts.html |here} to see how to use UpdateExternalPublication API.
1292
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/UpdateExternalPublication.ts.html |here} to see how to use UpdateExternalPublication API.
1293
1293
  */
1294
1294
  updateExternalPublication(updateExternalPublicationRequest: requests.UpdateExternalPublicationRequest): Promise<responses.UpdateExternalPublicationResponse>;
1295
1295
  /**
@@ -1298,7 +1298,7 @@ export declare class DataIntegrationClient {
1298
1298
  * @param UpdateFolderRequest
1299
1299
  * @return UpdateFolderResponse
1300
1300
  * @throws OciError when an error occurs
1301
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/UpdateFolder.ts.html |here} to see how to use UpdateFolder API.
1301
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/UpdateFolder.ts.html |here} to see how to use UpdateFolder API.
1302
1302
  */
1303
1303
  updateFolder(updateFolderRequest: requests.UpdateFolderRequest): Promise<responses.UpdateFolderResponse>;
1304
1304
  /**
@@ -1307,7 +1307,7 @@ export declare class DataIntegrationClient {
1307
1307
  * @param UpdateFunctionLibraryRequest
1308
1308
  * @return UpdateFunctionLibraryResponse
1309
1309
  * @throws OciError when an error occurs
1310
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/UpdateFunctionLibrary.ts.html |here} to see how to use UpdateFunctionLibrary API.
1310
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/UpdateFunctionLibrary.ts.html |here} to see how to use UpdateFunctionLibrary API.
1311
1311
  */
1312
1312
  updateFunctionLibrary(updateFunctionLibraryRequest: requests.UpdateFunctionLibraryRequest): Promise<responses.UpdateFunctionLibraryResponse>;
1313
1313
  /**
@@ -1316,7 +1316,7 @@ export declare class DataIntegrationClient {
1316
1316
  * @param UpdatePipelineRequest
1317
1317
  * @return UpdatePipelineResponse
1318
1318
  * @throws OciError when an error occurs
1319
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/UpdatePipeline.ts.html |here} to see how to use UpdatePipeline API.
1319
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/UpdatePipeline.ts.html |here} to see how to use UpdatePipeline API.
1320
1320
  */
1321
1321
  updatePipeline(updatePipelineRequest: requests.UpdatePipelineRequest): Promise<responses.UpdatePipelineResponse>;
1322
1322
  /**
@@ -1325,7 +1325,7 @@ export declare class DataIntegrationClient {
1325
1325
  * @param UpdateProjectRequest
1326
1326
  * @return UpdateProjectResponse
1327
1327
  * @throws OciError when an error occurs
1328
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/UpdateProject.ts.html |here} to see how to use UpdateProject API.
1328
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/UpdateProject.ts.html |here} to see how to use UpdateProject API.
1329
1329
  */
1330
1330
  updateProject(updateProjectRequest: requests.UpdateProjectRequest): Promise<responses.UpdateProjectResponse>;
1331
1331
  /**
@@ -1334,7 +1334,7 @@ export declare class DataIntegrationClient {
1334
1334
  * @param UpdateReferenceRequest
1335
1335
  * @return UpdateReferenceResponse
1336
1336
  * @throws OciError when an error occurs
1337
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/UpdateReference.ts.html |here} to see how to use UpdateReference API.
1337
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/UpdateReference.ts.html |here} to see how to use UpdateReference API.
1338
1338
  */
1339
1339
  updateReference(updateReferenceRequest: requests.UpdateReferenceRequest): Promise<responses.UpdateReferenceResponse>;
1340
1340
  /**
@@ -1343,7 +1343,7 @@ export declare class DataIntegrationClient {
1343
1343
  * @param UpdateScheduleRequest
1344
1344
  * @return UpdateScheduleResponse
1345
1345
  * @throws OciError when an error occurs
1346
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/UpdateSchedule.ts.html |here} to see how to use UpdateSchedule API.
1346
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/UpdateSchedule.ts.html |here} to see how to use UpdateSchedule API.
1347
1347
  */
1348
1348
  updateSchedule(updateScheduleRequest: requests.UpdateScheduleRequest): Promise<responses.UpdateScheduleResponse>;
1349
1349
  /**
@@ -1352,7 +1352,7 @@ export declare class DataIntegrationClient {
1352
1352
  * @param UpdateTaskRequest
1353
1353
  * @return UpdateTaskResponse
1354
1354
  * @throws OciError when an error occurs
1355
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/UpdateTask.ts.html |here} to see how to use UpdateTask API.
1355
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/UpdateTask.ts.html |here} to see how to use UpdateTask API.
1356
1356
  */
1357
1357
  updateTask(updateTaskRequest: requests.UpdateTaskRequest): Promise<responses.UpdateTaskResponse>;
1358
1358
  /**
@@ -1361,7 +1361,7 @@ export declare class DataIntegrationClient {
1361
1361
  * @param UpdateTaskRunRequest
1362
1362
  * @return UpdateTaskRunResponse
1363
1363
  * @throws OciError when an error occurs
1364
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/UpdateTaskRun.ts.html |here} to see how to use UpdateTaskRun API.
1364
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/UpdateTaskRun.ts.html |here} to see how to use UpdateTaskRun API.
1365
1365
  */
1366
1366
  updateTaskRun(updateTaskRunRequest: requests.UpdateTaskRunRequest): Promise<responses.UpdateTaskRunResponse>;
1367
1367
  /**
@@ -1370,7 +1370,7 @@ export declare class DataIntegrationClient {
1370
1370
  * @param UpdateTaskScheduleRequest
1371
1371
  * @return UpdateTaskScheduleResponse
1372
1372
  * @throws OciError when an error occurs
1373
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/UpdateTaskSchedule.ts.html |here} to see how to use UpdateTaskSchedule API.
1373
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/UpdateTaskSchedule.ts.html |here} to see how to use UpdateTaskSchedule API.
1374
1374
  */
1375
1375
  updateTaskSchedule(updateTaskScheduleRequest: requests.UpdateTaskScheduleRequest): Promise<responses.UpdateTaskScheduleResponse>;
1376
1376
  /**
@@ -1379,7 +1379,7 @@ export declare class DataIntegrationClient {
1379
1379
  * @param UpdateUserDefinedFunctionRequest
1380
1380
  * @return UpdateUserDefinedFunctionResponse
1381
1381
  * @throws OciError when an error occurs
1382
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/UpdateUserDefinedFunction.ts.html |here} to see how to use UpdateUserDefinedFunction API.
1382
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/UpdateUserDefinedFunction.ts.html |here} to see how to use UpdateUserDefinedFunction API.
1383
1383
  */
1384
1384
  updateUserDefinedFunction(updateUserDefinedFunctionRequest: requests.UpdateUserDefinedFunctionRequest): Promise<responses.UpdateUserDefinedFunctionResponse>;
1385
1385
  /**
@@ -1388,7 +1388,7 @@ export declare class DataIntegrationClient {
1388
1388
  * @param UpdateWorkspaceRequest
1389
1389
  * @return UpdateWorkspaceResponse
1390
1390
  * @throws OciError when an error occurs
1391
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/dataintegration/UpdateWorkspace.ts.html |here} to see how to use UpdateWorkspace API.
1391
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/dataintegration/UpdateWorkspace.ts.html |here} to see how to use UpdateWorkspace API.
1392
1392
  */
1393
1393
  updateWorkspace(updateWorkspaceRequest: requests.UpdateWorkspaceRequest): Promise<responses.UpdateWorkspaceResponse>;
1394
1394
  }