oci-dataintegration 2.22.0 → 2.26.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +132 -131
- package/lib/client.js +137 -132
- package/lib/client.js.map +1 -1
- package/lib/model/abstract-call-attribute.d.ts +26 -0
- package/lib/model/abstract-call-attribute.js +65 -0
- package/lib/model/abstract-call-attribute.js.map +1 -0
- package/lib/model/abstract-data-operation-config.d.ts +14 -0
- package/lib/model/abstract-data-operation-config.js +10 -2
- package/lib/model/abstract-data-operation-config.js.map +1 -1
- package/lib/model/abstract-read-attribute.js +4 -0
- package/lib/model/abstract-read-attribute.js.map +1 -1
- package/lib/model/bip-call-attribute.d.ts +35 -0
- package/lib/model/bip-call-attribute.js +72 -0
- package/lib/model/bip-call-attribute.js.map +1 -0
- package/lib/model/bip-read-attributes.d.ts +47 -0
- package/lib/model/bip-read-attributes.js +82 -0
- package/lib/model/bip-read-attributes.js.map +1 -0
- package/lib/model/bip-report-parameter-value.d.ts +29 -0
- package/lib/model/bip-report-parameter-value.js +29 -0
- package/lib/model/bip-report-parameter-value.js.map +1 -0
- package/lib/model/child-reference.d.ts +3 -0
- package/lib/model/child-reference.js +3 -0
- package/lib/model/child-reference.js.map +1 -1
- package/lib/model/conditional-composite-field-map.d.ts +46 -0
- package/lib/model/conditional-composite-field-map.js +84 -0
- package/lib/model/conditional-composite-field-map.js.map +1 -0
- package/lib/model/conditional-input-link.d.ts +1 -1
- package/lib/model/conditional-input-link.js.map +1 -1
- package/lib/model/conditional-output-port.d.ts +43 -0
- package/lib/model/conditional-output-port.js +81 -0
- package/lib/model/conditional-output-port.js.map +1 -0
- package/lib/model/configuration-details.d.ts +1 -1
- package/lib/model/configuration-details.js.map +1 -1
- package/lib/model/connection-details.js +4 -0
- package/lib/model/connection-details.js.map +1 -1
- package/lib/model/connection-from-bi-p.d.ts +29 -0
- package/lib/model/connection-from-bi-p.js +60 -0
- package/lib/model/connection-from-bi-p.js.map +1 -0
- package/lib/model/connection-from-bip-details.d.ts +29 -0
- package/lib/model/connection-from-bip-details.js +62 -0
- package/lib/model/connection-from-bip-details.js.map +1 -0
- package/lib/model/connection-summary-from-bi-p.d.ts +29 -0
- package/lib/model/connection-summary-from-bi-p.js +62 -0
- package/lib/model/connection-summary-from-bi-p.js.map +1 -0
- package/lib/model/connection-summary.js +4 -0
- package/lib/model/connection-summary.js.map +1 -1
- package/lib/model/connection.js +4 -0
- package/lib/model/connection.js.map +1 -1
- package/lib/model/create-connection-details.js +4 -0
- package/lib/model/create-connection-details.js.map +1 -1
- package/lib/model/create-connection-from-bi-p.d.ts +29 -0
- package/lib/model/create-connection-from-bi-p.js +62 -0
- package/lib/model/create-connection-from-bi-p.js.map +1 -0
- package/lib/model/create-connection-validation-details.d.ts +1 -1
- package/lib/model/create-connection-validation-details.js.map +1 -1
- package/lib/model/create-data-asset-from-fusion-app.d.ts +4 -1
- package/lib/model/create-data-asset-from-fusion-app.js +19 -3
- package/lib/model/create-data-asset-from-fusion-app.js.map +1 -1
- package/lib/model/create-task-from-data-loader-task.d.ts +9 -0
- package/lib/model/create-task-from-data-loader-task.js +8 -2
- package/lib/model/create-task-from-data-loader-task.js.map +1 -1
- package/lib/model/data-asset-from-fusion-app.d.ts +1 -1
- package/lib/model/data-asset-from-fusion-app.js +2 -2
- package/lib/model/data-asset-from-fusion-app.js.map +1 -1
- package/lib/model/data-asset-summary-from-fusion-app.d.ts +4 -1
- package/lib/model/data-asset-summary-from-fusion-app.js +19 -3
- package/lib/model/data-asset-summary-from-fusion-app.js.map +1 -1
- package/lib/model/field-map.js +12 -0
- package/lib/model/field-map.js.map +1 -1
- package/lib/model/flatten-details.d.ts +35 -0
- package/lib/model/flatten-details.js +67 -0
- package/lib/model/flatten-details.js.map +1 -0
- package/lib/model/flatten-projection-preferences.d.ts +73 -0
- package/lib/model/flatten-projection-preferences.js +69 -0
- package/lib/model/flatten-projection-preferences.js.map +1 -0
- package/lib/model/flatten.d.ts +26 -0
- package/lib/model/flatten.js +64 -0
- package/lib/model/flatten.js.map +1 -0
- package/lib/model/flow-node.d.ts +1 -1
- package/lib/model/flow-node.js.map +1 -1
- package/lib/model/function.d.ts +25 -0
- package/lib/model/function.js +56 -0
- package/lib/model/function.js.map +1 -0
- package/lib/model/index.d.ts +46 -0
- package/lib/model/index.js +56 -9
- package/lib/model/index.js.map +1 -1
- package/lib/model/input-link.d.ts +1 -1
- package/lib/model/input-link.js.map +1 -1
- package/lib/model/macro-pivot-field.d.ts +33 -0
- package/lib/model/macro-pivot-field.js +59 -0
- package/lib/model/macro-pivot-field.js.map +1 -0
- package/lib/model/named-entity-map.d.ts +46 -0
- package/lib/model/named-entity-map.js +62 -0
- package/lib/model/named-entity-map.js.map +1 -0
- package/lib/model/oci-function.d.ts +33 -0
- package/lib/model/oci-function.js +65 -0
- package/lib/model/oci-function.js.map +1 -0
- package/lib/model/operator.d.ts +1 -1
- package/lib/model/operator.js +18 -2
- package/lib/model/operator.js.map +1 -1
- package/lib/model/oracle-adwc-write-attribute.d.ts +1 -1
- package/lib/model/oracle-adwc-write-attribute.js.map +1 -1
- package/lib/model/oracle-adwc-write-attributes.d.ts +1 -1
- package/lib/model/oracle-adwc-write-attributes.js.map +1 -1
- package/lib/model/oracle-atp-write-attribute.d.ts +1 -1
- package/lib/model/oracle-atp-write-attribute.js.map +1 -1
- package/lib/model/oracle-atp-write-attributes.d.ts +1 -1
- package/lib/model/oracle-atp-write-attributes.js.map +1 -1
- package/lib/model/pivot-field.d.ts +31 -0
- package/lib/model/pivot-field.js +60 -0
- package/lib/model/pivot-field.js.map +1 -0
- package/lib/model/pivot-keys.d.ts +49 -0
- package/lib/model/pivot-keys.js +55 -0
- package/lib/model/pivot-keys.js.map +1 -0
- package/lib/model/pivot.d.ts +26 -0
- package/lib/model/pivot.js +62 -0
- package/lib/model/pivot.js.map +1 -0
- package/lib/model/published-object-from-data-loader-task.d.ts +9 -0
- package/lib/model/published-object-from-data-loader-task.js +8 -2
- package/lib/model/published-object-from-data-loader-task.js.map +1 -1
- package/lib/model/read-operation-config.d.ts +1 -1
- package/lib/model/read-operation-config.js.map +1 -1
- package/lib/model/reference-summary.d.ts +9 -0
- package/lib/model/reference-summary.js +9 -0
- package/lib/model/reference-summary.js.map +1 -1
- package/lib/model/reference.d.ts +9 -0
- package/lib/model/reference.js +9 -0
- package/lib/model/reference.js.map +1 -1
- package/lib/model/rule-based-entity-map.d.ts +63 -0
- package/lib/model/rule-based-entity-map.js +74 -0
- package/lib/model/rule-based-entity-map.js.map +1 -0
- package/lib/model/split.d.ts +37 -0
- package/lib/model/split.js +60 -0
- package/lib/model/split.js.map +1 -0
- package/lib/model/target.d.ts +16 -0
- package/lib/model/target.js.map +1 -1
- package/lib/model/task-from-data-loader-task-details.d.ts +9 -0
- package/lib/model/task-from-data-loader-task-details.js +8 -2
- package/lib/model/task-from-data-loader-task-details.js.map +1 -1
- package/lib/model/task-run-details.d.ts +6 -0
- package/lib/model/task-run-details.js +7 -0
- package/lib/model/task-run-details.js.map +1 -1
- package/lib/model/task-run-summary.d.ts +6 -0
- package/lib/model/task-run-summary.js +7 -0
- package/lib/model/task-run-summary.js.map +1 -1
- package/lib/model/task-summary-from-data-loader-task.d.ts +9 -0
- package/lib/model/task-summary-from-data-loader-task.js +8 -2
- package/lib/model/task-summary-from-data-loader-task.js.map +1 -1
- package/lib/model/typed-object.js +8 -0
- package/lib/model/typed-object.js.map +1 -1
- package/lib/model/update-connection-details.js +4 -0
- package/lib/model/update-connection-details.js.map +1 -1
- package/lib/model/update-connection-from-bi-p.d.ts +29 -0
- package/lib/model/update-connection-from-bi-p.js +62 -0
- package/lib/model/update-connection-from-bi-p.js.map +1 -0
- package/lib/model/update-reference-details.d.ts +1 -1
- package/lib/model/update-task-from-data-loader-task.d.ts +9 -0
- package/lib/model/update-task-from-data-loader-task.js +8 -2
- package/lib/model/update-task-from-data-loader-task.js.map +1 -1
- package/lib/request/change-compartment-request.d.ts +1 -1
- package/lib/request/change-dis-application-compartment-request.d.ts +1 -1
- package/lib/request/create-application-request.d.ts +1 -1
- package/lib/request/create-connection-request.d.ts +2 -2
- 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-dis-application-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-function-library-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-user-defined-function-request.d.ts +1 -1
- package/lib/request/create-user-defined-function-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-dis-application-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-function-library-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-user-defined-function-request.d.ts +1 -1
- package/lib/request/delete-user-defined-function-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-dis-application-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-function-library-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-user-defined-function-request.d.ts +1 -1
- package/lib/request/get-user-defined-function-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-dis-applications-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-function-libraries-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-user-defined-function-validations-request.d.ts +1 -1
- package/lib/request/list-user-defined-functions-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 +2 -2
- 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-dis-application-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-function-library-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-user-defined-function-request.d.ts +1 -1
- package/lib/request/update-workspace-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.js
CHANGED
|
@@ -60,6 +60,7 @@ class DataIntegrationClient {
|
|
|
60
60
|
this["_endpoint"] = "";
|
|
61
61
|
this["_defaultHeaders"] = {};
|
|
62
62
|
this._circuitBreaker = null;
|
|
63
|
+
this._httpOptions = undefined;
|
|
63
64
|
const requestSigner = params.authenticationDetailsProvider
|
|
64
65
|
? new common.DefaultRequestSigner(params.authenticationDetailsProvider)
|
|
65
66
|
: null;
|
|
@@ -68,6 +69,9 @@ class DataIntegrationClient {
|
|
|
68
69
|
this._circuitBreaker = clientConfiguration.circuitBreaker
|
|
69
70
|
? clientConfiguration.circuitBreaker.circuit
|
|
70
71
|
: null;
|
|
72
|
+
this._httpOptions = clientConfiguration.httpOptions
|
|
73
|
+
? clientConfiguration.httpOptions
|
|
74
|
+
: undefined;
|
|
71
75
|
}
|
|
72
76
|
// if circuit breaker is not created, check if circuit breaker system is enabled to use default circuit breaker
|
|
73
77
|
const specCircuitBreakerEnabled = true;
|
|
@@ -77,7 +81,8 @@ class DataIntegrationClient {
|
|
|
77
81
|
this._circuitBreaker = new common.CircuitBreaker().circuit;
|
|
78
82
|
}
|
|
79
83
|
this._httpClient =
|
|
80
|
-
params.httpClient ||
|
|
84
|
+
params.httpClient ||
|
|
85
|
+
new common.FetchHttpClient(requestSigner, this._circuitBreaker, this._httpOptions);
|
|
81
86
|
if (params.authenticationDetailsProvider &&
|
|
82
87
|
common.isRegionProvider(params.authenticationDetailsProvider)) {
|
|
83
88
|
const provider = params.authenticationDetailsProvider;
|
|
@@ -152,7 +157,7 @@ class DataIntegrationClient {
|
|
|
152
157
|
* @param ChangeCompartmentRequest
|
|
153
158
|
* @return ChangeCompartmentResponse
|
|
154
159
|
* @throws OciError when an error occurs
|
|
155
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
160
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/ChangeCompartment.ts.html |here} to see how to use ChangeCompartment API.
|
|
156
161
|
*/
|
|
157
162
|
changeCompartment(changeCompartmentRequest) {
|
|
158
163
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -213,7 +218,7 @@ class DataIntegrationClient {
|
|
|
213
218
|
* @param ChangeDisApplicationCompartmentRequest
|
|
214
219
|
* @return ChangeDisApplicationCompartmentResponse
|
|
215
220
|
* @throws OciError when an error occurs
|
|
216
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
221
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/ChangeDisApplicationCompartment.ts.html |here} to see how to use ChangeDisApplicationCompartment API.
|
|
217
222
|
*/
|
|
218
223
|
changeDisApplicationCompartment(changeDisApplicationCompartmentRequest) {
|
|
219
224
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -275,7 +280,7 @@ class DataIntegrationClient {
|
|
|
275
280
|
* @param CreateApplicationRequest
|
|
276
281
|
* @return CreateApplicationResponse
|
|
277
282
|
* @throws OciError when an error occurs
|
|
278
|
-
* @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.26.0/dataintegration/CreateApplication.ts.html |here} to see how to use CreateApplication API.
|
|
279
284
|
*/
|
|
280
285
|
createApplication(createApplicationRequest) {
|
|
281
286
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -338,7 +343,7 @@ class DataIntegrationClient {
|
|
|
338
343
|
* @param CreateConnectionRequest
|
|
339
344
|
* @return CreateConnectionResponse
|
|
340
345
|
* @throws OciError when an error occurs
|
|
341
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
346
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/CreateConnection.ts.html |here} to see how to use CreateConnection API.
|
|
342
347
|
*/
|
|
343
348
|
createConnection(createConnectionRequest) {
|
|
344
349
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -401,7 +406,7 @@ class DataIntegrationClient {
|
|
|
401
406
|
* @param CreateConnectionValidationRequest
|
|
402
407
|
* @return CreateConnectionValidationResponse
|
|
403
408
|
* @throws OciError when an error occurs
|
|
404
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
409
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/CreateConnectionValidation.ts.html |here} to see how to use CreateConnectionValidation API.
|
|
405
410
|
*/
|
|
406
411
|
createConnectionValidation(createConnectionValidationRequest) {
|
|
407
412
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -464,7 +469,7 @@ class DataIntegrationClient {
|
|
|
464
469
|
* @param CreateDataAssetRequest
|
|
465
470
|
* @return CreateDataAssetResponse
|
|
466
471
|
* @throws OciError when an error occurs
|
|
467
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
472
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/CreateDataAsset.ts.html |here} to see how to use CreateDataAsset API.
|
|
468
473
|
*/
|
|
469
474
|
createDataAsset(createDataAssetRequest) {
|
|
470
475
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -528,7 +533,7 @@ class DataIntegrationClient {
|
|
|
528
533
|
* @param CreateDataFlowRequest
|
|
529
534
|
* @return CreateDataFlowResponse
|
|
530
535
|
* @throws OciError when an error occurs
|
|
531
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
536
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/CreateDataFlow.ts.html |here} to see how to use CreateDataFlow API.
|
|
532
537
|
*/
|
|
533
538
|
createDataFlow(createDataFlowRequest) {
|
|
534
539
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -592,7 +597,7 @@ class DataIntegrationClient {
|
|
|
592
597
|
* @param CreateDataFlowValidationRequest
|
|
593
598
|
* @return CreateDataFlowValidationResponse
|
|
594
599
|
* @throws OciError when an error occurs
|
|
595
|
-
* @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.26.0/dataintegration/CreateDataFlowValidation.ts.html |here} to see how to use CreateDataFlowValidation API.
|
|
596
601
|
*/
|
|
597
602
|
createDataFlowValidation(createDataFlowValidationRequest) {
|
|
598
603
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -656,7 +661,7 @@ class DataIntegrationClient {
|
|
|
656
661
|
* @param CreateDisApplicationRequest
|
|
657
662
|
* @return CreateDisApplicationResponse
|
|
658
663
|
* @throws OciError when an error occurs
|
|
659
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
664
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/CreateDisApplication.ts.html |here} to see how to use CreateDisApplication API.
|
|
660
665
|
*/
|
|
661
666
|
createDisApplication(createDisApplicationRequest) {
|
|
662
667
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -719,7 +724,7 @@ class DataIntegrationClient {
|
|
|
719
724
|
* @param CreateEntityShapeRequest
|
|
720
725
|
* @return CreateEntityShapeResponse
|
|
721
726
|
* @throws OciError when an error occurs
|
|
722
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
727
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/CreateEntityShape.ts.html |here} to see how to use CreateEntityShape API.
|
|
723
728
|
*/
|
|
724
729
|
createEntityShape(createEntityShapeRequest) {
|
|
725
730
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -780,7 +785,7 @@ class DataIntegrationClient {
|
|
|
780
785
|
* @param CreateExternalPublicationRequest
|
|
781
786
|
* @return CreateExternalPublicationResponse
|
|
782
787
|
* @throws OciError when an error occurs
|
|
783
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
788
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/CreateExternalPublication.ts.html |here} to see how to use CreateExternalPublication API.
|
|
784
789
|
*/
|
|
785
790
|
createExternalPublication(createExternalPublicationRequest) {
|
|
786
791
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -844,7 +849,7 @@ class DataIntegrationClient {
|
|
|
844
849
|
* @param CreateExternalPublicationValidationRequest
|
|
845
850
|
* @return CreateExternalPublicationValidationResponse
|
|
846
851
|
* @throws OciError when an error occurs
|
|
847
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
852
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/CreateExternalPublicationValidation.ts.html |here} to see how to use CreateExternalPublicationValidation API.
|
|
848
853
|
*/
|
|
849
854
|
createExternalPublicationValidation(createExternalPublicationValidationRequest) {
|
|
850
855
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -910,7 +915,7 @@ class DataIntegrationClient {
|
|
|
910
915
|
* @param CreateFolderRequest
|
|
911
916
|
* @return CreateFolderResponse
|
|
912
917
|
* @throws OciError when an error occurs
|
|
913
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
918
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/CreateFolder.ts.html |here} to see how to use CreateFolder API.
|
|
914
919
|
*/
|
|
915
920
|
createFolder(createFolderRequest) {
|
|
916
921
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -975,7 +980,7 @@ class DataIntegrationClient {
|
|
|
975
980
|
* @param CreateFunctionLibraryRequest
|
|
976
981
|
* @return CreateFunctionLibraryResponse
|
|
977
982
|
* @throws OciError when an error occurs
|
|
978
|
-
* @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.26.0/dataintegration/CreateFunctionLibrary.ts.html |here} to see how to use CreateFunctionLibrary API.
|
|
979
984
|
*/
|
|
980
985
|
createFunctionLibrary(createFunctionLibraryRequest) {
|
|
981
986
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1038,7 +1043,7 @@ class DataIntegrationClient {
|
|
|
1038
1043
|
* @param CreatePatchRequest
|
|
1039
1044
|
* @return CreatePatchResponse
|
|
1040
1045
|
* @throws OciError when an error occurs
|
|
1041
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1046
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/CreatePatch.ts.html |here} to see how to use CreatePatch API.
|
|
1042
1047
|
*/
|
|
1043
1048
|
createPatch(createPatchRequest) {
|
|
1044
1049
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1103,7 +1108,7 @@ class DataIntegrationClient {
|
|
|
1103
1108
|
* @param CreatePipelineRequest
|
|
1104
1109
|
* @return CreatePipelineResponse
|
|
1105
1110
|
* @throws OciError when an error occurs
|
|
1106
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1111
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/CreatePipeline.ts.html |here} to see how to use CreatePipeline API.
|
|
1107
1112
|
*/
|
|
1108
1113
|
createPipeline(createPipelineRequest) {
|
|
1109
1114
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1167,7 +1172,7 @@ class DataIntegrationClient {
|
|
|
1167
1172
|
* @param CreatePipelineValidationRequest
|
|
1168
1173
|
* @return CreatePipelineValidationResponse
|
|
1169
1174
|
* @throws OciError when an error occurs
|
|
1170
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1175
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/CreatePipelineValidation.ts.html |here} to see how to use CreatePipelineValidation API.
|
|
1171
1176
|
*/
|
|
1172
1177
|
createPipelineValidation(createPipelineValidationRequest) {
|
|
1173
1178
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1231,7 +1236,7 @@ class DataIntegrationClient {
|
|
|
1231
1236
|
* @param CreateProjectRequest
|
|
1232
1237
|
* @return CreateProjectResponse
|
|
1233
1238
|
* @throws OciError when an error occurs
|
|
1234
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1239
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/CreateProject.ts.html |here} to see how to use CreateProject API.
|
|
1235
1240
|
*/
|
|
1236
1241
|
createProject(createProjectRequest) {
|
|
1237
1242
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1294,7 +1299,7 @@ class DataIntegrationClient {
|
|
|
1294
1299
|
* @param CreateScheduleRequest
|
|
1295
1300
|
* @return CreateScheduleResponse
|
|
1296
1301
|
* @throws OciError when an error occurs
|
|
1297
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1302
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/CreateSchedule.ts.html |here} to see how to use CreateSchedule API.
|
|
1298
1303
|
*/
|
|
1299
1304
|
createSchedule(createScheduleRequest) {
|
|
1300
1305
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1359,7 +1364,7 @@ class DataIntegrationClient {
|
|
|
1359
1364
|
* @param CreateTaskRequest
|
|
1360
1365
|
* @return CreateTaskResponse
|
|
1361
1366
|
* @throws OciError when an error occurs
|
|
1362
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1367
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/CreateTask.ts.html |here} to see how to use CreateTask API.
|
|
1363
1368
|
*/
|
|
1364
1369
|
createTask(createTaskRequest) {
|
|
1365
1370
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1422,7 +1427,7 @@ class DataIntegrationClient {
|
|
|
1422
1427
|
* @param CreateTaskRunRequest
|
|
1423
1428
|
* @return CreateTaskRunResponse
|
|
1424
1429
|
* @throws OciError when an error occurs
|
|
1425
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1430
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/CreateTaskRun.ts.html |here} to see how to use CreateTaskRun API.
|
|
1426
1431
|
*/
|
|
1427
1432
|
createTaskRun(createTaskRunRequest) {
|
|
1428
1433
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1486,7 +1491,7 @@ class DataIntegrationClient {
|
|
|
1486
1491
|
* @param CreateTaskScheduleRequest
|
|
1487
1492
|
* @return CreateTaskScheduleResponse
|
|
1488
1493
|
* @throws OciError when an error occurs
|
|
1489
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1494
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/CreateTaskSchedule.ts.html |here} to see how to use CreateTaskSchedule API.
|
|
1490
1495
|
*/
|
|
1491
1496
|
createTaskSchedule(createTaskScheduleRequest) {
|
|
1492
1497
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1550,7 +1555,7 @@ class DataIntegrationClient {
|
|
|
1550
1555
|
* @param CreateTaskValidationRequest
|
|
1551
1556
|
* @return CreateTaskValidationResponse
|
|
1552
1557
|
* @throws OciError when an error occurs
|
|
1553
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1558
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/CreateTaskValidation.ts.html |here} to see how to use CreateTaskValidation API.
|
|
1554
1559
|
*/
|
|
1555
1560
|
createTaskValidation(createTaskValidationRequest) {
|
|
1556
1561
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1614,7 +1619,7 @@ class DataIntegrationClient {
|
|
|
1614
1619
|
* @param CreateUserDefinedFunctionRequest
|
|
1615
1620
|
* @return CreateUserDefinedFunctionResponse
|
|
1616
1621
|
* @throws OciError when an error occurs
|
|
1617
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1622
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/CreateUserDefinedFunction.ts.html |here} to see how to use CreateUserDefinedFunction API.
|
|
1618
1623
|
*/
|
|
1619
1624
|
createUserDefinedFunction(createUserDefinedFunctionRequest) {
|
|
1620
1625
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1678,7 +1683,7 @@ class DataIntegrationClient {
|
|
|
1678
1683
|
* @param CreateUserDefinedFunctionValidationRequest
|
|
1679
1684
|
* @return CreateUserDefinedFunctionValidationResponse
|
|
1680
1685
|
* @throws OciError when an error occurs
|
|
1681
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1686
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/CreateUserDefinedFunctionValidation.ts.html |here} to see how to use CreateUserDefinedFunctionValidation API.
|
|
1682
1687
|
*/
|
|
1683
1688
|
createUserDefinedFunctionValidation(createUserDefinedFunctionValidationRequest) {
|
|
1684
1689
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1742,7 +1747,7 @@ class DataIntegrationClient {
|
|
|
1742
1747
|
* @param CreateWorkspaceRequest
|
|
1743
1748
|
* @return CreateWorkspaceResponse
|
|
1744
1749
|
* @throws OciError when an error occurs
|
|
1745
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1750
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/CreateWorkspace.ts.html |here} to see how to use CreateWorkspace API.
|
|
1746
1751
|
*/
|
|
1747
1752
|
createWorkspace(createWorkspaceRequest) {
|
|
1748
1753
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1799,7 +1804,7 @@ class DataIntegrationClient {
|
|
|
1799
1804
|
* @param DeleteApplicationRequest
|
|
1800
1805
|
* @return DeleteApplicationResponse
|
|
1801
1806
|
* @throws OciError when an error occurs
|
|
1802
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1807
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
|
|
1803
1808
|
*/
|
|
1804
1809
|
deleteApplication(deleteApplicationRequest) {
|
|
1805
1810
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1853,7 +1858,7 @@ class DataIntegrationClient {
|
|
|
1853
1858
|
* @param DeleteConnectionRequest
|
|
1854
1859
|
* @return DeleteConnectionResponse
|
|
1855
1860
|
* @throws OciError when an error occurs
|
|
1856
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1861
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/DeleteConnection.ts.html |here} to see how to use DeleteConnection API.
|
|
1857
1862
|
*/
|
|
1858
1863
|
deleteConnection(deleteConnectionRequest) {
|
|
1859
1864
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1907,7 +1912,7 @@ class DataIntegrationClient {
|
|
|
1907
1912
|
* @param DeleteConnectionValidationRequest
|
|
1908
1913
|
* @return DeleteConnectionValidationResponse
|
|
1909
1914
|
* @throws OciError when an error occurs
|
|
1910
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1915
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/DeleteConnectionValidation.ts.html |here} to see how to use DeleteConnectionValidation API.
|
|
1911
1916
|
*/
|
|
1912
1917
|
deleteConnectionValidation(deleteConnectionValidationRequest) {
|
|
1913
1918
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1961,7 +1966,7 @@ class DataIntegrationClient {
|
|
|
1961
1966
|
* @param DeleteDataAssetRequest
|
|
1962
1967
|
* @return DeleteDataAssetResponse
|
|
1963
1968
|
* @throws OciError when an error occurs
|
|
1964
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1969
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/DeleteDataAsset.ts.html |here} to see how to use DeleteDataAsset API.
|
|
1965
1970
|
*/
|
|
1966
1971
|
deleteDataAsset(deleteDataAssetRequest) {
|
|
1967
1972
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2015,7 +2020,7 @@ class DataIntegrationClient {
|
|
|
2015
2020
|
* @param DeleteDataFlowRequest
|
|
2016
2021
|
* @return DeleteDataFlowResponse
|
|
2017
2022
|
* @throws OciError when an error occurs
|
|
2018
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2023
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/DeleteDataFlow.ts.html |here} to see how to use DeleteDataFlow API.
|
|
2019
2024
|
*/
|
|
2020
2025
|
deleteDataFlow(deleteDataFlowRequest) {
|
|
2021
2026
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2069,7 +2074,7 @@ class DataIntegrationClient {
|
|
|
2069
2074
|
* @param DeleteDataFlowValidationRequest
|
|
2070
2075
|
* @return DeleteDataFlowValidationResponse
|
|
2071
2076
|
* @throws OciError when an error occurs
|
|
2072
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2077
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/DeleteDataFlowValidation.ts.html |here} to see how to use DeleteDataFlowValidation API.
|
|
2073
2078
|
*/
|
|
2074
2079
|
deleteDataFlowValidation(deleteDataFlowValidationRequest) {
|
|
2075
2080
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2123,7 +2128,7 @@ class DataIntegrationClient {
|
|
|
2123
2128
|
* @param DeleteDisApplicationRequest
|
|
2124
2129
|
* @return DeleteDisApplicationResponse
|
|
2125
2130
|
* @throws OciError when an error occurs
|
|
2126
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2131
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/DeleteDisApplication.ts.html |here} to see how to use DeleteDisApplication API.
|
|
2127
2132
|
*/
|
|
2128
2133
|
deleteDisApplication(deleteDisApplicationRequest) {
|
|
2129
2134
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2177,7 +2182,7 @@ class DataIntegrationClient {
|
|
|
2177
2182
|
* @param DeleteExternalPublicationRequest
|
|
2178
2183
|
* @return DeleteExternalPublicationResponse
|
|
2179
2184
|
* @throws OciError when an error occurs
|
|
2180
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2185
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/DeleteExternalPublication.ts.html |here} to see how to use DeleteExternalPublication API.
|
|
2181
2186
|
*/
|
|
2182
2187
|
deleteExternalPublication(deleteExternalPublicationRequest) {
|
|
2183
2188
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2233,7 +2238,7 @@ class DataIntegrationClient {
|
|
|
2233
2238
|
* @param DeleteExternalPublicationValidationRequest
|
|
2234
2239
|
* @return DeleteExternalPublicationValidationResponse
|
|
2235
2240
|
* @throws OciError when an error occurs
|
|
2236
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2241
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/DeleteExternalPublicationValidation.ts.html |here} to see how to use DeleteExternalPublicationValidation API.
|
|
2237
2242
|
*/
|
|
2238
2243
|
deleteExternalPublicationValidation(deleteExternalPublicationValidationRequest) {
|
|
2239
2244
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2288,7 +2293,7 @@ class DataIntegrationClient {
|
|
|
2288
2293
|
* @param DeleteFolderRequest
|
|
2289
2294
|
* @return DeleteFolderResponse
|
|
2290
2295
|
* @throws OciError when an error occurs
|
|
2291
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2296
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/DeleteFolder.ts.html |here} to see how to use DeleteFolder API.
|
|
2292
2297
|
*/
|
|
2293
2298
|
deleteFolder(deleteFolderRequest) {
|
|
2294
2299
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2342,7 +2347,7 @@ class DataIntegrationClient {
|
|
|
2342
2347
|
* @param DeleteFunctionLibraryRequest
|
|
2343
2348
|
* @return DeleteFunctionLibraryResponse
|
|
2344
2349
|
* @throws OciError when an error occurs
|
|
2345
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2350
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/DeleteFunctionLibrary.ts.html |here} to see how to use DeleteFunctionLibrary API.
|
|
2346
2351
|
*/
|
|
2347
2352
|
deleteFunctionLibrary(deleteFunctionLibraryRequest) {
|
|
2348
2353
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2396,7 +2401,7 @@ class DataIntegrationClient {
|
|
|
2396
2401
|
* @param DeletePatchRequest
|
|
2397
2402
|
* @return DeletePatchResponse
|
|
2398
2403
|
* @throws OciError when an error occurs
|
|
2399
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2404
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/DeletePatch.ts.html |here} to see how to use DeletePatch API.
|
|
2400
2405
|
*/
|
|
2401
2406
|
deletePatch(deletePatchRequest) {
|
|
2402
2407
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2451,7 +2456,7 @@ class DataIntegrationClient {
|
|
|
2451
2456
|
* @param DeletePipelineRequest
|
|
2452
2457
|
* @return DeletePipelineResponse
|
|
2453
2458
|
* @throws OciError when an error occurs
|
|
2454
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2459
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/DeletePipeline.ts.html |here} to see how to use DeletePipeline API.
|
|
2455
2460
|
*/
|
|
2456
2461
|
deletePipeline(deletePipelineRequest) {
|
|
2457
2462
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2505,7 +2510,7 @@ class DataIntegrationClient {
|
|
|
2505
2510
|
* @param DeletePipelineValidationRequest
|
|
2506
2511
|
* @return DeletePipelineValidationResponse
|
|
2507
2512
|
* @throws OciError when an error occurs
|
|
2508
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2513
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/DeletePipelineValidation.ts.html |here} to see how to use DeletePipelineValidation API.
|
|
2509
2514
|
*/
|
|
2510
2515
|
deletePipelineValidation(deletePipelineValidationRequest) {
|
|
2511
2516
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2559,7 +2564,7 @@ class DataIntegrationClient {
|
|
|
2559
2564
|
* @param DeleteProjectRequest
|
|
2560
2565
|
* @return DeleteProjectResponse
|
|
2561
2566
|
* @throws OciError when an error occurs
|
|
2562
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2567
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/DeleteProject.ts.html |here} to see how to use DeleteProject API.
|
|
2563
2568
|
*/
|
|
2564
2569
|
deleteProject(deleteProjectRequest) {
|
|
2565
2570
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2613,7 +2618,7 @@ class DataIntegrationClient {
|
|
|
2613
2618
|
* @param DeleteScheduleRequest
|
|
2614
2619
|
* @return DeleteScheduleResponse
|
|
2615
2620
|
* @throws OciError when an error occurs
|
|
2616
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2621
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/DeleteSchedule.ts.html |here} to see how to use DeleteSchedule API.
|
|
2617
2622
|
*/
|
|
2618
2623
|
deleteSchedule(deleteScheduleRequest) {
|
|
2619
2624
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2668,7 +2673,7 @@ class DataIntegrationClient {
|
|
|
2668
2673
|
* @param DeleteTaskRequest
|
|
2669
2674
|
* @return DeleteTaskResponse
|
|
2670
2675
|
* @throws OciError when an error occurs
|
|
2671
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2676
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/DeleteTask.ts.html |here} to see how to use DeleteTask API.
|
|
2672
2677
|
*/
|
|
2673
2678
|
deleteTask(deleteTaskRequest) {
|
|
2674
2679
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2722,7 +2727,7 @@ class DataIntegrationClient {
|
|
|
2722
2727
|
* @param DeleteTaskRunRequest
|
|
2723
2728
|
* @return DeleteTaskRunResponse
|
|
2724
2729
|
* @throws OciError when an error occurs
|
|
2725
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2730
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/DeleteTaskRun.ts.html |here} to see how to use DeleteTaskRun API.
|
|
2726
2731
|
*/
|
|
2727
2732
|
deleteTaskRun(deleteTaskRunRequest) {
|
|
2728
2733
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2777,7 +2782,7 @@ class DataIntegrationClient {
|
|
|
2777
2782
|
* @param DeleteTaskScheduleRequest
|
|
2778
2783
|
* @return DeleteTaskScheduleResponse
|
|
2779
2784
|
* @throws OciError when an error occurs
|
|
2780
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2785
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/DeleteTaskSchedule.ts.html |here} to see how to use DeleteTaskSchedule API.
|
|
2781
2786
|
*/
|
|
2782
2787
|
deleteTaskSchedule(deleteTaskScheduleRequest) {
|
|
2783
2788
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2833,7 +2838,7 @@ class DataIntegrationClient {
|
|
|
2833
2838
|
* @param DeleteTaskValidationRequest
|
|
2834
2839
|
* @return DeleteTaskValidationResponse
|
|
2835
2840
|
* @throws OciError when an error occurs
|
|
2836
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2841
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/DeleteTaskValidation.ts.html |here} to see how to use DeleteTaskValidation API.
|
|
2837
2842
|
*/
|
|
2838
2843
|
deleteTaskValidation(deleteTaskValidationRequest) {
|
|
2839
2844
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2887,7 +2892,7 @@ class DataIntegrationClient {
|
|
|
2887
2892
|
* @param DeleteUserDefinedFunctionRequest
|
|
2888
2893
|
* @return DeleteUserDefinedFunctionResponse
|
|
2889
2894
|
* @throws OciError when an error occurs
|
|
2890
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2895
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/DeleteUserDefinedFunction.ts.html |here} to see how to use DeleteUserDefinedFunction API.
|
|
2891
2896
|
*/
|
|
2892
2897
|
deleteUserDefinedFunction(deleteUserDefinedFunctionRequest) {
|
|
2893
2898
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2941,7 +2946,7 @@ class DataIntegrationClient {
|
|
|
2941
2946
|
* @param DeleteUserDefinedFunctionValidationRequest
|
|
2942
2947
|
* @return DeleteUserDefinedFunctionValidationResponse
|
|
2943
2948
|
* @throws OciError when an error occurs
|
|
2944
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2949
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/DeleteUserDefinedFunctionValidation.ts.html |here} to see how to use DeleteUserDefinedFunctionValidation API.
|
|
2945
2950
|
*/
|
|
2946
2951
|
deleteUserDefinedFunctionValidation(deleteUserDefinedFunctionValidationRequest) {
|
|
2947
2952
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2995,7 +3000,7 @@ class DataIntegrationClient {
|
|
|
2995
3000
|
* @param DeleteWorkspaceRequest
|
|
2996
3001
|
* @return DeleteWorkspaceResponse
|
|
2997
3002
|
* @throws OciError when an error occurs
|
|
2998
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3003
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/DeleteWorkspace.ts.html |here} to see how to use DeleteWorkspace API.
|
|
2999
3004
|
*/
|
|
3000
3005
|
deleteWorkspace(deleteWorkspaceRequest) {
|
|
3001
3006
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3056,7 +3061,7 @@ class DataIntegrationClient {
|
|
|
3056
3061
|
* @param GetApplicationRequest
|
|
3057
3062
|
* @return GetApplicationResponse
|
|
3058
3063
|
* @throws OciError when an error occurs
|
|
3059
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3064
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/GetApplication.ts.html |here} to see how to use GetApplication API.
|
|
3060
3065
|
*/
|
|
3061
3066
|
getApplication(getApplicationRequest) {
|
|
3062
3067
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3118,7 +3123,7 @@ class DataIntegrationClient {
|
|
|
3118
3123
|
* @param GetConnectionRequest
|
|
3119
3124
|
* @return GetConnectionResponse
|
|
3120
3125
|
* @throws OciError when an error occurs
|
|
3121
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3126
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/GetConnection.ts.html |here} to see how to use GetConnection API.
|
|
3122
3127
|
*/
|
|
3123
3128
|
getConnection(getConnectionRequest) {
|
|
3124
3129
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3180,7 +3185,7 @@ class DataIntegrationClient {
|
|
|
3180
3185
|
* @param GetConnectionValidationRequest
|
|
3181
3186
|
* @return GetConnectionValidationResponse
|
|
3182
3187
|
* @throws OciError when an error occurs
|
|
3183
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3188
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/GetConnectionValidation.ts.html |here} to see how to use GetConnectionValidation API.
|
|
3184
3189
|
*/
|
|
3185
3190
|
getConnectionValidation(getConnectionValidationRequest) {
|
|
3186
3191
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3244,7 +3249,7 @@ class DataIntegrationClient {
|
|
|
3244
3249
|
* @param GetCountStatisticRequest
|
|
3245
3250
|
* @return GetCountStatisticResponse
|
|
3246
3251
|
* @throws OciError when an error occurs
|
|
3247
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3252
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/GetCountStatistic.ts.html |here} to see how to use GetCountStatistic API.
|
|
3248
3253
|
*/
|
|
3249
3254
|
getCountStatistic(getCountStatisticRequest) {
|
|
3250
3255
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3306,7 +3311,7 @@ class DataIntegrationClient {
|
|
|
3306
3311
|
* @param GetDataAssetRequest
|
|
3307
3312
|
* @return GetDataAssetResponse
|
|
3308
3313
|
* @throws OciError when an error occurs
|
|
3309
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3314
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/GetDataAsset.ts.html |here} to see how to use GetDataAsset API.
|
|
3310
3315
|
*/
|
|
3311
3316
|
getDataAsset(getDataAssetRequest) {
|
|
3312
3317
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3368,7 +3373,7 @@ class DataIntegrationClient {
|
|
|
3368
3373
|
* @param GetDataEntityRequest
|
|
3369
3374
|
* @return GetDataEntityResponse
|
|
3370
3375
|
* @throws OciError when an error occurs
|
|
3371
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3376
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/GetDataEntity.ts.html |here} to see how to use GetDataEntity API.
|
|
3372
3377
|
*/
|
|
3373
3378
|
getDataEntity(getDataEntityRequest) {
|
|
3374
3379
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3427,7 +3432,7 @@ class DataIntegrationClient {
|
|
|
3427
3432
|
* @param GetDataFlowRequest
|
|
3428
3433
|
* @return GetDataFlowResponse
|
|
3429
3434
|
* @throws OciError when an error occurs
|
|
3430
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3435
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/GetDataFlow.ts.html |here} to see how to use GetDataFlow API.
|
|
3431
3436
|
*/
|
|
3432
3437
|
getDataFlow(getDataFlowRequest) {
|
|
3433
3438
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3491,7 +3496,7 @@ class DataIntegrationClient {
|
|
|
3491
3496
|
* @param GetDataFlowValidationRequest
|
|
3492
3497
|
* @return GetDataFlowValidationResponse
|
|
3493
3498
|
* @throws OciError when an error occurs
|
|
3494
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3499
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/GetDataFlowValidation.ts.html |here} to see how to use GetDataFlowValidation API.
|
|
3495
3500
|
*/
|
|
3496
3501
|
getDataFlowValidation(getDataFlowValidationRequest) {
|
|
3497
3502
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3553,7 +3558,7 @@ class DataIntegrationClient {
|
|
|
3553
3558
|
* @param GetDependentObjectRequest
|
|
3554
3559
|
* @return GetDependentObjectResponse
|
|
3555
3560
|
* @throws OciError when an error occurs
|
|
3556
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3561
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/GetDependentObject.ts.html |here} to see how to use GetDependentObject API.
|
|
3557
3562
|
*/
|
|
3558
3563
|
getDependentObject(getDependentObjectRequest) {
|
|
3559
3564
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3616,7 +3621,7 @@ class DataIntegrationClient {
|
|
|
3616
3621
|
* @param GetDisApplicationRequest
|
|
3617
3622
|
* @return GetDisApplicationResponse
|
|
3618
3623
|
* @throws OciError when an error occurs
|
|
3619
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3624
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/GetDisApplication.ts.html |here} to see how to use GetDisApplication API.
|
|
3620
3625
|
*/
|
|
3621
3626
|
getDisApplication(getDisApplicationRequest) {
|
|
3622
3627
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3678,7 +3683,7 @@ class DataIntegrationClient {
|
|
|
3678
3683
|
* @param GetExternalPublicationRequest
|
|
3679
3684
|
* @return GetExternalPublicationResponse
|
|
3680
3685
|
* @throws OciError when an error occurs
|
|
3681
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3686
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/GetExternalPublication.ts.html |here} to see how to use GetExternalPublication API.
|
|
3682
3687
|
*/
|
|
3683
3688
|
getExternalPublication(getExternalPublicationRequest) {
|
|
3684
3689
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3741,7 +3746,7 @@ class DataIntegrationClient {
|
|
|
3741
3746
|
* @param GetExternalPublicationValidationRequest
|
|
3742
3747
|
* @return GetExternalPublicationValidationResponse
|
|
3743
3748
|
* @throws OciError when an error occurs
|
|
3744
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3749
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/GetExternalPublicationValidation.ts.html |here} to see how to use GetExternalPublicationValidation API.
|
|
3745
3750
|
*/
|
|
3746
3751
|
getExternalPublicationValidation(getExternalPublicationValidationRequest) {
|
|
3747
3752
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3804,7 +3809,7 @@ class DataIntegrationClient {
|
|
|
3804
3809
|
* @param GetFolderRequest
|
|
3805
3810
|
* @return GetFolderResponse
|
|
3806
3811
|
* @throws OciError when an error occurs
|
|
3807
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3812
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/GetFolder.ts.html |here} to see how to use GetFolder API.
|
|
3808
3813
|
*/
|
|
3809
3814
|
getFolder(getFolderRequest) {
|
|
3810
3815
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3868,7 +3873,7 @@ class DataIntegrationClient {
|
|
|
3868
3873
|
* @param GetFunctionLibraryRequest
|
|
3869
3874
|
* @return GetFunctionLibraryResponse
|
|
3870
3875
|
* @throws OciError when an error occurs
|
|
3871
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3876
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/GetFunctionLibrary.ts.html |here} to see how to use GetFunctionLibrary API.
|
|
3872
3877
|
*/
|
|
3873
3878
|
getFunctionLibrary(getFunctionLibraryRequest) {
|
|
3874
3879
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3932,7 +3937,7 @@ class DataIntegrationClient {
|
|
|
3932
3937
|
* @param GetPatchRequest
|
|
3933
3938
|
* @return GetPatchResponse
|
|
3934
3939
|
* @throws OciError when an error occurs
|
|
3935
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3940
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/GetPatch.ts.html |here} to see how to use GetPatch API.
|
|
3936
3941
|
*/
|
|
3937
3942
|
getPatch(getPatchRequest) {
|
|
3938
3943
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3995,7 +4000,7 @@ class DataIntegrationClient {
|
|
|
3995
4000
|
* @param GetPipelineRequest
|
|
3996
4001
|
* @return GetPipelineResponse
|
|
3997
4002
|
* @throws OciError when an error occurs
|
|
3998
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4003
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/GetPipeline.ts.html |here} to see how to use GetPipeline API.
|
|
3999
4004
|
*/
|
|
4000
4005
|
getPipeline(getPipelineRequest) {
|
|
4001
4006
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4059,7 +4064,7 @@ class DataIntegrationClient {
|
|
|
4059
4064
|
* @param GetPipelineValidationRequest
|
|
4060
4065
|
* @return GetPipelineValidationResponse
|
|
4061
4066
|
* @throws OciError when an error occurs
|
|
4062
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4067
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/GetPipelineValidation.ts.html |here} to see how to use GetPipelineValidation API.
|
|
4063
4068
|
*/
|
|
4064
4069
|
getPipelineValidation(getPipelineValidationRequest) {
|
|
4065
4070
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4121,7 +4126,7 @@ class DataIntegrationClient {
|
|
|
4121
4126
|
* @param GetProjectRequest
|
|
4122
4127
|
* @return GetProjectResponse
|
|
4123
4128
|
* @throws OciError when an error occurs
|
|
4124
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4129
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/GetProject.ts.html |here} to see how to use GetProject API.
|
|
4125
4130
|
*/
|
|
4126
4131
|
getProject(getProjectRequest) {
|
|
4127
4132
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4185,7 +4190,7 @@ class DataIntegrationClient {
|
|
|
4185
4190
|
* @param GetPublishedObjectRequest
|
|
4186
4191
|
* @return GetPublishedObjectResponse
|
|
4187
4192
|
* @throws OciError when an error occurs
|
|
4188
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4193
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/GetPublishedObject.ts.html |here} to see how to use GetPublishedObject API.
|
|
4189
4194
|
*/
|
|
4190
4195
|
getPublishedObject(getPublishedObjectRequest) {
|
|
4191
4196
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4250,7 +4255,7 @@ class DataIntegrationClient {
|
|
|
4250
4255
|
* @param GetReferenceRequest
|
|
4251
4256
|
* @return GetReferenceResponse
|
|
4252
4257
|
* @throws OciError when an error occurs
|
|
4253
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4258
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/GetReference.ts.html |here} to see how to use GetReference API.
|
|
4254
4259
|
*/
|
|
4255
4260
|
getReference(getReferenceRequest) {
|
|
4256
4261
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4313,7 +4318,7 @@ class DataIntegrationClient {
|
|
|
4313
4318
|
* @param GetScheduleRequest
|
|
4314
4319
|
* @return GetScheduleResponse
|
|
4315
4320
|
* @throws OciError when an error occurs
|
|
4316
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4321
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/GetSchedule.ts.html |here} to see how to use GetSchedule API.
|
|
4317
4322
|
*/
|
|
4318
4323
|
getSchedule(getScheduleRequest) {
|
|
4319
4324
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4376,7 +4381,7 @@ class DataIntegrationClient {
|
|
|
4376
4381
|
* @param GetSchemaRequest
|
|
4377
4382
|
* @return GetSchemaResponse
|
|
4378
4383
|
* @throws OciError when an error occurs
|
|
4379
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4384
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/GetSchema.ts.html |here} to see how to use GetSchema API.
|
|
4380
4385
|
*/
|
|
4381
4386
|
getSchema(getSchemaRequest) {
|
|
4382
4387
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4434,7 +4439,7 @@ class DataIntegrationClient {
|
|
|
4434
4439
|
* @param GetTaskRequest
|
|
4435
4440
|
* @return GetTaskResponse
|
|
4436
4441
|
* @throws OciError when an error occurs
|
|
4437
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4442
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/GetTask.ts.html |here} to see how to use GetTask API.
|
|
4438
4443
|
*/
|
|
4439
4444
|
getTask(getTaskRequest) {
|
|
4440
4445
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4498,7 +4503,7 @@ class DataIntegrationClient {
|
|
|
4498
4503
|
* @param GetTaskRunRequest
|
|
4499
4504
|
* @return GetTaskRunResponse
|
|
4500
4505
|
* @throws OciError when an error occurs
|
|
4501
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4506
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/GetTaskRun.ts.html |here} to see how to use GetTaskRun API.
|
|
4502
4507
|
*/
|
|
4503
4508
|
getTaskRun(getTaskRunRequest) {
|
|
4504
4509
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4561,7 +4566,7 @@ class DataIntegrationClient {
|
|
|
4561
4566
|
* @param GetTaskScheduleRequest
|
|
4562
4567
|
* @return GetTaskScheduleResponse
|
|
4563
4568
|
* @throws OciError when an error occurs
|
|
4564
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4569
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/GetTaskSchedule.ts.html |here} to see how to use GetTaskSchedule API.
|
|
4565
4570
|
*/
|
|
4566
4571
|
getTaskSchedule(getTaskScheduleRequest) {
|
|
4567
4572
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4625,7 +4630,7 @@ class DataIntegrationClient {
|
|
|
4625
4630
|
* @param GetTaskValidationRequest
|
|
4626
4631
|
* @return GetTaskValidationResponse
|
|
4627
4632
|
* @throws OciError when an error occurs
|
|
4628
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4633
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/GetTaskValidation.ts.html |here} to see how to use GetTaskValidation API.
|
|
4629
4634
|
*/
|
|
4630
4635
|
getTaskValidation(getTaskValidationRequest) {
|
|
4631
4636
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4687,7 +4692,7 @@ class DataIntegrationClient {
|
|
|
4687
4692
|
* @param GetUserDefinedFunctionRequest
|
|
4688
4693
|
* @return GetUserDefinedFunctionResponse
|
|
4689
4694
|
* @throws OciError when an error occurs
|
|
4690
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4695
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/GetUserDefinedFunction.ts.html |here} to see how to use GetUserDefinedFunction API.
|
|
4691
4696
|
*/
|
|
4692
4697
|
getUserDefinedFunction(getUserDefinedFunctionRequest) {
|
|
4693
4698
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4749,7 +4754,7 @@ class DataIntegrationClient {
|
|
|
4749
4754
|
* @param GetUserDefinedFunctionValidationRequest
|
|
4750
4755
|
* @return GetUserDefinedFunctionValidationResponse
|
|
4751
4756
|
* @throws OciError when an error occurs
|
|
4752
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4757
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/GetUserDefinedFunctionValidation.ts.html |here} to see how to use GetUserDefinedFunctionValidation API.
|
|
4753
4758
|
*/
|
|
4754
4759
|
getUserDefinedFunctionValidation(getUserDefinedFunctionValidationRequest) {
|
|
4755
4760
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4811,7 +4816,7 @@ class DataIntegrationClient {
|
|
|
4811
4816
|
* @param GetWorkRequestRequest
|
|
4812
4817
|
* @return GetWorkRequestResponse
|
|
4813
4818
|
* @throws OciError when an error occurs
|
|
4814
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4819
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
4815
4820
|
*/
|
|
4816
4821
|
getWorkRequest(getWorkRequestRequest) {
|
|
4817
4822
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4877,7 +4882,7 @@ class DataIntegrationClient {
|
|
|
4877
4882
|
* @param GetWorkspaceRequest
|
|
4878
4883
|
* @return GetWorkspaceResponse
|
|
4879
4884
|
* @throws OciError when an error occurs
|
|
4880
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4885
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/GetWorkspace.ts.html |here} to see how to use GetWorkspace API.
|
|
4881
4886
|
*/
|
|
4882
4887
|
getWorkspace(getWorkspaceRequest) {
|
|
4883
4888
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4938,7 +4943,7 @@ class DataIntegrationClient {
|
|
|
4938
4943
|
* @param ListApplicationsRequest
|
|
4939
4944
|
* @return ListApplicationsResponse
|
|
4940
4945
|
* @throws OciError when an error occurs
|
|
4941
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4946
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/ListApplications.ts.html |here} to see how to use ListApplications API.
|
|
4942
4947
|
*/
|
|
4943
4948
|
listApplications(listApplicationsRequest) {
|
|
4944
4949
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5018,7 +5023,7 @@ class DataIntegrationClient {
|
|
|
5018
5023
|
* @param ListConnectionValidationsRequest
|
|
5019
5024
|
* @return ListConnectionValidationsResponse
|
|
5020
5025
|
* @throws OciError when an error occurs
|
|
5021
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5026
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/ListConnectionValidations.ts.html |here} to see how to use ListConnectionValidations API.
|
|
5022
5027
|
*/
|
|
5023
5028
|
listConnectionValidations(listConnectionValidationsRequest) {
|
|
5024
5029
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5098,7 +5103,7 @@ class DataIntegrationClient {
|
|
|
5098
5103
|
* @param ListConnectionsRequest
|
|
5099
5104
|
* @return ListConnectionsResponse
|
|
5100
5105
|
* @throws OciError when an error occurs
|
|
5101
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5106
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/ListConnections.ts.html |here} to see how to use ListConnections API.
|
|
5102
5107
|
*/
|
|
5103
5108
|
listConnections(listConnectionsRequest) {
|
|
5104
5109
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5179,7 +5184,7 @@ class DataIntegrationClient {
|
|
|
5179
5184
|
* @param ListDataAssetsRequest
|
|
5180
5185
|
* @return ListDataAssetsResponse
|
|
5181
5186
|
* @throws OciError when an error occurs
|
|
5182
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5187
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/ListDataAssets.ts.html |here} to see how to use ListDataAssets API.
|
|
5183
5188
|
*/
|
|
5184
5189
|
listDataAssets(listDataAssetsRequest) {
|
|
5185
5190
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5259,7 +5264,7 @@ class DataIntegrationClient {
|
|
|
5259
5264
|
* @param ListDataEntitiesRequest
|
|
5260
5265
|
* @return ListDataEntitiesResponse
|
|
5261
5266
|
* @throws OciError when an error occurs
|
|
5262
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5267
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/ListDataEntities.ts.html |here} to see how to use ListDataEntities API.
|
|
5263
5268
|
*/
|
|
5264
5269
|
listDataEntities(listDataEntitiesRequest) {
|
|
5265
5270
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5342,7 +5347,7 @@ class DataIntegrationClient {
|
|
|
5342
5347
|
* @param ListDataFlowValidationsRequest
|
|
5343
5348
|
* @return ListDataFlowValidationsResponse
|
|
5344
5349
|
* @throws OciError when an error occurs
|
|
5345
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5350
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/ListDataFlowValidations.ts.html |here} to see how to use ListDataFlowValidations API.
|
|
5346
5351
|
*/
|
|
5347
5352
|
listDataFlowValidations(listDataFlowValidationsRequest) {
|
|
5348
5353
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5423,7 +5428,7 @@ class DataIntegrationClient {
|
|
|
5423
5428
|
* @param ListDataFlowsRequest
|
|
5424
5429
|
* @return ListDataFlowsResponse
|
|
5425
5430
|
* @throws OciError when an error occurs
|
|
5426
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5431
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/ListDataFlows.ts.html |here} to see how to use ListDataFlows API.
|
|
5427
5432
|
*/
|
|
5428
5433
|
listDataFlows(listDataFlowsRequest) {
|
|
5429
5434
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5503,7 +5508,7 @@ class DataIntegrationClient {
|
|
|
5503
5508
|
* @param ListDependentObjectsRequest
|
|
5504
5509
|
* @return ListDependentObjectsResponse
|
|
5505
5510
|
* @throws OciError when an error occurs
|
|
5506
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5511
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/ListDependentObjects.ts.html |here} to see how to use ListDependentObjects API.
|
|
5507
5512
|
*/
|
|
5508
5513
|
listDependentObjects(listDependentObjectsRequest) {
|
|
5509
5514
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5586,7 +5591,7 @@ class DataIntegrationClient {
|
|
|
5586
5591
|
* @param ListDisApplicationsRequest
|
|
5587
5592
|
* @return ListDisApplicationsResponse
|
|
5588
5593
|
* @throws OciError when an error occurs
|
|
5589
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5594
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/ListDisApplications.ts.html |here} to see how to use ListDisApplications API.
|
|
5590
5595
|
*/
|
|
5591
5596
|
listDisApplications(listDisApplicationsRequest) {
|
|
5592
5597
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5668,7 +5673,7 @@ class DataIntegrationClient {
|
|
|
5668
5673
|
* @param ListExternalPublicationValidationsRequest
|
|
5669
5674
|
* @return ListExternalPublicationValidationsResponse
|
|
5670
5675
|
* @throws OciError when an error occurs
|
|
5671
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5676
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/ListExternalPublicationValidations.ts.html |here} to see how to use ListExternalPublicationValidations API.
|
|
5672
5677
|
*/
|
|
5673
5678
|
listExternalPublicationValidations(listExternalPublicationValidationsRequest) {
|
|
5674
5679
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5748,7 +5753,7 @@ class DataIntegrationClient {
|
|
|
5748
5753
|
* @param ListExternalPublicationsRequest
|
|
5749
5754
|
* @return ListExternalPublicationsResponse
|
|
5750
5755
|
* @throws OciError when an error occurs
|
|
5751
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5756
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/ListExternalPublications.ts.html |here} to see how to use ListExternalPublications API.
|
|
5752
5757
|
*/
|
|
5753
5758
|
listExternalPublications(listExternalPublicationsRequest) {
|
|
5754
5759
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5828,7 +5833,7 @@ class DataIntegrationClient {
|
|
|
5828
5833
|
* @param ListFoldersRequest
|
|
5829
5834
|
* @return ListFoldersResponse
|
|
5830
5835
|
* @throws OciError when an error occurs
|
|
5831
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5836
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/ListFolders.ts.html |here} to see how to use ListFolders API.
|
|
5832
5837
|
*/
|
|
5833
5838
|
listFolders(listFoldersRequest) {
|
|
5834
5839
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5910,7 +5915,7 @@ class DataIntegrationClient {
|
|
|
5910
5915
|
* @param ListFunctionLibrariesRequest
|
|
5911
5916
|
* @return ListFunctionLibrariesResponse
|
|
5912
5917
|
* @throws OciError when an error occurs
|
|
5913
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5918
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/ListFunctionLibraries.ts.html |here} to see how to use ListFunctionLibraries API.
|
|
5914
5919
|
*/
|
|
5915
5920
|
listFunctionLibraries(listFunctionLibrariesRequest) {
|
|
5916
5921
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5990,7 +5995,7 @@ class DataIntegrationClient {
|
|
|
5990
5995
|
* @param ListPatchChangesRequest
|
|
5991
5996
|
* @return ListPatchChangesResponse
|
|
5992
5997
|
* @throws OciError when an error occurs
|
|
5993
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5998
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/ListPatchChanges.ts.html |here} to see how to use ListPatchChanges API.
|
|
5994
5999
|
*/
|
|
5995
6000
|
listPatchChanges(listPatchChangesRequest) {
|
|
5996
6001
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6070,7 +6075,7 @@ class DataIntegrationClient {
|
|
|
6070
6075
|
* @param ListPatchesRequest
|
|
6071
6076
|
* @return ListPatchesResponse
|
|
6072
6077
|
* @throws OciError when an error occurs
|
|
6073
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6078
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/ListPatches.ts.html |here} to see how to use ListPatches API.
|
|
6074
6079
|
*/
|
|
6075
6080
|
listPatches(listPatchesRequest) {
|
|
6076
6081
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6150,7 +6155,7 @@ class DataIntegrationClient {
|
|
|
6150
6155
|
* @param ListPipelineValidationsRequest
|
|
6151
6156
|
* @return ListPipelineValidationsResponse
|
|
6152
6157
|
* @throws OciError when an error occurs
|
|
6153
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6158
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/ListPipelineValidations.ts.html |here} to see how to use ListPipelineValidations API.
|
|
6154
6159
|
*/
|
|
6155
6160
|
listPipelineValidations(listPipelineValidationsRequest) {
|
|
6156
6161
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6231,7 +6236,7 @@ class DataIntegrationClient {
|
|
|
6231
6236
|
* @param ListPipelinesRequest
|
|
6232
6237
|
* @return ListPipelinesResponse
|
|
6233
6238
|
* @throws OciError when an error occurs
|
|
6234
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6239
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/ListPipelines.ts.html |here} to see how to use ListPipelines API.
|
|
6235
6240
|
*/
|
|
6236
6241
|
listPipelines(listPipelinesRequest) {
|
|
6237
6242
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6312,7 +6317,7 @@ class DataIntegrationClient {
|
|
|
6312
6317
|
* @param ListProjectsRequest
|
|
6313
6318
|
* @return ListProjectsResponse
|
|
6314
6319
|
* @throws OciError when an error occurs
|
|
6315
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6320
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/ListProjects.ts.html |here} to see how to use ListProjects API.
|
|
6316
6321
|
*/
|
|
6317
6322
|
listProjects(listProjectsRequest) {
|
|
6318
6323
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6392,7 +6397,7 @@ class DataIntegrationClient {
|
|
|
6392
6397
|
* @param ListPublishedObjectsRequest
|
|
6393
6398
|
* @return ListPublishedObjectsResponse
|
|
6394
6399
|
* @throws OciError when an error occurs
|
|
6395
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6400
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/ListPublishedObjects.ts.html |here} to see how to use ListPublishedObjects API.
|
|
6396
6401
|
*/
|
|
6397
6402
|
listPublishedObjects(listPublishedObjectsRequest) {
|
|
6398
6403
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6476,7 +6481,7 @@ class DataIntegrationClient {
|
|
|
6476
6481
|
* @param ListReferencesRequest
|
|
6477
6482
|
* @return ListReferencesResponse
|
|
6478
6483
|
* @throws OciError when an error occurs
|
|
6479
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6484
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/ListReferences.ts.html |here} to see how to use ListReferences API.
|
|
6480
6485
|
*/
|
|
6481
6486
|
listReferences(listReferencesRequest) {
|
|
6482
6487
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6560,7 +6565,7 @@ class DataIntegrationClient {
|
|
|
6560
6565
|
* @param ListSchedulesRequest
|
|
6561
6566
|
* @return ListSchedulesResponse
|
|
6562
6567
|
* @throws OciError when an error occurs
|
|
6563
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6568
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/ListSchedules.ts.html |here} to see how to use ListSchedules API.
|
|
6564
6569
|
*/
|
|
6565
6570
|
listSchedules(listSchedulesRequest) {
|
|
6566
6571
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6641,7 +6646,7 @@ class DataIntegrationClient {
|
|
|
6641
6646
|
* @param ListSchemasRequest
|
|
6642
6647
|
* @return ListSchemasResponse
|
|
6643
6648
|
* @throws OciError when an error occurs
|
|
6644
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6649
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/ListSchemas.ts.html |here} to see how to use ListSchemas API.
|
|
6645
6650
|
*/
|
|
6646
6651
|
listSchemas(listSchemasRequest) {
|
|
6647
6652
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6722,7 +6727,7 @@ class DataIntegrationClient {
|
|
|
6722
6727
|
* @param ListTaskRunLogsRequest
|
|
6723
6728
|
* @return ListTaskRunLogsResponse
|
|
6724
6729
|
* @throws OciError when an error occurs
|
|
6725
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6730
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/ListTaskRunLogs.ts.html |here} to see how to use ListTaskRunLogs API.
|
|
6726
6731
|
*/
|
|
6727
6732
|
listTaskRunLogs(listTaskRunLogsRequest) {
|
|
6728
6733
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6840,7 +6845,7 @@ class DataIntegrationClient {
|
|
|
6840
6845
|
* @param ListTaskRunsRequest
|
|
6841
6846
|
* @return ListTaskRunsResponse
|
|
6842
6847
|
* @throws OciError when an error occurs
|
|
6843
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6848
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/ListTaskRuns.ts.html |here} to see how to use ListTaskRuns API.
|
|
6844
6849
|
*/
|
|
6845
6850
|
listTaskRuns(listTaskRunsRequest) {
|
|
6846
6851
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6925,7 +6930,7 @@ class DataIntegrationClient {
|
|
|
6925
6930
|
* @param ListTaskSchedulesRequest
|
|
6926
6931
|
* @return ListTaskSchedulesResponse
|
|
6927
6932
|
* @throws OciError when an error occurs
|
|
6928
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6933
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/ListTaskSchedules.ts.html |here} to see how to use ListTaskSchedules API.
|
|
6929
6934
|
*/
|
|
6930
6935
|
listTaskSchedules(listTaskSchedulesRequest) {
|
|
6931
6936
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7008,7 +7013,7 @@ class DataIntegrationClient {
|
|
|
7008
7013
|
* @param ListTaskValidationsRequest
|
|
7009
7014
|
* @return ListTaskValidationsResponse
|
|
7010
7015
|
* @throws OciError when an error occurs
|
|
7011
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7016
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/ListTaskValidations.ts.html |here} to see how to use ListTaskValidations API.
|
|
7012
7017
|
*/
|
|
7013
7018
|
listTaskValidations(listTaskValidationsRequest) {
|
|
7014
7019
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7089,7 +7094,7 @@ class DataIntegrationClient {
|
|
|
7089
7094
|
* @param ListTasksRequest
|
|
7090
7095
|
* @return ListTasksResponse
|
|
7091
7096
|
* @throws OciError when an error occurs
|
|
7092
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7097
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/ListTasks.ts.html |here} to see how to use ListTasks API.
|
|
7093
7098
|
*/
|
|
7094
7099
|
listTasks(listTasksRequest) {
|
|
7095
7100
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7171,7 +7176,7 @@ class DataIntegrationClient {
|
|
|
7171
7176
|
* @param ListUserDefinedFunctionValidationsRequest
|
|
7172
7177
|
* @return ListUserDefinedFunctionValidationsResponse
|
|
7173
7178
|
* @throws OciError when an error occurs
|
|
7174
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7179
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/ListUserDefinedFunctionValidations.ts.html |here} to see how to use ListUserDefinedFunctionValidations API.
|
|
7175
7180
|
*/
|
|
7176
7181
|
listUserDefinedFunctionValidations(listUserDefinedFunctionValidationsRequest) {
|
|
7177
7182
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7252,7 +7257,7 @@ class DataIntegrationClient {
|
|
|
7252
7257
|
* @param ListUserDefinedFunctionsRequest
|
|
7253
7258
|
* @return ListUserDefinedFunctionsResponse
|
|
7254
7259
|
* @throws OciError when an error occurs
|
|
7255
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7260
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/ListUserDefinedFunctions.ts.html |here} to see how to use ListUserDefinedFunctions API.
|
|
7256
7261
|
*/
|
|
7257
7262
|
listUserDefinedFunctions(listUserDefinedFunctionsRequest) {
|
|
7258
7263
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7333,7 +7338,7 @@ class DataIntegrationClient {
|
|
|
7333
7338
|
* @param ListWorkRequestErrorsRequest
|
|
7334
7339
|
* @return ListWorkRequestErrorsResponse
|
|
7335
7340
|
* @throws OciError when an error occurs
|
|
7336
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7341
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
7337
7342
|
*/
|
|
7338
7343
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
7339
7344
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7440,7 +7445,7 @@ class DataIntegrationClient {
|
|
|
7440
7445
|
* @param ListWorkRequestLogsRequest
|
|
7441
7446
|
* @return ListWorkRequestLogsResponse
|
|
7442
7447
|
* @throws OciError when an error occurs
|
|
7443
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7448
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
7444
7449
|
*/
|
|
7445
7450
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
7446
7451
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7547,7 +7552,7 @@ class DataIntegrationClient {
|
|
|
7547
7552
|
* @param ListWorkRequestsRequest
|
|
7548
7553
|
* @return ListWorkRequestsResponse
|
|
7549
7554
|
* @throws OciError when an error occurs
|
|
7550
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7555
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
7551
7556
|
*/
|
|
7552
7557
|
listWorkRequests(listWorkRequestsRequest) {
|
|
7553
7558
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7655,7 +7660,7 @@ class DataIntegrationClient {
|
|
|
7655
7660
|
* @param ListWorkspacesRequest
|
|
7656
7661
|
* @return ListWorkspacesResponse
|
|
7657
7662
|
* @throws OciError when an error occurs
|
|
7658
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7663
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/ListWorkspaces.ts.html |here} to see how to use ListWorkspaces API.
|
|
7659
7664
|
*/
|
|
7660
7665
|
listWorkspaces(listWorkspacesRequest) {
|
|
7661
7666
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7763,7 +7768,7 @@ class DataIntegrationClient {
|
|
|
7763
7768
|
* @param StartWorkspaceRequest
|
|
7764
7769
|
* @return StartWorkspaceResponse
|
|
7765
7770
|
* @throws OciError when an error occurs
|
|
7766
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7771
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/StartWorkspace.ts.html |here} to see how to use StartWorkspace API.
|
|
7767
7772
|
*/
|
|
7768
7773
|
startWorkspace(startWorkspaceRequest) {
|
|
7769
7774
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7823,7 +7828,7 @@ class DataIntegrationClient {
|
|
|
7823
7828
|
* @param StopWorkspaceRequest
|
|
7824
7829
|
* @return StopWorkspaceResponse
|
|
7825
7830
|
* @throws OciError when an error occurs
|
|
7826
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7831
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/StopWorkspace.ts.html |here} to see how to use StopWorkspace API.
|
|
7827
7832
|
*/
|
|
7828
7833
|
stopWorkspace(stopWorkspaceRequest) {
|
|
7829
7834
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7885,7 +7890,7 @@ class DataIntegrationClient {
|
|
|
7885
7890
|
* @param UpdateApplicationRequest
|
|
7886
7891
|
* @return UpdateApplicationResponse
|
|
7887
7892
|
* @throws OciError when an error occurs
|
|
7888
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7893
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
|
|
7889
7894
|
*/
|
|
7890
7895
|
updateApplication(updateApplicationRequest) {
|
|
7891
7896
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7949,7 +7954,7 @@ class DataIntegrationClient {
|
|
|
7949
7954
|
* @param UpdateConnectionRequest
|
|
7950
7955
|
* @return UpdateConnectionResponse
|
|
7951
7956
|
* @throws OciError when an error occurs
|
|
7952
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7957
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/UpdateConnection.ts.html |here} to see how to use UpdateConnection API.
|
|
7953
7958
|
*/
|
|
7954
7959
|
updateConnection(updateConnectionRequest) {
|
|
7955
7960
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8013,7 +8018,7 @@ class DataIntegrationClient {
|
|
|
8013
8018
|
* @param UpdateDataAssetRequest
|
|
8014
8019
|
* @return UpdateDataAssetResponse
|
|
8015
8020
|
* @throws OciError when an error occurs
|
|
8016
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8021
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/UpdateDataAsset.ts.html |here} to see how to use UpdateDataAsset API.
|
|
8017
8022
|
*/
|
|
8018
8023
|
updateDataAsset(updateDataAssetRequest) {
|
|
8019
8024
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8077,7 +8082,7 @@ class DataIntegrationClient {
|
|
|
8077
8082
|
* @param UpdateDataFlowRequest
|
|
8078
8083
|
* @return UpdateDataFlowResponse
|
|
8079
8084
|
* @throws OciError when an error occurs
|
|
8080
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8085
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/UpdateDataFlow.ts.html |here} to see how to use UpdateDataFlow API.
|
|
8081
8086
|
*/
|
|
8082
8087
|
updateDataFlow(updateDataFlowRequest) {
|
|
8083
8088
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8141,7 +8146,7 @@ class DataIntegrationClient {
|
|
|
8141
8146
|
* @param UpdateDisApplicationRequest
|
|
8142
8147
|
* @return UpdateDisApplicationResponse
|
|
8143
8148
|
* @throws OciError when an error occurs
|
|
8144
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8149
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/UpdateDisApplication.ts.html |here} to see how to use UpdateDisApplication API.
|
|
8145
8150
|
*/
|
|
8146
8151
|
updateDisApplication(updateDisApplicationRequest) {
|
|
8147
8152
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8205,7 +8210,7 @@ class DataIntegrationClient {
|
|
|
8205
8210
|
* @param UpdateExternalPublicationRequest
|
|
8206
8211
|
* @return UpdateExternalPublicationResponse
|
|
8207
8212
|
* @throws OciError when an error occurs
|
|
8208
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8213
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/UpdateExternalPublication.ts.html |here} to see how to use UpdateExternalPublication API.
|
|
8209
8214
|
*/
|
|
8210
8215
|
updateExternalPublication(updateExternalPublicationRequest) {
|
|
8211
8216
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8270,7 +8275,7 @@ class DataIntegrationClient {
|
|
|
8270
8275
|
* @param UpdateFolderRequest
|
|
8271
8276
|
* @return UpdateFolderResponse
|
|
8272
8277
|
* @throws OciError when an error occurs
|
|
8273
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8278
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/UpdateFolder.ts.html |here} to see how to use UpdateFolder API.
|
|
8274
8279
|
*/
|
|
8275
8280
|
updateFolder(updateFolderRequest) {
|
|
8276
8281
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8334,7 +8339,7 @@ class DataIntegrationClient {
|
|
|
8334
8339
|
* @param UpdateFunctionLibraryRequest
|
|
8335
8340
|
* @return UpdateFunctionLibraryResponse
|
|
8336
8341
|
* @throws OciError when an error occurs
|
|
8337
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8342
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/UpdateFunctionLibrary.ts.html |here} to see how to use UpdateFunctionLibrary API.
|
|
8338
8343
|
*/
|
|
8339
8344
|
updateFunctionLibrary(updateFunctionLibraryRequest) {
|
|
8340
8345
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8398,7 +8403,7 @@ class DataIntegrationClient {
|
|
|
8398
8403
|
* @param UpdatePipelineRequest
|
|
8399
8404
|
* @return UpdatePipelineResponse
|
|
8400
8405
|
* @throws OciError when an error occurs
|
|
8401
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8406
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/UpdatePipeline.ts.html |here} to see how to use UpdatePipeline API.
|
|
8402
8407
|
*/
|
|
8403
8408
|
updatePipeline(updatePipelineRequest) {
|
|
8404
8409
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8462,7 +8467,7 @@ class DataIntegrationClient {
|
|
|
8462
8467
|
* @param UpdateProjectRequest
|
|
8463
8468
|
* @return UpdateProjectResponse
|
|
8464
8469
|
* @throws OciError when an error occurs
|
|
8465
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8470
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/UpdateProject.ts.html |here} to see how to use UpdateProject API.
|
|
8466
8471
|
*/
|
|
8467
8472
|
updateProject(updateProjectRequest) {
|
|
8468
8473
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8526,7 +8531,7 @@ class DataIntegrationClient {
|
|
|
8526
8531
|
* @param UpdateReferenceRequest
|
|
8527
8532
|
* @return UpdateReferenceResponse
|
|
8528
8533
|
* @throws OciError when an error occurs
|
|
8529
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8534
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/UpdateReference.ts.html |here} to see how to use UpdateReference API.
|
|
8530
8535
|
*/
|
|
8531
8536
|
updateReference(updateReferenceRequest) {
|
|
8532
8537
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8592,7 +8597,7 @@ class DataIntegrationClient {
|
|
|
8592
8597
|
* @param UpdateScheduleRequest
|
|
8593
8598
|
* @return UpdateScheduleResponse
|
|
8594
8599
|
* @throws OciError when an error occurs
|
|
8595
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8600
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/UpdateSchedule.ts.html |here} to see how to use UpdateSchedule API.
|
|
8596
8601
|
*/
|
|
8597
8602
|
updateSchedule(updateScheduleRequest) {
|
|
8598
8603
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8657,7 +8662,7 @@ class DataIntegrationClient {
|
|
|
8657
8662
|
* @param UpdateTaskRequest
|
|
8658
8663
|
* @return UpdateTaskResponse
|
|
8659
8664
|
* @throws OciError when an error occurs
|
|
8660
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8665
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/UpdateTask.ts.html |here} to see how to use UpdateTask API.
|
|
8661
8666
|
*/
|
|
8662
8667
|
updateTask(updateTaskRequest) {
|
|
8663
8668
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8721,7 +8726,7 @@ class DataIntegrationClient {
|
|
|
8721
8726
|
* @param UpdateTaskRunRequest
|
|
8722
8727
|
* @return UpdateTaskRunResponse
|
|
8723
8728
|
* @throws OciError when an error occurs
|
|
8724
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8729
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/UpdateTaskRun.ts.html |here} to see how to use UpdateTaskRun API.
|
|
8725
8730
|
*/
|
|
8726
8731
|
updateTaskRun(updateTaskRunRequest) {
|
|
8727
8732
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8786,7 +8791,7 @@ class DataIntegrationClient {
|
|
|
8786
8791
|
* @param UpdateTaskScheduleRequest
|
|
8787
8792
|
* @return UpdateTaskScheduleResponse
|
|
8788
8793
|
* @throws OciError when an error occurs
|
|
8789
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8794
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/UpdateTaskSchedule.ts.html |here} to see how to use UpdateTaskSchedule API.
|
|
8790
8795
|
*/
|
|
8791
8796
|
updateTaskSchedule(updateTaskScheduleRequest) {
|
|
8792
8797
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8851,7 +8856,7 @@ class DataIntegrationClient {
|
|
|
8851
8856
|
* @param UpdateUserDefinedFunctionRequest
|
|
8852
8857
|
* @return UpdateUserDefinedFunctionResponse
|
|
8853
8858
|
* @throws OciError when an error occurs
|
|
8854
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8859
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/UpdateUserDefinedFunction.ts.html |here} to see how to use UpdateUserDefinedFunction API.
|
|
8855
8860
|
*/
|
|
8856
8861
|
updateUserDefinedFunction(updateUserDefinedFunctionRequest) {
|
|
8857
8862
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8915,7 +8920,7 @@ class DataIntegrationClient {
|
|
|
8915
8920
|
* @param UpdateWorkspaceRequest
|
|
8916
8921
|
* @return UpdateWorkspaceResponse
|
|
8917
8922
|
* @throws OciError when an error occurs
|
|
8918
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8923
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/UpdateWorkspace.ts.html |here} to see how to use UpdateWorkspace API.
|
|
8919
8924
|
*/
|
|
8920
8925
|
updateWorkspace(updateWorkspaceRequest) {
|
|
8921
8926
|
return __awaiter(this, void 0, void 0, function* () {
|