oci-dataintegration 2.3.1 → 2.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.txt +6 -0
- package/lib/client.d.ts +196 -111
- package/lib/client.js +216 -111
- package/lib/client.js.map +1 -1
- package/lib/request/change-compartment-request.d.ts +1 -1
- package/lib/request/create-application-request.d.ts +1 -1
- package/lib/request/create-connection-request.d.ts +1 -1
- package/lib/request/create-connection-validation-request.d.ts +1 -1
- package/lib/request/create-data-asset-request.d.ts +1 -1
- package/lib/request/create-data-flow-request.d.ts +1 -1
- package/lib/request/create-data-flow-validation-request.d.ts +1 -1
- package/lib/request/create-entity-shape-request.d.ts +1 -1
- package/lib/request/create-external-publication-request.d.ts +1 -1
- package/lib/request/create-external-publication-validation-request.d.ts +1 -1
- package/lib/request/create-folder-request.d.ts +1 -1
- package/lib/request/create-patch-request.d.ts +1 -1
- package/lib/request/create-pipeline-request.d.ts +1 -1
- package/lib/request/create-pipeline-validation-request.d.ts +1 -1
- package/lib/request/create-project-request.d.ts +1 -1
- package/lib/request/create-schedule-request.d.ts +1 -1
- package/lib/request/create-task-request.d.ts +1 -1
- package/lib/request/create-task-run-request.d.ts +1 -1
- package/lib/request/create-task-schedule-request.d.ts +1 -1
- package/lib/request/create-task-validation-request.d.ts +1 -1
- package/lib/request/create-workspace-request.d.ts +1 -1
- package/lib/request/delete-application-request.d.ts +1 -1
- package/lib/request/delete-connection-request.d.ts +1 -1
- package/lib/request/delete-connection-validation-request.d.ts +1 -1
- package/lib/request/delete-data-asset-request.d.ts +1 -1
- package/lib/request/delete-data-flow-request.d.ts +1 -1
- package/lib/request/delete-data-flow-validation-request.d.ts +1 -1
- package/lib/request/delete-external-publication-request.d.ts +1 -1
- package/lib/request/delete-external-publication-validation-request.d.ts +1 -1
- package/lib/request/delete-folder-request.d.ts +1 -1
- package/lib/request/delete-patch-request.d.ts +1 -1
- package/lib/request/delete-pipeline-request.d.ts +1 -1
- package/lib/request/delete-pipeline-validation-request.d.ts +1 -1
- package/lib/request/delete-project-request.d.ts +1 -1
- package/lib/request/delete-schedule-request.d.ts +1 -1
- package/lib/request/delete-task-request.d.ts +1 -1
- package/lib/request/delete-task-run-request.d.ts +1 -1
- package/lib/request/delete-task-schedule-request.d.ts +1 -1
- package/lib/request/delete-task-validation-request.d.ts +1 -1
- package/lib/request/delete-workspace-request.d.ts +1 -1
- package/lib/request/get-application-request.d.ts +1 -1
- package/lib/request/get-connection-request.d.ts +1 -1
- package/lib/request/get-connection-validation-request.d.ts +1 -1
- package/lib/request/get-count-statistic-request.d.ts +1 -1
- package/lib/request/get-data-asset-request.d.ts +1 -1
- package/lib/request/get-data-entity-request.d.ts +1 -1
- package/lib/request/get-data-flow-request.d.ts +1 -1
- package/lib/request/get-data-flow-validation-request.d.ts +1 -1
- package/lib/request/get-dependent-object-request.d.ts +1 -1
- package/lib/request/get-external-publication-request.d.ts +1 -1
- package/lib/request/get-external-publication-validation-request.d.ts +1 -1
- package/lib/request/get-folder-request.d.ts +1 -1
- package/lib/request/get-patch-request.d.ts +1 -1
- package/lib/request/get-pipeline-request.d.ts +1 -1
- package/lib/request/get-pipeline-validation-request.d.ts +1 -1
- package/lib/request/get-project-request.d.ts +1 -1
- package/lib/request/get-published-object-request.d.ts +1 -1
- package/lib/request/get-reference-request.d.ts +1 -1
- package/lib/request/get-schedule-request.d.ts +1 -1
- package/lib/request/get-schema-request.d.ts +1 -1
- package/lib/request/get-task-request.d.ts +1 -1
- package/lib/request/get-task-run-request.d.ts +1 -1
- package/lib/request/get-task-schedule-request.d.ts +1 -1
- package/lib/request/get-task-validation-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/get-workspace-request.d.ts +1 -1
- package/lib/request/list-applications-request.d.ts +1 -1
- package/lib/request/list-connection-validations-request.d.ts +1 -1
- package/lib/request/list-connections-request.d.ts +1 -1
- package/lib/request/list-data-assets-request.d.ts +1 -1
- package/lib/request/list-data-entities-request.d.ts +1 -1
- package/lib/request/list-data-flow-validations-request.d.ts +1 -1
- package/lib/request/list-data-flows-request.d.ts +1 -1
- package/lib/request/list-dependent-objects-request.d.ts +1 -1
- package/lib/request/list-external-publication-validations-request.d.ts +1 -1
- package/lib/request/list-external-publications-request.d.ts +1 -1
- package/lib/request/list-folders-request.d.ts +1 -1
- package/lib/request/list-patch-changes-request.d.ts +1 -1
- package/lib/request/list-patches-request.d.ts +1 -1
- package/lib/request/list-pipeline-validations-request.d.ts +1 -1
- package/lib/request/list-pipelines-request.d.ts +1 -1
- package/lib/request/list-projects-request.d.ts +1 -1
- package/lib/request/list-published-objects-request.d.ts +1 -1
- package/lib/request/list-references-request.d.ts +1 -1
- package/lib/request/list-schedules-request.d.ts +1 -1
- package/lib/request/list-schemas-request.d.ts +1 -1
- package/lib/request/list-task-run-logs-request.d.ts +1 -1
- package/lib/request/list-task-runs-request.d.ts +1 -1
- package/lib/request/list-task-schedules-request.d.ts +1 -1
- package/lib/request/list-task-validations-request.d.ts +1 -1
- package/lib/request/list-tasks-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/list-workspaces-request.d.ts +1 -1
- package/lib/request/start-workspace-request.d.ts +1 -1
- package/lib/request/stop-workspace-request.d.ts +1 -1
- package/lib/request/update-application-request.d.ts +1 -1
- package/lib/request/update-connection-request.d.ts +1 -1
- package/lib/request/update-data-asset-request.d.ts +1 -1
- package/lib/request/update-data-flow-request.d.ts +1 -1
- package/lib/request/update-external-publication-request.d.ts +1 -1
- package/lib/request/update-folder-request.d.ts +1 -1
- package/lib/request/update-pipeline-request.d.ts +1 -1
- package/lib/request/update-project-request.d.ts +1 -1
- package/lib/request/update-reference-request.d.ts +1 -1
- package/lib/request/update-schedule-request.d.ts +1 -1
- package/lib/request/update-task-request.d.ts +1 -1
- package/lib/request/update-task-run-request.d.ts +1 -1
- package/lib/request/update-task-schedule-request.d.ts +1 -1
- package/lib/request/update-workspace-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -70,7 +70,7 @@ export declare class DataIntegrationClient {
|
|
|
70
70
|
* @param ChangeCompartmentRequest
|
|
71
71
|
* @return ChangeCompartmentResponse
|
|
72
72
|
* @throws OciError when an error occurs
|
|
73
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
73
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/ChangeCompartment.ts.html |here} to see how to use ChangeCompartment API.
|
|
74
74
|
*/
|
|
75
75
|
changeCompartment(changeCompartmentRequest: requests.ChangeCompartmentRequest): Promise<responses.ChangeCompartmentResponse>;
|
|
76
76
|
/**
|
|
@@ -79,7 +79,7 @@ export declare class DataIntegrationClient {
|
|
|
79
79
|
* @param CreateApplicationRequest
|
|
80
80
|
* @return CreateApplicationResponse
|
|
81
81
|
* @throws OciError when an error occurs
|
|
82
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
82
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/CreateApplication.ts.html |here} to see how to use CreateApplication API.
|
|
83
83
|
*/
|
|
84
84
|
createApplication(createApplicationRequest: requests.CreateApplicationRequest): Promise<responses.CreateApplicationResponse>;
|
|
85
85
|
/**
|
|
@@ -87,7 +87,7 @@ export declare class DataIntegrationClient {
|
|
|
87
87
|
* @param CreateConnectionRequest
|
|
88
88
|
* @return CreateConnectionResponse
|
|
89
89
|
* @throws OciError when an error occurs
|
|
90
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
90
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/CreateConnection.ts.html |here} to see how to use CreateConnection API.
|
|
91
91
|
*/
|
|
92
92
|
createConnection(createConnectionRequest: requests.CreateConnectionRequest): Promise<responses.CreateConnectionResponse>;
|
|
93
93
|
/**
|
|
@@ -95,7 +95,7 @@ export declare class DataIntegrationClient {
|
|
|
95
95
|
* @param CreateConnectionValidationRequest
|
|
96
96
|
* @return CreateConnectionValidationResponse
|
|
97
97
|
* @throws OciError when an error occurs
|
|
98
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
98
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/CreateConnectionValidation.ts.html |here} to see how to use CreateConnectionValidation API.
|
|
99
99
|
*/
|
|
100
100
|
createConnectionValidation(createConnectionValidationRequest: requests.CreateConnectionValidationRequest): Promise<responses.CreateConnectionValidationResponse>;
|
|
101
101
|
/**
|
|
@@ -103,7 +103,7 @@ export declare class DataIntegrationClient {
|
|
|
103
103
|
* @param CreateDataAssetRequest
|
|
104
104
|
* @return CreateDataAssetResponse
|
|
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.
|
|
106
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/CreateDataAsset.ts.html |here} to see how to use CreateDataAsset API.
|
|
107
107
|
*/
|
|
108
108
|
createDataAsset(createDataAssetRequest: requests.CreateDataAssetRequest): Promise<responses.CreateDataAssetResponse>;
|
|
109
109
|
/**
|
|
@@ -112,7 +112,7 @@ export declare class DataIntegrationClient {
|
|
|
112
112
|
* @param CreateDataFlowRequest
|
|
113
113
|
* @return CreateDataFlowResponse
|
|
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.
|
|
115
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/CreateDataFlow.ts.html |here} to see how to use CreateDataFlow API.
|
|
116
116
|
*/
|
|
117
117
|
createDataFlow(createDataFlowRequest: requests.CreateDataFlowRequest): Promise<responses.CreateDataFlowResponse>;
|
|
118
118
|
/**
|
|
@@ -121,7 +121,7 @@ export declare class DataIntegrationClient {
|
|
|
121
121
|
* @param CreateDataFlowValidationRequest
|
|
122
122
|
* @return CreateDataFlowValidationResponse
|
|
123
123
|
* @throws OciError when an error occurs
|
|
124
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
124
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/CreateDataFlowValidation.ts.html |here} to see how to use CreateDataFlowValidation API.
|
|
125
125
|
*/
|
|
126
126
|
createDataFlowValidation(createDataFlowValidationRequest: requests.CreateDataFlowValidationRequest): Promise<responses.CreateDataFlowValidationResponse>;
|
|
127
127
|
/**
|
|
@@ -129,7 +129,7 @@ export declare class DataIntegrationClient {
|
|
|
129
129
|
* @param CreateEntityShapeRequest
|
|
130
130
|
* @return CreateEntityShapeResponse
|
|
131
131
|
* @throws OciError when an error occurs
|
|
132
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
132
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/CreateEntityShape.ts.html |here} to see how to use CreateEntityShape API.
|
|
133
133
|
*/
|
|
134
134
|
createEntityShape(createEntityShapeRequest: requests.CreateEntityShapeRequest): Promise<responses.CreateEntityShapeResponse>;
|
|
135
135
|
/**
|
|
@@ -137,7 +137,7 @@ export declare class DataIntegrationClient {
|
|
|
137
137
|
* @param CreateExternalPublicationRequest
|
|
138
138
|
* @return CreateExternalPublicationResponse
|
|
139
139
|
* @throws OciError when an error occurs
|
|
140
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
140
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/CreateExternalPublication.ts.html |here} to see how to use CreateExternalPublication API.
|
|
141
141
|
*/
|
|
142
142
|
createExternalPublication(createExternalPublicationRequest: requests.CreateExternalPublicationRequest): Promise<responses.CreateExternalPublicationResponse>;
|
|
143
143
|
/**
|
|
@@ -145,7 +145,7 @@ export declare class DataIntegrationClient {
|
|
|
145
145
|
* @param CreateExternalPublicationValidationRequest
|
|
146
146
|
* @return CreateExternalPublicationValidationResponse
|
|
147
147
|
* @throws OciError when an error occurs
|
|
148
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
148
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/CreateExternalPublicationValidation.ts.html |here} to see how to use CreateExternalPublicationValidation API.
|
|
149
149
|
*/
|
|
150
150
|
createExternalPublicationValidation(createExternalPublicationValidationRequest: requests.CreateExternalPublicationValidationRequest): Promise<responses.CreateExternalPublicationValidationResponse>;
|
|
151
151
|
/**
|
|
@@ -155,7 +155,7 @@ export declare class DataIntegrationClient {
|
|
|
155
155
|
* @param CreateFolderRequest
|
|
156
156
|
* @return CreateFolderResponse
|
|
157
157
|
* @throws OciError when an error occurs
|
|
158
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
158
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/CreateFolder.ts.html |here} to see how to use CreateFolder API.
|
|
159
159
|
*/
|
|
160
160
|
createFolder(createFolderRequest: requests.CreateFolderRequest): Promise<responses.CreateFolderResponse>;
|
|
161
161
|
/**
|
|
@@ -163,7 +163,7 @@ export declare class DataIntegrationClient {
|
|
|
163
163
|
* @param CreatePatchRequest
|
|
164
164
|
* @return CreatePatchResponse
|
|
165
165
|
* @throws OciError when an error occurs
|
|
166
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
166
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/CreatePatch.ts.html |here} to see how to use CreatePatch API.
|
|
167
167
|
*/
|
|
168
168
|
createPatch(createPatchRequest: requests.CreatePatchRequest): Promise<responses.CreatePatchResponse>;
|
|
169
169
|
/**
|
|
@@ -172,7 +172,7 @@ export declare class DataIntegrationClient {
|
|
|
172
172
|
* @param CreatePipelineRequest
|
|
173
173
|
* @return CreatePipelineResponse
|
|
174
174
|
* @throws OciError when an error occurs
|
|
175
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
175
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/CreatePipeline.ts.html |here} to see how to use CreatePipeline API.
|
|
176
176
|
*/
|
|
177
177
|
createPipeline(createPipelineRequest: requests.CreatePipelineRequest): Promise<responses.CreatePipelineResponse>;
|
|
178
178
|
/**
|
|
@@ -181,7 +181,7 @@ export declare class DataIntegrationClient {
|
|
|
181
181
|
* @param CreatePipelineValidationRequest
|
|
182
182
|
* @return CreatePipelineValidationResponse
|
|
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.
|
|
184
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/CreatePipelineValidation.ts.html |here} to see how to use CreatePipelineValidation API.
|
|
185
185
|
*/
|
|
186
186
|
createPipelineValidation(createPipelineValidationRequest: requests.CreatePipelineValidationRequest): Promise<responses.CreatePipelineValidationResponse>;
|
|
187
187
|
/**
|
|
@@ -190,7 +190,7 @@ export declare class DataIntegrationClient {
|
|
|
190
190
|
* @param CreateProjectRequest
|
|
191
191
|
* @return CreateProjectResponse
|
|
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.
|
|
193
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/CreateProject.ts.html |here} to see how to use CreateProject API.
|
|
194
194
|
*/
|
|
195
195
|
createProject(createProjectRequest: requests.CreateProjectRequest): Promise<responses.CreateProjectResponse>;
|
|
196
196
|
/**
|
|
@@ -198,7 +198,7 @@ export declare class DataIntegrationClient {
|
|
|
198
198
|
* @param CreateScheduleRequest
|
|
199
199
|
* @return CreateScheduleResponse
|
|
200
200
|
* @throws OciError when an error occurs
|
|
201
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
201
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/CreateSchedule.ts.html |here} to see how to use CreateSchedule API.
|
|
202
202
|
*/
|
|
203
203
|
createSchedule(createScheduleRequest: requests.CreateScheduleRequest): Promise<responses.CreateScheduleResponse>;
|
|
204
204
|
/**
|
|
@@ -207,7 +207,7 @@ export declare class DataIntegrationClient {
|
|
|
207
207
|
* @param CreateTaskRequest
|
|
208
208
|
* @return CreateTaskResponse
|
|
209
209
|
* @throws OciError when an error occurs
|
|
210
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
210
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/CreateTask.ts.html |here} to see how to use CreateTask API.
|
|
211
211
|
*/
|
|
212
212
|
createTask(createTaskRequest: requests.CreateTaskRequest): Promise<responses.CreateTaskResponse>;
|
|
213
213
|
/**
|
|
@@ -215,7 +215,7 @@ export declare class DataIntegrationClient {
|
|
|
215
215
|
* @param CreateTaskRunRequest
|
|
216
216
|
* @return CreateTaskRunResponse
|
|
217
217
|
* @throws OciError when an error occurs
|
|
218
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
218
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/CreateTaskRun.ts.html |here} to see how to use CreateTaskRun API.
|
|
219
219
|
*/
|
|
220
220
|
createTaskRun(createTaskRunRequest: requests.CreateTaskRunRequest): Promise<responses.CreateTaskRunResponse>;
|
|
221
221
|
/**
|
|
@@ -223,7 +223,7 @@ export declare class DataIntegrationClient {
|
|
|
223
223
|
* @param CreateTaskScheduleRequest
|
|
224
224
|
* @return CreateTaskScheduleResponse
|
|
225
225
|
* @throws OciError when an error occurs
|
|
226
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
226
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/CreateTaskSchedule.ts.html |here} to see how to use CreateTaskSchedule API.
|
|
227
227
|
*/
|
|
228
228
|
createTaskSchedule(createTaskScheduleRequest: requests.CreateTaskScheduleRequest): Promise<responses.CreateTaskScheduleResponse>;
|
|
229
229
|
/**
|
|
@@ -231,7 +231,7 @@ export declare class DataIntegrationClient {
|
|
|
231
231
|
* @param CreateTaskValidationRequest
|
|
232
232
|
* @return CreateTaskValidationResponse
|
|
233
233
|
* @throws OciError when an error occurs
|
|
234
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
234
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/CreateTaskValidation.ts.html |here} to see how to use CreateTaskValidation API.
|
|
235
235
|
*/
|
|
236
236
|
createTaskValidation(createTaskValidationRequest: requests.CreateTaskValidationRequest): Promise<responses.CreateTaskValidationResponse>;
|
|
237
237
|
/**
|
|
@@ -240,7 +240,7 @@ export declare class DataIntegrationClient {
|
|
|
240
240
|
* @param CreateWorkspaceRequest
|
|
241
241
|
* @return CreateWorkspaceResponse
|
|
242
242
|
* @throws OciError when an error occurs
|
|
243
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
243
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/CreateWorkspace.ts.html |here} to see how to use CreateWorkspace API.
|
|
244
244
|
*/
|
|
245
245
|
createWorkspace(createWorkspaceRequest: requests.CreateWorkspaceRequest): Promise<responses.CreateWorkspaceResponse>;
|
|
246
246
|
/**
|
|
@@ -248,7 +248,7 @@ export declare class DataIntegrationClient {
|
|
|
248
248
|
* @param DeleteApplicationRequest
|
|
249
249
|
* @return DeleteApplicationResponse
|
|
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.
|
|
251
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
|
|
252
252
|
*/
|
|
253
253
|
deleteApplication(deleteApplicationRequest: requests.DeleteApplicationRequest): Promise<responses.DeleteApplicationResponse>;
|
|
254
254
|
/**
|
|
@@ -256,7 +256,7 @@ export declare class DataIntegrationClient {
|
|
|
256
256
|
* @param DeleteConnectionRequest
|
|
257
257
|
* @return DeleteConnectionResponse
|
|
258
258
|
* @throws OciError when an error occurs
|
|
259
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
259
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/DeleteConnection.ts.html |here} to see how to use DeleteConnection API.
|
|
260
260
|
*/
|
|
261
261
|
deleteConnection(deleteConnectionRequest: requests.DeleteConnectionRequest): Promise<responses.DeleteConnectionResponse>;
|
|
262
262
|
/**
|
|
@@ -264,7 +264,7 @@ export declare class DataIntegrationClient {
|
|
|
264
264
|
* @param DeleteConnectionValidationRequest
|
|
265
265
|
* @return DeleteConnectionValidationResponse
|
|
266
266
|
* @throws OciError when an error occurs
|
|
267
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
267
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/DeleteConnectionValidation.ts.html |here} to see how to use DeleteConnectionValidation API.
|
|
268
268
|
*/
|
|
269
269
|
deleteConnectionValidation(deleteConnectionValidationRequest: requests.DeleteConnectionValidationRequest): Promise<responses.DeleteConnectionValidationResponse>;
|
|
270
270
|
/**
|
|
@@ -272,7 +272,7 @@ export declare class DataIntegrationClient {
|
|
|
272
272
|
* @param DeleteDataAssetRequest
|
|
273
273
|
* @return DeleteDataAssetResponse
|
|
274
274
|
* @throws OciError when an error occurs
|
|
275
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
275
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/DeleteDataAsset.ts.html |here} to see how to use DeleteDataAsset API.
|
|
276
276
|
*/
|
|
277
277
|
deleteDataAsset(deleteDataAssetRequest: requests.DeleteDataAssetRequest): Promise<responses.DeleteDataAssetResponse>;
|
|
278
278
|
/**
|
|
@@ -280,7 +280,7 @@ export declare class DataIntegrationClient {
|
|
|
280
280
|
* @param DeleteDataFlowRequest
|
|
281
281
|
* @return DeleteDataFlowResponse
|
|
282
282
|
* @throws OciError when an error occurs
|
|
283
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
283
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/DeleteDataFlow.ts.html |here} to see how to use DeleteDataFlow API.
|
|
284
284
|
*/
|
|
285
285
|
deleteDataFlow(deleteDataFlowRequest: requests.DeleteDataFlowRequest): Promise<responses.DeleteDataFlowResponse>;
|
|
286
286
|
/**
|
|
@@ -288,7 +288,7 @@ export declare class DataIntegrationClient {
|
|
|
288
288
|
* @param DeleteDataFlowValidationRequest
|
|
289
289
|
* @return DeleteDataFlowValidationResponse
|
|
290
290
|
* @throws OciError when an error occurs
|
|
291
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
291
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/DeleteDataFlowValidation.ts.html |here} to see how to use DeleteDataFlowValidation API.
|
|
292
292
|
*/
|
|
293
293
|
deleteDataFlowValidation(deleteDataFlowValidationRequest: requests.DeleteDataFlowValidationRequest): Promise<responses.DeleteDataFlowValidationResponse>;
|
|
294
294
|
/**
|
|
@@ -296,7 +296,7 @@ export declare class DataIntegrationClient {
|
|
|
296
296
|
* @param DeleteExternalPublicationRequest
|
|
297
297
|
* @return DeleteExternalPublicationResponse
|
|
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.
|
|
299
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/DeleteExternalPublication.ts.html |here} to see how to use DeleteExternalPublication API.
|
|
300
300
|
*/
|
|
301
301
|
deleteExternalPublication(deleteExternalPublicationRequest: requests.DeleteExternalPublicationRequest): Promise<responses.DeleteExternalPublicationResponse>;
|
|
302
302
|
/**
|
|
@@ -305,7 +305,7 @@ export declare class DataIntegrationClient {
|
|
|
305
305
|
* @param DeleteExternalPublicationValidationRequest
|
|
306
306
|
* @return DeleteExternalPublicationValidationResponse
|
|
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.
|
|
308
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/DeleteExternalPublicationValidation.ts.html |here} to see how to use DeleteExternalPublicationValidation API.
|
|
309
309
|
*/
|
|
310
310
|
deleteExternalPublicationValidation(deleteExternalPublicationValidationRequest: requests.DeleteExternalPublicationValidationRequest): Promise<responses.DeleteExternalPublicationValidationResponse>;
|
|
311
311
|
/**
|
|
@@ -313,7 +313,7 @@ export declare class DataIntegrationClient {
|
|
|
313
313
|
* @param DeleteFolderRequest
|
|
314
314
|
* @return DeleteFolderResponse
|
|
315
315
|
* @throws OciError when an error occurs
|
|
316
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
316
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/DeleteFolder.ts.html |here} to see how to use DeleteFolder API.
|
|
317
317
|
*/
|
|
318
318
|
deleteFolder(deleteFolderRequest: requests.DeleteFolderRequest): Promise<responses.DeleteFolderResponse>;
|
|
319
319
|
/**
|
|
@@ -321,7 +321,7 @@ export declare class DataIntegrationClient {
|
|
|
321
321
|
* @param DeletePatchRequest
|
|
322
322
|
* @return DeletePatchResponse
|
|
323
323
|
* @throws OciError when an error occurs
|
|
324
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
324
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/DeletePatch.ts.html |here} to see how to use DeletePatch API.
|
|
325
325
|
*/
|
|
326
326
|
deletePatch(deletePatchRequest: requests.DeletePatchRequest): Promise<responses.DeletePatchResponse>;
|
|
327
327
|
/**
|
|
@@ -329,7 +329,7 @@ export declare class DataIntegrationClient {
|
|
|
329
329
|
* @param DeletePipelineRequest
|
|
330
330
|
* @return DeletePipelineResponse
|
|
331
331
|
* @throws OciError when an error occurs
|
|
332
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
332
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/DeletePipeline.ts.html |here} to see how to use DeletePipeline API.
|
|
333
333
|
*/
|
|
334
334
|
deletePipeline(deletePipelineRequest: requests.DeletePipelineRequest): Promise<responses.DeletePipelineResponse>;
|
|
335
335
|
/**
|
|
@@ -337,7 +337,7 @@ export declare class DataIntegrationClient {
|
|
|
337
337
|
* @param DeletePipelineValidationRequest
|
|
338
338
|
* @return DeletePipelineValidationResponse
|
|
339
339
|
* @throws OciError when an error occurs
|
|
340
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
340
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/DeletePipelineValidation.ts.html |here} to see how to use DeletePipelineValidation API.
|
|
341
341
|
*/
|
|
342
342
|
deletePipelineValidation(deletePipelineValidationRequest: requests.DeletePipelineValidationRequest): Promise<responses.DeletePipelineValidationResponse>;
|
|
343
343
|
/**
|
|
@@ -345,7 +345,7 @@ export declare class DataIntegrationClient {
|
|
|
345
345
|
* @param DeleteProjectRequest
|
|
346
346
|
* @return DeleteProjectResponse
|
|
347
347
|
* @throws OciError when an error occurs
|
|
348
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
348
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/DeleteProject.ts.html |here} to see how to use DeleteProject API.
|
|
349
349
|
*/
|
|
350
350
|
deleteProject(deleteProjectRequest: requests.DeleteProjectRequest): Promise<responses.DeleteProjectResponse>;
|
|
351
351
|
/**
|
|
@@ -353,7 +353,7 @@ export declare class DataIntegrationClient {
|
|
|
353
353
|
* @param DeleteScheduleRequest
|
|
354
354
|
* @return DeleteScheduleResponse
|
|
355
355
|
* @throws OciError when an error occurs
|
|
356
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
356
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/DeleteSchedule.ts.html |here} to see how to use DeleteSchedule API.
|
|
357
357
|
*/
|
|
358
358
|
deleteSchedule(deleteScheduleRequest: requests.DeleteScheduleRequest): Promise<responses.DeleteScheduleResponse>;
|
|
359
359
|
/**
|
|
@@ -361,7 +361,7 @@ export declare class DataIntegrationClient {
|
|
|
361
361
|
* @param DeleteTaskRequest
|
|
362
362
|
* @return DeleteTaskResponse
|
|
363
363
|
* @throws OciError when an error occurs
|
|
364
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
364
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/DeleteTask.ts.html |here} to see how to use DeleteTask API.
|
|
365
365
|
*/
|
|
366
366
|
deleteTask(deleteTaskRequest: requests.DeleteTaskRequest): Promise<responses.DeleteTaskResponse>;
|
|
367
367
|
/**
|
|
@@ -369,7 +369,7 @@ export declare class DataIntegrationClient {
|
|
|
369
369
|
* @param DeleteTaskRunRequest
|
|
370
370
|
* @return DeleteTaskRunResponse
|
|
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.
|
|
372
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/DeleteTaskRun.ts.html |here} to see how to use DeleteTaskRun API.
|
|
373
373
|
*/
|
|
374
374
|
deleteTaskRun(deleteTaskRunRequest: requests.DeleteTaskRunRequest): Promise<responses.DeleteTaskRunResponse>;
|
|
375
375
|
/**
|
|
@@ -377,7 +377,7 @@ export declare class DataIntegrationClient {
|
|
|
377
377
|
* @param DeleteTaskScheduleRequest
|
|
378
378
|
* @return DeleteTaskScheduleResponse
|
|
379
379
|
* @throws OciError when an error occurs
|
|
380
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
380
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/DeleteTaskSchedule.ts.html |here} to see how to use DeleteTaskSchedule API.
|
|
381
381
|
*/
|
|
382
382
|
deleteTaskSchedule(deleteTaskScheduleRequest: requests.DeleteTaskScheduleRequest): Promise<responses.DeleteTaskScheduleResponse>;
|
|
383
383
|
/**
|
|
@@ -386,7 +386,7 @@ export declare class DataIntegrationClient {
|
|
|
386
386
|
* @param DeleteTaskValidationRequest
|
|
387
387
|
* @return DeleteTaskValidationResponse
|
|
388
388
|
* @throws OciError when an error occurs
|
|
389
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
389
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/DeleteTaskValidation.ts.html |here} to see how to use DeleteTaskValidation API.
|
|
390
390
|
*/
|
|
391
391
|
deleteTaskValidation(deleteTaskValidationRequest: requests.DeleteTaskValidationRequest): Promise<responses.DeleteTaskValidationResponse>;
|
|
392
392
|
/**
|
|
@@ -394,7 +394,7 @@ export declare class DataIntegrationClient {
|
|
|
394
394
|
* @param DeleteWorkspaceRequest
|
|
395
395
|
* @return DeleteWorkspaceResponse
|
|
396
396
|
* @throws OciError when an error occurs
|
|
397
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
397
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/DeleteWorkspace.ts.html |here} to see how to use DeleteWorkspace API.
|
|
398
398
|
*/
|
|
399
399
|
deleteWorkspace(deleteWorkspaceRequest: requests.DeleteWorkspaceRequest): Promise<responses.DeleteWorkspaceResponse>;
|
|
400
400
|
/**
|
|
@@ -402,7 +402,7 @@ export declare class DataIntegrationClient {
|
|
|
402
402
|
* @param GetApplicationRequest
|
|
403
403
|
* @return GetApplicationResponse
|
|
404
404
|
* @throws OciError when an error occurs
|
|
405
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
405
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/GetApplication.ts.html |here} to see how to use GetApplication API.
|
|
406
406
|
*/
|
|
407
407
|
getApplication(getApplicationRequest: requests.GetApplicationRequest): Promise<responses.GetApplicationResponse>;
|
|
408
408
|
/**
|
|
@@ -410,7 +410,7 @@ export declare class DataIntegrationClient {
|
|
|
410
410
|
* @param GetConnectionRequest
|
|
411
411
|
* @return GetConnectionResponse
|
|
412
412
|
* @throws OciError when an error occurs
|
|
413
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
413
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/GetConnection.ts.html |here} to see how to use GetConnection API.
|
|
414
414
|
*/
|
|
415
415
|
getConnection(getConnectionRequest: requests.GetConnectionRequest): Promise<responses.GetConnectionResponse>;
|
|
416
416
|
/**
|
|
@@ -418,7 +418,7 @@ export declare class DataIntegrationClient {
|
|
|
418
418
|
* @param GetConnectionValidationRequest
|
|
419
419
|
* @return GetConnectionValidationResponse
|
|
420
420
|
* @throws OciError when an error occurs
|
|
421
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
421
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/GetConnectionValidation.ts.html |here} to see how to use GetConnectionValidation API.
|
|
422
422
|
*/
|
|
423
423
|
getConnectionValidation(getConnectionValidationRequest: requests.GetConnectionValidationRequest): Promise<responses.GetConnectionValidationResponse>;
|
|
424
424
|
/**
|
|
@@ -428,7 +428,7 @@ export declare class DataIntegrationClient {
|
|
|
428
428
|
* @param GetCountStatisticRequest
|
|
429
429
|
* @return GetCountStatisticResponse
|
|
430
430
|
* @throws OciError when an error occurs
|
|
431
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
431
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/GetCountStatistic.ts.html |here} to see how to use GetCountStatistic API.
|
|
432
432
|
*/
|
|
433
433
|
getCountStatistic(getCountStatisticRequest: requests.GetCountStatisticRequest): Promise<responses.GetCountStatisticResponse>;
|
|
434
434
|
/**
|
|
@@ -436,7 +436,7 @@ export declare class DataIntegrationClient {
|
|
|
436
436
|
* @param GetDataAssetRequest
|
|
437
437
|
* @return GetDataAssetResponse
|
|
438
438
|
* @throws OciError when an error occurs
|
|
439
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
439
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/GetDataAsset.ts.html |here} to see how to use GetDataAsset API.
|
|
440
440
|
*/
|
|
441
441
|
getDataAsset(getDataAssetRequest: requests.GetDataAssetRequest): Promise<responses.GetDataAssetResponse>;
|
|
442
442
|
/**
|
|
@@ -444,7 +444,7 @@ export declare class DataIntegrationClient {
|
|
|
444
444
|
* @param GetDataEntityRequest
|
|
445
445
|
* @return GetDataEntityResponse
|
|
446
446
|
* @throws OciError when an error occurs
|
|
447
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
447
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/GetDataEntity.ts.html |here} to see how to use GetDataEntity API.
|
|
448
448
|
*/
|
|
449
449
|
getDataEntity(getDataEntityRequest: requests.GetDataEntityRequest): Promise<responses.GetDataEntityResponse>;
|
|
450
450
|
/**
|
|
@@ -452,7 +452,7 @@ export declare class DataIntegrationClient {
|
|
|
452
452
|
* @param GetDataFlowRequest
|
|
453
453
|
* @return GetDataFlowResponse
|
|
454
454
|
* @throws OciError when an error occurs
|
|
455
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
455
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/GetDataFlow.ts.html |here} to see how to use GetDataFlow API.
|
|
456
456
|
*/
|
|
457
457
|
getDataFlow(getDataFlowRequest: requests.GetDataFlowRequest): Promise<responses.GetDataFlowResponse>;
|
|
458
458
|
/**
|
|
@@ -460,7 +460,7 @@ export declare class DataIntegrationClient {
|
|
|
460
460
|
* @param GetDataFlowValidationRequest
|
|
461
461
|
* @return GetDataFlowValidationResponse
|
|
462
462
|
* @throws OciError when an error occurs
|
|
463
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
463
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/GetDataFlowValidation.ts.html |here} to see how to use GetDataFlowValidation API.
|
|
464
464
|
*/
|
|
465
465
|
getDataFlowValidation(getDataFlowValidationRequest: requests.GetDataFlowValidationRequest): Promise<responses.GetDataFlowValidationResponse>;
|
|
466
466
|
/**
|
|
@@ -468,7 +468,7 @@ export declare class DataIntegrationClient {
|
|
|
468
468
|
* @param GetDependentObjectRequest
|
|
469
469
|
* @return GetDependentObjectResponse
|
|
470
470
|
* @throws OciError when an error occurs
|
|
471
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
471
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/GetDependentObject.ts.html |here} to see how to use GetDependentObject API.
|
|
472
472
|
*/
|
|
473
473
|
getDependentObject(getDependentObjectRequest: requests.GetDependentObjectRequest): Promise<responses.GetDependentObjectResponse>;
|
|
474
474
|
/**
|
|
@@ -476,7 +476,7 @@ export declare class DataIntegrationClient {
|
|
|
476
476
|
* @param GetExternalPublicationRequest
|
|
477
477
|
* @return GetExternalPublicationResponse
|
|
478
478
|
* @throws OciError when an error occurs
|
|
479
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
479
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/GetExternalPublication.ts.html |here} to see how to use GetExternalPublication API.
|
|
480
480
|
*/
|
|
481
481
|
getExternalPublication(getExternalPublicationRequest: requests.GetExternalPublicationRequest): Promise<responses.GetExternalPublicationResponse>;
|
|
482
482
|
/**
|
|
@@ -484,7 +484,7 @@ export declare class DataIntegrationClient {
|
|
|
484
484
|
* @param GetExternalPublicationValidationRequest
|
|
485
485
|
* @return GetExternalPublicationValidationResponse
|
|
486
486
|
* @throws OciError when an error occurs
|
|
487
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
487
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/GetExternalPublicationValidation.ts.html |here} to see how to use GetExternalPublicationValidation API.
|
|
488
488
|
*/
|
|
489
489
|
getExternalPublicationValidation(getExternalPublicationValidationRequest: requests.GetExternalPublicationValidationRequest): Promise<responses.GetExternalPublicationValidationResponse>;
|
|
490
490
|
/**
|
|
@@ -492,7 +492,7 @@ export declare class DataIntegrationClient {
|
|
|
492
492
|
* @param GetFolderRequest
|
|
493
493
|
* @return GetFolderResponse
|
|
494
494
|
* @throws OciError when an error occurs
|
|
495
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
495
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/GetFolder.ts.html |here} to see how to use GetFolder API.
|
|
496
496
|
*/
|
|
497
497
|
getFolder(getFolderRequest: requests.GetFolderRequest): Promise<responses.GetFolderResponse>;
|
|
498
498
|
/**
|
|
@@ -500,7 +500,7 @@ export declare class DataIntegrationClient {
|
|
|
500
500
|
* @param GetPatchRequest
|
|
501
501
|
* @return GetPatchResponse
|
|
502
502
|
* @throws OciError when an error occurs
|
|
503
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
503
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/GetPatch.ts.html |here} to see how to use GetPatch API.
|
|
504
504
|
*/
|
|
505
505
|
getPatch(getPatchRequest: requests.GetPatchRequest): Promise<responses.GetPatchResponse>;
|
|
506
506
|
/**
|
|
@@ -508,7 +508,7 @@ export declare class DataIntegrationClient {
|
|
|
508
508
|
* @param GetPipelineRequest
|
|
509
509
|
* @return GetPipelineResponse
|
|
510
510
|
* @throws OciError when an error occurs
|
|
511
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
511
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/GetPipeline.ts.html |here} to see how to use GetPipeline API.
|
|
512
512
|
*/
|
|
513
513
|
getPipeline(getPipelineRequest: requests.GetPipelineRequest): Promise<responses.GetPipelineResponse>;
|
|
514
514
|
/**
|
|
@@ -516,7 +516,7 @@ export declare class DataIntegrationClient {
|
|
|
516
516
|
* @param GetPipelineValidationRequest
|
|
517
517
|
* @return GetPipelineValidationResponse
|
|
518
518
|
* @throws OciError when an error occurs
|
|
519
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
519
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/GetPipelineValidation.ts.html |here} to see how to use GetPipelineValidation API.
|
|
520
520
|
*/
|
|
521
521
|
getPipelineValidation(getPipelineValidationRequest: requests.GetPipelineValidationRequest): Promise<responses.GetPipelineValidationResponse>;
|
|
522
522
|
/**
|
|
@@ -524,7 +524,7 @@ export declare class DataIntegrationClient {
|
|
|
524
524
|
* @param GetProjectRequest
|
|
525
525
|
* @return GetProjectResponse
|
|
526
526
|
* @throws OciError when an error occurs
|
|
527
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
527
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/GetProject.ts.html |here} to see how to use GetProject API.
|
|
528
528
|
*/
|
|
529
529
|
getProject(getProjectRequest: requests.GetProjectRequest): Promise<responses.GetProjectResponse>;
|
|
530
530
|
/**
|
|
@@ -532,7 +532,7 @@ export declare class DataIntegrationClient {
|
|
|
532
532
|
* @param GetPublishedObjectRequest
|
|
533
533
|
* @return GetPublishedObjectResponse
|
|
534
534
|
* @throws OciError when an error occurs
|
|
535
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
535
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/GetPublishedObject.ts.html |here} to see how to use GetPublishedObject API.
|
|
536
536
|
*/
|
|
537
537
|
getPublishedObject(getPublishedObjectRequest: requests.GetPublishedObjectRequest): Promise<responses.GetPublishedObjectResponse>;
|
|
538
538
|
/**
|
|
@@ -540,7 +540,7 @@ export declare class DataIntegrationClient {
|
|
|
540
540
|
* @param GetReferenceRequest
|
|
541
541
|
* @return GetReferenceResponse
|
|
542
542
|
* @throws OciError when an error occurs
|
|
543
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
543
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/GetReference.ts.html |here} to see how to use GetReference API.
|
|
544
544
|
*/
|
|
545
545
|
getReference(getReferenceRequest: requests.GetReferenceRequest): Promise<responses.GetReferenceResponse>;
|
|
546
546
|
/**
|
|
@@ -548,7 +548,7 @@ export declare class DataIntegrationClient {
|
|
|
548
548
|
* @param GetScheduleRequest
|
|
549
549
|
* @return GetScheduleResponse
|
|
550
550
|
* @throws OciError when an error occurs
|
|
551
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
551
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/GetSchedule.ts.html |here} to see how to use GetSchedule API.
|
|
552
552
|
*/
|
|
553
553
|
getSchedule(getScheduleRequest: requests.GetScheduleRequest): Promise<responses.GetScheduleResponse>;
|
|
554
554
|
/**
|
|
@@ -556,7 +556,7 @@ export declare class DataIntegrationClient {
|
|
|
556
556
|
* @param GetSchemaRequest
|
|
557
557
|
* @return GetSchemaResponse
|
|
558
558
|
* @throws OciError when an error occurs
|
|
559
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
559
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/GetSchema.ts.html |here} to see how to use GetSchema API.
|
|
560
560
|
*/
|
|
561
561
|
getSchema(getSchemaRequest: requests.GetSchemaRequest): Promise<responses.GetSchemaResponse>;
|
|
562
562
|
/**
|
|
@@ -564,7 +564,7 @@ export declare class DataIntegrationClient {
|
|
|
564
564
|
* @param GetTaskRequest
|
|
565
565
|
* @return GetTaskResponse
|
|
566
566
|
* @throws OciError when an error occurs
|
|
567
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
567
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/GetTask.ts.html |here} to see how to use GetTask API.
|
|
568
568
|
*/
|
|
569
569
|
getTask(getTaskRequest: requests.GetTaskRequest): Promise<responses.GetTaskResponse>;
|
|
570
570
|
/**
|
|
@@ -572,7 +572,7 @@ export declare class DataIntegrationClient {
|
|
|
572
572
|
* @param GetTaskRunRequest
|
|
573
573
|
* @return GetTaskRunResponse
|
|
574
574
|
* @throws OciError when an error occurs
|
|
575
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
575
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/GetTaskRun.ts.html |here} to see how to use GetTaskRun API.
|
|
576
576
|
*/
|
|
577
577
|
getTaskRun(getTaskRunRequest: requests.GetTaskRunRequest): Promise<responses.GetTaskRunResponse>;
|
|
578
578
|
/**
|
|
@@ -580,7 +580,7 @@ export declare class DataIntegrationClient {
|
|
|
580
580
|
* @param GetTaskScheduleRequest
|
|
581
581
|
* @return GetTaskScheduleResponse
|
|
582
582
|
* @throws OciError when an error occurs
|
|
583
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
583
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/GetTaskSchedule.ts.html |here} to see how to use GetTaskSchedule API.
|
|
584
584
|
*/
|
|
585
585
|
getTaskSchedule(getTaskScheduleRequest: requests.GetTaskScheduleRequest): Promise<responses.GetTaskScheduleResponse>;
|
|
586
586
|
/**
|
|
@@ -589,7 +589,7 @@ export declare class DataIntegrationClient {
|
|
|
589
589
|
* @param GetTaskValidationRequest
|
|
590
590
|
* @return GetTaskValidationResponse
|
|
591
591
|
* @throws OciError when an error occurs
|
|
592
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
592
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/GetTaskValidation.ts.html |here} to see how to use GetTaskValidation API.
|
|
593
593
|
*/
|
|
594
594
|
getTaskValidation(getTaskValidationRequest: requests.GetTaskValidationRequest): Promise<responses.GetTaskValidationResponse>;
|
|
595
595
|
/**
|
|
@@ -597,7 +597,7 @@ export declare class DataIntegrationClient {
|
|
|
597
597
|
* @param GetWorkRequestRequest
|
|
598
598
|
* @return GetWorkRequestResponse
|
|
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.
|
|
600
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
601
601
|
*/
|
|
602
602
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
603
603
|
/**
|
|
@@ -605,7 +605,7 @@ export declare class DataIntegrationClient {
|
|
|
605
605
|
* @param GetWorkspaceRequest
|
|
606
606
|
* @return GetWorkspaceResponse
|
|
607
607
|
* @throws OciError when an error occurs
|
|
608
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
608
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/GetWorkspace.ts.html |here} to see how to use GetWorkspace API.
|
|
609
609
|
*/
|
|
610
610
|
getWorkspace(getWorkspaceRequest: requests.GetWorkspaceRequest): Promise<responses.GetWorkspaceResponse>;
|
|
611
611
|
/**
|
|
@@ -613,7 +613,7 @@ export declare class DataIntegrationClient {
|
|
|
613
613
|
* @param ListApplicationsRequest
|
|
614
614
|
* @return ListApplicationsResponse
|
|
615
615
|
* @throws OciError when an error occurs
|
|
616
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
616
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/ListApplications.ts.html |here} to see how to use ListApplications API.
|
|
617
617
|
*/
|
|
618
618
|
listApplications(listApplicationsRequest: requests.ListApplicationsRequest): Promise<responses.ListApplicationsResponse>;
|
|
619
619
|
/**
|
|
@@ -621,7 +621,7 @@ export declare class DataIntegrationClient {
|
|
|
621
621
|
* @param ListConnectionValidationsRequest
|
|
622
622
|
* @return ListConnectionValidationsResponse
|
|
623
623
|
* @throws OciError when an error occurs
|
|
624
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
624
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/ListConnectionValidations.ts.html |here} to see how to use ListConnectionValidations API.
|
|
625
625
|
*/
|
|
626
626
|
listConnectionValidations(listConnectionValidationsRequest: requests.ListConnectionValidationsRequest): Promise<responses.ListConnectionValidationsResponse>;
|
|
627
627
|
/**
|
|
@@ -629,7 +629,7 @@ export declare class DataIntegrationClient {
|
|
|
629
629
|
* @param ListConnectionsRequest
|
|
630
630
|
* @return ListConnectionsResponse
|
|
631
631
|
* @throws OciError when an error occurs
|
|
632
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
632
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/ListConnections.ts.html |here} to see how to use ListConnections API.
|
|
633
633
|
*/
|
|
634
634
|
listConnections(listConnectionsRequest: requests.ListConnectionsRequest): Promise<responses.ListConnectionsResponse>;
|
|
635
635
|
/**
|
|
@@ -638,7 +638,7 @@ export declare class DataIntegrationClient {
|
|
|
638
638
|
* @param ListDataAssetsRequest
|
|
639
639
|
* @return ListDataAssetsResponse
|
|
640
640
|
* @throws OciError when an error occurs
|
|
641
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
641
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/ListDataAssets.ts.html |here} to see how to use ListDataAssets API.
|
|
642
642
|
*/
|
|
643
643
|
listDataAssets(listDataAssetsRequest: requests.ListDataAssetsRequest): Promise<responses.ListDataAssetsResponse>;
|
|
644
644
|
/**
|
|
@@ -647,7 +647,7 @@ export declare class DataIntegrationClient {
|
|
|
647
647
|
* @param ListDataEntitiesRequest
|
|
648
648
|
* @return ListDataEntitiesResponse
|
|
649
649
|
* @throws OciError when an error occurs
|
|
650
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
650
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/ListDataEntities.ts.html |here} to see how to use ListDataEntities API.
|
|
651
651
|
*/
|
|
652
652
|
listDataEntities(listDataEntitiesRequest: requests.ListDataEntitiesRequest): Promise<responses.ListDataEntitiesResponse>;
|
|
653
653
|
/**
|
|
@@ -655,7 +655,7 @@ export declare class DataIntegrationClient {
|
|
|
655
655
|
* @param ListDataFlowValidationsRequest
|
|
656
656
|
* @return ListDataFlowValidationsResponse
|
|
657
657
|
* @throws OciError when an error occurs
|
|
658
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
658
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/ListDataFlowValidations.ts.html |here} to see how to use ListDataFlowValidations API.
|
|
659
659
|
*/
|
|
660
660
|
listDataFlowValidations(listDataFlowValidationsRequest: requests.ListDataFlowValidationsRequest): Promise<responses.ListDataFlowValidationsResponse>;
|
|
661
661
|
/**
|
|
@@ -664,7 +664,7 @@ export declare class DataIntegrationClient {
|
|
|
664
664
|
* @param ListDataFlowsRequest
|
|
665
665
|
* @return ListDataFlowsResponse
|
|
666
666
|
* @throws OciError when an error occurs
|
|
667
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
667
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/ListDataFlows.ts.html |here} to see how to use ListDataFlows API.
|
|
668
668
|
*/
|
|
669
669
|
listDataFlows(listDataFlowsRequest: requests.ListDataFlowsRequest): Promise<responses.ListDataFlowsResponse>;
|
|
670
670
|
/**
|
|
@@ -672,7 +672,7 @@ export declare class DataIntegrationClient {
|
|
|
672
672
|
* @param ListDependentObjectsRequest
|
|
673
673
|
* @return ListDependentObjectsResponse
|
|
674
674
|
* @throws OciError when an error occurs
|
|
675
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
675
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/ListDependentObjects.ts.html |here} to see how to use ListDependentObjects API.
|
|
676
676
|
*/
|
|
677
677
|
listDependentObjects(listDependentObjectsRequest: requests.ListDependentObjectsRequest): Promise<responses.ListDependentObjectsResponse>;
|
|
678
678
|
/**
|
|
@@ -681,7 +681,7 @@ export declare class DataIntegrationClient {
|
|
|
681
681
|
* @param ListExternalPublicationValidationsRequest
|
|
682
682
|
* @return ListExternalPublicationValidationsResponse
|
|
683
683
|
* @throws OciError when an error occurs
|
|
684
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
684
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/ListExternalPublicationValidations.ts.html |here} to see how to use ListExternalPublicationValidations API.
|
|
685
685
|
*/
|
|
686
686
|
listExternalPublicationValidations(listExternalPublicationValidationsRequest: requests.ListExternalPublicationValidationsRequest): Promise<responses.ListExternalPublicationValidationsResponse>;
|
|
687
687
|
/**
|
|
@@ -689,7 +689,7 @@ export declare class DataIntegrationClient {
|
|
|
689
689
|
* @param ListExternalPublicationsRequest
|
|
690
690
|
* @return ListExternalPublicationsResponse
|
|
691
691
|
* @throws OciError when an error occurs
|
|
692
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
692
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/ListExternalPublications.ts.html |here} to see how to use ListExternalPublications API.
|
|
693
693
|
*/
|
|
694
694
|
listExternalPublications(listExternalPublicationsRequest: requests.ListExternalPublicationsRequest): Promise<responses.ListExternalPublicationsResponse>;
|
|
695
695
|
/**
|
|
@@ -698,7 +698,7 @@ export declare class DataIntegrationClient {
|
|
|
698
698
|
* @param ListFoldersRequest
|
|
699
699
|
* @return ListFoldersResponse
|
|
700
700
|
* @throws OciError when an error occurs
|
|
701
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
701
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/ListFolders.ts.html |here} to see how to use ListFolders API.
|
|
702
702
|
*/
|
|
703
703
|
listFolders(listFoldersRequest: requests.ListFoldersRequest): Promise<responses.ListFoldersResponse>;
|
|
704
704
|
/**
|
|
@@ -706,7 +706,7 @@ export declare class DataIntegrationClient {
|
|
|
706
706
|
* @param ListPatchChangesRequest
|
|
707
707
|
* @return ListPatchChangesResponse
|
|
708
708
|
* @throws OciError when an error occurs
|
|
709
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
709
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/ListPatchChanges.ts.html |here} to see how to use ListPatchChanges API.
|
|
710
710
|
*/
|
|
711
711
|
listPatchChanges(listPatchChangesRequest: requests.ListPatchChangesRequest): Promise<responses.ListPatchChangesResponse>;
|
|
712
712
|
/**
|
|
@@ -714,7 +714,7 @@ export declare class DataIntegrationClient {
|
|
|
714
714
|
* @param ListPatchesRequest
|
|
715
715
|
* @return ListPatchesResponse
|
|
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.
|
|
717
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/ListPatches.ts.html |here} to see how to use ListPatches API.
|
|
718
718
|
*/
|
|
719
719
|
listPatches(listPatchesRequest: requests.ListPatchesRequest): Promise<responses.ListPatchesResponse>;
|
|
720
720
|
/**
|
|
@@ -722,7 +722,7 @@ export declare class DataIntegrationClient {
|
|
|
722
722
|
* @param ListPipelineValidationsRequest
|
|
723
723
|
* @return ListPipelineValidationsResponse
|
|
724
724
|
* @throws OciError when an error occurs
|
|
725
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
725
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/ListPipelineValidations.ts.html |here} to see how to use ListPipelineValidations API.
|
|
726
726
|
*/
|
|
727
727
|
listPipelineValidations(listPipelineValidationsRequest: requests.ListPipelineValidationsRequest): Promise<responses.ListPipelineValidationsResponse>;
|
|
728
728
|
/**
|
|
@@ -731,7 +731,7 @@ export declare class DataIntegrationClient {
|
|
|
731
731
|
* @param ListPipelinesRequest
|
|
732
732
|
* @return ListPipelinesResponse
|
|
733
733
|
* @throws OciError when an error occurs
|
|
734
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
734
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/ListPipelines.ts.html |here} to see how to use ListPipelines API.
|
|
735
735
|
*/
|
|
736
736
|
listPipelines(listPipelinesRequest: requests.ListPipelinesRequest): Promise<responses.ListPipelinesResponse>;
|
|
737
737
|
/**
|
|
@@ -740,7 +740,7 @@ export declare class DataIntegrationClient {
|
|
|
740
740
|
* @param ListProjectsRequest
|
|
741
741
|
* @return ListProjectsResponse
|
|
742
742
|
* @throws OciError when an error occurs
|
|
743
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
743
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/ListProjects.ts.html |here} to see how to use ListProjects API.
|
|
744
744
|
*/
|
|
745
745
|
listProjects(listProjectsRequest: requests.ListProjectsRequest): Promise<responses.ListProjectsResponse>;
|
|
746
746
|
/**
|
|
@@ -748,7 +748,7 @@ export declare class DataIntegrationClient {
|
|
|
748
748
|
* @param ListPublishedObjectsRequest
|
|
749
749
|
* @return ListPublishedObjectsResponse
|
|
750
750
|
* @throws OciError when an error occurs
|
|
751
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
751
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/ListPublishedObjects.ts.html |here} to see how to use ListPublishedObjects API.
|
|
752
752
|
*/
|
|
753
753
|
listPublishedObjects(listPublishedObjectsRequest: requests.ListPublishedObjectsRequest): Promise<responses.ListPublishedObjectsResponse>;
|
|
754
754
|
/**
|
|
@@ -756,7 +756,7 @@ export declare class DataIntegrationClient {
|
|
|
756
756
|
* @param ListReferencesRequest
|
|
757
757
|
* @return ListReferencesResponse
|
|
758
758
|
* @throws OciError when an error occurs
|
|
759
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
759
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/ListReferences.ts.html |here} to see how to use ListReferences API.
|
|
760
760
|
*/
|
|
761
761
|
listReferences(listReferencesRequest: requests.ListReferencesRequest): Promise<responses.ListReferencesResponse>;
|
|
762
762
|
/**
|
|
@@ -765,7 +765,7 @@ export declare class DataIntegrationClient {
|
|
|
765
765
|
* @param ListSchedulesRequest
|
|
766
766
|
* @return ListSchedulesResponse
|
|
767
767
|
* @throws OciError when an error occurs
|
|
768
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
768
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/ListSchedules.ts.html |here} to see how to use ListSchedules API.
|
|
769
769
|
*/
|
|
770
770
|
listSchedules(listSchedulesRequest: requests.ListSchedulesRequest): Promise<responses.ListSchedulesResponse>;
|
|
771
771
|
/**
|
|
@@ -773,7 +773,7 @@ export declare class DataIntegrationClient {
|
|
|
773
773
|
* @param ListSchemasRequest
|
|
774
774
|
* @return ListSchemasResponse
|
|
775
775
|
* @throws OciError when an error occurs
|
|
776
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
776
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/ListSchemas.ts.html |here} to see how to use ListSchemas API.
|
|
777
777
|
*/
|
|
778
778
|
listSchemas(listSchemasRequest: requests.ListSchemasRequest): Promise<responses.ListSchemasResponse>;
|
|
779
779
|
/**
|
|
@@ -781,10 +781,11 @@ export declare class DataIntegrationClient {
|
|
|
781
781
|
* @param ListTaskRunLogsRequest
|
|
782
782
|
* @return ListTaskRunLogsResponse
|
|
783
783
|
* @throws OciError when an error occurs
|
|
784
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
784
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/ListTaskRunLogs.ts.html |here} to see how to use ListTaskRunLogs API.
|
|
785
785
|
*/
|
|
786
786
|
listTaskRunLogs(listTaskRunLogsRequest: requests.ListTaskRunLogsRequest): Promise<responses.ListTaskRunLogsResponse>;
|
|
787
787
|
/**
|
|
788
|
+
* NOTE: This function is deprecated in favor of listTaskRunLogsRecordIterator function.
|
|
788
789
|
* Creates a new async iterator which will iterate over the models.TaskRunLogSummary objects
|
|
789
790
|
* contained in responses from the listTaskRunLogs operation. This iterator will fetch more data from the
|
|
790
791
|
* server as needed.
|
|
@@ -793,18 +794,34 @@ export declare class DataIntegrationClient {
|
|
|
793
794
|
*/
|
|
794
795
|
listAllTaskRunLogs(request: requests.ListTaskRunLogsRequest): AsyncIterableIterator<model.TaskRunLogSummary>;
|
|
795
796
|
/**
|
|
797
|
+
* NOTE: This function is deprecated in favor of listTaskRunLogsResponseIterator function.
|
|
796
798
|
* Creates a new async iterator which will iterate over the responses received from the listTaskRunLogs operation. This iterator
|
|
797
799
|
* will fetch more data from the server as needed.
|
|
798
800
|
*
|
|
799
801
|
* @param request a request which can be sent to the service operation
|
|
800
802
|
*/
|
|
801
803
|
listAllTaskRunLogsResponses(request: requests.ListTaskRunLogsRequest): AsyncIterableIterator<responses.ListTaskRunLogsResponse>;
|
|
804
|
+
/**
|
|
805
|
+
* Creates a new async iterator which will iterate over the models.TaskRunLogSummary objects
|
|
806
|
+
* contained in responses from the listTaskRunLogs operation. This iterator will fetch more data from the
|
|
807
|
+
* server as needed.
|
|
808
|
+
*
|
|
809
|
+
* @param request a request which can be sent to the service operation
|
|
810
|
+
*/
|
|
811
|
+
listTaskRunLogsRecordIterator(request: requests.ListTaskRunLogsRequest): AsyncIterableIterator<model.TaskRunLogSummary>;
|
|
812
|
+
/**
|
|
813
|
+
* Creates a new async iterator which will iterate over the responses received from the listTaskRunLogs operation. This iterator
|
|
814
|
+
* will fetch more data from the server as needed.
|
|
815
|
+
*
|
|
816
|
+
* @param request a request which can be sent to the service operation
|
|
817
|
+
*/
|
|
818
|
+
listTaskRunLogsResponseIterator(request: requests.ListTaskRunLogsRequest): AsyncIterableIterator<responses.ListTaskRunLogsResponse>;
|
|
802
819
|
/**
|
|
803
820
|
* Retrieves a list of task runs and provides options to filter the list.
|
|
804
821
|
* @param ListTaskRunsRequest
|
|
805
822
|
* @return ListTaskRunsResponse
|
|
806
823
|
* @throws OciError when an error occurs
|
|
807
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
824
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/ListTaskRuns.ts.html |here} to see how to use ListTaskRuns API.
|
|
808
825
|
*/
|
|
809
826
|
listTaskRuns(listTaskRunsRequest: requests.ListTaskRunsRequest): Promise<responses.ListTaskRunsResponse>;
|
|
810
827
|
/**
|
|
@@ -813,7 +830,7 @@ export declare class DataIntegrationClient {
|
|
|
813
830
|
* @param ListTaskSchedulesRequest
|
|
814
831
|
* @return ListTaskSchedulesResponse
|
|
815
832
|
* @throws OciError when an error occurs
|
|
816
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
833
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/ListTaskSchedules.ts.html |here} to see how to use ListTaskSchedules API.
|
|
817
834
|
*/
|
|
818
835
|
listTaskSchedules(listTaskSchedulesRequest: requests.ListTaskSchedulesRequest): Promise<responses.ListTaskSchedulesResponse>;
|
|
819
836
|
/**
|
|
@@ -822,7 +839,7 @@ export declare class DataIntegrationClient {
|
|
|
822
839
|
* @param ListTaskValidationsRequest
|
|
823
840
|
* @return ListTaskValidationsResponse
|
|
824
841
|
* @throws OciError when an error occurs
|
|
825
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
842
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/ListTaskValidations.ts.html |here} to see how to use ListTaskValidations API.
|
|
826
843
|
*/
|
|
827
844
|
listTaskValidations(listTaskValidationsRequest: requests.ListTaskValidationsRequest): Promise<responses.ListTaskValidationsResponse>;
|
|
828
845
|
/**
|
|
@@ -831,7 +848,7 @@ export declare class DataIntegrationClient {
|
|
|
831
848
|
* @param ListTasksRequest
|
|
832
849
|
* @return ListTasksResponse
|
|
833
850
|
* @throws OciError when an error occurs
|
|
834
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
851
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/ListTasks.ts.html |here} to see how to use ListTasks API.
|
|
835
852
|
*/
|
|
836
853
|
listTasks(listTasksRequest: requests.ListTasksRequest): Promise<responses.ListTasksResponse>;
|
|
837
854
|
/**
|
|
@@ -840,10 +857,11 @@ export declare class DataIntegrationClient {
|
|
|
840
857
|
* @param ListWorkRequestErrorsRequest
|
|
841
858
|
* @return ListWorkRequestErrorsResponse
|
|
842
859
|
* @throws OciError when an error occurs
|
|
843
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
860
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
844
861
|
*/
|
|
845
862
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
846
863
|
/**
|
|
864
|
+
* NOTE: This function is deprecated in favor of listWorkRequestErrorsRecordIterator function.
|
|
847
865
|
* Creates a new async iterator which will iterate over the models.WorkRequestError objects
|
|
848
866
|
* contained in responses from the listWorkRequestErrors operation. This iterator will fetch more data from the
|
|
849
867
|
* server as needed.
|
|
@@ -852,22 +870,39 @@ export declare class DataIntegrationClient {
|
|
|
852
870
|
*/
|
|
853
871
|
listAllWorkRequestErrors(request: requests.ListWorkRequestErrorsRequest): AsyncIterableIterator<model.WorkRequestError>;
|
|
854
872
|
/**
|
|
873
|
+
* NOTE: This function is deprecated in favor of listWorkRequestErrorsResponseIterator function.
|
|
855
874
|
* Creates a new async iterator which will iterate over the responses received from the listWorkRequestErrors operation. This iterator
|
|
856
875
|
* will fetch more data from the server as needed.
|
|
857
876
|
*
|
|
858
877
|
* @param request a request which can be sent to the service operation
|
|
859
878
|
*/
|
|
860
879
|
listAllWorkRequestErrorsResponses(request: requests.ListWorkRequestErrorsRequest): AsyncIterableIterator<responses.ListWorkRequestErrorsResponse>;
|
|
880
|
+
/**
|
|
881
|
+
* Creates a new async iterator which will iterate over the models.WorkRequestError objects
|
|
882
|
+
* contained in responses from the listWorkRequestErrors operation. This iterator will fetch more data from the
|
|
883
|
+
* server as needed.
|
|
884
|
+
*
|
|
885
|
+
* @param request a request which can be sent to the service operation
|
|
886
|
+
*/
|
|
887
|
+
listWorkRequestErrorsRecordIterator(request: requests.ListWorkRequestErrorsRequest): AsyncIterableIterator<model.WorkRequestError>;
|
|
888
|
+
/**
|
|
889
|
+
* Creates a new async iterator which will iterate over the responses received from the listWorkRequestErrors operation. This iterator
|
|
890
|
+
* will fetch more data from the server as needed.
|
|
891
|
+
*
|
|
892
|
+
* @param request a request which can be sent to the service operation
|
|
893
|
+
*/
|
|
894
|
+
listWorkRequestErrorsResponseIterator(request: requests.ListWorkRequestErrorsRequest): AsyncIterableIterator<responses.ListWorkRequestErrorsResponse>;
|
|
861
895
|
/**
|
|
862
896
|
* Retrieves a paginated list of logs for a given work request.
|
|
863
897
|
*
|
|
864
898
|
* @param ListWorkRequestLogsRequest
|
|
865
899
|
* @return ListWorkRequestLogsResponse
|
|
866
900
|
* @throws OciError when an error occurs
|
|
867
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
901
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
868
902
|
*/
|
|
869
903
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
870
904
|
/**
|
|
905
|
+
* NOTE: This function is deprecated in favor of listWorkRequestLogsRecordIterator function.
|
|
871
906
|
* Creates a new async iterator which will iterate over the models.WorkRequestLogEntry objects
|
|
872
907
|
* contained in responses from the listWorkRequestLogs operation. This iterator will fetch more data from the
|
|
873
908
|
* server as needed.
|
|
@@ -876,22 +911,39 @@ export declare class DataIntegrationClient {
|
|
|
876
911
|
*/
|
|
877
912
|
listAllWorkRequestLogs(request: requests.ListWorkRequestLogsRequest): AsyncIterableIterator<model.WorkRequestLogEntry>;
|
|
878
913
|
/**
|
|
914
|
+
* NOTE: This function is deprecated in favor of listWorkRequestLogsResponseIterator function.
|
|
879
915
|
* Creates a new async iterator which will iterate over the responses received from the listWorkRequestLogs operation. This iterator
|
|
880
916
|
* will fetch more data from the server as needed.
|
|
881
917
|
*
|
|
882
918
|
* @param request a request which can be sent to the service operation
|
|
883
919
|
*/
|
|
884
920
|
listAllWorkRequestLogsResponses(request: requests.ListWorkRequestLogsRequest): AsyncIterableIterator<responses.ListWorkRequestLogsResponse>;
|
|
921
|
+
/**
|
|
922
|
+
* Creates a new async iterator which will iterate over the models.WorkRequestLogEntry objects
|
|
923
|
+
* contained in responses from the listWorkRequestLogs operation. This iterator will fetch more data from the
|
|
924
|
+
* server as needed.
|
|
925
|
+
*
|
|
926
|
+
* @param request a request which can be sent to the service operation
|
|
927
|
+
*/
|
|
928
|
+
listWorkRequestLogsRecordIterator(request: requests.ListWorkRequestLogsRequest): AsyncIterableIterator<model.WorkRequestLogEntry>;
|
|
929
|
+
/**
|
|
930
|
+
* Creates a new async iterator which will iterate over the responses received from the listWorkRequestLogs operation. This iterator
|
|
931
|
+
* will fetch more data from the server as needed.
|
|
932
|
+
*
|
|
933
|
+
* @param request a request which can be sent to the service operation
|
|
934
|
+
*/
|
|
935
|
+
listWorkRequestLogsResponseIterator(request: requests.ListWorkRequestLogsRequest): AsyncIterableIterator<responses.ListWorkRequestLogsResponse>;
|
|
885
936
|
/**
|
|
886
937
|
* Lists the work requests in a compartment.
|
|
887
938
|
*
|
|
888
939
|
* @param ListWorkRequestsRequest
|
|
889
940
|
* @return ListWorkRequestsResponse
|
|
890
941
|
* @throws OciError when an error occurs
|
|
891
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
942
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
892
943
|
*/
|
|
893
944
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
894
945
|
/**
|
|
946
|
+
* NOTE: This function is deprecated in favor of listWorkRequestsRecordIterator function.
|
|
895
947
|
* Creates a new async iterator which will iterate over the models.WorkRequestSummary objects
|
|
896
948
|
* contained in responses from the listWorkRequests operation. This iterator will fetch more data from the
|
|
897
949
|
* server as needed.
|
|
@@ -900,22 +952,39 @@ export declare class DataIntegrationClient {
|
|
|
900
952
|
*/
|
|
901
953
|
listAllWorkRequests(request: requests.ListWorkRequestsRequest): AsyncIterableIterator<model.WorkRequestSummary>;
|
|
902
954
|
/**
|
|
955
|
+
* NOTE: This function is deprecated in favor of listWorkRequestsResponseIterator function.
|
|
903
956
|
* Creates a new async iterator which will iterate over the responses received from the listWorkRequests operation. This iterator
|
|
904
957
|
* will fetch more data from the server as needed.
|
|
905
958
|
*
|
|
906
959
|
* @param request a request which can be sent to the service operation
|
|
907
960
|
*/
|
|
908
961
|
listAllWorkRequestsResponses(request: requests.ListWorkRequestsRequest): AsyncIterableIterator<responses.ListWorkRequestsResponse>;
|
|
962
|
+
/**
|
|
963
|
+
* Creates a new async iterator which will iterate over the models.WorkRequestSummary objects
|
|
964
|
+
* contained in responses from the listWorkRequests operation. This iterator will fetch more data from the
|
|
965
|
+
* server as needed.
|
|
966
|
+
*
|
|
967
|
+
* @param request a request which can be sent to the service operation
|
|
968
|
+
*/
|
|
969
|
+
listWorkRequestsRecordIterator(request: requests.ListWorkRequestsRequest): AsyncIterableIterator<model.WorkRequestSummary>;
|
|
970
|
+
/**
|
|
971
|
+
* Creates a new async iterator which will iterate over the responses received from the listWorkRequests operation. This iterator
|
|
972
|
+
* will fetch more data from the server as needed.
|
|
973
|
+
*
|
|
974
|
+
* @param request a request which can be sent to the service operation
|
|
975
|
+
*/
|
|
976
|
+
listWorkRequestsResponseIterator(request: requests.ListWorkRequestsRequest): AsyncIterableIterator<responses.ListWorkRequestsResponse>;
|
|
909
977
|
/**
|
|
910
978
|
* Retrieves a list of Data Integration workspaces.
|
|
911
979
|
*
|
|
912
980
|
* @param ListWorkspacesRequest
|
|
913
981
|
* @return ListWorkspacesResponse
|
|
914
982
|
* @throws OciError when an error occurs
|
|
915
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
983
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/ListWorkspaces.ts.html |here} to see how to use ListWorkspaces API.
|
|
916
984
|
*/
|
|
917
985
|
listWorkspaces(listWorkspacesRequest: requests.ListWorkspacesRequest): Promise<responses.ListWorkspacesResponse>;
|
|
918
986
|
/**
|
|
987
|
+
* NOTE: This function is deprecated in favor of listWorkspacesRecordIterator function.
|
|
919
988
|
* Creates a new async iterator which will iterate over the models.WorkspaceSummary objects
|
|
920
989
|
* contained in responses from the listWorkspaces operation. This iterator will fetch more data from the
|
|
921
990
|
* server as needed.
|
|
@@ -924,19 +993,35 @@ export declare class DataIntegrationClient {
|
|
|
924
993
|
*/
|
|
925
994
|
listAllWorkspaces(request: requests.ListWorkspacesRequest): AsyncIterableIterator<model.WorkspaceSummary>;
|
|
926
995
|
/**
|
|
996
|
+
* NOTE: This function is deprecated in favor of listWorkspacesResponseIterator function.
|
|
927
997
|
* Creates a new async iterator which will iterate over the responses received from the listWorkspaces operation. This iterator
|
|
928
998
|
* will fetch more data from the server as needed.
|
|
929
999
|
*
|
|
930
1000
|
* @param request a request which can be sent to the service operation
|
|
931
1001
|
*/
|
|
932
1002
|
listAllWorkspacesResponses(request: requests.ListWorkspacesRequest): AsyncIterableIterator<responses.ListWorkspacesResponse>;
|
|
1003
|
+
/**
|
|
1004
|
+
* Creates a new async iterator which will iterate over the models.WorkspaceSummary objects
|
|
1005
|
+
* contained in responses from the listWorkspaces operation. This iterator will fetch more data from the
|
|
1006
|
+
* server as needed.
|
|
1007
|
+
*
|
|
1008
|
+
* @param request a request which can be sent to the service operation
|
|
1009
|
+
*/
|
|
1010
|
+
listWorkspacesRecordIterator(request: requests.ListWorkspacesRequest): AsyncIterableIterator<model.WorkspaceSummary>;
|
|
1011
|
+
/**
|
|
1012
|
+
* Creates a new async iterator which will iterate over the responses received from the listWorkspaces operation. This iterator
|
|
1013
|
+
* will fetch more data from the server as needed.
|
|
1014
|
+
*
|
|
1015
|
+
* @param request a request which can be sent to the service operation
|
|
1016
|
+
*/
|
|
1017
|
+
listWorkspacesResponseIterator(request: requests.ListWorkspacesRequest): AsyncIterableIterator<responses.ListWorkspacesResponse>;
|
|
933
1018
|
/**
|
|
934
1019
|
* Starts a workspace.
|
|
935
1020
|
*
|
|
936
1021
|
* @param StartWorkspaceRequest
|
|
937
1022
|
* @return StartWorkspaceResponse
|
|
938
1023
|
* @throws OciError when an error occurs
|
|
939
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1024
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/StartWorkspace.ts.html |here} to see how to use StartWorkspace API.
|
|
940
1025
|
*/
|
|
941
1026
|
startWorkspace(startWorkspaceRequest: requests.StartWorkspaceRequest): Promise<responses.StartWorkspaceResponse>;
|
|
942
1027
|
/**
|
|
@@ -945,7 +1030,7 @@ export declare class DataIntegrationClient {
|
|
|
945
1030
|
* @param StopWorkspaceRequest
|
|
946
1031
|
* @return StopWorkspaceResponse
|
|
947
1032
|
* @throws OciError when an error occurs
|
|
948
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1033
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/StopWorkspace.ts.html |here} to see how to use StopWorkspace API.
|
|
949
1034
|
*/
|
|
950
1035
|
stopWorkspace(stopWorkspaceRequest: requests.StopWorkspaceRequest): Promise<responses.StopWorkspaceResponse>;
|
|
951
1036
|
/**
|
|
@@ -953,7 +1038,7 @@ export declare class DataIntegrationClient {
|
|
|
953
1038
|
* @param UpdateApplicationRequest
|
|
954
1039
|
* @return UpdateApplicationResponse
|
|
955
1040
|
* @throws OciError when an error occurs
|
|
956
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1041
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
|
|
957
1042
|
*/
|
|
958
1043
|
updateApplication(updateApplicationRequest: requests.UpdateApplicationRequest): Promise<responses.UpdateApplicationResponse>;
|
|
959
1044
|
/**
|
|
@@ -961,7 +1046,7 @@ export declare class DataIntegrationClient {
|
|
|
961
1046
|
* @param UpdateConnectionRequest
|
|
962
1047
|
* @return UpdateConnectionResponse
|
|
963
1048
|
* @throws OciError when an error occurs
|
|
964
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1049
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/UpdateConnection.ts.html |here} to see how to use UpdateConnection API.
|
|
965
1050
|
*/
|
|
966
1051
|
updateConnection(updateConnectionRequest: requests.UpdateConnectionRequest): Promise<responses.UpdateConnectionResponse>;
|
|
967
1052
|
/**
|
|
@@ -969,7 +1054,7 @@ export declare class DataIntegrationClient {
|
|
|
969
1054
|
* @param UpdateDataAssetRequest
|
|
970
1055
|
* @return UpdateDataAssetResponse
|
|
971
1056
|
* @throws OciError when an error occurs
|
|
972
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1057
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/UpdateDataAsset.ts.html |here} to see how to use UpdateDataAsset API.
|
|
973
1058
|
*/
|
|
974
1059
|
updateDataAsset(updateDataAssetRequest: requests.UpdateDataAssetRequest): Promise<responses.UpdateDataAssetResponse>;
|
|
975
1060
|
/**
|
|
@@ -977,7 +1062,7 @@ export declare class DataIntegrationClient {
|
|
|
977
1062
|
* @param UpdateDataFlowRequest
|
|
978
1063
|
* @return UpdateDataFlowResponse
|
|
979
1064
|
* @throws OciError when an error occurs
|
|
980
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1065
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/UpdateDataFlow.ts.html |here} to see how to use UpdateDataFlow API.
|
|
981
1066
|
*/
|
|
982
1067
|
updateDataFlow(updateDataFlowRequest: requests.UpdateDataFlowRequest): Promise<responses.UpdateDataFlowResponse>;
|
|
983
1068
|
/**
|
|
@@ -985,7 +1070,7 @@ export declare class DataIntegrationClient {
|
|
|
985
1070
|
* @param UpdateExternalPublicationRequest
|
|
986
1071
|
* @return UpdateExternalPublicationResponse
|
|
987
1072
|
* @throws OciError when an error occurs
|
|
988
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1073
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/UpdateExternalPublication.ts.html |here} to see how to use UpdateExternalPublication API.
|
|
989
1074
|
*/
|
|
990
1075
|
updateExternalPublication(updateExternalPublicationRequest: requests.UpdateExternalPublicationRequest): Promise<responses.UpdateExternalPublicationResponse>;
|
|
991
1076
|
/**
|
|
@@ -993,7 +1078,7 @@ export declare class DataIntegrationClient {
|
|
|
993
1078
|
* @param UpdateFolderRequest
|
|
994
1079
|
* @return UpdateFolderResponse
|
|
995
1080
|
* @throws OciError when an error occurs
|
|
996
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1081
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/UpdateFolder.ts.html |here} to see how to use UpdateFolder API.
|
|
997
1082
|
*/
|
|
998
1083
|
updateFolder(updateFolderRequest: requests.UpdateFolderRequest): Promise<responses.UpdateFolderResponse>;
|
|
999
1084
|
/**
|
|
@@ -1001,7 +1086,7 @@ export declare class DataIntegrationClient {
|
|
|
1001
1086
|
* @param UpdatePipelineRequest
|
|
1002
1087
|
* @return UpdatePipelineResponse
|
|
1003
1088
|
* @throws OciError when an error occurs
|
|
1004
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1089
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/UpdatePipeline.ts.html |here} to see how to use UpdatePipeline API.
|
|
1005
1090
|
*/
|
|
1006
1091
|
updatePipeline(updatePipelineRequest: requests.UpdatePipelineRequest): Promise<responses.UpdatePipelineResponse>;
|
|
1007
1092
|
/**
|
|
@@ -1009,7 +1094,7 @@ export declare class DataIntegrationClient {
|
|
|
1009
1094
|
* @param UpdateProjectRequest
|
|
1010
1095
|
* @return UpdateProjectResponse
|
|
1011
1096
|
* @throws OciError when an error occurs
|
|
1012
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1097
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/UpdateProject.ts.html |here} to see how to use UpdateProject API.
|
|
1013
1098
|
*/
|
|
1014
1099
|
updateProject(updateProjectRequest: requests.UpdateProjectRequest): Promise<responses.UpdateProjectResponse>;
|
|
1015
1100
|
/**
|
|
@@ -1017,7 +1102,7 @@ export declare class DataIntegrationClient {
|
|
|
1017
1102
|
* @param UpdateReferenceRequest
|
|
1018
1103
|
* @return UpdateReferenceResponse
|
|
1019
1104
|
* @throws OciError when an error occurs
|
|
1020
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1105
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/UpdateReference.ts.html |here} to see how to use UpdateReference API.
|
|
1021
1106
|
*/
|
|
1022
1107
|
updateReference(updateReferenceRequest: requests.UpdateReferenceRequest): Promise<responses.UpdateReferenceResponse>;
|
|
1023
1108
|
/**
|
|
@@ -1025,7 +1110,7 @@ export declare class DataIntegrationClient {
|
|
|
1025
1110
|
* @param UpdateScheduleRequest
|
|
1026
1111
|
* @return UpdateScheduleResponse
|
|
1027
1112
|
* @throws OciError when an error occurs
|
|
1028
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1113
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/UpdateSchedule.ts.html |here} to see how to use UpdateSchedule API.
|
|
1029
1114
|
*/
|
|
1030
1115
|
updateSchedule(updateScheduleRequest: requests.UpdateScheduleRequest): Promise<responses.UpdateScheduleResponse>;
|
|
1031
1116
|
/**
|
|
@@ -1033,7 +1118,7 @@ export declare class DataIntegrationClient {
|
|
|
1033
1118
|
* @param UpdateTaskRequest
|
|
1034
1119
|
* @return UpdateTaskResponse
|
|
1035
1120
|
* @throws OciError when an error occurs
|
|
1036
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1121
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/UpdateTask.ts.html |here} to see how to use UpdateTask API.
|
|
1037
1122
|
*/
|
|
1038
1123
|
updateTask(updateTaskRequest: requests.UpdateTaskRequest): Promise<responses.UpdateTaskResponse>;
|
|
1039
1124
|
/**
|
|
@@ -1041,7 +1126,7 @@ export declare class DataIntegrationClient {
|
|
|
1041
1126
|
* @param UpdateTaskRunRequest
|
|
1042
1127
|
* @return UpdateTaskRunResponse
|
|
1043
1128
|
* @throws OciError when an error occurs
|
|
1044
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1129
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/UpdateTaskRun.ts.html |here} to see how to use UpdateTaskRun API.
|
|
1045
1130
|
*/
|
|
1046
1131
|
updateTaskRun(updateTaskRunRequest: requests.UpdateTaskRunRequest): Promise<responses.UpdateTaskRunResponse>;
|
|
1047
1132
|
/**
|
|
@@ -1049,7 +1134,7 @@ export declare class DataIntegrationClient {
|
|
|
1049
1134
|
* @param UpdateTaskScheduleRequest
|
|
1050
1135
|
* @return UpdateTaskScheduleResponse
|
|
1051
1136
|
* @throws OciError when an error occurs
|
|
1052
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1137
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/UpdateTaskSchedule.ts.html |here} to see how to use UpdateTaskSchedule API.
|
|
1053
1138
|
*/
|
|
1054
1139
|
updateTaskSchedule(updateTaskScheduleRequest: requests.UpdateTaskScheduleRequest): Promise<responses.UpdateTaskScheduleResponse>;
|
|
1055
1140
|
/**
|
|
@@ -1057,7 +1142,7 @@ export declare class DataIntegrationClient {
|
|
|
1057
1142
|
* @param UpdateWorkspaceRequest
|
|
1058
1143
|
* @return UpdateWorkspaceResponse
|
|
1059
1144
|
* @throws OciError when an error occurs
|
|
1060
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1145
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/dataintegration/UpdateWorkspace.ts.html |here} to see how to use UpdateWorkspace API.
|
|
1061
1146
|
*/
|
|
1062
1147
|
updateWorkspace(updateWorkspaceRequest: requests.UpdateWorkspaceRequest): Promise<responses.UpdateWorkspaceResponse>;
|
|
1063
1148
|
}
|