oci-dataintegration 2.13.0 → 2.14.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
@@ -75,7 +75,7 @@ export declare class DataIntegrationClient {
75
75
  * @param ChangeCompartmentRequest
76
76
  * @return ChangeCompartmentResponse
77
77
  * @throws OciError when an error occurs
78
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/ChangeCompartment.ts.html |here} to see how to use ChangeCompartment API.
78
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/ChangeCompartment.ts.html |here} to see how to use ChangeCompartment API.
79
79
  */
80
80
  changeCompartment(changeCompartmentRequest: requests.ChangeCompartmentRequest): Promise<responses.ChangeCompartmentResponse>;
81
81
  /**
@@ -85,7 +85,7 @@ export declare class DataIntegrationClient {
85
85
  * @param CreateApplicationRequest
86
86
  * @return CreateApplicationResponse
87
87
  * @throws OciError when an error occurs
88
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/CreateApplication.ts.html |here} to see how to use CreateApplication API.
88
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/CreateApplication.ts.html |here} to see how to use CreateApplication API.
89
89
  */
90
90
  createApplication(createApplicationRequest: requests.CreateApplicationRequest): Promise<responses.CreateApplicationResponse>;
91
91
  /**
@@ -94,7 +94,7 @@ export declare class DataIntegrationClient {
94
94
  * @param CreateConnectionRequest
95
95
  * @return CreateConnectionResponse
96
96
  * @throws OciError when an error occurs
97
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/CreateConnection.ts.html |here} to see how to use CreateConnection API.
97
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/CreateConnection.ts.html |here} to see how to use CreateConnection API.
98
98
  */
99
99
  createConnection(createConnectionRequest: requests.CreateConnectionRequest): Promise<responses.CreateConnectionResponse>;
100
100
  /**
@@ -103,7 +103,7 @@ export declare class DataIntegrationClient {
103
103
  * @param CreateConnectionValidationRequest
104
104
  * @return CreateConnectionValidationResponse
105
105
  * @throws OciError when an error occurs
106
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/CreateConnectionValidation.ts.html |here} to see how to use CreateConnectionValidation API.
106
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/CreateConnectionValidation.ts.html |here} to see how to use CreateConnectionValidation API.
107
107
  */
108
108
  createConnectionValidation(createConnectionValidationRequest: requests.CreateConnectionValidationRequest): Promise<responses.CreateConnectionValidationResponse>;
109
109
  /**
@@ -112,7 +112,7 @@ export declare class DataIntegrationClient {
112
112
  * @param CreateDataAssetRequest
113
113
  * @return CreateDataAssetResponse
114
114
  * @throws OciError when an error occurs
115
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/CreateDataAsset.ts.html |here} to see how to use CreateDataAsset API.
115
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/CreateDataAsset.ts.html |here} to see how to use CreateDataAsset API.
116
116
  */
117
117
  createDataAsset(createDataAssetRequest: requests.CreateDataAssetRequest): Promise<responses.CreateDataAssetResponse>;
118
118
  /**
@@ -122,7 +122,7 @@ export declare class DataIntegrationClient {
122
122
  * @param CreateDataFlowRequest
123
123
  * @return CreateDataFlowResponse
124
124
  * @throws OciError when an error occurs
125
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/CreateDataFlow.ts.html |here} to see how to use CreateDataFlow API.
125
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/CreateDataFlow.ts.html |here} to see how to use CreateDataFlow API.
126
126
  */
127
127
  createDataFlow(createDataFlowRequest: requests.CreateDataFlowRequest): Promise<responses.CreateDataFlowResponse>;
128
128
  /**
@@ -132,7 +132,7 @@ export declare class DataIntegrationClient {
132
132
  * @param CreateDataFlowValidationRequest
133
133
  * @return CreateDataFlowValidationResponse
134
134
  * @throws OciError when an error occurs
135
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/CreateDataFlowValidation.ts.html |here} to see how to use CreateDataFlowValidation API.
135
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/CreateDataFlowValidation.ts.html |here} to see how to use CreateDataFlowValidation API.
136
136
  */
137
137
  createDataFlowValidation(createDataFlowValidationRequest: requests.CreateDataFlowValidationRequest): Promise<responses.CreateDataFlowValidationResponse>;
138
138
  /**
@@ -141,7 +141,7 @@ export declare class DataIntegrationClient {
141
141
  * @param CreateEntityShapeRequest
142
142
  * @return CreateEntityShapeResponse
143
143
  * @throws OciError when an error occurs
144
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/CreateEntityShape.ts.html |here} to see how to use CreateEntityShape API.
144
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/CreateEntityShape.ts.html |here} to see how to use CreateEntityShape API.
145
145
  */
146
146
  createEntityShape(createEntityShapeRequest: requests.CreateEntityShapeRequest): Promise<responses.CreateEntityShapeResponse>;
147
147
  /**
@@ -150,7 +150,7 @@ export declare class DataIntegrationClient {
150
150
  * @param CreateExternalPublicationRequest
151
151
  * @return CreateExternalPublicationResponse
152
152
  * @throws OciError when an error occurs
153
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/CreateExternalPublication.ts.html |here} to see how to use CreateExternalPublication API.
153
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/CreateExternalPublication.ts.html |here} to see how to use CreateExternalPublication API.
154
154
  */
155
155
  createExternalPublication(createExternalPublicationRequest: requests.CreateExternalPublicationRequest): Promise<responses.CreateExternalPublicationResponse>;
156
156
  /**
@@ -159,7 +159,7 @@ export declare class DataIntegrationClient {
159
159
  * @param CreateExternalPublicationValidationRequest
160
160
  * @return CreateExternalPublicationValidationResponse
161
161
  * @throws OciError when an error occurs
162
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/CreateExternalPublicationValidation.ts.html |here} to see how to use CreateExternalPublicationValidation API.
162
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/CreateExternalPublicationValidation.ts.html |here} to see how to use CreateExternalPublicationValidation API.
163
163
  */
164
164
  createExternalPublicationValidation(createExternalPublicationValidationRequest: requests.CreateExternalPublicationValidationRequest): Promise<responses.CreateExternalPublicationValidationResponse>;
165
165
  /**
@@ -170,7 +170,7 @@ export declare class DataIntegrationClient {
170
170
  * @param CreateFolderRequest
171
171
  * @return CreateFolderResponse
172
172
  * @throws OciError when an error occurs
173
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/CreateFolder.ts.html |here} to see how to use CreateFolder API.
173
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/CreateFolder.ts.html |here} to see how to use CreateFolder API.
174
174
  */
175
175
  createFolder(createFolderRequest: requests.CreateFolderRequest): Promise<responses.CreateFolderResponse>;
176
176
  /**
@@ -181,7 +181,7 @@ export declare class DataIntegrationClient {
181
181
  * @param CreateFunctionLibraryRequest
182
182
  * @return CreateFunctionLibraryResponse
183
183
  * @throws OciError when an error occurs
184
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/CreateFunctionLibrary.ts.html |here} to see how to use CreateFunctionLibrary API.
184
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/CreateFunctionLibrary.ts.html |here} to see how to use CreateFunctionLibrary API.
185
185
  */
186
186
  createFunctionLibrary(createFunctionLibraryRequest: requests.CreateFunctionLibraryRequest): Promise<responses.CreateFunctionLibraryResponse>;
187
187
  /**
@@ -190,7 +190,7 @@ export declare class DataIntegrationClient {
190
190
  * @param CreatePatchRequest
191
191
  * @return CreatePatchResponse
192
192
  * @throws OciError when an error occurs
193
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/CreatePatch.ts.html |here} to see how to use CreatePatch API.
193
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/CreatePatch.ts.html |here} to see how to use CreatePatch API.
194
194
  */
195
195
  createPatch(createPatchRequest: requests.CreatePatchRequest): Promise<responses.CreatePatchResponse>;
196
196
  /**
@@ -200,7 +200,7 @@ export declare class DataIntegrationClient {
200
200
  * @param CreatePipelineRequest
201
201
  * @return CreatePipelineResponse
202
202
  * @throws OciError when an error occurs
203
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/CreatePipeline.ts.html |here} to see how to use CreatePipeline API.
203
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/CreatePipeline.ts.html |here} to see how to use CreatePipeline API.
204
204
  */
205
205
  createPipeline(createPipelineRequest: requests.CreatePipelineRequest): Promise<responses.CreatePipelineResponse>;
206
206
  /**
@@ -210,7 +210,7 @@ export declare class DataIntegrationClient {
210
210
  * @param CreatePipelineValidationRequest
211
211
  * @return CreatePipelineValidationResponse
212
212
  * @throws OciError when an error occurs
213
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/CreatePipelineValidation.ts.html |here} to see how to use CreatePipelineValidation API.
213
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/CreatePipelineValidation.ts.html |here} to see how to use CreatePipelineValidation API.
214
214
  */
215
215
  createPipelineValidation(createPipelineValidationRequest: requests.CreatePipelineValidationRequest): Promise<responses.CreatePipelineValidationResponse>;
216
216
  /**
@@ -220,7 +220,7 @@ export declare class DataIntegrationClient {
220
220
  * @param CreateProjectRequest
221
221
  * @return CreateProjectResponse
222
222
  * @throws OciError when an error occurs
223
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/CreateProject.ts.html |here} to see how to use CreateProject API.
223
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/CreateProject.ts.html |here} to see how to use CreateProject API.
224
224
  */
225
225
  createProject(createProjectRequest: requests.CreateProjectRequest): Promise<responses.CreateProjectResponse>;
226
226
  /**
@@ -229,7 +229,7 @@ export declare class DataIntegrationClient {
229
229
  * @param CreateScheduleRequest
230
230
  * @return CreateScheduleResponse
231
231
  * @throws OciError when an error occurs
232
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/CreateSchedule.ts.html |here} to see how to use CreateSchedule API.
232
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/CreateSchedule.ts.html |here} to see how to use CreateSchedule API.
233
233
  */
234
234
  createSchedule(createScheduleRequest: requests.CreateScheduleRequest): Promise<responses.CreateScheduleResponse>;
235
235
  /**
@@ -239,7 +239,7 @@ export declare class DataIntegrationClient {
239
239
  * @param CreateTaskRequest
240
240
  * @return CreateTaskResponse
241
241
  * @throws OciError when an error occurs
242
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/CreateTask.ts.html |here} to see how to use CreateTask API.
242
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/CreateTask.ts.html |here} to see how to use CreateTask API.
243
243
  */
244
244
  createTask(createTaskRequest: requests.CreateTaskRequest): Promise<responses.CreateTaskResponse>;
245
245
  /**
@@ -248,7 +248,7 @@ export declare class DataIntegrationClient {
248
248
  * @param CreateTaskRunRequest
249
249
  * @return CreateTaskRunResponse
250
250
  * @throws OciError when an error occurs
251
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/CreateTaskRun.ts.html |here} to see how to use CreateTaskRun API.
251
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/CreateTaskRun.ts.html |here} to see how to use CreateTaskRun API.
252
252
  */
253
253
  createTaskRun(createTaskRunRequest: requests.CreateTaskRunRequest): Promise<responses.CreateTaskRunResponse>;
254
254
  /**
@@ -257,7 +257,7 @@ export declare class DataIntegrationClient {
257
257
  * @param CreateTaskScheduleRequest
258
258
  * @return CreateTaskScheduleResponse
259
259
  * @throws OciError when an error occurs
260
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/CreateTaskSchedule.ts.html |here} to see how to use CreateTaskSchedule API.
260
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/CreateTaskSchedule.ts.html |here} to see how to use CreateTaskSchedule API.
261
261
  */
262
262
  createTaskSchedule(createTaskScheduleRequest: requests.CreateTaskScheduleRequest): Promise<responses.CreateTaskScheduleResponse>;
263
263
  /**
@@ -266,7 +266,7 @@ export declare class DataIntegrationClient {
266
266
  * @param CreateTaskValidationRequest
267
267
  * @return CreateTaskValidationResponse
268
268
  * @throws OciError when an error occurs
269
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/CreateTaskValidation.ts.html |here} to see how to use CreateTaskValidation API.
269
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/CreateTaskValidation.ts.html |here} to see how to use CreateTaskValidation API.
270
270
  */
271
271
  createTaskValidation(createTaskValidationRequest: requests.CreateTaskValidationRequest): Promise<responses.CreateTaskValidationResponse>;
272
272
  /**
@@ -276,7 +276,7 @@ export declare class DataIntegrationClient {
276
276
  * @param CreateUserDefinedFunctionRequest
277
277
  * @return CreateUserDefinedFunctionResponse
278
278
  * @throws OciError when an error occurs
279
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/CreateUserDefinedFunction.ts.html |here} to see how to use CreateUserDefinedFunction API.
279
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/CreateUserDefinedFunction.ts.html |here} to see how to use CreateUserDefinedFunction API.
280
280
  */
281
281
  createUserDefinedFunction(createUserDefinedFunctionRequest: requests.CreateUserDefinedFunctionRequest): Promise<responses.CreateUserDefinedFunctionResponse>;
282
282
  /**
@@ -286,7 +286,7 @@ export declare class DataIntegrationClient {
286
286
  * @param CreateUserDefinedFunctionValidationRequest
287
287
  * @return CreateUserDefinedFunctionValidationResponse
288
288
  * @throws OciError when an error occurs
289
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/CreateUserDefinedFunctionValidation.ts.html |here} to see how to use CreateUserDefinedFunctionValidation API.
289
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/CreateUserDefinedFunctionValidation.ts.html |here} to see how to use CreateUserDefinedFunctionValidation API.
290
290
  */
291
291
  createUserDefinedFunctionValidation(createUserDefinedFunctionValidationRequest: requests.CreateUserDefinedFunctionValidationRequest): Promise<responses.CreateUserDefinedFunctionValidationResponse>;
292
292
  /**
@@ -296,7 +296,7 @@ export declare class DataIntegrationClient {
296
296
  * @param CreateWorkspaceRequest
297
297
  * @return CreateWorkspaceResponse
298
298
  * @throws OciError when an error occurs
299
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/CreateWorkspace.ts.html |here} to see how to use CreateWorkspace API.
299
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/CreateWorkspace.ts.html |here} to see how to use CreateWorkspace API.
300
300
  */
301
301
  createWorkspace(createWorkspaceRequest: requests.CreateWorkspaceRequest): Promise<responses.CreateWorkspaceResponse>;
302
302
  /**
@@ -305,7 +305,7 @@ export declare class DataIntegrationClient {
305
305
  * @param DeleteApplicationRequest
306
306
  * @return DeleteApplicationResponse
307
307
  * @throws OciError when an error occurs
308
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
308
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
309
309
  */
310
310
  deleteApplication(deleteApplicationRequest: requests.DeleteApplicationRequest): Promise<responses.DeleteApplicationResponse>;
311
311
  /**
@@ -314,7 +314,7 @@ export declare class DataIntegrationClient {
314
314
  * @param DeleteConnectionRequest
315
315
  * @return DeleteConnectionResponse
316
316
  * @throws OciError when an error occurs
317
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/DeleteConnection.ts.html |here} to see how to use DeleteConnection API.
317
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/DeleteConnection.ts.html |here} to see how to use DeleteConnection API.
318
318
  */
319
319
  deleteConnection(deleteConnectionRequest: requests.DeleteConnectionRequest): Promise<responses.DeleteConnectionResponse>;
320
320
  /**
@@ -323,7 +323,7 @@ export declare class DataIntegrationClient {
323
323
  * @param DeleteConnectionValidationRequest
324
324
  * @return DeleteConnectionValidationResponse
325
325
  * @throws OciError when an error occurs
326
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/DeleteConnectionValidation.ts.html |here} to see how to use DeleteConnectionValidation API.
326
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/DeleteConnectionValidation.ts.html |here} to see how to use DeleteConnectionValidation API.
327
327
  */
328
328
  deleteConnectionValidation(deleteConnectionValidationRequest: requests.DeleteConnectionValidationRequest): Promise<responses.DeleteConnectionValidationResponse>;
329
329
  /**
@@ -332,7 +332,7 @@ export declare class DataIntegrationClient {
332
332
  * @param DeleteDataAssetRequest
333
333
  * @return DeleteDataAssetResponse
334
334
  * @throws OciError when an error occurs
335
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/DeleteDataAsset.ts.html |here} to see how to use DeleteDataAsset API.
335
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/DeleteDataAsset.ts.html |here} to see how to use DeleteDataAsset API.
336
336
  */
337
337
  deleteDataAsset(deleteDataAssetRequest: requests.DeleteDataAssetRequest): Promise<responses.DeleteDataAssetResponse>;
338
338
  /**
@@ -341,7 +341,7 @@ export declare class DataIntegrationClient {
341
341
  * @param DeleteDataFlowRequest
342
342
  * @return DeleteDataFlowResponse
343
343
  * @throws OciError when an error occurs
344
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/DeleteDataFlow.ts.html |here} to see how to use DeleteDataFlow API.
344
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/DeleteDataFlow.ts.html |here} to see how to use DeleteDataFlow API.
345
345
  */
346
346
  deleteDataFlow(deleteDataFlowRequest: requests.DeleteDataFlowRequest): Promise<responses.DeleteDataFlowResponse>;
347
347
  /**
@@ -350,7 +350,7 @@ export declare class DataIntegrationClient {
350
350
  * @param DeleteDataFlowValidationRequest
351
351
  * @return DeleteDataFlowValidationResponse
352
352
  * @throws OciError when an error occurs
353
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/DeleteDataFlowValidation.ts.html |here} to see how to use DeleteDataFlowValidation API.
353
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/DeleteDataFlowValidation.ts.html |here} to see how to use DeleteDataFlowValidation API.
354
354
  */
355
355
  deleteDataFlowValidation(deleteDataFlowValidationRequest: requests.DeleteDataFlowValidationRequest): Promise<responses.DeleteDataFlowValidationResponse>;
356
356
  /**
@@ -359,7 +359,7 @@ export declare class DataIntegrationClient {
359
359
  * @param DeleteExternalPublicationRequest
360
360
  * @return DeleteExternalPublicationResponse
361
361
  * @throws OciError when an error occurs
362
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/DeleteExternalPublication.ts.html |here} to see how to use DeleteExternalPublication API.
362
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/DeleteExternalPublication.ts.html |here} to see how to use DeleteExternalPublication API.
363
363
  */
364
364
  deleteExternalPublication(deleteExternalPublicationRequest: requests.DeleteExternalPublicationRequest): Promise<responses.DeleteExternalPublicationResponse>;
365
365
  /**
@@ -369,7 +369,7 @@ export declare class DataIntegrationClient {
369
369
  * @param DeleteExternalPublicationValidationRequest
370
370
  * @return DeleteExternalPublicationValidationResponse
371
371
  * @throws OciError when an error occurs
372
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/DeleteExternalPublicationValidation.ts.html |here} to see how to use DeleteExternalPublicationValidation API.
372
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/DeleteExternalPublicationValidation.ts.html |here} to see how to use DeleteExternalPublicationValidation API.
373
373
  */
374
374
  deleteExternalPublicationValidation(deleteExternalPublicationValidationRequest: requests.DeleteExternalPublicationValidationRequest): Promise<responses.DeleteExternalPublicationValidationResponse>;
375
375
  /**
@@ -378,7 +378,7 @@ export declare class DataIntegrationClient {
378
378
  * @param DeleteFolderRequest
379
379
  * @return DeleteFolderResponse
380
380
  * @throws OciError when an error occurs
381
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/DeleteFolder.ts.html |here} to see how to use DeleteFolder API.
381
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/DeleteFolder.ts.html |here} to see how to use DeleteFolder API.
382
382
  */
383
383
  deleteFolder(deleteFolderRequest: requests.DeleteFolderRequest): Promise<responses.DeleteFolderResponse>;
384
384
  /**
@@ -387,7 +387,7 @@ export declare class DataIntegrationClient {
387
387
  * @param DeleteFunctionLibraryRequest
388
388
  * @return DeleteFunctionLibraryResponse
389
389
  * @throws OciError when an error occurs
390
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/DeleteFunctionLibrary.ts.html |here} to see how to use DeleteFunctionLibrary API.
390
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/DeleteFunctionLibrary.ts.html |here} to see how to use DeleteFunctionLibrary API.
391
391
  */
392
392
  deleteFunctionLibrary(deleteFunctionLibraryRequest: requests.DeleteFunctionLibraryRequest): Promise<responses.DeleteFunctionLibraryResponse>;
393
393
  /**
@@ -396,7 +396,7 @@ export declare class DataIntegrationClient {
396
396
  * @param DeletePatchRequest
397
397
  * @return DeletePatchResponse
398
398
  * @throws OciError when an error occurs
399
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/DeletePatch.ts.html |here} to see how to use DeletePatch API.
399
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/DeletePatch.ts.html |here} to see how to use DeletePatch API.
400
400
  */
401
401
  deletePatch(deletePatchRequest: requests.DeletePatchRequest): Promise<responses.DeletePatchResponse>;
402
402
  /**
@@ -405,7 +405,7 @@ export declare class DataIntegrationClient {
405
405
  * @param DeletePipelineRequest
406
406
  * @return DeletePipelineResponse
407
407
  * @throws OciError when an error occurs
408
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/DeletePipeline.ts.html |here} to see how to use DeletePipeline API.
408
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/DeletePipeline.ts.html |here} to see how to use DeletePipeline API.
409
409
  */
410
410
  deletePipeline(deletePipelineRequest: requests.DeletePipelineRequest): Promise<responses.DeletePipelineResponse>;
411
411
  /**
@@ -414,7 +414,7 @@ export declare class DataIntegrationClient {
414
414
  * @param DeletePipelineValidationRequest
415
415
  * @return DeletePipelineValidationResponse
416
416
  * @throws OciError when an error occurs
417
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/DeletePipelineValidation.ts.html |here} to see how to use DeletePipelineValidation API.
417
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/DeletePipelineValidation.ts.html |here} to see how to use DeletePipelineValidation API.
418
418
  */
419
419
  deletePipelineValidation(deletePipelineValidationRequest: requests.DeletePipelineValidationRequest): Promise<responses.DeletePipelineValidationResponse>;
420
420
  /**
@@ -423,7 +423,7 @@ export declare class DataIntegrationClient {
423
423
  * @param DeleteProjectRequest
424
424
  * @return DeleteProjectResponse
425
425
  * @throws OciError when an error occurs
426
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/DeleteProject.ts.html |here} to see how to use DeleteProject API.
426
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/DeleteProject.ts.html |here} to see how to use DeleteProject API.
427
427
  */
428
428
  deleteProject(deleteProjectRequest: requests.DeleteProjectRequest): Promise<responses.DeleteProjectResponse>;
429
429
  /**
@@ -432,7 +432,7 @@ export declare class DataIntegrationClient {
432
432
  * @param DeleteScheduleRequest
433
433
  * @return DeleteScheduleResponse
434
434
  * @throws OciError when an error occurs
435
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/DeleteSchedule.ts.html |here} to see how to use DeleteSchedule API.
435
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/DeleteSchedule.ts.html |here} to see how to use DeleteSchedule API.
436
436
  */
437
437
  deleteSchedule(deleteScheduleRequest: requests.DeleteScheduleRequest): Promise<responses.DeleteScheduleResponse>;
438
438
  /**
@@ -441,7 +441,7 @@ export declare class DataIntegrationClient {
441
441
  * @param DeleteTaskRequest
442
442
  * @return DeleteTaskResponse
443
443
  * @throws OciError when an error occurs
444
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/DeleteTask.ts.html |here} to see how to use DeleteTask API.
444
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/DeleteTask.ts.html |here} to see how to use DeleteTask API.
445
445
  */
446
446
  deleteTask(deleteTaskRequest: requests.DeleteTaskRequest): Promise<responses.DeleteTaskResponse>;
447
447
  /**
@@ -450,7 +450,7 @@ export declare class DataIntegrationClient {
450
450
  * @param DeleteTaskRunRequest
451
451
  * @return DeleteTaskRunResponse
452
452
  * @throws OciError when an error occurs
453
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/DeleteTaskRun.ts.html |here} to see how to use DeleteTaskRun API.
453
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/DeleteTaskRun.ts.html |here} to see how to use DeleteTaskRun API.
454
454
  */
455
455
  deleteTaskRun(deleteTaskRunRequest: requests.DeleteTaskRunRequest): Promise<responses.DeleteTaskRunResponse>;
456
456
  /**
@@ -459,7 +459,7 @@ export declare class DataIntegrationClient {
459
459
  * @param DeleteTaskScheduleRequest
460
460
  * @return DeleteTaskScheduleResponse
461
461
  * @throws OciError when an error occurs
462
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/DeleteTaskSchedule.ts.html |here} to see how to use DeleteTaskSchedule API.
462
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/DeleteTaskSchedule.ts.html |here} to see how to use DeleteTaskSchedule API.
463
463
  */
464
464
  deleteTaskSchedule(deleteTaskScheduleRequest: requests.DeleteTaskScheduleRequest): Promise<responses.DeleteTaskScheduleResponse>;
465
465
  /**
@@ -469,7 +469,7 @@ export declare class DataIntegrationClient {
469
469
  * @param DeleteTaskValidationRequest
470
470
  * @return DeleteTaskValidationResponse
471
471
  * @throws OciError when an error occurs
472
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/DeleteTaskValidation.ts.html |here} to see how to use DeleteTaskValidation API.
472
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/DeleteTaskValidation.ts.html |here} to see how to use DeleteTaskValidation API.
473
473
  */
474
474
  deleteTaskValidation(deleteTaskValidationRequest: requests.DeleteTaskValidationRequest): Promise<responses.DeleteTaskValidationResponse>;
475
475
  /**
@@ -478,7 +478,7 @@ export declare class DataIntegrationClient {
478
478
  * @param DeleteUserDefinedFunctionRequest
479
479
  * @return DeleteUserDefinedFunctionResponse
480
480
  * @throws OciError when an error occurs
481
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/DeleteUserDefinedFunction.ts.html |here} to see how to use DeleteUserDefinedFunction API.
481
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/DeleteUserDefinedFunction.ts.html |here} to see how to use DeleteUserDefinedFunction API.
482
482
  */
483
483
  deleteUserDefinedFunction(deleteUserDefinedFunctionRequest: requests.DeleteUserDefinedFunctionRequest): Promise<responses.DeleteUserDefinedFunctionResponse>;
484
484
  /**
@@ -487,7 +487,7 @@ export declare class DataIntegrationClient {
487
487
  * @param DeleteUserDefinedFunctionValidationRequest
488
488
  * @return DeleteUserDefinedFunctionValidationResponse
489
489
  * @throws OciError when an error occurs
490
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/DeleteUserDefinedFunctionValidation.ts.html |here} to see how to use DeleteUserDefinedFunctionValidation API.
490
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/DeleteUserDefinedFunctionValidation.ts.html |here} to see how to use DeleteUserDefinedFunctionValidation API.
491
491
  */
492
492
  deleteUserDefinedFunctionValidation(deleteUserDefinedFunctionValidationRequest: requests.DeleteUserDefinedFunctionValidationRequest): Promise<responses.DeleteUserDefinedFunctionValidationResponse>;
493
493
  /**
@@ -496,7 +496,7 @@ export declare class DataIntegrationClient {
496
496
  * @param DeleteWorkspaceRequest
497
497
  * @return DeleteWorkspaceResponse
498
498
  * @throws OciError when an error occurs
499
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/DeleteWorkspace.ts.html |here} to see how to use DeleteWorkspace API.
499
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/DeleteWorkspace.ts.html |here} to see how to use DeleteWorkspace API.
500
500
  */
501
501
  deleteWorkspace(deleteWorkspaceRequest: requests.DeleteWorkspaceRequest): Promise<responses.DeleteWorkspaceResponse>;
502
502
  /**
@@ -505,7 +505,7 @@ export declare class DataIntegrationClient {
505
505
  * @param GetApplicationRequest
506
506
  * @return GetApplicationResponse
507
507
  * @throws OciError when an error occurs
508
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/GetApplication.ts.html |here} to see how to use GetApplication API.
508
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/GetApplication.ts.html |here} to see how to use GetApplication API.
509
509
  */
510
510
  getApplication(getApplicationRequest: requests.GetApplicationRequest): Promise<responses.GetApplicationResponse>;
511
511
  /**
@@ -514,7 +514,7 @@ export declare class DataIntegrationClient {
514
514
  * @param GetConnectionRequest
515
515
  * @return GetConnectionResponse
516
516
  * @throws OciError when an error occurs
517
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/GetConnection.ts.html |here} to see how to use GetConnection API.
517
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/GetConnection.ts.html |here} to see how to use GetConnection API.
518
518
  */
519
519
  getConnection(getConnectionRequest: requests.GetConnectionRequest): Promise<responses.GetConnectionResponse>;
520
520
  /**
@@ -523,7 +523,7 @@ export declare class DataIntegrationClient {
523
523
  * @param GetConnectionValidationRequest
524
524
  * @return GetConnectionValidationResponse
525
525
  * @throws OciError when an error occurs
526
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/GetConnectionValidation.ts.html |here} to see how to use GetConnectionValidation API.
526
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/GetConnectionValidation.ts.html |here} to see how to use GetConnectionValidation API.
527
527
  */
528
528
  getConnectionValidation(getConnectionValidationRequest: requests.GetConnectionValidationRequest): Promise<responses.GetConnectionValidationResponse>;
529
529
  /**
@@ -534,7 +534,7 @@ export declare class DataIntegrationClient {
534
534
  * @param GetCountStatisticRequest
535
535
  * @return GetCountStatisticResponse
536
536
  * @throws OciError when an error occurs
537
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/GetCountStatistic.ts.html |here} to see how to use GetCountStatistic API.
537
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/GetCountStatistic.ts.html |here} to see how to use GetCountStatistic API.
538
538
  */
539
539
  getCountStatistic(getCountStatisticRequest: requests.GetCountStatisticRequest): Promise<responses.GetCountStatisticResponse>;
540
540
  /**
@@ -543,7 +543,7 @@ export declare class DataIntegrationClient {
543
543
  * @param GetDataAssetRequest
544
544
  * @return GetDataAssetResponse
545
545
  * @throws OciError when an error occurs
546
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/GetDataAsset.ts.html |here} to see how to use GetDataAsset API.
546
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/GetDataAsset.ts.html |here} to see how to use GetDataAsset API.
547
547
  */
548
548
  getDataAsset(getDataAssetRequest: requests.GetDataAssetRequest): Promise<responses.GetDataAssetResponse>;
549
549
  /**
@@ -552,7 +552,7 @@ export declare class DataIntegrationClient {
552
552
  * @param GetDataEntityRequest
553
553
  * @return GetDataEntityResponse
554
554
  * @throws OciError when an error occurs
555
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/GetDataEntity.ts.html |here} to see how to use GetDataEntity API.
555
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/GetDataEntity.ts.html |here} to see how to use GetDataEntity API.
556
556
  */
557
557
  getDataEntity(getDataEntityRequest: requests.GetDataEntityRequest): Promise<responses.GetDataEntityResponse>;
558
558
  /**
@@ -561,7 +561,7 @@ export declare class DataIntegrationClient {
561
561
  * @param GetDataFlowRequest
562
562
  * @return GetDataFlowResponse
563
563
  * @throws OciError when an error occurs
564
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/GetDataFlow.ts.html |here} to see how to use GetDataFlow API.
564
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/GetDataFlow.ts.html |here} to see how to use GetDataFlow API.
565
565
  */
566
566
  getDataFlow(getDataFlowRequest: requests.GetDataFlowRequest): Promise<responses.GetDataFlowResponse>;
567
567
  /**
@@ -570,7 +570,7 @@ export declare class DataIntegrationClient {
570
570
  * @param GetDataFlowValidationRequest
571
571
  * @return GetDataFlowValidationResponse
572
572
  * @throws OciError when an error occurs
573
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/GetDataFlowValidation.ts.html |here} to see how to use GetDataFlowValidation API.
573
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/GetDataFlowValidation.ts.html |here} to see how to use GetDataFlowValidation API.
574
574
  */
575
575
  getDataFlowValidation(getDataFlowValidationRequest: requests.GetDataFlowValidationRequest): Promise<responses.GetDataFlowValidationResponse>;
576
576
  /**
@@ -579,7 +579,7 @@ export declare class DataIntegrationClient {
579
579
  * @param GetDependentObjectRequest
580
580
  * @return GetDependentObjectResponse
581
581
  * @throws OciError when an error occurs
582
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/GetDependentObject.ts.html |here} to see how to use GetDependentObject API.
582
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/GetDependentObject.ts.html |here} to see how to use GetDependentObject API.
583
583
  */
584
584
  getDependentObject(getDependentObjectRequest: requests.GetDependentObjectRequest): Promise<responses.GetDependentObjectResponse>;
585
585
  /**
@@ -588,7 +588,7 @@ export declare class DataIntegrationClient {
588
588
  * @param GetExternalPublicationRequest
589
589
  * @return GetExternalPublicationResponse
590
590
  * @throws OciError when an error occurs
591
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/GetExternalPublication.ts.html |here} to see how to use GetExternalPublication API.
591
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/GetExternalPublication.ts.html |here} to see how to use GetExternalPublication API.
592
592
  */
593
593
  getExternalPublication(getExternalPublicationRequest: requests.GetExternalPublicationRequest): Promise<responses.GetExternalPublicationResponse>;
594
594
  /**
@@ -597,7 +597,7 @@ export declare class DataIntegrationClient {
597
597
  * @param GetExternalPublicationValidationRequest
598
598
  * @return GetExternalPublicationValidationResponse
599
599
  * @throws OciError when an error occurs
600
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/GetExternalPublicationValidation.ts.html |here} to see how to use GetExternalPublicationValidation API.
600
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/GetExternalPublicationValidation.ts.html |here} to see how to use GetExternalPublicationValidation API.
601
601
  */
602
602
  getExternalPublicationValidation(getExternalPublicationValidationRequest: requests.GetExternalPublicationValidationRequest): Promise<responses.GetExternalPublicationValidationResponse>;
603
603
  /**
@@ -606,7 +606,7 @@ export declare class DataIntegrationClient {
606
606
  * @param GetFolderRequest
607
607
  * @return GetFolderResponse
608
608
  * @throws OciError when an error occurs
609
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/GetFolder.ts.html |here} to see how to use GetFolder API.
609
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/GetFolder.ts.html |here} to see how to use GetFolder API.
610
610
  */
611
611
  getFolder(getFolderRequest: requests.GetFolderRequest): Promise<responses.GetFolderResponse>;
612
612
  /**
@@ -615,7 +615,7 @@ export declare class DataIntegrationClient {
615
615
  * @param GetFunctionLibraryRequest
616
616
  * @return GetFunctionLibraryResponse
617
617
  * @throws OciError when an error occurs
618
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/GetFunctionLibrary.ts.html |here} to see how to use GetFunctionLibrary API.
618
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/GetFunctionLibrary.ts.html |here} to see how to use GetFunctionLibrary API.
619
619
  */
620
620
  getFunctionLibrary(getFunctionLibraryRequest: requests.GetFunctionLibraryRequest): Promise<responses.GetFunctionLibraryResponse>;
621
621
  /**
@@ -624,7 +624,7 @@ export declare class DataIntegrationClient {
624
624
  * @param GetPatchRequest
625
625
  * @return GetPatchResponse
626
626
  * @throws OciError when an error occurs
627
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/GetPatch.ts.html |here} to see how to use GetPatch API.
627
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/GetPatch.ts.html |here} to see how to use GetPatch API.
628
628
  */
629
629
  getPatch(getPatchRequest: requests.GetPatchRequest): Promise<responses.GetPatchResponse>;
630
630
  /**
@@ -633,7 +633,7 @@ export declare class DataIntegrationClient {
633
633
  * @param GetPipelineRequest
634
634
  * @return GetPipelineResponse
635
635
  * @throws OciError when an error occurs
636
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/GetPipeline.ts.html |here} to see how to use GetPipeline API.
636
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/GetPipeline.ts.html |here} to see how to use GetPipeline API.
637
637
  */
638
638
  getPipeline(getPipelineRequest: requests.GetPipelineRequest): Promise<responses.GetPipelineResponse>;
639
639
  /**
@@ -642,7 +642,7 @@ export declare class DataIntegrationClient {
642
642
  * @param GetPipelineValidationRequest
643
643
  * @return GetPipelineValidationResponse
644
644
  * @throws OciError when an error occurs
645
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/GetPipelineValidation.ts.html |here} to see how to use GetPipelineValidation API.
645
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/GetPipelineValidation.ts.html |here} to see how to use GetPipelineValidation API.
646
646
  */
647
647
  getPipelineValidation(getPipelineValidationRequest: requests.GetPipelineValidationRequest): Promise<responses.GetPipelineValidationResponse>;
648
648
  /**
@@ -651,7 +651,7 @@ export declare class DataIntegrationClient {
651
651
  * @param GetProjectRequest
652
652
  * @return GetProjectResponse
653
653
  * @throws OciError when an error occurs
654
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/GetProject.ts.html |here} to see how to use GetProject API.
654
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/GetProject.ts.html |here} to see how to use GetProject API.
655
655
  */
656
656
  getProject(getProjectRequest: requests.GetProjectRequest): Promise<responses.GetProjectResponse>;
657
657
  /**
@@ -660,7 +660,7 @@ export declare class DataIntegrationClient {
660
660
  * @param GetPublishedObjectRequest
661
661
  * @return GetPublishedObjectResponse
662
662
  * @throws OciError when an error occurs
663
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/GetPublishedObject.ts.html |here} to see how to use GetPublishedObject API.
663
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/GetPublishedObject.ts.html |here} to see how to use GetPublishedObject API.
664
664
  */
665
665
  getPublishedObject(getPublishedObjectRequest: requests.GetPublishedObjectRequest): Promise<responses.GetPublishedObjectResponse>;
666
666
  /**
@@ -669,7 +669,7 @@ export declare class DataIntegrationClient {
669
669
  * @param GetReferenceRequest
670
670
  * @return GetReferenceResponse
671
671
  * @throws OciError when an error occurs
672
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/GetReference.ts.html |here} to see how to use GetReference API.
672
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/GetReference.ts.html |here} to see how to use GetReference API.
673
673
  */
674
674
  getReference(getReferenceRequest: requests.GetReferenceRequest): Promise<responses.GetReferenceResponse>;
675
675
  /**
@@ -678,7 +678,7 @@ export declare class DataIntegrationClient {
678
678
  * @param GetScheduleRequest
679
679
  * @return GetScheduleResponse
680
680
  * @throws OciError when an error occurs
681
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/GetSchedule.ts.html |here} to see how to use GetSchedule API.
681
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/GetSchedule.ts.html |here} to see how to use GetSchedule API.
682
682
  */
683
683
  getSchedule(getScheduleRequest: requests.GetScheduleRequest): Promise<responses.GetScheduleResponse>;
684
684
  /**
@@ -687,7 +687,7 @@ export declare class DataIntegrationClient {
687
687
  * @param GetSchemaRequest
688
688
  * @return GetSchemaResponse
689
689
  * @throws OciError when an error occurs
690
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/GetSchema.ts.html |here} to see how to use GetSchema API.
690
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/GetSchema.ts.html |here} to see how to use GetSchema API.
691
691
  */
692
692
  getSchema(getSchemaRequest: requests.GetSchemaRequest): Promise<responses.GetSchemaResponse>;
693
693
  /**
@@ -696,7 +696,7 @@ export declare class DataIntegrationClient {
696
696
  * @param GetTaskRequest
697
697
  * @return GetTaskResponse
698
698
  * @throws OciError when an error occurs
699
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/GetTask.ts.html |here} to see how to use GetTask API.
699
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/GetTask.ts.html |here} to see how to use GetTask API.
700
700
  */
701
701
  getTask(getTaskRequest: requests.GetTaskRequest): Promise<responses.GetTaskResponse>;
702
702
  /**
@@ -705,7 +705,7 @@ export declare class DataIntegrationClient {
705
705
  * @param GetTaskRunRequest
706
706
  * @return GetTaskRunResponse
707
707
  * @throws OciError when an error occurs
708
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/GetTaskRun.ts.html |here} to see how to use GetTaskRun API.
708
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/GetTaskRun.ts.html |here} to see how to use GetTaskRun API.
709
709
  */
710
710
  getTaskRun(getTaskRunRequest: requests.GetTaskRunRequest): Promise<responses.GetTaskRunResponse>;
711
711
  /**
@@ -714,7 +714,7 @@ export declare class DataIntegrationClient {
714
714
  * @param GetTaskScheduleRequest
715
715
  * @return GetTaskScheduleResponse
716
716
  * @throws OciError when an error occurs
717
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/GetTaskSchedule.ts.html |here} to see how to use GetTaskSchedule API.
717
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/GetTaskSchedule.ts.html |here} to see how to use GetTaskSchedule API.
718
718
  */
719
719
  getTaskSchedule(getTaskScheduleRequest: requests.GetTaskScheduleRequest): Promise<responses.GetTaskScheduleResponse>;
720
720
  /**
@@ -724,7 +724,7 @@ export declare class DataIntegrationClient {
724
724
  * @param GetTaskValidationRequest
725
725
  * @return GetTaskValidationResponse
726
726
  * @throws OciError when an error occurs
727
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/GetTaskValidation.ts.html |here} to see how to use GetTaskValidation API.
727
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/GetTaskValidation.ts.html |here} to see how to use GetTaskValidation API.
728
728
  */
729
729
  getTaskValidation(getTaskValidationRequest: requests.GetTaskValidationRequest): Promise<responses.GetTaskValidationResponse>;
730
730
  /**
@@ -733,7 +733,7 @@ export declare class DataIntegrationClient {
733
733
  * @param GetUserDefinedFunctionRequest
734
734
  * @return GetUserDefinedFunctionResponse
735
735
  * @throws OciError when an error occurs
736
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/GetUserDefinedFunction.ts.html |here} to see how to use GetUserDefinedFunction API.
736
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/GetUserDefinedFunction.ts.html |here} to see how to use GetUserDefinedFunction API.
737
737
  */
738
738
  getUserDefinedFunction(getUserDefinedFunctionRequest: requests.GetUserDefinedFunctionRequest): Promise<responses.GetUserDefinedFunctionResponse>;
739
739
  /**
@@ -742,7 +742,7 @@ export declare class DataIntegrationClient {
742
742
  * @param GetUserDefinedFunctionValidationRequest
743
743
  * @return GetUserDefinedFunctionValidationResponse
744
744
  * @throws OciError when an error occurs
745
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/GetUserDefinedFunctionValidation.ts.html |here} to see how to use GetUserDefinedFunctionValidation API.
745
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/GetUserDefinedFunctionValidation.ts.html |here} to see how to use GetUserDefinedFunctionValidation API.
746
746
  */
747
747
  getUserDefinedFunctionValidation(getUserDefinedFunctionValidationRequest: requests.GetUserDefinedFunctionValidationRequest): Promise<responses.GetUserDefinedFunctionValidationResponse>;
748
748
  /**
@@ -751,7 +751,7 @@ export declare class DataIntegrationClient {
751
751
  * @param GetWorkRequestRequest
752
752
  * @return GetWorkRequestResponse
753
753
  * @throws OciError when an error occurs
754
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
754
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
755
755
  */
756
756
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
757
757
  /**
@@ -760,7 +760,7 @@ export declare class DataIntegrationClient {
760
760
  * @param GetWorkspaceRequest
761
761
  * @return GetWorkspaceResponse
762
762
  * @throws OciError when an error occurs
763
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/GetWorkspace.ts.html |here} to see how to use GetWorkspace API.
763
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/GetWorkspace.ts.html |here} to see how to use GetWorkspace API.
764
764
  */
765
765
  getWorkspace(getWorkspaceRequest: requests.GetWorkspaceRequest): Promise<responses.GetWorkspaceResponse>;
766
766
  /**
@@ -769,7 +769,7 @@ export declare class DataIntegrationClient {
769
769
  * @param ListApplicationsRequest
770
770
  * @return ListApplicationsResponse
771
771
  * @throws OciError when an error occurs
772
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/ListApplications.ts.html |here} to see how to use ListApplications API.
772
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/ListApplications.ts.html |here} to see how to use ListApplications API.
773
773
  */
774
774
  listApplications(listApplicationsRequest: requests.ListApplicationsRequest): Promise<responses.ListApplicationsResponse>;
775
775
  /**
@@ -778,7 +778,7 @@ export declare class DataIntegrationClient {
778
778
  * @param ListConnectionValidationsRequest
779
779
  * @return ListConnectionValidationsResponse
780
780
  * @throws OciError when an error occurs
781
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/ListConnectionValidations.ts.html |here} to see how to use ListConnectionValidations API.
781
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/ListConnectionValidations.ts.html |here} to see how to use ListConnectionValidations API.
782
782
  */
783
783
  listConnectionValidations(listConnectionValidationsRequest: requests.ListConnectionValidationsRequest): Promise<responses.ListConnectionValidationsResponse>;
784
784
  /**
@@ -787,7 +787,7 @@ export declare class DataIntegrationClient {
787
787
  * @param ListConnectionsRequest
788
788
  * @return ListConnectionsResponse
789
789
  * @throws OciError when an error occurs
790
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/ListConnections.ts.html |here} to see how to use ListConnections API.
790
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/ListConnections.ts.html |here} to see how to use ListConnections API.
791
791
  */
792
792
  listConnections(listConnectionsRequest: requests.ListConnectionsRequest): Promise<responses.ListConnectionsResponse>;
793
793
  /**
@@ -797,7 +797,7 @@ export declare class DataIntegrationClient {
797
797
  * @param ListDataAssetsRequest
798
798
  * @return ListDataAssetsResponse
799
799
  * @throws OciError when an error occurs
800
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/ListDataAssets.ts.html |here} to see how to use ListDataAssets API.
800
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/ListDataAssets.ts.html |here} to see how to use ListDataAssets API.
801
801
  */
802
802
  listDataAssets(listDataAssetsRequest: requests.ListDataAssetsRequest): Promise<responses.ListDataAssetsResponse>;
803
803
  /**
@@ -807,7 +807,7 @@ export declare class DataIntegrationClient {
807
807
  * @param ListDataEntitiesRequest
808
808
  * @return ListDataEntitiesResponse
809
809
  * @throws OciError when an error occurs
810
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/ListDataEntities.ts.html |here} to see how to use ListDataEntities API.
810
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/ListDataEntities.ts.html |here} to see how to use ListDataEntities API.
811
811
  */
812
812
  listDataEntities(listDataEntitiesRequest: requests.ListDataEntitiesRequest): Promise<responses.ListDataEntitiesResponse>;
813
813
  /**
@@ -816,7 +816,7 @@ export declare class DataIntegrationClient {
816
816
  * @param ListDataFlowValidationsRequest
817
817
  * @return ListDataFlowValidationsResponse
818
818
  * @throws OciError when an error occurs
819
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/ListDataFlowValidations.ts.html |here} to see how to use ListDataFlowValidations API.
819
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/ListDataFlowValidations.ts.html |here} to see how to use ListDataFlowValidations API.
820
820
  */
821
821
  listDataFlowValidations(listDataFlowValidationsRequest: requests.ListDataFlowValidationsRequest): Promise<responses.ListDataFlowValidationsResponse>;
822
822
  /**
@@ -826,7 +826,7 @@ export declare class DataIntegrationClient {
826
826
  * @param ListDataFlowsRequest
827
827
  * @return ListDataFlowsResponse
828
828
  * @throws OciError when an error occurs
829
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/ListDataFlows.ts.html |here} to see how to use ListDataFlows API.
829
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/ListDataFlows.ts.html |here} to see how to use ListDataFlows API.
830
830
  */
831
831
  listDataFlows(listDataFlowsRequest: requests.ListDataFlowsRequest): Promise<responses.ListDataFlowsResponse>;
832
832
  /**
@@ -835,7 +835,7 @@ export declare class DataIntegrationClient {
835
835
  * @param ListDependentObjectsRequest
836
836
  * @return ListDependentObjectsResponse
837
837
  * @throws OciError when an error occurs
838
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/ListDependentObjects.ts.html |here} to see how to use ListDependentObjects API.
838
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/ListDependentObjects.ts.html |here} to see how to use ListDependentObjects API.
839
839
  */
840
840
  listDependentObjects(listDependentObjectsRequest: requests.ListDependentObjectsRequest): Promise<responses.ListDependentObjectsResponse>;
841
841
  /**
@@ -845,7 +845,7 @@ export declare class DataIntegrationClient {
845
845
  * @param ListExternalPublicationValidationsRequest
846
846
  * @return ListExternalPublicationValidationsResponse
847
847
  * @throws OciError when an error occurs
848
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/ListExternalPublicationValidations.ts.html |here} to see how to use ListExternalPublicationValidations API.
848
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/ListExternalPublicationValidations.ts.html |here} to see how to use ListExternalPublicationValidations API.
849
849
  */
850
850
  listExternalPublicationValidations(listExternalPublicationValidationsRequest: requests.ListExternalPublicationValidationsRequest): Promise<responses.ListExternalPublicationValidationsResponse>;
851
851
  /**
@@ -854,7 +854,7 @@ export declare class DataIntegrationClient {
854
854
  * @param ListExternalPublicationsRequest
855
855
  * @return ListExternalPublicationsResponse
856
856
  * @throws OciError when an error occurs
857
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/ListExternalPublications.ts.html |here} to see how to use ListExternalPublications API.
857
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/ListExternalPublications.ts.html |here} to see how to use ListExternalPublications API.
858
858
  */
859
859
  listExternalPublications(listExternalPublicationsRequest: requests.ListExternalPublicationsRequest): Promise<responses.ListExternalPublicationsResponse>;
860
860
  /**
@@ -864,7 +864,7 @@ export declare class DataIntegrationClient {
864
864
  * @param ListFoldersRequest
865
865
  * @return ListFoldersResponse
866
866
  * @throws OciError when an error occurs
867
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/ListFolders.ts.html |here} to see how to use ListFolders API.
867
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/ListFolders.ts.html |here} to see how to use ListFolders API.
868
868
  */
869
869
  listFolders(listFoldersRequest: requests.ListFoldersRequest): Promise<responses.ListFoldersResponse>;
870
870
  /**
@@ -874,7 +874,7 @@ export declare class DataIntegrationClient {
874
874
  * @param ListFunctionLibrariesRequest
875
875
  * @return ListFunctionLibrariesResponse
876
876
  * @throws OciError when an error occurs
877
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/ListFunctionLibraries.ts.html |here} to see how to use ListFunctionLibraries API.
877
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/ListFunctionLibraries.ts.html |here} to see how to use ListFunctionLibraries API.
878
878
  */
879
879
  listFunctionLibraries(listFunctionLibrariesRequest: requests.ListFunctionLibrariesRequest): Promise<responses.ListFunctionLibrariesResponse>;
880
880
  /**
@@ -883,7 +883,7 @@ export declare class DataIntegrationClient {
883
883
  * @param ListPatchChangesRequest
884
884
  * @return ListPatchChangesResponse
885
885
  * @throws OciError when an error occurs
886
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/ListPatchChanges.ts.html |here} to see how to use ListPatchChanges API.
886
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/ListPatchChanges.ts.html |here} to see how to use ListPatchChanges API.
887
887
  */
888
888
  listPatchChanges(listPatchChangesRequest: requests.ListPatchChangesRequest): Promise<responses.ListPatchChangesResponse>;
889
889
  /**
@@ -892,7 +892,7 @@ export declare class DataIntegrationClient {
892
892
  * @param ListPatchesRequest
893
893
  * @return ListPatchesResponse
894
894
  * @throws OciError when an error occurs
895
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/ListPatches.ts.html |here} to see how to use ListPatches API.
895
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/ListPatches.ts.html |here} to see how to use ListPatches API.
896
896
  */
897
897
  listPatches(listPatchesRequest: requests.ListPatchesRequest): Promise<responses.ListPatchesResponse>;
898
898
  /**
@@ -901,7 +901,7 @@ export declare class DataIntegrationClient {
901
901
  * @param ListPipelineValidationsRequest
902
902
  * @return ListPipelineValidationsResponse
903
903
  * @throws OciError when an error occurs
904
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/ListPipelineValidations.ts.html |here} to see how to use ListPipelineValidations API.
904
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/ListPipelineValidations.ts.html |here} to see how to use ListPipelineValidations API.
905
905
  */
906
906
  listPipelineValidations(listPipelineValidationsRequest: requests.ListPipelineValidationsRequest): Promise<responses.ListPipelineValidationsResponse>;
907
907
  /**
@@ -911,7 +911,7 @@ export declare class DataIntegrationClient {
911
911
  * @param ListPipelinesRequest
912
912
  * @return ListPipelinesResponse
913
913
  * @throws OciError when an error occurs
914
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/ListPipelines.ts.html |here} to see how to use ListPipelines API.
914
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/ListPipelines.ts.html |here} to see how to use ListPipelines API.
915
915
  */
916
916
  listPipelines(listPipelinesRequest: requests.ListPipelinesRequest): Promise<responses.ListPipelinesResponse>;
917
917
  /**
@@ -921,7 +921,7 @@ export declare class DataIntegrationClient {
921
921
  * @param ListProjectsRequest
922
922
  * @return ListProjectsResponse
923
923
  * @throws OciError when an error occurs
924
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/ListProjects.ts.html |here} to see how to use ListProjects API.
924
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/ListProjects.ts.html |here} to see how to use ListProjects API.
925
925
  */
926
926
  listProjects(listProjectsRequest: requests.ListProjectsRequest): Promise<responses.ListProjectsResponse>;
927
927
  /**
@@ -930,7 +930,7 @@ export declare class DataIntegrationClient {
930
930
  * @param ListPublishedObjectsRequest
931
931
  * @return ListPublishedObjectsResponse
932
932
  * @throws OciError when an error occurs
933
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/ListPublishedObjects.ts.html |here} to see how to use ListPublishedObjects API.
933
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/ListPublishedObjects.ts.html |here} to see how to use ListPublishedObjects API.
934
934
  */
935
935
  listPublishedObjects(listPublishedObjectsRequest: requests.ListPublishedObjectsRequest): Promise<responses.ListPublishedObjectsResponse>;
936
936
  /**
@@ -939,7 +939,7 @@ export declare class DataIntegrationClient {
939
939
  * @param ListReferencesRequest
940
940
  * @return ListReferencesResponse
941
941
  * @throws OciError when an error occurs
942
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/ListReferences.ts.html |here} to see how to use ListReferences API.
942
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/ListReferences.ts.html |here} to see how to use ListReferences API.
943
943
  */
944
944
  listReferences(listReferencesRequest: requests.ListReferencesRequest): Promise<responses.ListReferencesResponse>;
945
945
  /**
@@ -949,7 +949,7 @@ export declare class DataIntegrationClient {
949
949
  * @param ListSchedulesRequest
950
950
  * @return ListSchedulesResponse
951
951
  * @throws OciError when an error occurs
952
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/ListSchedules.ts.html |here} to see how to use ListSchedules API.
952
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/ListSchedules.ts.html |here} to see how to use ListSchedules API.
953
953
  */
954
954
  listSchedules(listSchedulesRequest: requests.ListSchedulesRequest): Promise<responses.ListSchedulesResponse>;
955
955
  /**
@@ -958,7 +958,7 @@ export declare class DataIntegrationClient {
958
958
  * @param ListSchemasRequest
959
959
  * @return ListSchemasResponse
960
960
  * @throws OciError when an error occurs
961
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/ListSchemas.ts.html |here} to see how to use ListSchemas API.
961
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/ListSchemas.ts.html |here} to see how to use ListSchemas API.
962
962
  */
963
963
  listSchemas(listSchemasRequest: requests.ListSchemasRequest): Promise<responses.ListSchemasResponse>;
964
964
  /**
@@ -967,7 +967,7 @@ export declare class DataIntegrationClient {
967
967
  * @param ListTaskRunLogsRequest
968
968
  * @return ListTaskRunLogsResponse
969
969
  * @throws OciError when an error occurs
970
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/ListTaskRunLogs.ts.html |here} to see how to use ListTaskRunLogs API.
970
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/ListTaskRunLogs.ts.html |here} to see how to use ListTaskRunLogs API.
971
971
  */
972
972
  listTaskRunLogs(listTaskRunLogsRequest: requests.ListTaskRunLogsRequest): Promise<responses.ListTaskRunLogsResponse>;
973
973
  /**
@@ -1008,7 +1008,7 @@ export declare class DataIntegrationClient {
1008
1008
  * @param ListTaskRunsRequest
1009
1009
  * @return ListTaskRunsResponse
1010
1010
  * @throws OciError when an error occurs
1011
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/ListTaskRuns.ts.html |here} to see how to use ListTaskRuns API.
1011
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/ListTaskRuns.ts.html |here} to see how to use ListTaskRuns API.
1012
1012
  */
1013
1013
  listTaskRuns(listTaskRunsRequest: requests.ListTaskRunsRequest): Promise<responses.ListTaskRunsResponse>;
1014
1014
  /**
@@ -1018,7 +1018,7 @@ export declare class DataIntegrationClient {
1018
1018
  * @param ListTaskSchedulesRequest
1019
1019
  * @return ListTaskSchedulesResponse
1020
1020
  * @throws OciError when an error occurs
1021
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/ListTaskSchedules.ts.html |here} to see how to use ListTaskSchedules API.
1021
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/ListTaskSchedules.ts.html |here} to see how to use ListTaskSchedules API.
1022
1022
  */
1023
1023
  listTaskSchedules(listTaskSchedulesRequest: requests.ListTaskSchedulesRequest): Promise<responses.ListTaskSchedulesResponse>;
1024
1024
  /**
@@ -1028,7 +1028,7 @@ export declare class DataIntegrationClient {
1028
1028
  * @param ListTaskValidationsRequest
1029
1029
  * @return ListTaskValidationsResponse
1030
1030
  * @throws OciError when an error occurs
1031
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/ListTaskValidations.ts.html |here} to see how to use ListTaskValidations API.
1031
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/ListTaskValidations.ts.html |here} to see how to use ListTaskValidations API.
1032
1032
  */
1033
1033
  listTaskValidations(listTaskValidationsRequest: requests.ListTaskValidationsRequest): Promise<responses.ListTaskValidationsResponse>;
1034
1034
  /**
@@ -1038,7 +1038,7 @@ export declare class DataIntegrationClient {
1038
1038
  * @param ListTasksRequest
1039
1039
  * @return ListTasksResponse
1040
1040
  * @throws OciError when an error occurs
1041
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/ListTasks.ts.html |here} to see how to use ListTasks API.
1041
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/ListTasks.ts.html |here} to see how to use ListTasks API.
1042
1042
  */
1043
1043
  listTasks(listTasksRequest: requests.ListTasksRequest): Promise<responses.ListTasksResponse>;
1044
1044
  /**
@@ -1047,7 +1047,7 @@ export declare class DataIntegrationClient {
1047
1047
  * @param ListUserDefinedFunctionValidationsRequest
1048
1048
  * @return ListUserDefinedFunctionValidationsResponse
1049
1049
  * @throws OciError when an error occurs
1050
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/ListUserDefinedFunctionValidations.ts.html |here} to see how to use ListUserDefinedFunctionValidations API.
1050
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/ListUserDefinedFunctionValidations.ts.html |here} to see how to use ListUserDefinedFunctionValidations API.
1051
1051
  */
1052
1052
  listUserDefinedFunctionValidations(listUserDefinedFunctionValidationsRequest: requests.ListUserDefinedFunctionValidationsRequest): Promise<responses.ListUserDefinedFunctionValidationsResponse>;
1053
1053
  /**
@@ -1057,7 +1057,7 @@ export declare class DataIntegrationClient {
1057
1057
  * @param ListUserDefinedFunctionsRequest
1058
1058
  * @return ListUserDefinedFunctionsResponse
1059
1059
  * @throws OciError when an error occurs
1060
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/ListUserDefinedFunctions.ts.html |here} to see how to use ListUserDefinedFunctions API.
1060
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/ListUserDefinedFunctions.ts.html |here} to see how to use ListUserDefinedFunctions API.
1061
1061
  */
1062
1062
  listUserDefinedFunctions(listUserDefinedFunctionsRequest: requests.ListUserDefinedFunctionsRequest): Promise<responses.ListUserDefinedFunctionsResponse>;
1063
1063
  /**
@@ -1067,7 +1067,7 @@ export declare class DataIntegrationClient {
1067
1067
  * @param ListWorkRequestErrorsRequest
1068
1068
  * @return ListWorkRequestErrorsResponse
1069
1069
  * @throws OciError when an error occurs
1070
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1070
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1071
1071
  */
1072
1072
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
1073
1073
  /**
@@ -1109,7 +1109,7 @@ export declare class DataIntegrationClient {
1109
1109
  * @param ListWorkRequestLogsRequest
1110
1110
  * @return ListWorkRequestLogsResponse
1111
1111
  * @throws OciError when an error occurs
1112
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1112
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1113
1113
  */
1114
1114
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
1115
1115
  /**
@@ -1151,7 +1151,7 @@ export declare class DataIntegrationClient {
1151
1151
  * @param ListWorkRequestsRequest
1152
1152
  * @return ListWorkRequestsResponse
1153
1153
  * @throws OciError when an error occurs
1154
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1154
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1155
1155
  */
1156
1156
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
1157
1157
  /**
@@ -1193,7 +1193,7 @@ export declare class DataIntegrationClient {
1193
1193
  * @param ListWorkspacesRequest
1194
1194
  * @return ListWorkspacesResponse
1195
1195
  * @throws OciError when an error occurs
1196
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/ListWorkspaces.ts.html |here} to see how to use ListWorkspaces API.
1196
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/ListWorkspaces.ts.html |here} to see how to use ListWorkspaces API.
1197
1197
  */
1198
1198
  listWorkspaces(listWorkspacesRequest: requests.ListWorkspacesRequest): Promise<responses.ListWorkspacesResponse>;
1199
1199
  /**
@@ -1235,7 +1235,7 @@ export declare class DataIntegrationClient {
1235
1235
  * @param StartWorkspaceRequest
1236
1236
  * @return StartWorkspaceResponse
1237
1237
  * @throws OciError when an error occurs
1238
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/StartWorkspace.ts.html |here} to see how to use StartWorkspace API.
1238
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/StartWorkspace.ts.html |here} to see how to use StartWorkspace API.
1239
1239
  */
1240
1240
  startWorkspace(startWorkspaceRequest: requests.StartWorkspaceRequest): Promise<responses.StartWorkspaceResponse>;
1241
1241
  /**
@@ -1245,7 +1245,7 @@ export declare class DataIntegrationClient {
1245
1245
  * @param StopWorkspaceRequest
1246
1246
  * @return StopWorkspaceResponse
1247
1247
  * @throws OciError when an error occurs
1248
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/StopWorkspace.ts.html |here} to see how to use StopWorkspace API.
1248
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/StopWorkspace.ts.html |here} to see how to use StopWorkspace API.
1249
1249
  */
1250
1250
  stopWorkspace(stopWorkspaceRequest: requests.StopWorkspaceRequest): Promise<responses.StopWorkspaceResponse>;
1251
1251
  /**
@@ -1254,7 +1254,7 @@ export declare class DataIntegrationClient {
1254
1254
  * @param UpdateApplicationRequest
1255
1255
  * @return UpdateApplicationResponse
1256
1256
  * @throws OciError when an error occurs
1257
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
1257
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
1258
1258
  */
1259
1259
  updateApplication(updateApplicationRequest: requests.UpdateApplicationRequest): Promise<responses.UpdateApplicationResponse>;
1260
1260
  /**
@@ -1263,7 +1263,7 @@ export declare class DataIntegrationClient {
1263
1263
  * @param UpdateConnectionRequest
1264
1264
  * @return UpdateConnectionResponse
1265
1265
  * @throws OciError when an error occurs
1266
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/UpdateConnection.ts.html |here} to see how to use UpdateConnection API.
1266
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/UpdateConnection.ts.html |here} to see how to use UpdateConnection API.
1267
1267
  */
1268
1268
  updateConnection(updateConnectionRequest: requests.UpdateConnectionRequest): Promise<responses.UpdateConnectionResponse>;
1269
1269
  /**
@@ -1272,7 +1272,7 @@ export declare class DataIntegrationClient {
1272
1272
  * @param UpdateDataAssetRequest
1273
1273
  * @return UpdateDataAssetResponse
1274
1274
  * @throws OciError when an error occurs
1275
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/UpdateDataAsset.ts.html |here} to see how to use UpdateDataAsset API.
1275
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/UpdateDataAsset.ts.html |here} to see how to use UpdateDataAsset API.
1276
1276
  */
1277
1277
  updateDataAsset(updateDataAssetRequest: requests.UpdateDataAssetRequest): Promise<responses.UpdateDataAssetResponse>;
1278
1278
  /**
@@ -1281,7 +1281,7 @@ export declare class DataIntegrationClient {
1281
1281
  * @param UpdateDataFlowRequest
1282
1282
  * @return UpdateDataFlowResponse
1283
1283
  * @throws OciError when an error occurs
1284
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/UpdateDataFlow.ts.html |here} to see how to use UpdateDataFlow API.
1284
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/UpdateDataFlow.ts.html |here} to see how to use UpdateDataFlow API.
1285
1285
  */
1286
1286
  updateDataFlow(updateDataFlowRequest: requests.UpdateDataFlowRequest): Promise<responses.UpdateDataFlowResponse>;
1287
1287
  /**
@@ -1290,7 +1290,7 @@ export declare class DataIntegrationClient {
1290
1290
  * @param UpdateExternalPublicationRequest
1291
1291
  * @return UpdateExternalPublicationResponse
1292
1292
  * @throws OciError when an error occurs
1293
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/UpdateExternalPublication.ts.html |here} to see how to use UpdateExternalPublication API.
1293
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/UpdateExternalPublication.ts.html |here} to see how to use UpdateExternalPublication API.
1294
1294
  */
1295
1295
  updateExternalPublication(updateExternalPublicationRequest: requests.UpdateExternalPublicationRequest): Promise<responses.UpdateExternalPublicationResponse>;
1296
1296
  /**
@@ -1299,7 +1299,7 @@ export declare class DataIntegrationClient {
1299
1299
  * @param UpdateFolderRequest
1300
1300
  * @return UpdateFolderResponse
1301
1301
  * @throws OciError when an error occurs
1302
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/UpdateFolder.ts.html |here} to see how to use UpdateFolder API.
1302
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/UpdateFolder.ts.html |here} to see how to use UpdateFolder API.
1303
1303
  */
1304
1304
  updateFolder(updateFolderRequest: requests.UpdateFolderRequest): Promise<responses.UpdateFolderResponse>;
1305
1305
  /**
@@ -1308,7 +1308,7 @@ export declare class DataIntegrationClient {
1308
1308
  * @param UpdateFunctionLibraryRequest
1309
1309
  * @return UpdateFunctionLibraryResponse
1310
1310
  * @throws OciError when an error occurs
1311
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/UpdateFunctionLibrary.ts.html |here} to see how to use UpdateFunctionLibrary API.
1311
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/UpdateFunctionLibrary.ts.html |here} to see how to use UpdateFunctionLibrary API.
1312
1312
  */
1313
1313
  updateFunctionLibrary(updateFunctionLibraryRequest: requests.UpdateFunctionLibraryRequest): Promise<responses.UpdateFunctionLibraryResponse>;
1314
1314
  /**
@@ -1317,7 +1317,7 @@ export declare class DataIntegrationClient {
1317
1317
  * @param UpdatePipelineRequest
1318
1318
  * @return UpdatePipelineResponse
1319
1319
  * @throws OciError when an error occurs
1320
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/UpdatePipeline.ts.html |here} to see how to use UpdatePipeline API.
1320
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/UpdatePipeline.ts.html |here} to see how to use UpdatePipeline API.
1321
1321
  */
1322
1322
  updatePipeline(updatePipelineRequest: requests.UpdatePipelineRequest): Promise<responses.UpdatePipelineResponse>;
1323
1323
  /**
@@ -1326,7 +1326,7 @@ export declare class DataIntegrationClient {
1326
1326
  * @param UpdateProjectRequest
1327
1327
  * @return UpdateProjectResponse
1328
1328
  * @throws OciError when an error occurs
1329
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/UpdateProject.ts.html |here} to see how to use UpdateProject API.
1329
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/UpdateProject.ts.html |here} to see how to use UpdateProject API.
1330
1330
  */
1331
1331
  updateProject(updateProjectRequest: requests.UpdateProjectRequest): Promise<responses.UpdateProjectResponse>;
1332
1332
  /**
@@ -1335,7 +1335,7 @@ export declare class DataIntegrationClient {
1335
1335
  * @param UpdateReferenceRequest
1336
1336
  * @return UpdateReferenceResponse
1337
1337
  * @throws OciError when an error occurs
1338
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/UpdateReference.ts.html |here} to see how to use UpdateReference API.
1338
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/UpdateReference.ts.html |here} to see how to use UpdateReference API.
1339
1339
  */
1340
1340
  updateReference(updateReferenceRequest: requests.UpdateReferenceRequest): Promise<responses.UpdateReferenceResponse>;
1341
1341
  /**
@@ -1344,7 +1344,7 @@ export declare class DataIntegrationClient {
1344
1344
  * @param UpdateScheduleRequest
1345
1345
  * @return UpdateScheduleResponse
1346
1346
  * @throws OciError when an error occurs
1347
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/UpdateSchedule.ts.html |here} to see how to use UpdateSchedule API.
1347
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/UpdateSchedule.ts.html |here} to see how to use UpdateSchedule API.
1348
1348
  */
1349
1349
  updateSchedule(updateScheduleRequest: requests.UpdateScheduleRequest): Promise<responses.UpdateScheduleResponse>;
1350
1350
  /**
@@ -1353,7 +1353,7 @@ export declare class DataIntegrationClient {
1353
1353
  * @param UpdateTaskRequest
1354
1354
  * @return UpdateTaskResponse
1355
1355
  * @throws OciError when an error occurs
1356
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/UpdateTask.ts.html |here} to see how to use UpdateTask API.
1356
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/UpdateTask.ts.html |here} to see how to use UpdateTask API.
1357
1357
  */
1358
1358
  updateTask(updateTaskRequest: requests.UpdateTaskRequest): Promise<responses.UpdateTaskResponse>;
1359
1359
  /**
@@ -1362,7 +1362,7 @@ export declare class DataIntegrationClient {
1362
1362
  * @param UpdateTaskRunRequest
1363
1363
  * @return UpdateTaskRunResponse
1364
1364
  * @throws OciError when an error occurs
1365
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/UpdateTaskRun.ts.html |here} to see how to use UpdateTaskRun API.
1365
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/UpdateTaskRun.ts.html |here} to see how to use UpdateTaskRun API.
1366
1366
  */
1367
1367
  updateTaskRun(updateTaskRunRequest: requests.UpdateTaskRunRequest): Promise<responses.UpdateTaskRunResponse>;
1368
1368
  /**
@@ -1371,7 +1371,7 @@ export declare class DataIntegrationClient {
1371
1371
  * @param UpdateTaskScheduleRequest
1372
1372
  * @return UpdateTaskScheduleResponse
1373
1373
  * @throws OciError when an error occurs
1374
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/UpdateTaskSchedule.ts.html |here} to see how to use UpdateTaskSchedule API.
1374
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/UpdateTaskSchedule.ts.html |here} to see how to use UpdateTaskSchedule API.
1375
1375
  */
1376
1376
  updateTaskSchedule(updateTaskScheduleRequest: requests.UpdateTaskScheduleRequest): Promise<responses.UpdateTaskScheduleResponse>;
1377
1377
  /**
@@ -1380,7 +1380,7 @@ export declare class DataIntegrationClient {
1380
1380
  * @param UpdateUserDefinedFunctionRequest
1381
1381
  * @return UpdateUserDefinedFunctionResponse
1382
1382
  * @throws OciError when an error occurs
1383
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/UpdateUserDefinedFunction.ts.html |here} to see how to use UpdateUserDefinedFunction API.
1383
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/UpdateUserDefinedFunction.ts.html |here} to see how to use UpdateUserDefinedFunction API.
1384
1384
  */
1385
1385
  updateUserDefinedFunction(updateUserDefinedFunctionRequest: requests.UpdateUserDefinedFunctionRequest): Promise<responses.UpdateUserDefinedFunctionResponse>;
1386
1386
  /**
@@ -1389,7 +1389,7 @@ export declare class DataIntegrationClient {
1389
1389
  * @param UpdateWorkspaceRequest
1390
1390
  * @return UpdateWorkspaceResponse
1391
1391
  * @throws OciError when an error occurs
1392
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataintegration/UpdateWorkspace.ts.html |here} to see how to use UpdateWorkspace API.
1392
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dataintegration/UpdateWorkspace.ts.html |here} to see how to use UpdateWorkspace API.
1393
1393
  */
1394
1394
  updateWorkspace(updateWorkspaceRequest: requests.UpdateWorkspaceRequest): Promise<responses.UpdateWorkspaceResponse>;
1395
1395
  }