oci-dataintegration 2.74.0 → 2.76.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 +163 -163
- package/lib/client.js +167 -163
- package/lib/client.js.map +1 -1
- package/lib/model/create-task-details.d.ts +4 -0
- package/lib/model/create-task-details.js.map +1 -1
- package/lib/model/create-task-from-oc-idataflow-task.d.ts +2 -0
- package/lib/model/create-task-from-oc-idataflow-task.js +12 -0
- package/lib/model/create-task-from-oc-idataflow-task.js.map +1 -1
- package/lib/model/incremental-data-entity-clause.d.ts +49 -0
- package/lib/model/incremental-data-entity-clause.js +44 -0
- package/lib/model/incremental-data-entity-clause.js.map +1 -0
- package/lib/model/incremental-field-clause.d.ts +49 -0
- package/lib/model/incremental-field-clause.js +44 -0
- package/lib/model/incremental-field-clause.js.map +1 -0
- package/lib/model/incremental-read-config.d.ts +30 -0
- package/lib/model/incremental-read-config.js +71 -0
- package/lib/model/incremental-read-config.js.map +1 -0
- package/lib/model/index.d.ts +8 -0
- package/lib/model/index.js +18 -10
- package/lib/model/index.js.map +1 -1
- package/lib/model/json-format-attribute.d.ts +4 -0
- package/lib/model/json-format-attribute.js.map +1 -1
- package/lib/model/read-operation-config.d.ts +1 -0
- package/lib/model/read-operation-config.js +6 -0
- package/lib/model/read-operation-config.js.map +1 -1
- package/lib/model/runtime-operator-summary.d.ts +1 -1
- package/lib/model/runtime-operator.d.ts +1 -1
- package/lib/model/shape-details.d.ts +23 -0
- package/lib/model/shape-details.js +57 -0
- package/lib/model/shape-details.js.map +1 -0
- package/lib/model/task-from-oc-idataflow-task-details.d.ts +2 -0
- package/lib/model/task-from-oc-idataflow-task-details.js +12 -0
- package/lib/model/task-from-oc-idataflow-task-details.js.map +1 -1
- package/lib/model/task-summary-from-oc-idataflow-task.d.ts +2 -0
- package/lib/model/task-summary-from-oc-idataflow-task.js +12 -0
- package/lib/model/task-summary-from-oc-idataflow-task.js.map +1 -1
- package/lib/model/task-summary.d.ts +4 -0
- package/lib/model/task-summary.js.map +1 -1
- package/lib/model/task.d.ts +4 -0
- package/lib/model/task.js.map +1 -1
- package/lib/model/update-task-details.d.ts +4 -0
- package/lib/model/update-task-details.js.map +1 -1
- package/lib/model/update-task-from-oc-idataflow-task.d.ts +2 -0
- package/lib/model/update-task-from-oc-idataflow-task.js +12 -0
- package/lib/model/update-task-from-oc-idataflow-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-detailed-description-request.d.ts +1 -1
- package/lib/request/create-application-request.d.ts +1 -1
- package/lib/request/create-connection-request.d.ts +1 -1
- package/lib/request/create-connection-validation-request.d.ts +1 -1
- package/lib/request/create-copy-object-request-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-detailed-description-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-export-request-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-import-request-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-detailed-description-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-copy-object-request-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-detailed-description-request.d.ts +1 -1
- package/lib/request/delete-dis-application-request.d.ts +1 -1
- package/lib/request/delete-export-request-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-import-request-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-detailed-description-request.d.ts +1 -1
- package/lib/request/get-application-request.d.ts +1 -1
- package/lib/request/get-composite-state-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-copy-object-request-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-detailed-description-request.d.ts +1 -1
- package/lib/request/get-dis-application-request.d.ts +1 -1
- package/lib/request/get-export-request-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-import-request-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-runtime-operator-request.d.ts +1 -1
- package/lib/request/get-runtime-pipeline-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-template-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-copy-object-requests-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-application-task-run-lineages-request.d.ts +1 -1
- package/lib/request/list-dis-applications-request.d.ts +1 -1
- package/lib/request/list-export-requests-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-import-requests-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-runtime-operators-request.d.ts +1 -1
- package/lib/request/list-runtime-pipelines-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-lineages-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-templates-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-detailed-description-request.d.ts +1 -1
- package/lib/request/update-application-request.d.ts +1 -1
- package/lib/request/update-connection-request.d.ts +1 -1
- package/lib/request/update-copy-object-request-request.d.ts +1 -1
- package/lib/request/update-data-asset-request.d.ts +1 -1
- package/lib/request/update-data-flow-request.d.ts +1 -1
- package/lib/request/update-dis-application-detailed-description-request.d.ts +1 -1
- package/lib/request/update-dis-application-request.d.ts +1 -1
- package/lib/request/update-export-request-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-import-request-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
|
@@ -81,6 +81,10 @@ class DataIntegrationClient {
|
|
|
81
81
|
? clientConfiguration.bodyDuplexMode
|
|
82
82
|
: undefined;
|
|
83
83
|
}
|
|
84
|
+
if (!oci_common_2.developerToolConfiguration.isServiceEnabled("dataintegration")) {
|
|
85
|
+
let errmsg = "The developerToolConfiguration configuration disabled this service, this behavior is controlled by developerToolConfiguration.ociEnabledServiceSet variable. Please check if your local developer_tool_configuration file has configured the service you're targeting or contact the cloud provider on the availability of this service : ";
|
|
86
|
+
throw errmsg.concat("dataintegration");
|
|
87
|
+
}
|
|
84
88
|
// if circuit breaker is not created, check if circuit breaker system is enabled to use default circuit breaker
|
|
85
89
|
const specCircuitBreakerEnabled = true;
|
|
86
90
|
if (!this._circuitBreaker &&
|
|
@@ -185,7 +189,7 @@ class DataIntegrationClient {
|
|
|
185
189
|
* @param ChangeCompartmentRequest
|
|
186
190
|
* @return ChangeCompartmentResponse
|
|
187
191
|
* @throws OciError when an error occurs
|
|
188
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
192
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/ChangeCompartment.ts.html |here} to see how to use ChangeCompartment API.
|
|
189
193
|
*/
|
|
190
194
|
changeCompartment(changeCompartmentRequest) {
|
|
191
195
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -248,7 +252,7 @@ class DataIntegrationClient {
|
|
|
248
252
|
* @param ChangeDisApplicationCompartmentRequest
|
|
249
253
|
* @return ChangeDisApplicationCompartmentResponse
|
|
250
254
|
* @throws OciError when an error occurs
|
|
251
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
255
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/ChangeDisApplicationCompartment.ts.html |here} to see how to use ChangeDisApplicationCompartment API.
|
|
252
256
|
*/
|
|
253
257
|
changeDisApplicationCompartment(changeDisApplicationCompartmentRequest) {
|
|
254
258
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -312,7 +316,7 @@ class DataIntegrationClient {
|
|
|
312
316
|
* @param CreateApplicationRequest
|
|
313
317
|
* @return CreateApplicationResponse
|
|
314
318
|
* @throws OciError when an error occurs
|
|
315
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
319
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/CreateApplication.ts.html |here} to see how to use CreateApplication API.
|
|
316
320
|
*/
|
|
317
321
|
createApplication(createApplicationRequest) {
|
|
318
322
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -377,7 +381,7 @@ class DataIntegrationClient {
|
|
|
377
381
|
* @param CreateApplicationDetailedDescriptionRequest
|
|
378
382
|
* @return CreateApplicationDetailedDescriptionResponse
|
|
379
383
|
* @throws OciError when an error occurs
|
|
380
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
384
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/CreateApplicationDetailedDescription.ts.html |here} to see how to use CreateApplicationDetailedDescription API.
|
|
381
385
|
*/
|
|
382
386
|
createApplicationDetailedDescription(createApplicationDetailedDescriptionRequest) {
|
|
383
387
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -443,7 +447,7 @@ class DataIntegrationClient {
|
|
|
443
447
|
* @param CreateConnectionRequest
|
|
444
448
|
* @return CreateConnectionResponse
|
|
445
449
|
* @throws OciError when an error occurs
|
|
446
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
450
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/CreateConnection.ts.html |here} to see how to use CreateConnection API.
|
|
447
451
|
*/
|
|
448
452
|
createConnection(createConnectionRequest) {
|
|
449
453
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -508,7 +512,7 @@ class DataIntegrationClient {
|
|
|
508
512
|
* @param CreateConnectionValidationRequest
|
|
509
513
|
* @return CreateConnectionValidationResponse
|
|
510
514
|
* @throws OciError when an error occurs
|
|
511
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
515
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/CreateConnectionValidation.ts.html |here} to see how to use CreateConnectionValidation API.
|
|
512
516
|
*/
|
|
513
517
|
createConnectionValidation(createConnectionValidationRequest) {
|
|
514
518
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -574,7 +578,7 @@ class DataIntegrationClient {
|
|
|
574
578
|
* @param CreateCopyObjectRequestRequest
|
|
575
579
|
* @return CreateCopyObjectRequestResponse
|
|
576
580
|
* @throws OciError when an error occurs
|
|
577
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
581
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/CreateCopyObjectRequest.ts.html |here} to see how to use CreateCopyObjectRequest API.
|
|
578
582
|
*/
|
|
579
583
|
createCopyObjectRequest(createCopyObjectRequestRequest) {
|
|
580
584
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -644,7 +648,7 @@ class DataIntegrationClient {
|
|
|
644
648
|
* @param CreateDataAssetRequest
|
|
645
649
|
* @return CreateDataAssetResponse
|
|
646
650
|
* @throws OciError when an error occurs
|
|
647
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
651
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/CreateDataAsset.ts.html |here} to see how to use CreateDataAsset API.
|
|
648
652
|
*/
|
|
649
653
|
createDataAsset(createDataAssetRequest) {
|
|
650
654
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -710,7 +714,7 @@ class DataIntegrationClient {
|
|
|
710
714
|
* @param CreateDataFlowRequest
|
|
711
715
|
* @return CreateDataFlowResponse
|
|
712
716
|
* @throws OciError when an error occurs
|
|
713
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
717
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/CreateDataFlow.ts.html |here} to see how to use CreateDataFlow API.
|
|
714
718
|
*/
|
|
715
719
|
createDataFlow(createDataFlowRequest) {
|
|
716
720
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -776,7 +780,7 @@ class DataIntegrationClient {
|
|
|
776
780
|
* @param CreateDataFlowValidationRequest
|
|
777
781
|
* @return CreateDataFlowValidationResponse
|
|
778
782
|
* @throws OciError when an error occurs
|
|
779
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
783
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/CreateDataFlowValidation.ts.html |here} to see how to use CreateDataFlowValidation API.
|
|
780
784
|
*/
|
|
781
785
|
createDataFlowValidation(createDataFlowValidationRequest) {
|
|
782
786
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -842,7 +846,7 @@ class DataIntegrationClient {
|
|
|
842
846
|
* @param CreateDisApplicationRequest
|
|
843
847
|
* @return CreateDisApplicationResponse
|
|
844
848
|
* @throws OciError when an error occurs
|
|
845
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
849
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/CreateDisApplication.ts.html |here} to see how to use CreateDisApplication API.
|
|
846
850
|
*/
|
|
847
851
|
createDisApplication(createDisApplicationRequest) {
|
|
848
852
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -907,7 +911,7 @@ class DataIntegrationClient {
|
|
|
907
911
|
* @param CreateDisApplicationDetailedDescriptionRequest
|
|
908
912
|
* @return CreateDisApplicationDetailedDescriptionResponse
|
|
909
913
|
* @throws OciError when an error occurs
|
|
910
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
914
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/CreateDisApplicationDetailedDescription.ts.html |here} to see how to use CreateDisApplicationDetailedDescription API.
|
|
911
915
|
*/
|
|
912
916
|
createDisApplicationDetailedDescription(createDisApplicationDetailedDescriptionRequest) {
|
|
913
917
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -973,7 +977,7 @@ class DataIntegrationClient {
|
|
|
973
977
|
* @param CreateEntityShapeRequest
|
|
974
978
|
* @return CreateEntityShapeResponse
|
|
975
979
|
* @throws OciError when an error occurs
|
|
976
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
980
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/CreateEntityShape.ts.html |here} to see how to use CreateEntityShape API.
|
|
977
981
|
*/
|
|
978
982
|
createEntityShape(createEntityShapeRequest) {
|
|
979
983
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1036,7 +1040,7 @@ class DataIntegrationClient {
|
|
|
1036
1040
|
* @param CreateExportRequestRequest
|
|
1037
1041
|
* @return CreateExportRequestResponse
|
|
1038
1042
|
* @throws OciError when an error occurs
|
|
1039
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1043
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/CreateExportRequest.ts.html |here} to see how to use CreateExportRequest API.
|
|
1040
1044
|
*/
|
|
1041
1045
|
createExportRequest(createExportRequestRequest) {
|
|
1042
1046
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1106,7 +1110,7 @@ class DataIntegrationClient {
|
|
|
1106
1110
|
* @param CreateExternalPublicationRequest
|
|
1107
1111
|
* @return CreateExternalPublicationResponse
|
|
1108
1112
|
* @throws OciError when an error occurs
|
|
1109
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1113
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/CreateExternalPublication.ts.html |here} to see how to use CreateExternalPublication API.
|
|
1110
1114
|
*/
|
|
1111
1115
|
createExternalPublication(createExternalPublicationRequest) {
|
|
1112
1116
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1172,7 +1176,7 @@ class DataIntegrationClient {
|
|
|
1172
1176
|
* @param CreateExternalPublicationValidationRequest
|
|
1173
1177
|
* @return CreateExternalPublicationValidationResponse
|
|
1174
1178
|
* @throws OciError when an error occurs
|
|
1175
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1179
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/CreateExternalPublicationValidation.ts.html |here} to see how to use CreateExternalPublicationValidation API.
|
|
1176
1180
|
*/
|
|
1177
1181
|
createExternalPublicationValidation(createExternalPublicationValidationRequest) {
|
|
1178
1182
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1240,7 +1244,7 @@ class DataIntegrationClient {
|
|
|
1240
1244
|
* @param CreateFolderRequest
|
|
1241
1245
|
* @return CreateFolderResponse
|
|
1242
1246
|
* @throws OciError when an error occurs
|
|
1243
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1247
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/CreateFolder.ts.html |here} to see how to use CreateFolder API.
|
|
1244
1248
|
*/
|
|
1245
1249
|
createFolder(createFolderRequest) {
|
|
1246
1250
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1307,7 +1311,7 @@ class DataIntegrationClient {
|
|
|
1307
1311
|
* @param CreateFunctionLibraryRequest
|
|
1308
1312
|
* @return CreateFunctionLibraryResponse
|
|
1309
1313
|
* @throws OciError when an error occurs
|
|
1310
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1314
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/CreateFunctionLibrary.ts.html |here} to see how to use CreateFunctionLibrary API.
|
|
1311
1315
|
*/
|
|
1312
1316
|
createFunctionLibrary(createFunctionLibraryRequest) {
|
|
1313
1317
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1372,7 +1376,7 @@ class DataIntegrationClient {
|
|
|
1372
1376
|
* @param CreateImportRequestRequest
|
|
1373
1377
|
* @return CreateImportRequestResponse
|
|
1374
1378
|
* @throws OciError when an error occurs
|
|
1375
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1379
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/CreateImportRequest.ts.html |here} to see how to use CreateImportRequest API.
|
|
1376
1380
|
*/
|
|
1377
1381
|
createImportRequest(createImportRequestRequest) {
|
|
1378
1382
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1442,7 +1446,7 @@ class DataIntegrationClient {
|
|
|
1442
1446
|
* @param CreatePatchRequest
|
|
1443
1447
|
* @return CreatePatchResponse
|
|
1444
1448
|
* @throws OciError when an error occurs
|
|
1445
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1449
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/CreatePatch.ts.html |here} to see how to use CreatePatch API.
|
|
1446
1450
|
*/
|
|
1447
1451
|
createPatch(createPatchRequest) {
|
|
1448
1452
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1509,7 +1513,7 @@ class DataIntegrationClient {
|
|
|
1509
1513
|
* @param CreatePipelineRequest
|
|
1510
1514
|
* @return CreatePipelineResponse
|
|
1511
1515
|
* @throws OciError when an error occurs
|
|
1512
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1516
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/CreatePipeline.ts.html |here} to see how to use CreatePipeline API.
|
|
1513
1517
|
*/
|
|
1514
1518
|
createPipeline(createPipelineRequest) {
|
|
1515
1519
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1575,7 +1579,7 @@ class DataIntegrationClient {
|
|
|
1575
1579
|
* @param CreatePipelineValidationRequest
|
|
1576
1580
|
* @return CreatePipelineValidationResponse
|
|
1577
1581
|
* @throws OciError when an error occurs
|
|
1578
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1582
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/CreatePipelineValidation.ts.html |here} to see how to use CreatePipelineValidation API.
|
|
1579
1583
|
*/
|
|
1580
1584
|
createPipelineValidation(createPipelineValidationRequest) {
|
|
1581
1585
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1641,7 +1645,7 @@ class DataIntegrationClient {
|
|
|
1641
1645
|
* @param CreateProjectRequest
|
|
1642
1646
|
* @return CreateProjectResponse
|
|
1643
1647
|
* @throws OciError when an error occurs
|
|
1644
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1648
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/CreateProject.ts.html |here} to see how to use CreateProject API.
|
|
1645
1649
|
*/
|
|
1646
1650
|
createProject(createProjectRequest) {
|
|
1647
1651
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1706,7 +1710,7 @@ class DataIntegrationClient {
|
|
|
1706
1710
|
* @param CreateScheduleRequest
|
|
1707
1711
|
* @return CreateScheduleResponse
|
|
1708
1712
|
* @throws OciError when an error occurs
|
|
1709
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1713
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/CreateSchedule.ts.html |here} to see how to use CreateSchedule API.
|
|
1710
1714
|
*/
|
|
1711
1715
|
createSchedule(createScheduleRequest) {
|
|
1712
1716
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1773,7 +1777,7 @@ class DataIntegrationClient {
|
|
|
1773
1777
|
* @param CreateTaskRequest
|
|
1774
1778
|
* @return CreateTaskResponse
|
|
1775
1779
|
* @throws OciError when an error occurs
|
|
1776
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1780
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/CreateTask.ts.html |here} to see how to use CreateTask API.
|
|
1777
1781
|
*/
|
|
1778
1782
|
createTask(createTaskRequest) {
|
|
1779
1783
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1838,7 +1842,7 @@ class DataIntegrationClient {
|
|
|
1838
1842
|
* @param CreateTaskRunRequest
|
|
1839
1843
|
* @return CreateTaskRunResponse
|
|
1840
1844
|
* @throws OciError when an error occurs
|
|
1841
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1845
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/CreateTaskRun.ts.html |here} to see how to use CreateTaskRun API.
|
|
1842
1846
|
*/
|
|
1843
1847
|
createTaskRun(createTaskRunRequest) {
|
|
1844
1848
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1904,7 +1908,7 @@ class DataIntegrationClient {
|
|
|
1904
1908
|
* @param CreateTaskScheduleRequest
|
|
1905
1909
|
* @return CreateTaskScheduleResponse
|
|
1906
1910
|
* @throws OciError when an error occurs
|
|
1907
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1911
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/CreateTaskSchedule.ts.html |here} to see how to use CreateTaskSchedule API.
|
|
1908
1912
|
*/
|
|
1909
1913
|
createTaskSchedule(createTaskScheduleRequest) {
|
|
1910
1914
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1970,7 +1974,7 @@ class DataIntegrationClient {
|
|
|
1970
1974
|
* @param CreateTaskValidationRequest
|
|
1971
1975
|
* @return CreateTaskValidationResponse
|
|
1972
1976
|
* @throws OciError when an error occurs
|
|
1973
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1977
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/CreateTaskValidation.ts.html |here} to see how to use CreateTaskValidation API.
|
|
1974
1978
|
*/
|
|
1975
1979
|
createTaskValidation(createTaskValidationRequest) {
|
|
1976
1980
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2036,7 +2040,7 @@ class DataIntegrationClient {
|
|
|
2036
2040
|
* @param CreateUserDefinedFunctionRequest
|
|
2037
2041
|
* @return CreateUserDefinedFunctionResponse
|
|
2038
2042
|
* @throws OciError when an error occurs
|
|
2039
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2043
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/CreateUserDefinedFunction.ts.html |here} to see how to use CreateUserDefinedFunction API.
|
|
2040
2044
|
*/
|
|
2041
2045
|
createUserDefinedFunction(createUserDefinedFunctionRequest) {
|
|
2042
2046
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2102,7 +2106,7 @@ class DataIntegrationClient {
|
|
|
2102
2106
|
* @param CreateUserDefinedFunctionValidationRequest
|
|
2103
2107
|
* @return CreateUserDefinedFunctionValidationResponse
|
|
2104
2108
|
* @throws OciError when an error occurs
|
|
2105
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2109
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/CreateUserDefinedFunctionValidation.ts.html |here} to see how to use CreateUserDefinedFunctionValidation API.
|
|
2106
2110
|
*/
|
|
2107
2111
|
createUserDefinedFunctionValidation(createUserDefinedFunctionValidationRequest) {
|
|
2108
2112
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2168,7 +2172,7 @@ class DataIntegrationClient {
|
|
|
2168
2172
|
* @param CreateWorkspaceRequest
|
|
2169
2173
|
* @return CreateWorkspaceResponse
|
|
2170
2174
|
* @throws OciError when an error occurs
|
|
2171
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2175
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/CreateWorkspace.ts.html |here} to see how to use CreateWorkspace API.
|
|
2172
2176
|
*/
|
|
2173
2177
|
createWorkspace(createWorkspaceRequest) {
|
|
2174
2178
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2227,7 +2231,7 @@ class DataIntegrationClient {
|
|
|
2227
2231
|
* @param DeleteApplicationRequest
|
|
2228
2232
|
* @return DeleteApplicationResponse
|
|
2229
2233
|
* @throws OciError when an error occurs
|
|
2230
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2234
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
|
|
2231
2235
|
*/
|
|
2232
2236
|
deleteApplication(deleteApplicationRequest) {
|
|
2233
2237
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2283,7 +2287,7 @@ class DataIntegrationClient {
|
|
|
2283
2287
|
* @param DeleteApplicationDetailedDescriptionRequest
|
|
2284
2288
|
* @return DeleteApplicationDetailedDescriptionResponse
|
|
2285
2289
|
* @throws OciError when an error occurs
|
|
2286
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2290
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/DeleteApplicationDetailedDescription.ts.html |here} to see how to use DeleteApplicationDetailedDescription API.
|
|
2287
2291
|
*/
|
|
2288
2292
|
deleteApplicationDetailedDescription(deleteApplicationDetailedDescriptionRequest) {
|
|
2289
2293
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2339,7 +2343,7 @@ class DataIntegrationClient {
|
|
|
2339
2343
|
* @param DeleteConnectionRequest
|
|
2340
2344
|
* @return DeleteConnectionResponse
|
|
2341
2345
|
* @throws OciError when an error occurs
|
|
2342
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2346
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/DeleteConnection.ts.html |here} to see how to use DeleteConnection API.
|
|
2343
2347
|
*/
|
|
2344
2348
|
deleteConnection(deleteConnectionRequest) {
|
|
2345
2349
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2395,7 +2399,7 @@ class DataIntegrationClient {
|
|
|
2395
2399
|
* @param DeleteConnectionValidationRequest
|
|
2396
2400
|
* @return DeleteConnectionValidationResponse
|
|
2397
2401
|
* @throws OciError when an error occurs
|
|
2398
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2402
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/DeleteConnectionValidation.ts.html |here} to see how to use DeleteConnectionValidation API.
|
|
2399
2403
|
*/
|
|
2400
2404
|
deleteConnectionValidation(deleteConnectionValidationRequest) {
|
|
2401
2405
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2451,7 +2455,7 @@ class DataIntegrationClient {
|
|
|
2451
2455
|
* @param DeleteCopyObjectRequestRequest
|
|
2452
2456
|
* @return DeleteCopyObjectRequestResponse
|
|
2453
2457
|
* @throws OciError when an error occurs
|
|
2454
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2458
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/DeleteCopyObjectRequest.ts.html |here} to see how to use DeleteCopyObjectRequest API.
|
|
2455
2459
|
*/
|
|
2456
2460
|
deleteCopyObjectRequest(deleteCopyObjectRequestRequest) {
|
|
2457
2461
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2507,7 +2511,7 @@ class DataIntegrationClient {
|
|
|
2507
2511
|
* @param DeleteDataAssetRequest
|
|
2508
2512
|
* @return DeleteDataAssetResponse
|
|
2509
2513
|
* @throws OciError when an error occurs
|
|
2510
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2514
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/DeleteDataAsset.ts.html |here} to see how to use DeleteDataAsset API.
|
|
2511
2515
|
*/
|
|
2512
2516
|
deleteDataAsset(deleteDataAssetRequest) {
|
|
2513
2517
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2563,7 +2567,7 @@ class DataIntegrationClient {
|
|
|
2563
2567
|
* @param DeleteDataFlowRequest
|
|
2564
2568
|
* @return DeleteDataFlowResponse
|
|
2565
2569
|
* @throws OciError when an error occurs
|
|
2566
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2570
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/DeleteDataFlow.ts.html |here} to see how to use DeleteDataFlow API.
|
|
2567
2571
|
*/
|
|
2568
2572
|
deleteDataFlow(deleteDataFlowRequest) {
|
|
2569
2573
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2619,7 +2623,7 @@ class DataIntegrationClient {
|
|
|
2619
2623
|
* @param DeleteDataFlowValidationRequest
|
|
2620
2624
|
* @return DeleteDataFlowValidationResponse
|
|
2621
2625
|
* @throws OciError when an error occurs
|
|
2622
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2626
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/DeleteDataFlowValidation.ts.html |here} to see how to use DeleteDataFlowValidation API.
|
|
2623
2627
|
*/
|
|
2624
2628
|
deleteDataFlowValidation(deleteDataFlowValidationRequest) {
|
|
2625
2629
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2675,7 +2679,7 @@ class DataIntegrationClient {
|
|
|
2675
2679
|
* @param DeleteDisApplicationRequest
|
|
2676
2680
|
* @return DeleteDisApplicationResponse
|
|
2677
2681
|
* @throws OciError when an error occurs
|
|
2678
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2682
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/DeleteDisApplication.ts.html |here} to see how to use DeleteDisApplication API.
|
|
2679
2683
|
*/
|
|
2680
2684
|
deleteDisApplication(deleteDisApplicationRequest) {
|
|
2681
2685
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2731,7 +2735,7 @@ class DataIntegrationClient {
|
|
|
2731
2735
|
* @param DeleteDisApplicationDetailedDescriptionRequest
|
|
2732
2736
|
* @return DeleteDisApplicationDetailedDescriptionResponse
|
|
2733
2737
|
* @throws OciError when an error occurs
|
|
2734
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2738
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/DeleteDisApplicationDetailedDescription.ts.html |here} to see how to use DeleteDisApplicationDetailedDescription API.
|
|
2735
2739
|
*/
|
|
2736
2740
|
deleteDisApplicationDetailedDescription(deleteDisApplicationDetailedDescriptionRequest) {
|
|
2737
2741
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2788,7 +2792,7 @@ class DataIntegrationClient {
|
|
|
2788
2792
|
* @param DeleteExportRequestRequest
|
|
2789
2793
|
* @return DeleteExportRequestResponse
|
|
2790
2794
|
* @throws OciError when an error occurs
|
|
2791
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2795
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/DeleteExportRequest.ts.html |here} to see how to use DeleteExportRequest API.
|
|
2792
2796
|
*/
|
|
2793
2797
|
deleteExportRequest(deleteExportRequestRequest) {
|
|
2794
2798
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2844,7 +2848,7 @@ class DataIntegrationClient {
|
|
|
2844
2848
|
* @param DeleteExternalPublicationRequest
|
|
2845
2849
|
* @return DeleteExternalPublicationResponse
|
|
2846
2850
|
* @throws OciError when an error occurs
|
|
2847
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2851
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/DeleteExternalPublication.ts.html |here} to see how to use DeleteExternalPublication API.
|
|
2848
2852
|
*/
|
|
2849
2853
|
deleteExternalPublication(deleteExternalPublicationRequest) {
|
|
2850
2854
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2902,7 +2906,7 @@ class DataIntegrationClient {
|
|
|
2902
2906
|
* @param DeleteExternalPublicationValidationRequest
|
|
2903
2907
|
* @return DeleteExternalPublicationValidationResponse
|
|
2904
2908
|
* @throws OciError when an error occurs
|
|
2905
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2909
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/DeleteExternalPublicationValidation.ts.html |here} to see how to use DeleteExternalPublicationValidation API.
|
|
2906
2910
|
*/
|
|
2907
2911
|
deleteExternalPublicationValidation(deleteExternalPublicationValidationRequest) {
|
|
2908
2912
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2959,7 +2963,7 @@ class DataIntegrationClient {
|
|
|
2959
2963
|
* @param DeleteFolderRequest
|
|
2960
2964
|
* @return DeleteFolderResponse
|
|
2961
2965
|
* @throws OciError when an error occurs
|
|
2962
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2966
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/DeleteFolder.ts.html |here} to see how to use DeleteFolder API.
|
|
2963
2967
|
*/
|
|
2964
2968
|
deleteFolder(deleteFolderRequest) {
|
|
2965
2969
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3015,7 +3019,7 @@ class DataIntegrationClient {
|
|
|
3015
3019
|
* @param DeleteFunctionLibraryRequest
|
|
3016
3020
|
* @return DeleteFunctionLibraryResponse
|
|
3017
3021
|
* @throws OciError when an error occurs
|
|
3018
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3022
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/DeleteFunctionLibrary.ts.html |here} to see how to use DeleteFunctionLibrary API.
|
|
3019
3023
|
*/
|
|
3020
3024
|
deleteFunctionLibrary(deleteFunctionLibraryRequest) {
|
|
3021
3025
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3072,7 +3076,7 @@ class DataIntegrationClient {
|
|
|
3072
3076
|
* @param DeleteImportRequestRequest
|
|
3073
3077
|
* @return DeleteImportRequestResponse
|
|
3074
3078
|
* @throws OciError when an error occurs
|
|
3075
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3079
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/DeleteImportRequest.ts.html |here} to see how to use DeleteImportRequest API.
|
|
3076
3080
|
*/
|
|
3077
3081
|
deleteImportRequest(deleteImportRequestRequest) {
|
|
3078
3082
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3128,7 +3132,7 @@ class DataIntegrationClient {
|
|
|
3128
3132
|
* @param DeletePatchRequest
|
|
3129
3133
|
* @return DeletePatchResponse
|
|
3130
3134
|
* @throws OciError when an error occurs
|
|
3131
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3135
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/DeletePatch.ts.html |here} to see how to use DeletePatch API.
|
|
3132
3136
|
*/
|
|
3133
3137
|
deletePatch(deletePatchRequest) {
|
|
3134
3138
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3185,7 +3189,7 @@ class DataIntegrationClient {
|
|
|
3185
3189
|
* @param DeletePipelineRequest
|
|
3186
3190
|
* @return DeletePipelineResponse
|
|
3187
3191
|
* @throws OciError when an error occurs
|
|
3188
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3192
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/DeletePipeline.ts.html |here} to see how to use DeletePipeline API.
|
|
3189
3193
|
*/
|
|
3190
3194
|
deletePipeline(deletePipelineRequest) {
|
|
3191
3195
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3241,7 +3245,7 @@ class DataIntegrationClient {
|
|
|
3241
3245
|
* @param DeletePipelineValidationRequest
|
|
3242
3246
|
* @return DeletePipelineValidationResponse
|
|
3243
3247
|
* @throws OciError when an error occurs
|
|
3244
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3248
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/DeletePipelineValidation.ts.html |here} to see how to use DeletePipelineValidation API.
|
|
3245
3249
|
*/
|
|
3246
3250
|
deletePipelineValidation(deletePipelineValidationRequest) {
|
|
3247
3251
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3297,7 +3301,7 @@ class DataIntegrationClient {
|
|
|
3297
3301
|
* @param DeleteProjectRequest
|
|
3298
3302
|
* @return DeleteProjectResponse
|
|
3299
3303
|
* @throws OciError when an error occurs
|
|
3300
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3304
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/DeleteProject.ts.html |here} to see how to use DeleteProject API.
|
|
3301
3305
|
*/
|
|
3302
3306
|
deleteProject(deleteProjectRequest) {
|
|
3303
3307
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3353,7 +3357,7 @@ class DataIntegrationClient {
|
|
|
3353
3357
|
* @param DeleteScheduleRequest
|
|
3354
3358
|
* @return DeleteScheduleResponse
|
|
3355
3359
|
* @throws OciError when an error occurs
|
|
3356
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3360
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/DeleteSchedule.ts.html |here} to see how to use DeleteSchedule API.
|
|
3357
3361
|
*/
|
|
3358
3362
|
deleteSchedule(deleteScheduleRequest) {
|
|
3359
3363
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3410,7 +3414,7 @@ class DataIntegrationClient {
|
|
|
3410
3414
|
* @param DeleteTaskRequest
|
|
3411
3415
|
* @return DeleteTaskResponse
|
|
3412
3416
|
* @throws OciError when an error occurs
|
|
3413
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3417
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/DeleteTask.ts.html |here} to see how to use DeleteTask API.
|
|
3414
3418
|
*/
|
|
3415
3419
|
deleteTask(deleteTaskRequest) {
|
|
3416
3420
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3466,7 +3470,7 @@ class DataIntegrationClient {
|
|
|
3466
3470
|
* @param DeleteTaskRunRequest
|
|
3467
3471
|
* @return DeleteTaskRunResponse
|
|
3468
3472
|
* @throws OciError when an error occurs
|
|
3469
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3473
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/DeleteTaskRun.ts.html |here} to see how to use DeleteTaskRun API.
|
|
3470
3474
|
*/
|
|
3471
3475
|
deleteTaskRun(deleteTaskRunRequest) {
|
|
3472
3476
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3523,7 +3527,7 @@ class DataIntegrationClient {
|
|
|
3523
3527
|
* @param DeleteTaskScheduleRequest
|
|
3524
3528
|
* @return DeleteTaskScheduleResponse
|
|
3525
3529
|
* @throws OciError when an error occurs
|
|
3526
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3530
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/DeleteTaskSchedule.ts.html |here} to see how to use DeleteTaskSchedule API.
|
|
3527
3531
|
*/
|
|
3528
3532
|
deleteTaskSchedule(deleteTaskScheduleRequest) {
|
|
3529
3533
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3581,7 +3585,7 @@ class DataIntegrationClient {
|
|
|
3581
3585
|
* @param DeleteTaskValidationRequest
|
|
3582
3586
|
* @return DeleteTaskValidationResponse
|
|
3583
3587
|
* @throws OciError when an error occurs
|
|
3584
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3588
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/DeleteTaskValidation.ts.html |here} to see how to use DeleteTaskValidation API.
|
|
3585
3589
|
*/
|
|
3586
3590
|
deleteTaskValidation(deleteTaskValidationRequest) {
|
|
3587
3591
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3637,7 +3641,7 @@ class DataIntegrationClient {
|
|
|
3637
3641
|
* @param DeleteUserDefinedFunctionRequest
|
|
3638
3642
|
* @return DeleteUserDefinedFunctionResponse
|
|
3639
3643
|
* @throws OciError when an error occurs
|
|
3640
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3644
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/DeleteUserDefinedFunction.ts.html |here} to see how to use DeleteUserDefinedFunction API.
|
|
3641
3645
|
*/
|
|
3642
3646
|
deleteUserDefinedFunction(deleteUserDefinedFunctionRequest) {
|
|
3643
3647
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3693,7 +3697,7 @@ class DataIntegrationClient {
|
|
|
3693
3697
|
* @param DeleteUserDefinedFunctionValidationRequest
|
|
3694
3698
|
* @return DeleteUserDefinedFunctionValidationResponse
|
|
3695
3699
|
* @throws OciError when an error occurs
|
|
3696
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3700
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/DeleteUserDefinedFunctionValidation.ts.html |here} to see how to use DeleteUserDefinedFunctionValidation API.
|
|
3697
3701
|
*/
|
|
3698
3702
|
deleteUserDefinedFunctionValidation(deleteUserDefinedFunctionValidationRequest) {
|
|
3699
3703
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3749,7 +3753,7 @@ class DataIntegrationClient {
|
|
|
3749
3753
|
* @param DeleteWorkspaceRequest
|
|
3750
3754
|
* @return DeleteWorkspaceResponse
|
|
3751
3755
|
* @throws OciError when an error occurs
|
|
3752
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3756
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/DeleteWorkspace.ts.html |here} to see how to use DeleteWorkspace API.
|
|
3753
3757
|
*/
|
|
3754
3758
|
deleteWorkspace(deleteWorkspaceRequest) {
|
|
3755
3759
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3812,7 +3816,7 @@ class DataIntegrationClient {
|
|
|
3812
3816
|
* @param GetApplicationRequest
|
|
3813
3817
|
* @return GetApplicationResponse
|
|
3814
3818
|
* @throws OciError when an error occurs
|
|
3815
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3819
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/GetApplication.ts.html |here} to see how to use GetApplication API.
|
|
3816
3820
|
*/
|
|
3817
3821
|
getApplication(getApplicationRequest) {
|
|
3818
3822
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3876,7 +3880,7 @@ class DataIntegrationClient {
|
|
|
3876
3880
|
* @param GetApplicationDetailedDescriptionRequest
|
|
3877
3881
|
* @return GetApplicationDetailedDescriptionResponse
|
|
3878
3882
|
* @throws OciError when an error occurs
|
|
3879
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3883
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/GetApplicationDetailedDescription.ts.html |here} to see how to use GetApplicationDetailedDescription API.
|
|
3880
3884
|
*/
|
|
3881
3885
|
getApplicationDetailedDescription(getApplicationDetailedDescriptionRequest) {
|
|
3882
3886
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3941,7 +3945,7 @@ class DataIntegrationClient {
|
|
|
3941
3945
|
* @param GetCompositeStateRequest
|
|
3942
3946
|
* @return GetCompositeStateResponse
|
|
3943
3947
|
* @throws OciError when an error occurs
|
|
3944
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3948
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/GetCompositeState.ts.html |here} to see how to use GetCompositeState API.
|
|
3945
3949
|
*/
|
|
3946
3950
|
getCompositeState(getCompositeStateRequest) {
|
|
3947
3951
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4002,7 +4006,7 @@ class DataIntegrationClient {
|
|
|
4002
4006
|
* @param GetConnectionRequest
|
|
4003
4007
|
* @return GetConnectionResponse
|
|
4004
4008
|
* @throws OciError when an error occurs
|
|
4005
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4009
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/GetConnection.ts.html |here} to see how to use GetConnection API.
|
|
4006
4010
|
*/
|
|
4007
4011
|
getConnection(getConnectionRequest) {
|
|
4008
4012
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4066,7 +4070,7 @@ class DataIntegrationClient {
|
|
|
4066
4070
|
* @param GetConnectionValidationRequest
|
|
4067
4071
|
* @return GetConnectionValidationResponse
|
|
4068
4072
|
* @throws OciError when an error occurs
|
|
4069
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4073
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/GetConnectionValidation.ts.html |here} to see how to use GetConnectionValidation API.
|
|
4070
4074
|
*/
|
|
4071
4075
|
getConnectionValidation(getConnectionValidationRequest) {
|
|
4072
4076
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4131,7 +4135,7 @@ class DataIntegrationClient {
|
|
|
4131
4135
|
* @param GetCopyObjectRequestRequest
|
|
4132
4136
|
* @return GetCopyObjectRequestResponse
|
|
4133
4137
|
* @throws OciError when an error occurs
|
|
4134
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4138
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/GetCopyObjectRequest.ts.html |here} to see how to use GetCopyObjectRequest API.
|
|
4135
4139
|
*/
|
|
4136
4140
|
getCopyObjectRequest(getCopyObjectRequestRequest) {
|
|
4137
4141
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4197,7 +4201,7 @@ class DataIntegrationClient {
|
|
|
4197
4201
|
* @param GetCountStatisticRequest
|
|
4198
4202
|
* @return GetCountStatisticResponse
|
|
4199
4203
|
* @throws OciError when an error occurs
|
|
4200
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4204
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/GetCountStatistic.ts.html |here} to see how to use GetCountStatistic API.
|
|
4201
4205
|
*/
|
|
4202
4206
|
getCountStatistic(getCountStatisticRequest) {
|
|
4203
4207
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4261,7 +4265,7 @@ class DataIntegrationClient {
|
|
|
4261
4265
|
* @param GetDataAssetRequest
|
|
4262
4266
|
* @return GetDataAssetResponse
|
|
4263
4267
|
* @throws OciError when an error occurs
|
|
4264
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4268
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/GetDataAsset.ts.html |here} to see how to use GetDataAsset API.
|
|
4265
4269
|
*/
|
|
4266
4270
|
getDataAsset(getDataAssetRequest) {
|
|
4267
4271
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4325,7 +4329,7 @@ class DataIntegrationClient {
|
|
|
4325
4329
|
* @param GetDataEntityRequest
|
|
4326
4330
|
* @return GetDataEntityResponse
|
|
4327
4331
|
* @throws OciError when an error occurs
|
|
4328
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4332
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/GetDataEntity.ts.html |here} to see how to use GetDataEntity API.
|
|
4329
4333
|
*/
|
|
4330
4334
|
getDataEntity(getDataEntityRequest) {
|
|
4331
4335
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4386,7 +4390,7 @@ class DataIntegrationClient {
|
|
|
4386
4390
|
* @param GetDataFlowRequest
|
|
4387
4391
|
* @return GetDataFlowResponse
|
|
4388
4392
|
* @throws OciError when an error occurs
|
|
4389
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4393
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/GetDataFlow.ts.html |here} to see how to use GetDataFlow API.
|
|
4390
4394
|
*/
|
|
4391
4395
|
getDataFlow(getDataFlowRequest) {
|
|
4392
4396
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4452,7 +4456,7 @@ class DataIntegrationClient {
|
|
|
4452
4456
|
* @param GetDataFlowValidationRequest
|
|
4453
4457
|
* @return GetDataFlowValidationResponse
|
|
4454
4458
|
* @throws OciError when an error occurs
|
|
4455
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4459
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/GetDataFlowValidation.ts.html |here} to see how to use GetDataFlowValidation API.
|
|
4456
4460
|
*/
|
|
4457
4461
|
getDataFlowValidation(getDataFlowValidationRequest) {
|
|
4458
4462
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4516,7 +4520,7 @@ class DataIntegrationClient {
|
|
|
4516
4520
|
* @param GetDependentObjectRequest
|
|
4517
4521
|
* @return GetDependentObjectResponse
|
|
4518
4522
|
* @throws OciError when an error occurs
|
|
4519
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4523
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/GetDependentObject.ts.html |here} to see how to use GetDependentObject API.
|
|
4520
4524
|
*/
|
|
4521
4525
|
getDependentObject(getDependentObjectRequest) {
|
|
4522
4526
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4581,7 +4585,7 @@ class DataIntegrationClient {
|
|
|
4581
4585
|
* @param GetDisApplicationRequest
|
|
4582
4586
|
* @return GetDisApplicationResponse
|
|
4583
4587
|
* @throws OciError when an error occurs
|
|
4584
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4588
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/GetDisApplication.ts.html |here} to see how to use GetDisApplication API.
|
|
4585
4589
|
*/
|
|
4586
4590
|
getDisApplication(getDisApplicationRequest) {
|
|
4587
4591
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4645,7 +4649,7 @@ class DataIntegrationClient {
|
|
|
4645
4649
|
* @param GetDisApplicationDetailedDescriptionRequest
|
|
4646
4650
|
* @return GetDisApplicationDetailedDescriptionResponse
|
|
4647
4651
|
* @throws OciError when an error occurs
|
|
4648
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4652
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/GetDisApplicationDetailedDescription.ts.html |here} to see how to use GetDisApplicationDetailedDescription API.
|
|
4649
4653
|
*/
|
|
4650
4654
|
getDisApplicationDetailedDescription(getDisApplicationDetailedDescriptionRequest) {
|
|
4651
4655
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4710,7 +4714,7 @@ class DataIntegrationClient {
|
|
|
4710
4714
|
* @param GetExportRequestRequest
|
|
4711
4715
|
* @return GetExportRequestResponse
|
|
4712
4716
|
* @throws OciError when an error occurs
|
|
4713
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4717
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/GetExportRequest.ts.html |here} to see how to use GetExportRequest API.
|
|
4714
4718
|
*/
|
|
4715
4719
|
getExportRequest(getExportRequestRequest) {
|
|
4716
4720
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4774,7 +4778,7 @@ class DataIntegrationClient {
|
|
|
4774
4778
|
* @param GetExternalPublicationRequest
|
|
4775
4779
|
* @return GetExternalPublicationResponse
|
|
4776
4780
|
* @throws OciError when an error occurs
|
|
4777
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4781
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/GetExternalPublication.ts.html |here} to see how to use GetExternalPublication API.
|
|
4778
4782
|
*/
|
|
4779
4783
|
getExternalPublication(getExternalPublicationRequest) {
|
|
4780
4784
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4839,7 +4843,7 @@ class DataIntegrationClient {
|
|
|
4839
4843
|
* @param GetExternalPublicationValidationRequest
|
|
4840
4844
|
* @return GetExternalPublicationValidationResponse
|
|
4841
4845
|
* @throws OciError when an error occurs
|
|
4842
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4846
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/GetExternalPublicationValidation.ts.html |here} to see how to use GetExternalPublicationValidation API.
|
|
4843
4847
|
*/
|
|
4844
4848
|
getExternalPublicationValidation(getExternalPublicationValidationRequest) {
|
|
4845
4849
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4904,7 +4908,7 @@ class DataIntegrationClient {
|
|
|
4904
4908
|
* @param GetFolderRequest
|
|
4905
4909
|
* @return GetFolderResponse
|
|
4906
4910
|
* @throws OciError when an error occurs
|
|
4907
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4911
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/GetFolder.ts.html |here} to see how to use GetFolder API.
|
|
4908
4912
|
*/
|
|
4909
4913
|
getFolder(getFolderRequest) {
|
|
4910
4914
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4970,7 +4974,7 @@ class DataIntegrationClient {
|
|
|
4970
4974
|
* @param GetFunctionLibraryRequest
|
|
4971
4975
|
* @return GetFunctionLibraryResponse
|
|
4972
4976
|
* @throws OciError when an error occurs
|
|
4973
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4977
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/GetFunctionLibrary.ts.html |here} to see how to use GetFunctionLibrary API.
|
|
4974
4978
|
*/
|
|
4975
4979
|
getFunctionLibrary(getFunctionLibraryRequest) {
|
|
4976
4980
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5037,7 +5041,7 @@ class DataIntegrationClient {
|
|
|
5037
5041
|
* @param GetImportRequestRequest
|
|
5038
5042
|
* @return GetImportRequestResponse
|
|
5039
5043
|
* @throws OciError when an error occurs
|
|
5040
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5044
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/GetImportRequest.ts.html |here} to see how to use GetImportRequest API.
|
|
5041
5045
|
*/
|
|
5042
5046
|
getImportRequest(getImportRequestRequest) {
|
|
5043
5047
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5104,7 +5108,7 @@ class DataIntegrationClient {
|
|
|
5104
5108
|
* @param GetPatchRequest
|
|
5105
5109
|
* @return GetPatchResponse
|
|
5106
5110
|
* @throws OciError when an error occurs
|
|
5107
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5111
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/GetPatch.ts.html |here} to see how to use GetPatch API.
|
|
5108
5112
|
*/
|
|
5109
5113
|
getPatch(getPatchRequest) {
|
|
5110
5114
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5169,7 +5173,7 @@ class DataIntegrationClient {
|
|
|
5169
5173
|
* @param GetPipelineRequest
|
|
5170
5174
|
* @return GetPipelineResponse
|
|
5171
5175
|
* @throws OciError when an error occurs
|
|
5172
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5176
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/GetPipeline.ts.html |here} to see how to use GetPipeline API.
|
|
5173
5177
|
*/
|
|
5174
5178
|
getPipeline(getPipelineRequest) {
|
|
5175
5179
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5235,7 +5239,7 @@ class DataIntegrationClient {
|
|
|
5235
5239
|
* @param GetPipelineValidationRequest
|
|
5236
5240
|
* @return GetPipelineValidationResponse
|
|
5237
5241
|
* @throws OciError when an error occurs
|
|
5238
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5242
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/GetPipelineValidation.ts.html |here} to see how to use GetPipelineValidation API.
|
|
5239
5243
|
*/
|
|
5240
5244
|
getPipelineValidation(getPipelineValidationRequest) {
|
|
5241
5245
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5299,7 +5303,7 @@ class DataIntegrationClient {
|
|
|
5299
5303
|
* @param GetProjectRequest
|
|
5300
5304
|
* @return GetProjectResponse
|
|
5301
5305
|
* @throws OciError when an error occurs
|
|
5302
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5306
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/GetProject.ts.html |here} to see how to use GetProject API.
|
|
5303
5307
|
*/
|
|
5304
5308
|
getProject(getProjectRequest) {
|
|
5305
5309
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5365,7 +5369,7 @@ class DataIntegrationClient {
|
|
|
5365
5369
|
* @param GetPublishedObjectRequest
|
|
5366
5370
|
* @return GetPublishedObjectResponse
|
|
5367
5371
|
* @throws OciError when an error occurs
|
|
5368
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5372
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/GetPublishedObject.ts.html |here} to see how to use GetPublishedObject API.
|
|
5369
5373
|
*/
|
|
5370
5374
|
getPublishedObject(getPublishedObjectRequest) {
|
|
5371
5375
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5432,7 +5436,7 @@ class DataIntegrationClient {
|
|
|
5432
5436
|
* @param GetReferenceRequest
|
|
5433
5437
|
* @return GetReferenceResponse
|
|
5434
5438
|
* @throws OciError when an error occurs
|
|
5435
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5439
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/GetReference.ts.html |here} to see how to use GetReference API.
|
|
5436
5440
|
*/
|
|
5437
5441
|
getReference(getReferenceRequest) {
|
|
5438
5442
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5497,7 +5501,7 @@ class DataIntegrationClient {
|
|
|
5497
5501
|
* @param GetRuntimeOperatorRequest
|
|
5498
5502
|
* @return GetRuntimeOperatorResponse
|
|
5499
5503
|
* @throws OciError when an error occurs
|
|
5500
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5504
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/GetRuntimeOperator.ts.html |here} to see how to use GetRuntimeOperator API.
|
|
5501
5505
|
*/
|
|
5502
5506
|
getRuntimeOperator(getRuntimeOperatorRequest) {
|
|
5503
5507
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5563,7 +5567,7 @@ class DataIntegrationClient {
|
|
|
5563
5567
|
* @param GetRuntimePipelineRequest
|
|
5564
5568
|
* @return GetRuntimePipelineResponse
|
|
5565
5569
|
* @throws OciError when an error occurs
|
|
5566
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5570
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/GetRuntimePipeline.ts.html |here} to see how to use GetRuntimePipeline API.
|
|
5567
5571
|
*/
|
|
5568
5572
|
getRuntimePipeline(getRuntimePipelineRequest) {
|
|
5569
5573
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5630,7 +5634,7 @@ class DataIntegrationClient {
|
|
|
5630
5634
|
* @param GetScheduleRequest
|
|
5631
5635
|
* @return GetScheduleResponse
|
|
5632
5636
|
* @throws OciError when an error occurs
|
|
5633
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5637
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/GetSchedule.ts.html |here} to see how to use GetSchedule API.
|
|
5634
5638
|
*/
|
|
5635
5639
|
getSchedule(getScheduleRequest) {
|
|
5636
5640
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5695,7 +5699,7 @@ class DataIntegrationClient {
|
|
|
5695
5699
|
* @param GetSchemaRequest
|
|
5696
5700
|
* @return GetSchemaResponse
|
|
5697
5701
|
* @throws OciError when an error occurs
|
|
5698
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5702
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/GetSchema.ts.html |here} to see how to use GetSchema API.
|
|
5699
5703
|
*/
|
|
5700
5704
|
getSchema(getSchemaRequest) {
|
|
5701
5705
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5755,7 +5759,7 @@ class DataIntegrationClient {
|
|
|
5755
5759
|
* @param GetTaskRequest
|
|
5756
5760
|
* @return GetTaskResponse
|
|
5757
5761
|
* @throws OciError when an error occurs
|
|
5758
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5762
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/GetTask.ts.html |here} to see how to use GetTask API.
|
|
5759
5763
|
*/
|
|
5760
5764
|
getTask(getTaskRequest) {
|
|
5761
5765
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5821,7 +5825,7 @@ class DataIntegrationClient {
|
|
|
5821
5825
|
* @param GetTaskRunRequest
|
|
5822
5826
|
* @return GetTaskRunResponse
|
|
5823
5827
|
* @throws OciError when an error occurs
|
|
5824
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5828
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/GetTaskRun.ts.html |here} to see how to use GetTaskRun API.
|
|
5825
5829
|
*/
|
|
5826
5830
|
getTaskRun(getTaskRunRequest) {
|
|
5827
5831
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5886,7 +5890,7 @@ class DataIntegrationClient {
|
|
|
5886
5890
|
* @param GetTaskScheduleRequest
|
|
5887
5891
|
* @return GetTaskScheduleResponse
|
|
5888
5892
|
* @throws OciError when an error occurs
|
|
5889
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5893
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/GetTaskSchedule.ts.html |here} to see how to use GetTaskSchedule API.
|
|
5890
5894
|
*/
|
|
5891
5895
|
getTaskSchedule(getTaskScheduleRequest) {
|
|
5892
5896
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5952,7 +5956,7 @@ class DataIntegrationClient {
|
|
|
5952
5956
|
* @param GetTaskValidationRequest
|
|
5953
5957
|
* @return GetTaskValidationResponse
|
|
5954
5958
|
* @throws OciError when an error occurs
|
|
5955
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5959
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/GetTaskValidation.ts.html |here} to see how to use GetTaskValidation API.
|
|
5956
5960
|
*/
|
|
5957
5961
|
getTaskValidation(getTaskValidationRequest) {
|
|
5958
5962
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6016,7 +6020,7 @@ class DataIntegrationClient {
|
|
|
6016
6020
|
* @param GetTemplateRequest
|
|
6017
6021
|
* @return GetTemplateResponse
|
|
6018
6022
|
* @throws OciError when an error occurs
|
|
6019
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6023
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/GetTemplate.ts.html |here} to see how to use GetTemplate API.
|
|
6020
6024
|
*/
|
|
6021
6025
|
getTemplate(getTemplateRequest) {
|
|
6022
6026
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6075,7 +6079,7 @@ class DataIntegrationClient {
|
|
|
6075
6079
|
* @param GetUserDefinedFunctionRequest
|
|
6076
6080
|
* @return GetUserDefinedFunctionResponse
|
|
6077
6081
|
* @throws OciError when an error occurs
|
|
6078
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6082
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/GetUserDefinedFunction.ts.html |here} to see how to use GetUserDefinedFunction API.
|
|
6079
6083
|
*/
|
|
6080
6084
|
getUserDefinedFunction(getUserDefinedFunctionRequest) {
|
|
6081
6085
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6139,7 +6143,7 @@ class DataIntegrationClient {
|
|
|
6139
6143
|
* @param GetUserDefinedFunctionValidationRequest
|
|
6140
6144
|
* @return GetUserDefinedFunctionValidationResponse
|
|
6141
6145
|
* @throws OciError when an error occurs
|
|
6142
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6146
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/GetUserDefinedFunctionValidation.ts.html |here} to see how to use GetUserDefinedFunctionValidation API.
|
|
6143
6147
|
*/
|
|
6144
6148
|
getUserDefinedFunctionValidation(getUserDefinedFunctionValidationRequest) {
|
|
6145
6149
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6203,7 +6207,7 @@ class DataIntegrationClient {
|
|
|
6203
6207
|
* @param GetWorkRequestRequest
|
|
6204
6208
|
* @return GetWorkRequestResponse
|
|
6205
6209
|
* @throws OciError when an error occurs
|
|
6206
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6210
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
6207
6211
|
*/
|
|
6208
6212
|
getWorkRequest(getWorkRequestRequest) {
|
|
6209
6213
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6271,7 +6275,7 @@ class DataIntegrationClient {
|
|
|
6271
6275
|
* @param GetWorkspaceRequest
|
|
6272
6276
|
* @return GetWorkspaceResponse
|
|
6273
6277
|
* @throws OciError when an error occurs
|
|
6274
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6278
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/GetWorkspace.ts.html |here} to see how to use GetWorkspace API.
|
|
6275
6279
|
*/
|
|
6276
6280
|
getWorkspace(getWorkspaceRequest) {
|
|
6277
6281
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6334,7 +6338,7 @@ class DataIntegrationClient {
|
|
|
6334
6338
|
* @param ListApplicationsRequest
|
|
6335
6339
|
* @return ListApplicationsResponse
|
|
6336
6340
|
* @throws OciError when an error occurs
|
|
6337
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6341
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/ListApplications.ts.html |here} to see how to use ListApplications API.
|
|
6338
6342
|
*/
|
|
6339
6343
|
listApplications(listApplicationsRequest) {
|
|
6340
6344
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6416,7 +6420,7 @@ class DataIntegrationClient {
|
|
|
6416
6420
|
* @param ListConnectionValidationsRequest
|
|
6417
6421
|
* @return ListConnectionValidationsResponse
|
|
6418
6422
|
* @throws OciError when an error occurs
|
|
6419
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6423
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/ListConnectionValidations.ts.html |here} to see how to use ListConnectionValidations API.
|
|
6420
6424
|
*/
|
|
6421
6425
|
listConnectionValidations(listConnectionValidationsRequest) {
|
|
6422
6426
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6498,7 +6502,7 @@ class DataIntegrationClient {
|
|
|
6498
6502
|
* @param ListConnectionsRequest
|
|
6499
6503
|
* @return ListConnectionsResponse
|
|
6500
6504
|
* @throws OciError when an error occurs
|
|
6501
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6505
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/ListConnections.ts.html |here} to see how to use ListConnections API.
|
|
6502
6506
|
*/
|
|
6503
6507
|
listConnections(listConnectionsRequest) {
|
|
6504
6508
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6581,7 +6585,7 @@ class DataIntegrationClient {
|
|
|
6581
6585
|
* @param ListCopyObjectRequestsRequest
|
|
6582
6586
|
* @return ListCopyObjectRequestsResponse
|
|
6583
6587
|
* @throws OciError when an error occurs
|
|
6584
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6588
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/ListCopyObjectRequests.ts.html |here} to see how to use ListCopyObjectRequests API.
|
|
6585
6589
|
*/
|
|
6586
6590
|
listCopyObjectRequests(listCopyObjectRequestsRequest) {
|
|
6587
6591
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6655,7 +6659,7 @@ class DataIntegrationClient {
|
|
|
6655
6659
|
* @param ListDataAssetsRequest
|
|
6656
6660
|
* @return ListDataAssetsResponse
|
|
6657
6661
|
* @throws OciError when an error occurs
|
|
6658
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6662
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/ListDataAssets.ts.html |here} to see how to use ListDataAssets API.
|
|
6659
6663
|
*/
|
|
6660
6664
|
listDataAssets(listDataAssetsRequest) {
|
|
6661
6665
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6737,7 +6741,7 @@ class DataIntegrationClient {
|
|
|
6737
6741
|
* @param ListDataEntitiesRequest
|
|
6738
6742
|
* @return ListDataEntitiesResponse
|
|
6739
6743
|
* @throws OciError when an error occurs
|
|
6740
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6744
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/ListDataEntities.ts.html |here} to see how to use ListDataEntities API.
|
|
6741
6745
|
*/
|
|
6742
6746
|
listDataEntities(listDataEntitiesRequest) {
|
|
6743
6747
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6823,7 +6827,7 @@ class DataIntegrationClient {
|
|
|
6823
6827
|
* @param ListDataFlowValidationsRequest
|
|
6824
6828
|
* @return ListDataFlowValidationsResponse
|
|
6825
6829
|
* @throws OciError when an error occurs
|
|
6826
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6830
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/ListDataFlowValidations.ts.html |here} to see how to use ListDataFlowValidations API.
|
|
6827
6831
|
*/
|
|
6828
6832
|
listDataFlowValidations(listDataFlowValidationsRequest) {
|
|
6829
6833
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6906,7 +6910,7 @@ class DataIntegrationClient {
|
|
|
6906
6910
|
* @param ListDataFlowsRequest
|
|
6907
6911
|
* @return ListDataFlowsResponse
|
|
6908
6912
|
* @throws OciError when an error occurs
|
|
6909
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6913
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/ListDataFlows.ts.html |here} to see how to use ListDataFlows API.
|
|
6910
6914
|
*/
|
|
6911
6915
|
listDataFlows(listDataFlowsRequest) {
|
|
6912
6916
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6988,7 +6992,7 @@ class DataIntegrationClient {
|
|
|
6988
6992
|
* @param ListDependentObjectsRequest
|
|
6989
6993
|
* @return ListDependentObjectsResponse
|
|
6990
6994
|
* @throws OciError when an error occurs
|
|
6991
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6995
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/ListDependentObjects.ts.html |here} to see how to use ListDependentObjects API.
|
|
6992
6996
|
*/
|
|
6993
6997
|
listDependentObjects(listDependentObjectsRequest) {
|
|
6994
6998
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7074,7 +7078,7 @@ class DataIntegrationClient {
|
|
|
7074
7078
|
* @param ListDisApplicationTaskRunLineagesRequest
|
|
7075
7079
|
* @return ListDisApplicationTaskRunLineagesResponse
|
|
7076
7080
|
* @throws OciError when an error occurs
|
|
7077
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7081
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/ListDisApplicationTaskRunLineages.ts.html |here} to see how to use ListDisApplicationTaskRunLineages API.
|
|
7078
7082
|
*/
|
|
7079
7083
|
listDisApplicationTaskRunLineages(listDisApplicationTaskRunLineagesRequest) {
|
|
7080
7084
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7149,7 +7153,7 @@ class DataIntegrationClient {
|
|
|
7149
7153
|
* @param ListDisApplicationsRequest
|
|
7150
7154
|
* @return ListDisApplicationsResponse
|
|
7151
7155
|
* @throws OciError when an error occurs
|
|
7152
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7156
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/ListDisApplications.ts.html |here} to see how to use ListDisApplications API.
|
|
7153
7157
|
*/
|
|
7154
7158
|
listDisApplications(listDisApplicationsRequest) {
|
|
7155
7159
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7233,7 +7237,7 @@ class DataIntegrationClient {
|
|
|
7233
7237
|
* @param ListExportRequestsRequest
|
|
7234
7238
|
* @return ListExportRequestsResponse
|
|
7235
7239
|
* @throws OciError when an error occurs
|
|
7236
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7240
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/ListExportRequests.ts.html |here} to see how to use ListExportRequests API.
|
|
7237
7241
|
*/
|
|
7238
7242
|
listExportRequests(listExportRequestsRequest) {
|
|
7239
7243
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7307,7 +7311,7 @@ class DataIntegrationClient {
|
|
|
7307
7311
|
* @param ListExternalPublicationValidationsRequest
|
|
7308
7312
|
* @return ListExternalPublicationValidationsResponse
|
|
7309
7313
|
* @throws OciError when an error occurs
|
|
7310
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7314
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/ListExternalPublicationValidations.ts.html |here} to see how to use ListExternalPublicationValidations API.
|
|
7311
7315
|
*/
|
|
7312
7316
|
listExternalPublicationValidations(listExternalPublicationValidationsRequest) {
|
|
7313
7317
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7389,7 +7393,7 @@ class DataIntegrationClient {
|
|
|
7389
7393
|
* @param ListExternalPublicationsRequest
|
|
7390
7394
|
* @return ListExternalPublicationsResponse
|
|
7391
7395
|
* @throws OciError when an error occurs
|
|
7392
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7396
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/ListExternalPublications.ts.html |here} to see how to use ListExternalPublications API.
|
|
7393
7397
|
*/
|
|
7394
7398
|
listExternalPublications(listExternalPublicationsRequest) {
|
|
7395
7399
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7471,7 +7475,7 @@ class DataIntegrationClient {
|
|
|
7471
7475
|
* @param ListFoldersRequest
|
|
7472
7476
|
* @return ListFoldersResponse
|
|
7473
7477
|
* @throws OciError when an error occurs
|
|
7474
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7478
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/ListFolders.ts.html |here} to see how to use ListFolders API.
|
|
7475
7479
|
*/
|
|
7476
7480
|
listFolders(listFoldersRequest) {
|
|
7477
7481
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7555,7 +7559,7 @@ class DataIntegrationClient {
|
|
|
7555
7559
|
* @param ListFunctionLibrariesRequest
|
|
7556
7560
|
* @return ListFunctionLibrariesResponse
|
|
7557
7561
|
* @throws OciError when an error occurs
|
|
7558
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7562
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/ListFunctionLibraries.ts.html |here} to see how to use ListFunctionLibraries API.
|
|
7559
7563
|
*/
|
|
7560
7564
|
listFunctionLibraries(listFunctionLibrariesRequest) {
|
|
7561
7565
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7638,7 +7642,7 @@ class DataIntegrationClient {
|
|
|
7638
7642
|
* @param ListImportRequestsRequest
|
|
7639
7643
|
* @return ListImportRequestsResponse
|
|
7640
7644
|
* @throws OciError when an error occurs
|
|
7641
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7645
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/ListImportRequests.ts.html |here} to see how to use ListImportRequests API.
|
|
7642
7646
|
*/
|
|
7643
7647
|
listImportRequests(listImportRequestsRequest) {
|
|
7644
7648
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7711,7 +7715,7 @@ class DataIntegrationClient {
|
|
|
7711
7715
|
* @param ListPatchChangesRequest
|
|
7712
7716
|
* @return ListPatchChangesResponse
|
|
7713
7717
|
* @throws OciError when an error occurs
|
|
7714
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7718
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/ListPatchChanges.ts.html |here} to see how to use ListPatchChanges API.
|
|
7715
7719
|
*/
|
|
7716
7720
|
listPatchChanges(listPatchChangesRequest) {
|
|
7717
7721
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7793,7 +7797,7 @@ class DataIntegrationClient {
|
|
|
7793
7797
|
* @param ListPatchesRequest
|
|
7794
7798
|
* @return ListPatchesResponse
|
|
7795
7799
|
* @throws OciError when an error occurs
|
|
7796
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7800
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/ListPatches.ts.html |here} to see how to use ListPatches API.
|
|
7797
7801
|
*/
|
|
7798
7802
|
listPatches(listPatchesRequest) {
|
|
7799
7803
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7875,7 +7879,7 @@ class DataIntegrationClient {
|
|
|
7875
7879
|
* @param ListPipelineValidationsRequest
|
|
7876
7880
|
* @return ListPipelineValidationsResponse
|
|
7877
7881
|
* @throws OciError when an error occurs
|
|
7878
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7882
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/ListPipelineValidations.ts.html |here} to see how to use ListPipelineValidations API.
|
|
7879
7883
|
*/
|
|
7880
7884
|
listPipelineValidations(listPipelineValidationsRequest) {
|
|
7881
7885
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7958,7 +7962,7 @@ class DataIntegrationClient {
|
|
|
7958
7962
|
* @param ListPipelinesRequest
|
|
7959
7963
|
* @return ListPipelinesResponse
|
|
7960
7964
|
* @throws OciError when an error occurs
|
|
7961
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7965
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/ListPipelines.ts.html |here} to see how to use ListPipelines API.
|
|
7962
7966
|
*/
|
|
7963
7967
|
listPipelines(listPipelinesRequest) {
|
|
7964
7968
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8041,7 +8045,7 @@ class DataIntegrationClient {
|
|
|
8041
8045
|
* @param ListProjectsRequest
|
|
8042
8046
|
* @return ListProjectsResponse
|
|
8043
8047
|
* @throws OciError when an error occurs
|
|
8044
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8048
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/ListProjects.ts.html |here} to see how to use ListProjects API.
|
|
8045
8049
|
*/
|
|
8046
8050
|
listProjects(listProjectsRequest) {
|
|
8047
8051
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8123,7 +8127,7 @@ class DataIntegrationClient {
|
|
|
8123
8127
|
* @param ListPublishedObjectsRequest
|
|
8124
8128
|
* @return ListPublishedObjectsResponse
|
|
8125
8129
|
* @throws OciError when an error occurs
|
|
8126
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8130
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/ListPublishedObjects.ts.html |here} to see how to use ListPublishedObjects API.
|
|
8127
8131
|
*/
|
|
8128
8132
|
listPublishedObjects(listPublishedObjectsRequest) {
|
|
8129
8133
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8209,7 +8213,7 @@ class DataIntegrationClient {
|
|
|
8209
8213
|
* @param ListReferencesRequest
|
|
8210
8214
|
* @return ListReferencesResponse
|
|
8211
8215
|
* @throws OciError when an error occurs
|
|
8212
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8216
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/ListReferences.ts.html |here} to see how to use ListReferences API.
|
|
8213
8217
|
*/
|
|
8214
8218
|
listReferences(listReferencesRequest) {
|
|
8215
8219
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8295,7 +8299,7 @@ class DataIntegrationClient {
|
|
|
8295
8299
|
* @param ListRuntimeOperatorsRequest
|
|
8296
8300
|
* @return ListRuntimeOperatorsResponse
|
|
8297
8301
|
* @throws OciError when an error occurs
|
|
8298
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8302
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/ListRuntimeOperators.ts.html |here} to see how to use ListRuntimeOperators API.
|
|
8299
8303
|
*/
|
|
8300
8304
|
listRuntimeOperators(listRuntimeOperatorsRequest) {
|
|
8301
8305
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8371,7 +8375,7 @@ class DataIntegrationClient {
|
|
|
8371
8375
|
* @param ListRuntimePipelinesRequest
|
|
8372
8376
|
* @return ListRuntimePipelinesResponse
|
|
8373
8377
|
* @throws OciError when an error occurs
|
|
8374
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8378
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/ListRuntimePipelines.ts.html |here} to see how to use ListRuntimePipelines API.
|
|
8375
8379
|
*/
|
|
8376
8380
|
listRuntimePipelines(listRuntimePipelinesRequest) {
|
|
8377
8381
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8448,7 +8452,7 @@ class DataIntegrationClient {
|
|
|
8448
8452
|
* @param ListSchedulesRequest
|
|
8449
8453
|
* @return ListSchedulesResponse
|
|
8450
8454
|
* @throws OciError when an error occurs
|
|
8451
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8455
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/ListSchedules.ts.html |here} to see how to use ListSchedules API.
|
|
8452
8456
|
*/
|
|
8453
8457
|
listSchedules(listSchedulesRequest) {
|
|
8454
8458
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8531,7 +8535,7 @@ class DataIntegrationClient {
|
|
|
8531
8535
|
* @param ListSchemasRequest
|
|
8532
8536
|
* @return ListSchemasResponse
|
|
8533
8537
|
* @throws OciError when an error occurs
|
|
8534
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8538
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/ListSchemas.ts.html |here} to see how to use ListSchemas API.
|
|
8535
8539
|
*/
|
|
8536
8540
|
listSchemas(listSchemasRequest) {
|
|
8537
8541
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8616,7 +8620,7 @@ class DataIntegrationClient {
|
|
|
8616
8620
|
* @param ListTaskRunLineagesRequest
|
|
8617
8621
|
* @return ListTaskRunLineagesResponse
|
|
8618
8622
|
* @throws OciError when an error occurs
|
|
8619
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8623
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/ListTaskRunLineages.ts.html |here} to see how to use ListTaskRunLineages API.
|
|
8620
8624
|
*/
|
|
8621
8625
|
listTaskRunLineages(listTaskRunLineagesRequest) {
|
|
8622
8626
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8691,7 +8695,7 @@ class DataIntegrationClient {
|
|
|
8691
8695
|
* @param ListTaskRunLogsRequest
|
|
8692
8696
|
* @return ListTaskRunLogsResponse
|
|
8693
8697
|
* @throws OciError when an error occurs
|
|
8694
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8698
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/ListTaskRunLogs.ts.html |here} to see how to use ListTaskRunLogs API.
|
|
8695
8699
|
*/
|
|
8696
8700
|
listTaskRunLogs(listTaskRunLogsRequest) {
|
|
8697
8701
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8811,7 +8815,7 @@ class DataIntegrationClient {
|
|
|
8811
8815
|
* @param ListTaskRunsRequest
|
|
8812
8816
|
* @return ListTaskRunsResponse
|
|
8813
8817
|
* @throws OciError when an error occurs
|
|
8814
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8818
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/ListTaskRuns.ts.html |here} to see how to use ListTaskRuns API.
|
|
8815
8819
|
*/
|
|
8816
8820
|
listTaskRuns(listTaskRunsRequest) {
|
|
8817
8821
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8899,7 +8903,7 @@ class DataIntegrationClient {
|
|
|
8899
8903
|
* @param ListTaskSchedulesRequest
|
|
8900
8904
|
* @return ListTaskSchedulesResponse
|
|
8901
8905
|
* @throws OciError when an error occurs
|
|
8902
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8906
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/ListTaskSchedules.ts.html |here} to see how to use ListTaskSchedules API.
|
|
8903
8907
|
*/
|
|
8904
8908
|
listTaskSchedules(listTaskSchedulesRequest) {
|
|
8905
8909
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8984,7 +8988,7 @@ class DataIntegrationClient {
|
|
|
8984
8988
|
* @param ListTaskValidationsRequest
|
|
8985
8989
|
* @return ListTaskValidationsResponse
|
|
8986
8990
|
* @throws OciError when an error occurs
|
|
8987
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8991
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/ListTaskValidations.ts.html |here} to see how to use ListTaskValidations API.
|
|
8988
8992
|
*/
|
|
8989
8993
|
listTaskValidations(listTaskValidationsRequest) {
|
|
8990
8994
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9067,7 +9071,7 @@ class DataIntegrationClient {
|
|
|
9067
9071
|
* @param ListTasksRequest
|
|
9068
9072
|
* @return ListTasksResponse
|
|
9069
9073
|
* @throws OciError when an error occurs
|
|
9070
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9074
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/ListTasks.ts.html |here} to see how to use ListTasks API.
|
|
9071
9075
|
*/
|
|
9072
9076
|
listTasks(listTasksRequest) {
|
|
9073
9077
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9151,7 +9155,7 @@ class DataIntegrationClient {
|
|
|
9151
9155
|
* @param ListTemplatesRequest
|
|
9152
9156
|
* @return ListTemplatesResponse
|
|
9153
9157
|
* @throws OciError when an error occurs
|
|
9154
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9158
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/ListTemplates.ts.html |here} to see how to use ListTemplates API.
|
|
9155
9159
|
*/
|
|
9156
9160
|
listTemplates(listTemplatesRequest) {
|
|
9157
9161
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9232,7 +9236,7 @@ class DataIntegrationClient {
|
|
|
9232
9236
|
* @param ListUserDefinedFunctionValidationsRequest
|
|
9233
9237
|
* @return ListUserDefinedFunctionValidationsResponse
|
|
9234
9238
|
* @throws OciError when an error occurs
|
|
9235
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9239
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/ListUserDefinedFunctionValidations.ts.html |here} to see how to use ListUserDefinedFunctionValidations API.
|
|
9236
9240
|
*/
|
|
9237
9241
|
listUserDefinedFunctionValidations(listUserDefinedFunctionValidationsRequest) {
|
|
9238
9242
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9315,7 +9319,7 @@ class DataIntegrationClient {
|
|
|
9315
9319
|
* @param ListUserDefinedFunctionsRequest
|
|
9316
9320
|
* @return ListUserDefinedFunctionsResponse
|
|
9317
9321
|
* @throws OciError when an error occurs
|
|
9318
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9322
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/ListUserDefinedFunctions.ts.html |here} to see how to use ListUserDefinedFunctions API.
|
|
9319
9323
|
*/
|
|
9320
9324
|
listUserDefinedFunctions(listUserDefinedFunctionsRequest) {
|
|
9321
9325
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9398,7 +9402,7 @@ class DataIntegrationClient {
|
|
|
9398
9402
|
* @param ListWorkRequestErrorsRequest
|
|
9399
9403
|
* @return ListWorkRequestErrorsResponse
|
|
9400
9404
|
* @throws OciError when an error occurs
|
|
9401
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9405
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
9402
9406
|
*/
|
|
9403
9407
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
9404
9408
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9507,7 +9511,7 @@ class DataIntegrationClient {
|
|
|
9507
9511
|
* @param ListWorkRequestLogsRequest
|
|
9508
9512
|
* @return ListWorkRequestLogsResponse
|
|
9509
9513
|
* @throws OciError when an error occurs
|
|
9510
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9514
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
9511
9515
|
*/
|
|
9512
9516
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
9513
9517
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9616,7 +9620,7 @@ class DataIntegrationClient {
|
|
|
9616
9620
|
* @param ListWorkRequestsRequest
|
|
9617
9621
|
* @return ListWorkRequestsResponse
|
|
9618
9622
|
* @throws OciError when an error occurs
|
|
9619
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9623
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
9620
9624
|
*/
|
|
9621
9625
|
listWorkRequests(listWorkRequestsRequest) {
|
|
9622
9626
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9726,7 +9730,7 @@ class DataIntegrationClient {
|
|
|
9726
9730
|
* @param ListWorkspacesRequest
|
|
9727
9731
|
* @return ListWorkspacesResponse
|
|
9728
9732
|
* @throws OciError when an error occurs
|
|
9729
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9733
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/ListWorkspaces.ts.html |here} to see how to use ListWorkspaces API.
|
|
9730
9734
|
*/
|
|
9731
9735
|
listWorkspaces(listWorkspacesRequest) {
|
|
9732
9736
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9836,7 +9840,7 @@ class DataIntegrationClient {
|
|
|
9836
9840
|
* @param StartWorkspaceRequest
|
|
9837
9841
|
* @return StartWorkspaceResponse
|
|
9838
9842
|
* @throws OciError when an error occurs
|
|
9839
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9843
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/StartWorkspace.ts.html |here} to see how to use StartWorkspace API.
|
|
9840
9844
|
*/
|
|
9841
9845
|
startWorkspace(startWorkspaceRequest) {
|
|
9842
9846
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9898,7 +9902,7 @@ class DataIntegrationClient {
|
|
|
9898
9902
|
* @param StopWorkspaceRequest
|
|
9899
9903
|
* @return StopWorkspaceResponse
|
|
9900
9904
|
* @throws OciError when an error occurs
|
|
9901
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9905
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/StopWorkspace.ts.html |here} to see how to use StopWorkspace API.
|
|
9902
9906
|
*/
|
|
9903
9907
|
stopWorkspace(stopWorkspaceRequest) {
|
|
9904
9908
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9962,7 +9966,7 @@ class DataIntegrationClient {
|
|
|
9962
9966
|
* @param UpdateApplicationRequest
|
|
9963
9967
|
* @return UpdateApplicationResponse
|
|
9964
9968
|
* @throws OciError when an error occurs
|
|
9965
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9969
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
|
|
9966
9970
|
*/
|
|
9967
9971
|
updateApplication(updateApplicationRequest) {
|
|
9968
9972
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10028,7 +10032,7 @@ class DataIntegrationClient {
|
|
|
10028
10032
|
* @param UpdateApplicationDetailedDescriptionRequest
|
|
10029
10033
|
* @return UpdateApplicationDetailedDescriptionResponse
|
|
10030
10034
|
* @throws OciError when an error occurs
|
|
10031
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10035
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/UpdateApplicationDetailedDescription.ts.html |here} to see how to use UpdateApplicationDetailedDescription API.
|
|
10032
10036
|
*/
|
|
10033
10037
|
updateApplicationDetailedDescription(updateApplicationDetailedDescriptionRequest) {
|
|
10034
10038
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10094,7 +10098,7 @@ class DataIntegrationClient {
|
|
|
10094
10098
|
* @param UpdateConnectionRequest
|
|
10095
10099
|
* @return UpdateConnectionResponse
|
|
10096
10100
|
* @throws OciError when an error occurs
|
|
10097
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10101
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/UpdateConnection.ts.html |here} to see how to use UpdateConnection API.
|
|
10098
10102
|
*/
|
|
10099
10103
|
updateConnection(updateConnectionRequest) {
|
|
10100
10104
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10160,7 +10164,7 @@ class DataIntegrationClient {
|
|
|
10160
10164
|
* @param UpdateCopyObjectRequestRequest
|
|
10161
10165
|
* @return UpdateCopyObjectRequestResponse
|
|
10162
10166
|
* @throws OciError when an error occurs
|
|
10163
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10167
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/UpdateCopyObjectRequest.ts.html |here} to see how to use UpdateCopyObjectRequest API.
|
|
10164
10168
|
*/
|
|
10165
10169
|
updateCopyObjectRequest(updateCopyObjectRequestRequest) {
|
|
10166
10170
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10226,7 +10230,7 @@ class DataIntegrationClient {
|
|
|
10226
10230
|
* @param UpdateDataAssetRequest
|
|
10227
10231
|
* @return UpdateDataAssetResponse
|
|
10228
10232
|
* @throws OciError when an error occurs
|
|
10229
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10233
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/UpdateDataAsset.ts.html |here} to see how to use UpdateDataAsset API.
|
|
10230
10234
|
*/
|
|
10231
10235
|
updateDataAsset(updateDataAssetRequest) {
|
|
10232
10236
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10292,7 +10296,7 @@ class DataIntegrationClient {
|
|
|
10292
10296
|
* @param UpdateDataFlowRequest
|
|
10293
10297
|
* @return UpdateDataFlowResponse
|
|
10294
10298
|
* @throws OciError when an error occurs
|
|
10295
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10299
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/UpdateDataFlow.ts.html |here} to see how to use UpdateDataFlow API.
|
|
10296
10300
|
*/
|
|
10297
10301
|
updateDataFlow(updateDataFlowRequest) {
|
|
10298
10302
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10358,7 +10362,7 @@ class DataIntegrationClient {
|
|
|
10358
10362
|
* @param UpdateDisApplicationRequest
|
|
10359
10363
|
* @return UpdateDisApplicationResponse
|
|
10360
10364
|
* @throws OciError when an error occurs
|
|
10361
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10365
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/UpdateDisApplication.ts.html |here} to see how to use UpdateDisApplication API.
|
|
10362
10366
|
*/
|
|
10363
10367
|
updateDisApplication(updateDisApplicationRequest) {
|
|
10364
10368
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10424,7 +10428,7 @@ class DataIntegrationClient {
|
|
|
10424
10428
|
* @param UpdateDisApplicationDetailedDescriptionRequest
|
|
10425
10429
|
* @return UpdateDisApplicationDetailedDescriptionResponse
|
|
10426
10430
|
* @throws OciError when an error occurs
|
|
10427
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10431
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/UpdateDisApplicationDetailedDescription.ts.html |here} to see how to use UpdateDisApplicationDetailedDescription API.
|
|
10428
10432
|
*/
|
|
10429
10433
|
updateDisApplicationDetailedDescription(updateDisApplicationDetailedDescriptionRequest) {
|
|
10430
10434
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10490,7 +10494,7 @@ class DataIntegrationClient {
|
|
|
10490
10494
|
* @param UpdateExportRequestRequest
|
|
10491
10495
|
* @return UpdateExportRequestResponse
|
|
10492
10496
|
* @throws OciError when an error occurs
|
|
10493
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10497
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/UpdateExportRequest.ts.html |here} to see how to use UpdateExportRequest API.
|
|
10494
10498
|
*/
|
|
10495
10499
|
updateExportRequest(updateExportRequestRequest) {
|
|
10496
10500
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10556,7 +10560,7 @@ class DataIntegrationClient {
|
|
|
10556
10560
|
* @param UpdateExternalPublicationRequest
|
|
10557
10561
|
* @return UpdateExternalPublicationResponse
|
|
10558
10562
|
* @throws OciError when an error occurs
|
|
10559
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10563
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/UpdateExternalPublication.ts.html |here} to see how to use UpdateExternalPublication API.
|
|
10560
10564
|
*/
|
|
10561
10565
|
updateExternalPublication(updateExternalPublicationRequest) {
|
|
10562
10566
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10623,7 +10627,7 @@ class DataIntegrationClient {
|
|
|
10623
10627
|
* @param UpdateFolderRequest
|
|
10624
10628
|
* @return UpdateFolderResponse
|
|
10625
10629
|
* @throws OciError when an error occurs
|
|
10626
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10630
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/UpdateFolder.ts.html |here} to see how to use UpdateFolder API.
|
|
10627
10631
|
*/
|
|
10628
10632
|
updateFolder(updateFolderRequest) {
|
|
10629
10633
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10689,7 +10693,7 @@ class DataIntegrationClient {
|
|
|
10689
10693
|
* @param UpdateFunctionLibraryRequest
|
|
10690
10694
|
* @return UpdateFunctionLibraryResponse
|
|
10691
10695
|
* @throws OciError when an error occurs
|
|
10692
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10696
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/UpdateFunctionLibrary.ts.html |here} to see how to use UpdateFunctionLibrary API.
|
|
10693
10697
|
*/
|
|
10694
10698
|
updateFunctionLibrary(updateFunctionLibraryRequest) {
|
|
10695
10699
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10755,7 +10759,7 @@ class DataIntegrationClient {
|
|
|
10755
10759
|
* @param UpdateImportRequestRequest
|
|
10756
10760
|
* @return UpdateImportRequestResponse
|
|
10757
10761
|
* @throws OciError when an error occurs
|
|
10758
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10762
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/UpdateImportRequest.ts.html |here} to see how to use UpdateImportRequest API.
|
|
10759
10763
|
*/
|
|
10760
10764
|
updateImportRequest(updateImportRequestRequest) {
|
|
10761
10765
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10821,7 +10825,7 @@ class DataIntegrationClient {
|
|
|
10821
10825
|
* @param UpdatePipelineRequest
|
|
10822
10826
|
* @return UpdatePipelineResponse
|
|
10823
10827
|
* @throws OciError when an error occurs
|
|
10824
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10828
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/UpdatePipeline.ts.html |here} to see how to use UpdatePipeline API.
|
|
10825
10829
|
*/
|
|
10826
10830
|
updatePipeline(updatePipelineRequest) {
|
|
10827
10831
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10887,7 +10891,7 @@ class DataIntegrationClient {
|
|
|
10887
10891
|
* @param UpdateProjectRequest
|
|
10888
10892
|
* @return UpdateProjectResponse
|
|
10889
10893
|
* @throws OciError when an error occurs
|
|
10890
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10894
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/UpdateProject.ts.html |here} to see how to use UpdateProject API.
|
|
10891
10895
|
*/
|
|
10892
10896
|
updateProject(updateProjectRequest) {
|
|
10893
10897
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10953,7 +10957,7 @@ class DataIntegrationClient {
|
|
|
10953
10957
|
* @param UpdateReferenceRequest
|
|
10954
10958
|
* @return UpdateReferenceResponse
|
|
10955
10959
|
* @throws OciError when an error occurs
|
|
10956
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10960
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/UpdateReference.ts.html |here} to see how to use UpdateReference API.
|
|
10957
10961
|
*/
|
|
10958
10962
|
updateReference(updateReferenceRequest) {
|
|
10959
10963
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11021,7 +11025,7 @@ class DataIntegrationClient {
|
|
|
11021
11025
|
* @param UpdateScheduleRequest
|
|
11022
11026
|
* @return UpdateScheduleResponse
|
|
11023
11027
|
* @throws OciError when an error occurs
|
|
11024
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11028
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/UpdateSchedule.ts.html |here} to see how to use UpdateSchedule API.
|
|
11025
11029
|
*/
|
|
11026
11030
|
updateSchedule(updateScheduleRequest) {
|
|
11027
11031
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11088,7 +11092,7 @@ class DataIntegrationClient {
|
|
|
11088
11092
|
* @param UpdateTaskRequest
|
|
11089
11093
|
* @return UpdateTaskResponse
|
|
11090
11094
|
* @throws OciError when an error occurs
|
|
11091
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11095
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/UpdateTask.ts.html |here} to see how to use UpdateTask API.
|
|
11092
11096
|
*/
|
|
11093
11097
|
updateTask(updateTaskRequest) {
|
|
11094
11098
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11154,7 +11158,7 @@ class DataIntegrationClient {
|
|
|
11154
11158
|
* @param UpdateTaskRunRequest
|
|
11155
11159
|
* @return UpdateTaskRunResponse
|
|
11156
11160
|
* @throws OciError when an error occurs
|
|
11157
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11161
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/UpdateTaskRun.ts.html |here} to see how to use UpdateTaskRun API.
|
|
11158
11162
|
*/
|
|
11159
11163
|
updateTaskRun(updateTaskRunRequest) {
|
|
11160
11164
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11221,7 +11225,7 @@ class DataIntegrationClient {
|
|
|
11221
11225
|
* @param UpdateTaskScheduleRequest
|
|
11222
11226
|
* @return UpdateTaskScheduleResponse
|
|
11223
11227
|
* @throws OciError when an error occurs
|
|
11224
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11228
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/UpdateTaskSchedule.ts.html |here} to see how to use UpdateTaskSchedule API.
|
|
11225
11229
|
*/
|
|
11226
11230
|
updateTaskSchedule(updateTaskScheduleRequest) {
|
|
11227
11231
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11288,7 +11292,7 @@ class DataIntegrationClient {
|
|
|
11288
11292
|
* @param UpdateUserDefinedFunctionRequest
|
|
11289
11293
|
* @return UpdateUserDefinedFunctionResponse
|
|
11290
11294
|
* @throws OciError when an error occurs
|
|
11291
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11295
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/UpdateUserDefinedFunction.ts.html |here} to see how to use UpdateUserDefinedFunction API.
|
|
11292
11296
|
*/
|
|
11293
11297
|
updateUserDefinedFunction(updateUserDefinedFunctionRequest) {
|
|
11294
11298
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11354,7 +11358,7 @@ class DataIntegrationClient {
|
|
|
11354
11358
|
* @param UpdateWorkspaceRequest
|
|
11355
11359
|
* @return UpdateWorkspaceResponse
|
|
11356
11360
|
* @throws OciError when an error occurs
|
|
11357
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11361
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/dataintegration/UpdateWorkspace.ts.html |here} to see how to use UpdateWorkspace API.
|
|
11358
11362
|
*/
|
|
11359
11363
|
updateWorkspace(updateWorkspaceRequest) {
|
|
11360
11364
|
return __awaiter(this, void 0, void 0, function* () {
|