oci-dataintegration 2.42.0 → 2.43.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 +189 -131
- package/lib/client.js +573 -133
- package/lib/client.js.map +1 -1
- package/lib/model/abstract-call-attribute.js +4 -0
- package/lib/model/abstract-call-attribute.js.map +1 -1
- package/lib/model/aggregator.d.ts +1 -0
- package/lib/model/aggregator.js +6 -0
- package/lib/model/aggregator.js.map +1 -1
- package/lib/model/array-type.d.ts +28 -0
- package/lib/model/array-type.js +50 -0
- package/lib/model/array-type.js.map +1 -0
- package/lib/model/base-type.js +12 -0
- package/lib/model/base-type.js.map +1 -1
- package/lib/model/config-parameter-definition.d.ts +1 -1
- package/lib/model/config-parameter-definition.js.map +1 -1
- package/lib/model/configuration-details.d.ts +2 -2
- package/lib/model/configuration-details.js.map +1 -1
- package/lib/model/connection-details.js +12 -0
- package/lib/model/connection-details.js.map +1 -1
- package/lib/model/connection-from-lakehouse-details.d.ts +24 -0
- package/lib/model/connection-from-lakehouse-details.js +54 -0
- package/lib/model/connection-from-lakehouse-details.js.map +1 -0
- package/lib/model/connection-from-lakehouse.d.ts +24 -0
- package/lib/model/connection-from-lakehouse.js +52 -0
- package/lib/model/connection-from-lakehouse.js.map +1 -0
- package/lib/model/connection-from-rest-basic-auth-details.d.ts +33 -0
- package/lib/model/connection-from-rest-basic-auth-details.js +62 -0
- package/lib/model/connection-from-rest-basic-auth-details.js.map +1 -0
- package/lib/model/connection-from-rest-basic-auth.d.ts +33 -0
- package/lib/model/connection-from-rest-basic-auth.js +62 -0
- package/lib/model/connection-from-rest-basic-auth.js.map +1 -0
- package/lib/model/connection-from-rest-no-auth-details.d.ts +24 -0
- package/lib/model/connection-from-rest-no-auth-details.js +54 -0
- package/lib/model/connection-from-rest-no-auth-details.js.map +1 -0
- package/lib/model/connection-from-rest-no-auth.d.ts +24 -0
- package/lib/model/connection-from-rest-no-auth.js +52 -0
- package/lib/model/connection-from-rest-no-auth.js.map +1 -0
- package/lib/model/connection-summary-from-lakehouse.d.ts +24 -0
- package/lib/model/connection-summary-from-lakehouse.js +54 -0
- package/lib/model/connection-summary-from-lakehouse.js.map +1 -0
- package/lib/model/connection-summary-from-rest-basic-auth.d.ts +33 -0
- package/lib/model/connection-summary-from-rest-basic-auth.js +62 -0
- package/lib/model/connection-summary-from-rest-basic-auth.js.map +1 -0
- package/lib/model/connection-summary-from-rest-no-auth.d.ts +24 -0
- package/lib/model/connection-summary-from-rest-no-auth.js +54 -0
- package/lib/model/connection-summary-from-rest-no-auth.js.map +1 -0
- package/lib/model/connection-summary.js +12 -0
- package/lib/model/connection-summary.js.map +1 -1
- package/lib/model/connection.js +12 -0
- package/lib/model/connection.js.map +1 -1
- package/lib/model/create-connection-details.js +12 -0
- package/lib/model/create-connection-details.js.map +1 -1
- package/lib/model/create-connection-from-lakehouse.d.ts +24 -0
- package/lib/model/create-connection-from-lakehouse.js +54 -0
- package/lib/model/create-connection-from-lakehouse.js.map +1 -0
- package/lib/model/create-connection-from-rest-basic-auth.d.ts +33 -0
- package/lib/model/create-connection-from-rest-basic-auth.js +62 -0
- package/lib/model/create-connection-from-rest-basic-auth.js.map +1 -0
- package/lib/model/create-connection-from-rest-no-auth.d.ts +24 -0
- package/lib/model/create-connection-from-rest-no-auth.js +54 -0
- package/lib/model/create-connection-from-rest-no-auth.js.map +1 -0
- package/lib/model/create-connection-validation-details.d.ts +2 -2
- package/lib/model/create-connection-validation-details.js.map +1 -1
- package/lib/model/create-data-asset-details.js +8 -0
- package/lib/model/create-data-asset-details.js.map +1 -1
- package/lib/model/create-data-asset-from-adwc.d.ts +3 -0
- package/lib/model/create-data-asset-from-adwc.js +17 -1
- package/lib/model/create-data-asset-from-adwc.js.map +1 -1
- package/lib/model/create-data-asset-from-atp.d.ts +3 -0
- package/lib/model/create-data-asset-from-atp.js +17 -1
- package/lib/model/create-data-asset-from-atp.js.map +1 -1
- package/lib/model/create-data-asset-from-fusion-app.d.ts +1 -1
- package/lib/model/create-data-asset-from-fusion-app.js.map +1 -1
- package/lib/model/create-data-asset-from-lakehouse.d.ts +37 -0
- package/lib/model/create-data-asset-from-lakehouse.js +62 -0
- package/lib/model/create-data-asset-from-lakehouse.js.map +1 -0
- package/lib/model/create-data-asset-from-rest.d.ts +33 -0
- package/lib/model/create-data-asset-from-rest.js +62 -0
- package/lib/model/create-data-asset-from-rest.js.map +1 -0
- package/lib/model/create-data-flow-validation-details.d.ts +12 -0
- package/lib/model/create-data-flow-validation-details.js +14 -1
- package/lib/model/create-data-flow-validation-details.js.map +1 -1
- package/lib/model/create-dis-application-details.d.ts +4 -0
- package/lib/model/create-dis-application-details.js.map +1 -1
- package/lib/model/create-source-application-info.d.ts +8 -0
- package/lib/model/create-source-application-info.js +5 -0
- package/lib/model/create-source-application-info.js.map +1 -1
- package/lib/model/create-workspace-details.d.ts +24 -0
- package/lib/model/create-workspace-details.js.map +1 -1
- package/lib/model/data-asset-from-adwc-details.d.ts +3 -0
- package/lib/model/data-asset-from-adwc-details.js +17 -1
- package/lib/model/data-asset-from-adwc-details.js.map +1 -1
- package/lib/model/data-asset-from-atp-details.d.ts +3 -0
- package/lib/model/data-asset-from-atp-details.js +17 -1
- package/lib/model/data-asset-from-atp-details.js.map +1 -1
- package/lib/model/data-asset-from-fusion-app.d.ts +1 -1
- package/lib/model/data-asset-from-fusion-app.js.map +1 -1
- package/lib/model/data-asset-from-lakehouse-details.d.ts +37 -0
- package/lib/model/data-asset-from-lakehouse-details.js +62 -0
- package/lib/model/data-asset-from-lakehouse-details.js.map +1 -0
- package/lib/model/data-asset-from-rest-details.d.ts +33 -0
- package/lib/model/data-asset-from-rest-details.js +60 -0
- package/lib/model/data-asset-from-rest-details.js.map +1 -0
- package/lib/model/data-asset-summary-from-fusion-app.d.ts +1 -1
- package/lib/model/data-asset-summary-from-fusion-app.js.map +1 -1
- package/lib/model/data-asset-summary-from-lakehouse.d.ts +37 -0
- package/lib/model/data-asset-summary-from-lakehouse.js +62 -0
- package/lib/model/data-asset-summary-from-lakehouse.js.map +1 -0
- package/lib/model/data-asset-summary-from-rest.d.ts +33 -0
- package/lib/model/data-asset-summary-from-rest.js +62 -0
- package/lib/model/data-asset-summary-from-rest.js.map +1 -0
- package/lib/model/data-asset-summary.js +8 -0
- package/lib/model/data-asset-summary.js.map +1 -1
- package/lib/model/data-asset.js +8 -0
- package/lib/model/data-asset.js.map +1 -1
- package/lib/model/data-entity.js +4 -0
- package/lib/model/data-entity.js.map +1 -1
- package/lib/model/data-flow-summary.d.ts +12 -0
- package/lib/model/data-flow-summary.js +14 -1
- package/lib/model/data-flow-summary.js.map +1 -1
- package/lib/model/data-flow.d.ts +12 -0
- package/lib/model/data-flow.js +14 -1
- package/lib/model/data-flow.js.map +1 -1
- package/lib/model/dataflow-application.d.ts +2 -0
- package/lib/model/dataflow-application.js +30 -2
- package/lib/model/dataflow-application.js.map +1 -1
- package/lib/model/decision-operator.d.ts +43 -0
- package/lib/model/decision-operator.js +69 -0
- package/lib/model/decision-operator.js.map +1 -0
- package/lib/model/decision-output-port.d.ts +56 -0
- package/lib/model/decision-output-port.js +86 -0
- package/lib/model/decision-output-port.js.map +1 -0
- package/lib/model/derived-entity.d.ts +78 -0
- package/lib/model/derived-entity.js +74 -0
- package/lib/model/derived-entity.js.map +1 -0
- package/lib/model/dynamic-input-field.d.ts +1 -1
- package/lib/model/dynamic-input-field.js.map +1 -1
- package/lib/model/dynamic-proxy-field.d.ts +1 -1
- package/lib/model/dynamic-proxy-field.js.map +1 -1
- package/lib/model/dynamic-type-handler.js +4 -0
- package/lib/model/dynamic-type-handler.js.map +1 -1
- package/lib/model/dynamic-type.d.ts +1 -1
- package/lib/model/enriched-entity.d.ts +1 -1
- package/lib/model/enriched-entity.js.map +1 -1
- package/lib/model/field-map-wrapper.d.ts +23 -0
- package/lib/model/field-map-wrapper.js +53 -0
- package/lib/model/field-map-wrapper.js.map +1 -0
- package/lib/model/flatten-details.d.ts +22 -5
- package/lib/model/flatten-details.js +5 -1
- package/lib/model/flatten-details.js.map +1 -1
- package/lib/model/flatten-type-handler.d.ts +46 -0
- package/lib/model/flatten-type-handler.js +64 -0
- package/lib/model/flatten-type-handler.js.map +1 -0
- package/lib/model/flatten.d.ts +1 -0
- package/lib/model/flatten.js +6 -0
- package/lib/model/flatten.js.map +1 -1
- package/lib/model/flow-node.d.ts +1 -1
- package/lib/model/flow-node.js.map +1 -1
- package/lib/model/function-configuration-definition.d.ts +53 -0
- package/lib/model/function-configuration-definition.js +71 -0
- package/lib/model/function-configuration-definition.js.map +1 -0
- package/lib/model/generic-rest-api-attributes.d.ts +25 -0
- package/lib/model/generic-rest-api-attributes.js +29 -0
- package/lib/model/generic-rest-api-attributes.js.map +1 -0
- package/lib/model/generic-rest-call-attribute.d.ts +24 -0
- package/lib/model/generic-rest-call-attribute.js +54 -0
- package/lib/model/generic-rest-call-attribute.js.map +1 -0
- package/lib/model/grouped-name-pattern-rule.d.ts +75 -0
- package/lib/model/grouped-name-pattern-rule.js +73 -0
- package/lib/model/grouped-name-pattern-rule.js.map +1 -0
- package/lib/model/index.d.ts +110 -0
- package/lib/model/index.js +119 -8
- package/lib/model/index.js.map +1 -1
- package/lib/model/input-field.d.ts +1 -1
- package/lib/model/input-field.js.map +1 -1
- package/lib/model/input-proxy-field.d.ts +33 -0
- package/lib/model/input-proxy-field.js +56 -0
- package/lib/model/input-proxy-field.js.map +1 -0
- package/lib/model/macro-field.d.ts +1 -1
- package/lib/model/macro-field.js.map +1 -1
- package/lib/model/macro-pivot-field.d.ts +1 -1
- package/lib/model/macro-pivot-field.js.map +1 -1
- package/lib/model/map-type.d.ts +33 -0
- package/lib/model/map-type.js +50 -0
- package/lib/model/map-type.js.map +1 -0
- package/lib/model/materialized-composite-type.d.ts +33 -0
- package/lib/model/materialized-composite-type.js +60 -0
- package/lib/model/materialized-composite-type.js.map +1 -0
- package/lib/model/materialized-dynamic-field.d.ts +29 -0
- package/lib/model/materialized-dynamic-field.js +58 -0
- package/lib/model/materialized-dynamic-field.js.map +1 -0
- package/lib/model/oci-function.d.ts +40 -0
- package/lib/model/oci-function.js +31 -1
- package/lib/model/oci-function.js.map +1 -1
- package/lib/model/operation-from-api.d.ts +55 -0
- package/lib/model/operation-from-api.js +66 -0
- package/lib/model/operation-from-api.js.map +1 -0
- package/lib/model/operation-from-procedure.d.ts +54 -0
- package/lib/model/operation-from-procedure.js +60 -0
- package/lib/model/operation-from-procedure.js.map +1 -0
- package/lib/model/operation.d.ts +24 -0
- package/lib/model/operation.js +78 -0
- package/lib/model/operation.js.map +1 -0
- package/lib/model/operator.js +4 -0
- package/lib/model/operator.js.map +1 -1
- package/lib/model/oracle-adwc-write-attribute.d.ts +2 -2
- package/lib/model/oracle-adwc-write-attribute.js.map +1 -1
- package/lib/model/oracle-adwc-write-attributes.d.ts +2 -2
- package/lib/model/oracle-adwc-write-attributes.js.map +1 -1
- package/lib/model/oracle-atp-write-attribute.d.ts +2 -2
- package/lib/model/oracle-atp-write-attribute.js.map +1 -1
- package/lib/model/oracle-atp-write-attributes.d.ts +2 -2
- package/lib/model/oracle-atp-write-attributes.js.map +1 -1
- package/lib/model/output-field.d.ts +1 -1
- package/lib/model/output-field.js.map +1 -1
- package/lib/model/pivot-field.d.ts +1 -1
- package/lib/model/pivot-field.js.map +1 -1
- package/lib/model/pivot.d.ts +1 -0
- package/lib/model/pivot.js +6 -0
- package/lib/model/pivot.js.map +1 -1
- package/lib/model/projection-rule.js +4 -0
- package/lib/model/projection-rule.js.map +1 -1
- package/lib/model/proxy-field.d.ts +1 -1
- package/lib/model/proxy-field.js.map +1 -1
- package/lib/model/referenced-data-object-from-ap-i.d.ts +28 -0
- package/lib/model/referenced-data-object-from-ap-i.js +54 -0
- package/lib/model/referenced-data-object-from-ap-i.js.map +1 -0
- package/lib/model/referenced-data-object-from-procedure.d.ts +28 -0
- package/lib/model/referenced-data-object-from-procedure.js +54 -0
- package/lib/model/referenced-data-object-from-procedure.js.map +1 -0
- package/lib/model/referenced-data-object.d.ts +48 -0
- package/lib/model/referenced-data-object.js +78 -0
- package/lib/model/referenced-data-object.js.map +1 -0
- package/lib/model/runtime-operator-summary-collection.d.ts +26 -0
- package/lib/model/runtime-operator-summary-collection.js +61 -0
- package/lib/model/runtime-operator-summary-collection.js.map +1 -0
- package/lib/model/runtime-operator-summary.d.ts +92 -0
- package/lib/model/runtime-operator-summary.js +104 -0
- package/lib/model/runtime-operator-summary.js.map +1 -0
- package/lib/model/runtime-operator.d.ts +92 -0
- package/lib/model/runtime-operator.js +104 -0
- package/lib/model/runtime-operator.js.map +1 -0
- package/lib/model/runtime-pipeline-summary-collection.d.ts +26 -0
- package/lib/model/runtime-pipeline-summary-collection.js +61 -0
- package/lib/model/runtime-pipeline-summary-collection.js.map +1 -0
- package/lib/model/runtime-pipeline-summary.d.ts +31 -0
- package/lib/model/runtime-pipeline-summary.js +63 -0
- package/lib/model/runtime-pipeline-summary.js.map +1 -0
- package/lib/model/runtime-pipeline.d.ts +31 -0
- package/lib/model/runtime-pipeline.js +63 -0
- package/lib/model/runtime-pipeline.js.map +1 -0
- package/lib/model/shape.d.ts +1 -1
- package/lib/model/shape.js.map +1 -1
- package/lib/model/sort-key-rule.d.ts +1 -1
- package/lib/model/sort-key-rule.js.map +1 -1
- package/lib/model/source.d.ts +1 -1
- package/lib/model/source.js.map +1 -1
- package/lib/model/structured-type.d.ts +1 -1
- package/lib/model/structured-type.js.map +1 -1
- package/lib/model/target.d.ts +1 -1
- package/lib/model/target.js.map +1 -1
- package/lib/model/task-run-lineage-details.d.ts +74 -0
- package/lib/model/task-run-lineage-details.js +67 -0
- package/lib/model/task-run-lineage-details.js.map +1 -0
- package/lib/model/task-run-lineage-summary-collection.d.ts +26 -0
- package/lib/model/task-run-lineage-summary-collection.js +61 -0
- package/lib/model/task-run-lineage-summary-collection.js.map +1 -0
- package/lib/model/task-run-lineage-summary.d.ts +79 -0
- package/lib/model/task-run-lineage-summary.js +72 -0
- package/lib/model/task-run-lineage-summary.js.map +1 -0
- package/lib/model/task-run.d.ts +4 -0
- package/lib/model/task-run.js.map +1 -1
- package/lib/model/template-summary-collection.d.ts +26 -0
- package/lib/model/template-summary-collection.js +61 -0
- package/lib/model/template-summary-collection.js.map +1 -0
- package/lib/model/template-summary.d.ts +135 -0
- package/lib/model/template-summary.js +91 -0
- package/lib/model/template-summary.js.map +1 -0
- package/lib/model/typed-expression.d.ts +4 -0
- package/lib/model/typed-expression.js.map +1 -1
- package/lib/model/typed-object-wrapper.d.ts +23 -0
- package/lib/model/typed-object-wrapper.js +55 -0
- package/lib/model/typed-object-wrapper.js.map +1 -0
- package/lib/model/typed-object.js +12 -0
- package/lib/model/typed-object.js.map +1 -1
- package/lib/model/update-connection-details.js +12 -0
- package/lib/model/update-connection-details.js.map +1 -1
- package/lib/model/update-connection-from-lakehouse.d.ts +24 -0
- package/lib/model/update-connection-from-lakehouse.js +54 -0
- package/lib/model/update-connection-from-lakehouse.js.map +1 -0
- package/lib/model/update-connection-from-rest-basic-auth.d.ts +33 -0
- package/lib/model/update-connection-from-rest-basic-auth.js +62 -0
- package/lib/model/update-connection-from-rest-basic-auth.js.map +1 -0
- package/lib/model/update-connection-from-rest-no-auth.d.ts +24 -0
- package/lib/model/update-connection-from-rest-no-auth.js +54 -0
- package/lib/model/update-connection-from-rest-no-auth.js.map +1 -0
- package/lib/model/update-data-asset-details.js +8 -0
- package/lib/model/update-data-asset-details.js.map +1 -1
- package/lib/model/update-data-asset-from-lakehouse.d.ts +37 -0
- package/lib/model/update-data-asset-from-lakehouse.js +62 -0
- package/lib/model/update-data-asset-from-lakehouse.js.map +1 -0
- package/lib/model/update-data-asset-from-rest.d.ts +33 -0
- package/lib/model/update-data-asset-from-rest.js +62 -0
- package/lib/model/update-data-asset-from-rest.js.map +1 -0
- package/lib/model/variable.d.ts +1 -1
- package/lib/model/variable.js.map +1 -1
- package/lib/model/workspace-summary.d.ts +12 -0
- package/lib/model/workspace-summary.js.map +1 -1
- package/lib/model/workspace.d.ts +12 -0
- package/lib/model/workspace.js.map +1 -1
- package/lib/request/change-compartment-request.d.ts +1 -1
- package/lib/request/change-dis-application-compartment-request.d.ts +1 -1
- package/lib/request/create-application-request.d.ts +1 -1
- package/lib/request/create-connection-request.d.ts +2 -2
- package/lib/request/create-connection-validation-request.d.ts +1 -1
- package/lib/request/create-data-asset-request.d.ts +2 -2
- package/lib/request/create-data-flow-request.d.ts +1 -1
- package/lib/request/create-data-flow-validation-request.d.ts +1 -1
- package/lib/request/create-dis-application-request.d.ts +1 -1
- package/lib/request/create-entity-shape-request.d.ts +1 -1
- package/lib/request/create-external-publication-request.d.ts +1 -1
- package/lib/request/create-external-publication-validation-request.d.ts +1 -1
- package/lib/request/create-folder-request.d.ts +1 -1
- package/lib/request/create-function-library-request.d.ts +1 -1
- package/lib/request/create-patch-request.d.ts +1 -1
- package/lib/request/create-pipeline-request.d.ts +1 -1
- package/lib/request/create-pipeline-validation-request.d.ts +1 -1
- package/lib/request/create-project-request.d.ts +1 -1
- package/lib/request/create-schedule-request.d.ts +1 -1
- package/lib/request/create-task-request.d.ts +1 -1
- package/lib/request/create-task-run-request.d.ts +1 -1
- package/lib/request/create-task-schedule-request.d.ts +1 -1
- package/lib/request/create-task-validation-request.d.ts +1 -1
- package/lib/request/create-user-defined-function-request.d.ts +1 -1
- package/lib/request/create-user-defined-function-validation-request.d.ts +1 -1
- package/lib/request/create-workspace-request.d.ts +1 -1
- package/lib/request/delete-application-request.d.ts +1 -1
- package/lib/request/delete-connection-request.d.ts +1 -1
- package/lib/request/delete-connection-validation-request.d.ts +1 -1
- package/lib/request/delete-data-asset-request.d.ts +1 -1
- package/lib/request/delete-data-flow-request.d.ts +1 -1
- package/lib/request/delete-data-flow-validation-request.d.ts +1 -1
- package/lib/request/delete-dis-application-request.d.ts +1 -1
- package/lib/request/delete-external-publication-request.d.ts +1 -1
- package/lib/request/delete-external-publication-validation-request.d.ts +1 -1
- package/lib/request/delete-folder-request.d.ts +1 -1
- package/lib/request/delete-function-library-request.d.ts +1 -1
- package/lib/request/delete-patch-request.d.ts +1 -1
- package/lib/request/delete-pipeline-request.d.ts +1 -1
- package/lib/request/delete-pipeline-validation-request.d.ts +1 -1
- package/lib/request/delete-project-request.d.ts +1 -1
- package/lib/request/delete-schedule-request.d.ts +1 -1
- package/lib/request/delete-task-request.d.ts +1 -1
- package/lib/request/delete-task-run-request.d.ts +1 -1
- package/lib/request/delete-task-schedule-request.d.ts +1 -1
- package/lib/request/delete-task-validation-request.d.ts +1 -1
- package/lib/request/delete-user-defined-function-request.d.ts +1 -1
- package/lib/request/delete-user-defined-function-validation-request.d.ts +1 -1
- package/lib/request/delete-workspace-request.d.ts +1 -1
- package/lib/request/get-application-request.d.ts +1 -1
- package/lib/request/get-connection-request.d.ts +1 -1
- package/lib/request/get-connection-validation-request.d.ts +1 -1
- package/lib/request/get-count-statistic-request.d.ts +1 -1
- package/lib/request/get-data-asset-request.d.ts +1 -1
- package/lib/request/get-data-entity-request.d.ts +1 -1
- package/lib/request/get-data-flow-request.d.ts +1 -1
- package/lib/request/get-data-flow-validation-request.d.ts +1 -1
- package/lib/request/get-dependent-object-request.d.ts +1 -1
- package/lib/request/get-dis-application-request.d.ts +1 -1
- package/lib/request/get-external-publication-request.d.ts +1 -1
- package/lib/request/get-external-publication-validation-request.d.ts +1 -1
- package/lib/request/get-folder-request.d.ts +1 -1
- package/lib/request/get-function-library-request.d.ts +1 -1
- package/lib/request/get-patch-request.d.ts +1 -1
- package/lib/request/get-pipeline-request.d.ts +1 -1
- package/lib/request/get-pipeline-validation-request.d.ts +1 -1
- package/lib/request/get-project-request.d.ts +1 -1
- package/lib/request/get-published-object-request.d.ts +1 -1
- package/lib/request/get-reference-request.d.ts +1 -1
- package/lib/request/get-runtime-operator-request.d.ts +41 -0
- package/lib/request/get-runtime-operator-request.js +15 -0
- package/lib/request/get-runtime-operator-request.js.map +1 -0
- package/lib/request/get-runtime-pipeline-request.d.ts +41 -0
- package/lib/request/get-runtime-pipeline-request.js +15 -0
- package/lib/request/get-runtime-pipeline-request.js.map +1 -0
- package/lib/request/get-schedule-request.d.ts +1 -1
- package/lib/request/get-schema-request.d.ts +1 -1
- package/lib/request/get-task-request.d.ts +1 -1
- package/lib/request/get-task-run-request.d.ts +1 -1
- package/lib/request/get-task-schedule-request.d.ts +1 -1
- package/lib/request/get-task-validation-request.d.ts +1 -1
- package/lib/request/get-user-defined-function-request.d.ts +1 -1
- package/lib/request/get-user-defined-function-validation-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/get-workspace-request.d.ts +1 -1
- package/lib/request/index.d.ts +12 -0
- package/lib/request/index.js +9 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-applications-request.d.ts +3 -2
- package/lib/request/list-applications-request.js +1 -0
- package/lib/request/list-applications-request.js.map +1 -1
- package/lib/request/list-connection-validations-request.d.ts +3 -2
- package/lib/request/list-connection-validations-request.js +1 -0
- package/lib/request/list-connection-validations-request.js.map +1 -1
- package/lib/request/list-connections-request.d.ts +3 -2
- package/lib/request/list-connections-request.js +1 -0
- package/lib/request/list-connections-request.js.map +1 -1
- package/lib/request/list-data-assets-request.d.ts +3 -2
- package/lib/request/list-data-assets-request.js +1 -0
- package/lib/request/list-data-assets-request.js.map +1 -1
- package/lib/request/list-data-entities-request.d.ts +7 -2
- package/lib/request/list-data-entities-request.js +1 -0
- package/lib/request/list-data-entities-request.js.map +1 -1
- package/lib/request/list-data-flow-validations-request.d.ts +3 -2
- package/lib/request/list-data-flow-validations-request.js +1 -0
- package/lib/request/list-data-flow-validations-request.js.map +1 -1
- package/lib/request/list-data-flows-request.d.ts +3 -2
- package/lib/request/list-data-flows-request.js +1 -0
- package/lib/request/list-data-flows-request.js.map +1 -1
- package/lib/request/list-dependent-objects-request.d.ts +3 -2
- package/lib/request/list-dependent-objects-request.js +1 -0
- package/lib/request/list-dependent-objects-request.js.map +1 -1
- package/lib/request/list-dis-application-task-run-lineages-request.d.ts +84 -0
- package/lib/request/list-dis-application-task-run-lineages-request.js +30 -0
- package/lib/request/list-dis-application-task-run-lineages-request.js.map +1 -0
- package/lib/request/list-dis-applications-request.d.ts +3 -2
- package/lib/request/list-dis-applications-request.js +1 -0
- package/lib/request/list-dis-applications-request.js.map +1 -1
- package/lib/request/list-external-publication-validations-request.d.ts +3 -2
- package/lib/request/list-external-publication-validations-request.js +1 -0
- package/lib/request/list-external-publication-validations-request.js.map +1 -1
- package/lib/request/list-external-publications-request.d.ts +3 -2
- package/lib/request/list-external-publications-request.js +1 -0
- package/lib/request/list-external-publications-request.js.map +1 -1
- package/lib/request/list-folders-request.d.ts +3 -2
- package/lib/request/list-folders-request.js +1 -0
- package/lib/request/list-folders-request.js.map +1 -1
- package/lib/request/list-function-libraries-request.d.ts +3 -2
- package/lib/request/list-function-libraries-request.js +1 -0
- package/lib/request/list-function-libraries-request.js.map +1 -1
- package/lib/request/list-patch-changes-request.d.ts +3 -2
- package/lib/request/list-patch-changes-request.js +1 -0
- package/lib/request/list-patch-changes-request.js.map +1 -1
- package/lib/request/list-patches-request.d.ts +3 -2
- package/lib/request/list-patches-request.js +1 -0
- package/lib/request/list-patches-request.js.map +1 -1
- package/lib/request/list-pipeline-validations-request.d.ts +3 -2
- package/lib/request/list-pipeline-validations-request.js +1 -0
- package/lib/request/list-pipeline-validations-request.js.map +1 -1
- package/lib/request/list-pipelines-request.d.ts +3 -2
- package/lib/request/list-pipelines-request.js +1 -0
- package/lib/request/list-pipelines-request.js.map +1 -1
- package/lib/request/list-projects-request.d.ts +3 -2
- package/lib/request/list-projects-request.js +1 -0
- package/lib/request/list-projects-request.js.map +1 -1
- package/lib/request/list-published-objects-request.d.ts +3 -2
- package/lib/request/list-published-objects-request.js +1 -0
- package/lib/request/list-published-objects-request.js.map +1 -1
- package/lib/request/list-references-request.d.ts +3 -2
- package/lib/request/list-references-request.js +1 -0
- package/lib/request/list-references-request.js.map +1 -1
- package/lib/request/list-runtime-operators-request.d.ts +84 -0
- package/lib/request/list-runtime-operators-request.js +30 -0
- package/lib/request/list-runtime-operators-request.js.map +1 -0
- package/lib/request/list-runtime-pipelines-request.d.ts +88 -0
- package/lib/request/list-runtime-pipelines-request.js +30 -0
- package/lib/request/list-runtime-pipelines-request.js.map +1 -0
- package/lib/request/list-schedules-request.d.ts +3 -2
- package/lib/request/list-schedules-request.js +1 -0
- package/lib/request/list-schedules-request.js.map +1 -1
- package/lib/request/list-schemas-request.d.ts +7 -2
- package/lib/request/list-schemas-request.js +1 -0
- package/lib/request/list-schemas-request.js.map +1 -1
- package/lib/request/list-task-run-lineages-request.d.ts +84 -0
- package/lib/request/list-task-run-lineages-request.js +30 -0
- package/lib/request/list-task-run-lineages-request.js.map +1 -0
- package/lib/request/list-task-run-logs-request.d.ts +3 -2
- package/lib/request/list-task-run-logs-request.js +1 -0
- package/lib/request/list-task-run-logs-request.js.map +1 -1
- package/lib/request/list-task-runs-request.d.ts +3 -2
- package/lib/request/list-task-runs-request.js +1 -0
- package/lib/request/list-task-runs-request.js.map +1 -1
- package/lib/request/list-task-schedules-request.d.ts +3 -2
- package/lib/request/list-task-schedules-request.js +1 -0
- package/lib/request/list-task-schedules-request.js.map +1 -1
- package/lib/request/list-task-validations-request.d.ts +3 -2
- package/lib/request/list-task-validations-request.js +1 -0
- package/lib/request/list-task-validations-request.js.map +1 -1
- package/lib/request/list-tasks-request.d.ts +3 -2
- package/lib/request/list-tasks-request.js +1 -0
- package/lib/request/list-tasks-request.js.map +1 -1
- package/lib/request/list-user-defined-function-validations-request.d.ts +3 -2
- package/lib/request/list-user-defined-function-validations-request.js +1 -0
- package/lib/request/list-user-defined-function-validations-request.js.map +1 -1
- package/lib/request/list-user-defined-functions-request.d.ts +3 -2
- package/lib/request/list-user-defined-functions-request.js +1 -0
- package/lib/request/list-user-defined-functions-request.js.map +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +3 -2
- package/lib/request/list-work-request-errors-request.js +1 -0
- package/lib/request/list-work-request-errors-request.js.map +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +3 -2
- package/lib/request/list-work-request-logs-request.js +1 -0
- package/lib/request/list-work-request-logs-request.js.map +1 -1
- package/lib/request/list-work-requests-request.d.ts +3 -2
- package/lib/request/list-work-requests-request.js +1 -0
- package/lib/request/list-work-requests-request.js.map +1 -1
- package/lib/request/list-workspaces-request.d.ts +3 -2
- package/lib/request/list-workspaces-request.js +1 -0
- package/lib/request/list-workspaces-request.js.map +1 -1
- package/lib/request/start-workspace-request.d.ts +1 -1
- package/lib/request/stop-workspace-request.d.ts +1 -1
- package/lib/request/update-application-request.d.ts +1 -1
- package/lib/request/update-connection-request.d.ts +2 -2
- package/lib/request/update-data-asset-request.d.ts +2 -2
- package/lib/request/update-data-flow-request.d.ts +1 -1
- package/lib/request/update-dis-application-request.d.ts +1 -1
- package/lib/request/update-external-publication-request.d.ts +1 -1
- package/lib/request/update-folder-request.d.ts +1 -1
- package/lib/request/update-function-library-request.d.ts +1 -1
- package/lib/request/update-pipeline-request.d.ts +1 -1
- package/lib/request/update-project-request.d.ts +1 -1
- package/lib/request/update-reference-request.d.ts +1 -1
- package/lib/request/update-schedule-request.d.ts +1 -1
- package/lib/request/update-task-request.d.ts +1 -1
- package/lib/request/update-task-run-request.d.ts +1 -1
- package/lib/request/update-task-schedule-request.d.ts +1 -1
- package/lib/request/update-user-defined-function-request.d.ts +1 -1
- package/lib/request/update-workspace-request.d.ts +1 -1
- package/lib/response/get-runtime-operator-response.d.ts +30 -0
- package/lib/response/get-runtime-operator-response.js +15 -0
- package/lib/response/get-runtime-operator-response.js.map +1 -0
- package/lib/response/get-runtime-pipeline-response.d.ts +30 -0
- package/lib/response/get-runtime-pipeline-response.js +15 -0
- package/lib/response/get-runtime-pipeline-response.js.map +1 -0
- package/lib/response/index.d.ts +12 -0
- package/lib/response/list-dis-application-task-run-lineages-response.d.ts +33 -0
- package/lib/response/list-dis-application-task-run-lineages-response.js +15 -0
- package/lib/response/list-dis-application-task-run-lineages-response.js.map +1 -0
- package/lib/response/list-runtime-operators-response.d.ts +33 -0
- package/lib/response/list-runtime-operators-response.js +15 -0
- package/lib/response/list-runtime-operators-response.js.map +1 -0
- package/lib/response/list-runtime-pipelines-response.d.ts +33 -0
- package/lib/response/list-runtime-pipelines-response.js +15 -0
- package/lib/response/list-runtime-pipelines-response.js.map +1 -0
- package/lib/response/list-task-run-lineages-response.d.ts +33 -0
- package/lib/response/list-task-run-lineages-response.js +15 -0
- package/lib/response/list-task-run-lineages-response.js.map +1 -0
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -77,7 +77,7 @@ export declare class DataIntegrationClient {
|
|
|
77
77
|
* @param ChangeCompartmentRequest
|
|
78
78
|
* @return ChangeCompartmentResponse
|
|
79
79
|
* @throws OciError when an error occurs
|
|
80
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
80
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ChangeCompartment.ts.html |here} to see how to use ChangeCompartment API.
|
|
81
81
|
*/
|
|
82
82
|
changeCompartment(changeCompartmentRequest: requests.ChangeCompartmentRequest): Promise<responses.ChangeCompartmentResponse>;
|
|
83
83
|
/**
|
|
@@ -87,7 +87,7 @@ export declare class DataIntegrationClient {
|
|
|
87
87
|
* @param ChangeDisApplicationCompartmentRequest
|
|
88
88
|
* @return ChangeDisApplicationCompartmentResponse
|
|
89
89
|
* @throws OciError when an error occurs
|
|
90
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
90
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ChangeDisApplicationCompartment.ts.html |here} to see how to use ChangeDisApplicationCompartment API.
|
|
91
91
|
*/
|
|
92
92
|
changeDisApplicationCompartment(changeDisApplicationCompartmentRequest: requests.ChangeDisApplicationCompartmentRequest): Promise<responses.ChangeDisApplicationCompartmentResponse>;
|
|
93
93
|
/**
|
|
@@ -97,7 +97,7 @@ export declare class DataIntegrationClient {
|
|
|
97
97
|
* @param CreateApplicationRequest
|
|
98
98
|
* @return CreateApplicationResponse
|
|
99
99
|
* @throws OciError when an error occurs
|
|
100
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
100
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/CreateApplication.ts.html |here} to see how to use CreateApplication API.
|
|
101
101
|
*/
|
|
102
102
|
createApplication(createApplicationRequest: requests.CreateApplicationRequest): Promise<responses.CreateApplicationResponse>;
|
|
103
103
|
/**
|
|
@@ -106,7 +106,7 @@ export declare class DataIntegrationClient {
|
|
|
106
106
|
* @param CreateConnectionRequest
|
|
107
107
|
* @return CreateConnectionResponse
|
|
108
108
|
* @throws OciError when an error occurs
|
|
109
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
109
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/CreateConnection.ts.html |here} to see how to use CreateConnection API.
|
|
110
110
|
*/
|
|
111
111
|
createConnection(createConnectionRequest: requests.CreateConnectionRequest): Promise<responses.CreateConnectionResponse>;
|
|
112
112
|
/**
|
|
@@ -115,7 +115,7 @@ export declare class DataIntegrationClient {
|
|
|
115
115
|
* @param CreateConnectionValidationRequest
|
|
116
116
|
* @return CreateConnectionValidationResponse
|
|
117
117
|
* @throws OciError when an error occurs
|
|
118
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
118
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/CreateConnectionValidation.ts.html |here} to see how to use CreateConnectionValidation API.
|
|
119
119
|
*/
|
|
120
120
|
createConnectionValidation(createConnectionValidationRequest: requests.CreateConnectionValidationRequest): Promise<responses.CreateConnectionValidationResponse>;
|
|
121
121
|
/**
|
|
@@ -124,7 +124,7 @@ export declare class DataIntegrationClient {
|
|
|
124
124
|
* @param CreateDataAssetRequest
|
|
125
125
|
* @return CreateDataAssetResponse
|
|
126
126
|
* @throws OciError when an error occurs
|
|
127
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
127
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/CreateDataAsset.ts.html |here} to see how to use CreateDataAsset API.
|
|
128
128
|
*/
|
|
129
129
|
createDataAsset(createDataAssetRequest: requests.CreateDataAssetRequest): Promise<responses.CreateDataAssetResponse>;
|
|
130
130
|
/**
|
|
@@ -134,7 +134,7 @@ export declare class DataIntegrationClient {
|
|
|
134
134
|
* @param CreateDataFlowRequest
|
|
135
135
|
* @return CreateDataFlowResponse
|
|
136
136
|
* @throws OciError when an error occurs
|
|
137
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
137
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/CreateDataFlow.ts.html |here} to see how to use CreateDataFlow API.
|
|
138
138
|
*/
|
|
139
139
|
createDataFlow(createDataFlowRequest: requests.CreateDataFlowRequest): Promise<responses.CreateDataFlowResponse>;
|
|
140
140
|
/**
|
|
@@ -144,7 +144,7 @@ export declare class DataIntegrationClient {
|
|
|
144
144
|
* @param CreateDataFlowValidationRequest
|
|
145
145
|
* @return CreateDataFlowValidationResponse
|
|
146
146
|
* @throws OciError when an error occurs
|
|
147
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
147
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/CreateDataFlowValidation.ts.html |here} to see how to use CreateDataFlowValidation API.
|
|
148
148
|
*/
|
|
149
149
|
createDataFlowValidation(createDataFlowValidationRequest: requests.CreateDataFlowValidationRequest): Promise<responses.CreateDataFlowValidationResponse>;
|
|
150
150
|
/**
|
|
@@ -154,7 +154,7 @@ export declare class DataIntegrationClient {
|
|
|
154
154
|
* @param CreateDisApplicationRequest
|
|
155
155
|
* @return CreateDisApplicationResponse
|
|
156
156
|
* @throws OciError when an error occurs
|
|
157
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
157
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/CreateDisApplication.ts.html |here} to see how to use CreateDisApplication API.
|
|
158
158
|
*/
|
|
159
159
|
createDisApplication(createDisApplicationRequest: requests.CreateDisApplicationRequest): Promise<responses.CreateDisApplicationResponse>;
|
|
160
160
|
/**
|
|
@@ -163,7 +163,7 @@ export declare class DataIntegrationClient {
|
|
|
163
163
|
* @param CreateEntityShapeRequest
|
|
164
164
|
* @return CreateEntityShapeResponse
|
|
165
165
|
* @throws OciError when an error occurs
|
|
166
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
166
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/CreateEntityShape.ts.html |here} to see how to use CreateEntityShape API.
|
|
167
167
|
*/
|
|
168
168
|
createEntityShape(createEntityShapeRequest: requests.CreateEntityShapeRequest): Promise<responses.CreateEntityShapeResponse>;
|
|
169
169
|
/**
|
|
@@ -172,7 +172,7 @@ export declare class DataIntegrationClient {
|
|
|
172
172
|
* @param CreateExternalPublicationRequest
|
|
173
173
|
* @return CreateExternalPublicationResponse
|
|
174
174
|
* @throws OciError when an error occurs
|
|
175
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
175
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/CreateExternalPublication.ts.html |here} to see how to use CreateExternalPublication API.
|
|
176
176
|
*/
|
|
177
177
|
createExternalPublication(createExternalPublicationRequest: requests.CreateExternalPublicationRequest): Promise<responses.CreateExternalPublicationResponse>;
|
|
178
178
|
/**
|
|
@@ -181,7 +181,7 @@ export declare class DataIntegrationClient {
|
|
|
181
181
|
* @param CreateExternalPublicationValidationRequest
|
|
182
182
|
* @return CreateExternalPublicationValidationResponse
|
|
183
183
|
* @throws OciError when an error occurs
|
|
184
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
184
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/CreateExternalPublicationValidation.ts.html |here} to see how to use CreateExternalPublicationValidation API.
|
|
185
185
|
*/
|
|
186
186
|
createExternalPublicationValidation(createExternalPublicationValidationRequest: requests.CreateExternalPublicationValidationRequest): Promise<responses.CreateExternalPublicationValidationResponse>;
|
|
187
187
|
/**
|
|
@@ -192,7 +192,7 @@ export declare class DataIntegrationClient {
|
|
|
192
192
|
* @param CreateFolderRequest
|
|
193
193
|
* @return CreateFolderResponse
|
|
194
194
|
* @throws OciError when an error occurs
|
|
195
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
195
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/CreateFolder.ts.html |here} to see how to use CreateFolder API.
|
|
196
196
|
*/
|
|
197
197
|
createFolder(createFolderRequest: requests.CreateFolderRequest): Promise<responses.CreateFolderResponse>;
|
|
198
198
|
/**
|
|
@@ -203,7 +203,7 @@ export declare class DataIntegrationClient {
|
|
|
203
203
|
* @param CreateFunctionLibraryRequest
|
|
204
204
|
* @return CreateFunctionLibraryResponse
|
|
205
205
|
* @throws OciError when an error occurs
|
|
206
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
206
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/CreateFunctionLibrary.ts.html |here} to see how to use CreateFunctionLibrary API.
|
|
207
207
|
*/
|
|
208
208
|
createFunctionLibrary(createFunctionLibraryRequest: requests.CreateFunctionLibraryRequest): Promise<responses.CreateFunctionLibraryResponse>;
|
|
209
209
|
/**
|
|
@@ -212,7 +212,7 @@ export declare class DataIntegrationClient {
|
|
|
212
212
|
* @param CreatePatchRequest
|
|
213
213
|
* @return CreatePatchResponse
|
|
214
214
|
* @throws OciError when an error occurs
|
|
215
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
215
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/CreatePatch.ts.html |here} to see how to use CreatePatch API.
|
|
216
216
|
*/
|
|
217
217
|
createPatch(createPatchRequest: requests.CreatePatchRequest): Promise<responses.CreatePatchResponse>;
|
|
218
218
|
/**
|
|
@@ -222,7 +222,7 @@ export declare class DataIntegrationClient {
|
|
|
222
222
|
* @param CreatePipelineRequest
|
|
223
223
|
* @return CreatePipelineResponse
|
|
224
224
|
* @throws OciError when an error occurs
|
|
225
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
225
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/CreatePipeline.ts.html |here} to see how to use CreatePipeline API.
|
|
226
226
|
*/
|
|
227
227
|
createPipeline(createPipelineRequest: requests.CreatePipelineRequest): Promise<responses.CreatePipelineResponse>;
|
|
228
228
|
/**
|
|
@@ -232,7 +232,7 @@ export declare class DataIntegrationClient {
|
|
|
232
232
|
* @param CreatePipelineValidationRequest
|
|
233
233
|
* @return CreatePipelineValidationResponse
|
|
234
234
|
* @throws OciError when an error occurs
|
|
235
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
235
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/CreatePipelineValidation.ts.html |here} to see how to use CreatePipelineValidation API.
|
|
236
236
|
*/
|
|
237
237
|
createPipelineValidation(createPipelineValidationRequest: requests.CreatePipelineValidationRequest): Promise<responses.CreatePipelineValidationResponse>;
|
|
238
238
|
/**
|
|
@@ -242,7 +242,7 @@ export declare class DataIntegrationClient {
|
|
|
242
242
|
* @param CreateProjectRequest
|
|
243
243
|
* @return CreateProjectResponse
|
|
244
244
|
* @throws OciError when an error occurs
|
|
245
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
245
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/CreateProject.ts.html |here} to see how to use CreateProject API.
|
|
246
246
|
*/
|
|
247
247
|
createProject(createProjectRequest: requests.CreateProjectRequest): Promise<responses.CreateProjectResponse>;
|
|
248
248
|
/**
|
|
@@ -251,7 +251,7 @@ export declare class DataIntegrationClient {
|
|
|
251
251
|
* @param CreateScheduleRequest
|
|
252
252
|
* @return CreateScheduleResponse
|
|
253
253
|
* @throws OciError when an error occurs
|
|
254
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
254
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/CreateSchedule.ts.html |here} to see how to use CreateSchedule API.
|
|
255
255
|
*/
|
|
256
256
|
createSchedule(createScheduleRequest: requests.CreateScheduleRequest): Promise<responses.CreateScheduleResponse>;
|
|
257
257
|
/**
|
|
@@ -261,7 +261,7 @@ export declare class DataIntegrationClient {
|
|
|
261
261
|
* @param CreateTaskRequest
|
|
262
262
|
* @return CreateTaskResponse
|
|
263
263
|
* @throws OciError when an error occurs
|
|
264
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
264
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/CreateTask.ts.html |here} to see how to use CreateTask API.
|
|
265
265
|
*/
|
|
266
266
|
createTask(createTaskRequest: requests.CreateTaskRequest): Promise<responses.CreateTaskResponse>;
|
|
267
267
|
/**
|
|
@@ -270,7 +270,7 @@ export declare class DataIntegrationClient {
|
|
|
270
270
|
* @param CreateTaskRunRequest
|
|
271
271
|
* @return CreateTaskRunResponse
|
|
272
272
|
* @throws OciError when an error occurs
|
|
273
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
273
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/CreateTaskRun.ts.html |here} to see how to use CreateTaskRun API.
|
|
274
274
|
*/
|
|
275
275
|
createTaskRun(createTaskRunRequest: requests.CreateTaskRunRequest): Promise<responses.CreateTaskRunResponse>;
|
|
276
276
|
/**
|
|
@@ -279,7 +279,7 @@ export declare class DataIntegrationClient {
|
|
|
279
279
|
* @param CreateTaskScheduleRequest
|
|
280
280
|
* @return CreateTaskScheduleResponse
|
|
281
281
|
* @throws OciError when an error occurs
|
|
282
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
282
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/CreateTaskSchedule.ts.html |here} to see how to use CreateTaskSchedule API.
|
|
283
283
|
*/
|
|
284
284
|
createTaskSchedule(createTaskScheduleRequest: requests.CreateTaskScheduleRequest): Promise<responses.CreateTaskScheduleResponse>;
|
|
285
285
|
/**
|
|
@@ -288,7 +288,7 @@ export declare class DataIntegrationClient {
|
|
|
288
288
|
* @param CreateTaskValidationRequest
|
|
289
289
|
* @return CreateTaskValidationResponse
|
|
290
290
|
* @throws OciError when an error occurs
|
|
291
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
291
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/CreateTaskValidation.ts.html |here} to see how to use CreateTaskValidation API.
|
|
292
292
|
*/
|
|
293
293
|
createTaskValidation(createTaskValidationRequest: requests.CreateTaskValidationRequest): Promise<responses.CreateTaskValidationResponse>;
|
|
294
294
|
/**
|
|
@@ -298,7 +298,7 @@ export declare class DataIntegrationClient {
|
|
|
298
298
|
* @param CreateUserDefinedFunctionRequest
|
|
299
299
|
* @return CreateUserDefinedFunctionResponse
|
|
300
300
|
* @throws OciError when an error occurs
|
|
301
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
301
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/CreateUserDefinedFunction.ts.html |here} to see how to use CreateUserDefinedFunction API.
|
|
302
302
|
*/
|
|
303
303
|
createUserDefinedFunction(createUserDefinedFunctionRequest: requests.CreateUserDefinedFunctionRequest): Promise<responses.CreateUserDefinedFunctionResponse>;
|
|
304
304
|
/**
|
|
@@ -308,7 +308,7 @@ export declare class DataIntegrationClient {
|
|
|
308
308
|
* @param CreateUserDefinedFunctionValidationRequest
|
|
309
309
|
* @return CreateUserDefinedFunctionValidationResponse
|
|
310
310
|
* @throws OciError when an error occurs
|
|
311
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
311
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/CreateUserDefinedFunctionValidation.ts.html |here} to see how to use CreateUserDefinedFunctionValidation API.
|
|
312
312
|
*/
|
|
313
313
|
createUserDefinedFunctionValidation(createUserDefinedFunctionValidationRequest: requests.CreateUserDefinedFunctionValidationRequest): Promise<responses.CreateUserDefinedFunctionValidationResponse>;
|
|
314
314
|
/**
|
|
@@ -318,7 +318,7 @@ export declare class DataIntegrationClient {
|
|
|
318
318
|
* @param CreateWorkspaceRequest
|
|
319
319
|
* @return CreateWorkspaceResponse
|
|
320
320
|
* @throws OciError when an error occurs
|
|
321
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
321
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/CreateWorkspace.ts.html |here} to see how to use CreateWorkspace API.
|
|
322
322
|
*/
|
|
323
323
|
createWorkspace(createWorkspaceRequest: requests.CreateWorkspaceRequest): Promise<responses.CreateWorkspaceResponse>;
|
|
324
324
|
/**
|
|
@@ -327,7 +327,7 @@ export declare class DataIntegrationClient {
|
|
|
327
327
|
* @param DeleteApplicationRequest
|
|
328
328
|
* @return DeleteApplicationResponse
|
|
329
329
|
* @throws OciError when an error occurs
|
|
330
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
330
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
|
|
331
331
|
*/
|
|
332
332
|
deleteApplication(deleteApplicationRequest: requests.DeleteApplicationRequest): Promise<responses.DeleteApplicationResponse>;
|
|
333
333
|
/**
|
|
@@ -336,7 +336,7 @@ export declare class DataIntegrationClient {
|
|
|
336
336
|
* @param DeleteConnectionRequest
|
|
337
337
|
* @return DeleteConnectionResponse
|
|
338
338
|
* @throws OciError when an error occurs
|
|
339
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
339
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/DeleteConnection.ts.html |here} to see how to use DeleteConnection API.
|
|
340
340
|
*/
|
|
341
341
|
deleteConnection(deleteConnectionRequest: requests.DeleteConnectionRequest): Promise<responses.DeleteConnectionResponse>;
|
|
342
342
|
/**
|
|
@@ -345,7 +345,7 @@ export declare class DataIntegrationClient {
|
|
|
345
345
|
* @param DeleteConnectionValidationRequest
|
|
346
346
|
* @return DeleteConnectionValidationResponse
|
|
347
347
|
* @throws OciError when an error occurs
|
|
348
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
348
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/DeleteConnectionValidation.ts.html |here} to see how to use DeleteConnectionValidation API.
|
|
349
349
|
*/
|
|
350
350
|
deleteConnectionValidation(deleteConnectionValidationRequest: requests.DeleteConnectionValidationRequest): Promise<responses.DeleteConnectionValidationResponse>;
|
|
351
351
|
/**
|
|
@@ -354,7 +354,7 @@ export declare class DataIntegrationClient {
|
|
|
354
354
|
* @param DeleteDataAssetRequest
|
|
355
355
|
* @return DeleteDataAssetResponse
|
|
356
356
|
* @throws OciError when an error occurs
|
|
357
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
357
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/DeleteDataAsset.ts.html |here} to see how to use DeleteDataAsset API.
|
|
358
358
|
*/
|
|
359
359
|
deleteDataAsset(deleteDataAssetRequest: requests.DeleteDataAssetRequest): Promise<responses.DeleteDataAssetResponse>;
|
|
360
360
|
/**
|
|
@@ -363,7 +363,7 @@ export declare class DataIntegrationClient {
|
|
|
363
363
|
* @param DeleteDataFlowRequest
|
|
364
364
|
* @return DeleteDataFlowResponse
|
|
365
365
|
* @throws OciError when an error occurs
|
|
366
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
366
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/DeleteDataFlow.ts.html |here} to see how to use DeleteDataFlow API.
|
|
367
367
|
*/
|
|
368
368
|
deleteDataFlow(deleteDataFlowRequest: requests.DeleteDataFlowRequest): Promise<responses.DeleteDataFlowResponse>;
|
|
369
369
|
/**
|
|
@@ -372,7 +372,7 @@ export declare class DataIntegrationClient {
|
|
|
372
372
|
* @param DeleteDataFlowValidationRequest
|
|
373
373
|
* @return DeleteDataFlowValidationResponse
|
|
374
374
|
* @throws OciError when an error occurs
|
|
375
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
375
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/DeleteDataFlowValidation.ts.html |here} to see how to use DeleteDataFlowValidation API.
|
|
376
376
|
*/
|
|
377
377
|
deleteDataFlowValidation(deleteDataFlowValidationRequest: requests.DeleteDataFlowValidationRequest): Promise<responses.DeleteDataFlowValidationResponse>;
|
|
378
378
|
/**
|
|
@@ -381,7 +381,7 @@ export declare class DataIntegrationClient {
|
|
|
381
381
|
* @param DeleteDisApplicationRequest
|
|
382
382
|
* @return DeleteDisApplicationResponse
|
|
383
383
|
* @throws OciError when an error occurs
|
|
384
|
-
* @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.43.0/dataintegration/DeleteDisApplication.ts.html |here} to see how to use DeleteDisApplication API.
|
|
385
385
|
*/
|
|
386
386
|
deleteDisApplication(deleteDisApplicationRequest: requests.DeleteDisApplicationRequest): Promise<responses.DeleteDisApplicationResponse>;
|
|
387
387
|
/**
|
|
@@ -390,7 +390,7 @@ export declare class DataIntegrationClient {
|
|
|
390
390
|
* @param DeleteExternalPublicationRequest
|
|
391
391
|
* @return DeleteExternalPublicationResponse
|
|
392
392
|
* @throws OciError when an error occurs
|
|
393
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
393
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/DeleteExternalPublication.ts.html |here} to see how to use DeleteExternalPublication API.
|
|
394
394
|
*/
|
|
395
395
|
deleteExternalPublication(deleteExternalPublicationRequest: requests.DeleteExternalPublicationRequest): Promise<responses.DeleteExternalPublicationResponse>;
|
|
396
396
|
/**
|
|
@@ -400,7 +400,7 @@ export declare class DataIntegrationClient {
|
|
|
400
400
|
* @param DeleteExternalPublicationValidationRequest
|
|
401
401
|
* @return DeleteExternalPublicationValidationResponse
|
|
402
402
|
* @throws OciError when an error occurs
|
|
403
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
403
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/DeleteExternalPublicationValidation.ts.html |here} to see how to use DeleteExternalPublicationValidation API.
|
|
404
404
|
*/
|
|
405
405
|
deleteExternalPublicationValidation(deleteExternalPublicationValidationRequest: requests.DeleteExternalPublicationValidationRequest): Promise<responses.DeleteExternalPublicationValidationResponse>;
|
|
406
406
|
/**
|
|
@@ -409,7 +409,7 @@ export declare class DataIntegrationClient {
|
|
|
409
409
|
* @param DeleteFolderRequest
|
|
410
410
|
* @return DeleteFolderResponse
|
|
411
411
|
* @throws OciError when an error occurs
|
|
412
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
412
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/DeleteFolder.ts.html |here} to see how to use DeleteFolder API.
|
|
413
413
|
*/
|
|
414
414
|
deleteFolder(deleteFolderRequest: requests.DeleteFolderRequest): Promise<responses.DeleteFolderResponse>;
|
|
415
415
|
/**
|
|
@@ -418,7 +418,7 @@ export declare class DataIntegrationClient {
|
|
|
418
418
|
* @param DeleteFunctionLibraryRequest
|
|
419
419
|
* @return DeleteFunctionLibraryResponse
|
|
420
420
|
* @throws OciError when an error occurs
|
|
421
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
421
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/DeleteFunctionLibrary.ts.html |here} to see how to use DeleteFunctionLibrary API.
|
|
422
422
|
*/
|
|
423
423
|
deleteFunctionLibrary(deleteFunctionLibraryRequest: requests.DeleteFunctionLibraryRequest): Promise<responses.DeleteFunctionLibraryResponse>;
|
|
424
424
|
/**
|
|
@@ -427,7 +427,7 @@ export declare class DataIntegrationClient {
|
|
|
427
427
|
* @param DeletePatchRequest
|
|
428
428
|
* @return DeletePatchResponse
|
|
429
429
|
* @throws OciError when an error occurs
|
|
430
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
430
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/DeletePatch.ts.html |here} to see how to use DeletePatch API.
|
|
431
431
|
*/
|
|
432
432
|
deletePatch(deletePatchRequest: requests.DeletePatchRequest): Promise<responses.DeletePatchResponse>;
|
|
433
433
|
/**
|
|
@@ -436,7 +436,7 @@ export declare class DataIntegrationClient {
|
|
|
436
436
|
* @param DeletePipelineRequest
|
|
437
437
|
* @return DeletePipelineResponse
|
|
438
438
|
* @throws OciError when an error occurs
|
|
439
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
439
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/DeletePipeline.ts.html |here} to see how to use DeletePipeline API.
|
|
440
440
|
*/
|
|
441
441
|
deletePipeline(deletePipelineRequest: requests.DeletePipelineRequest): Promise<responses.DeletePipelineResponse>;
|
|
442
442
|
/**
|
|
@@ -445,7 +445,7 @@ export declare class DataIntegrationClient {
|
|
|
445
445
|
* @param DeletePipelineValidationRequest
|
|
446
446
|
* @return DeletePipelineValidationResponse
|
|
447
447
|
* @throws OciError when an error occurs
|
|
448
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
448
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/DeletePipelineValidation.ts.html |here} to see how to use DeletePipelineValidation API.
|
|
449
449
|
*/
|
|
450
450
|
deletePipelineValidation(deletePipelineValidationRequest: requests.DeletePipelineValidationRequest): Promise<responses.DeletePipelineValidationResponse>;
|
|
451
451
|
/**
|
|
@@ -454,7 +454,7 @@ export declare class DataIntegrationClient {
|
|
|
454
454
|
* @param DeleteProjectRequest
|
|
455
455
|
* @return DeleteProjectResponse
|
|
456
456
|
* @throws OciError when an error occurs
|
|
457
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
457
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/DeleteProject.ts.html |here} to see how to use DeleteProject API.
|
|
458
458
|
*/
|
|
459
459
|
deleteProject(deleteProjectRequest: requests.DeleteProjectRequest): Promise<responses.DeleteProjectResponse>;
|
|
460
460
|
/**
|
|
@@ -463,7 +463,7 @@ export declare class DataIntegrationClient {
|
|
|
463
463
|
* @param DeleteScheduleRequest
|
|
464
464
|
* @return DeleteScheduleResponse
|
|
465
465
|
* @throws OciError when an error occurs
|
|
466
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
466
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/DeleteSchedule.ts.html |here} to see how to use DeleteSchedule API.
|
|
467
467
|
*/
|
|
468
468
|
deleteSchedule(deleteScheduleRequest: requests.DeleteScheduleRequest): Promise<responses.DeleteScheduleResponse>;
|
|
469
469
|
/**
|
|
@@ -472,7 +472,7 @@ export declare class DataIntegrationClient {
|
|
|
472
472
|
* @param DeleteTaskRequest
|
|
473
473
|
* @return DeleteTaskResponse
|
|
474
474
|
* @throws OciError when an error occurs
|
|
475
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
475
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/DeleteTask.ts.html |here} to see how to use DeleteTask API.
|
|
476
476
|
*/
|
|
477
477
|
deleteTask(deleteTaskRequest: requests.DeleteTaskRequest): Promise<responses.DeleteTaskResponse>;
|
|
478
478
|
/**
|
|
@@ -481,7 +481,7 @@ export declare class DataIntegrationClient {
|
|
|
481
481
|
* @param DeleteTaskRunRequest
|
|
482
482
|
* @return DeleteTaskRunResponse
|
|
483
483
|
* @throws OciError when an error occurs
|
|
484
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
484
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/DeleteTaskRun.ts.html |here} to see how to use DeleteTaskRun API.
|
|
485
485
|
*/
|
|
486
486
|
deleteTaskRun(deleteTaskRunRequest: requests.DeleteTaskRunRequest): Promise<responses.DeleteTaskRunResponse>;
|
|
487
487
|
/**
|
|
@@ -490,7 +490,7 @@ export declare class DataIntegrationClient {
|
|
|
490
490
|
* @param DeleteTaskScheduleRequest
|
|
491
491
|
* @return DeleteTaskScheduleResponse
|
|
492
492
|
* @throws OciError when an error occurs
|
|
493
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
493
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/DeleteTaskSchedule.ts.html |here} to see how to use DeleteTaskSchedule API.
|
|
494
494
|
*/
|
|
495
495
|
deleteTaskSchedule(deleteTaskScheduleRequest: requests.DeleteTaskScheduleRequest): Promise<responses.DeleteTaskScheduleResponse>;
|
|
496
496
|
/**
|
|
@@ -500,7 +500,7 @@ export declare class DataIntegrationClient {
|
|
|
500
500
|
* @param DeleteTaskValidationRequest
|
|
501
501
|
* @return DeleteTaskValidationResponse
|
|
502
502
|
* @throws OciError when an error occurs
|
|
503
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
503
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/DeleteTaskValidation.ts.html |here} to see how to use DeleteTaskValidation API.
|
|
504
504
|
*/
|
|
505
505
|
deleteTaskValidation(deleteTaskValidationRequest: requests.DeleteTaskValidationRequest): Promise<responses.DeleteTaskValidationResponse>;
|
|
506
506
|
/**
|
|
@@ -509,7 +509,7 @@ export declare class DataIntegrationClient {
|
|
|
509
509
|
* @param DeleteUserDefinedFunctionRequest
|
|
510
510
|
* @return DeleteUserDefinedFunctionResponse
|
|
511
511
|
* @throws OciError when an error occurs
|
|
512
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
512
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/DeleteUserDefinedFunction.ts.html |here} to see how to use DeleteUserDefinedFunction API.
|
|
513
513
|
*/
|
|
514
514
|
deleteUserDefinedFunction(deleteUserDefinedFunctionRequest: requests.DeleteUserDefinedFunctionRequest): Promise<responses.DeleteUserDefinedFunctionResponse>;
|
|
515
515
|
/**
|
|
@@ -518,7 +518,7 @@ export declare class DataIntegrationClient {
|
|
|
518
518
|
* @param DeleteUserDefinedFunctionValidationRequest
|
|
519
519
|
* @return DeleteUserDefinedFunctionValidationResponse
|
|
520
520
|
* @throws OciError when an error occurs
|
|
521
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
521
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/DeleteUserDefinedFunctionValidation.ts.html |here} to see how to use DeleteUserDefinedFunctionValidation API.
|
|
522
522
|
*/
|
|
523
523
|
deleteUserDefinedFunctionValidation(deleteUserDefinedFunctionValidationRequest: requests.DeleteUserDefinedFunctionValidationRequest): Promise<responses.DeleteUserDefinedFunctionValidationResponse>;
|
|
524
524
|
/**
|
|
@@ -527,7 +527,7 @@ export declare class DataIntegrationClient {
|
|
|
527
527
|
* @param DeleteWorkspaceRequest
|
|
528
528
|
* @return DeleteWorkspaceResponse
|
|
529
529
|
* @throws OciError when an error occurs
|
|
530
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
530
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/DeleteWorkspace.ts.html |here} to see how to use DeleteWorkspace API.
|
|
531
531
|
*/
|
|
532
532
|
deleteWorkspace(deleteWorkspaceRequest: requests.DeleteWorkspaceRequest): Promise<responses.DeleteWorkspaceResponse>;
|
|
533
533
|
/**
|
|
@@ -536,7 +536,7 @@ export declare class DataIntegrationClient {
|
|
|
536
536
|
* @param GetApplicationRequest
|
|
537
537
|
* @return GetApplicationResponse
|
|
538
538
|
* @throws OciError when an error occurs
|
|
539
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
539
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/GetApplication.ts.html |here} to see how to use GetApplication API.
|
|
540
540
|
*/
|
|
541
541
|
getApplication(getApplicationRequest: requests.GetApplicationRequest): Promise<responses.GetApplicationResponse>;
|
|
542
542
|
/**
|
|
@@ -545,7 +545,7 @@ export declare class DataIntegrationClient {
|
|
|
545
545
|
* @param GetConnectionRequest
|
|
546
546
|
* @return GetConnectionResponse
|
|
547
547
|
* @throws OciError when an error occurs
|
|
548
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
548
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/GetConnection.ts.html |here} to see how to use GetConnection API.
|
|
549
549
|
*/
|
|
550
550
|
getConnection(getConnectionRequest: requests.GetConnectionRequest): Promise<responses.GetConnectionResponse>;
|
|
551
551
|
/**
|
|
@@ -554,7 +554,7 @@ export declare class DataIntegrationClient {
|
|
|
554
554
|
* @param GetConnectionValidationRequest
|
|
555
555
|
* @return GetConnectionValidationResponse
|
|
556
556
|
* @throws OciError when an error occurs
|
|
557
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
557
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/GetConnectionValidation.ts.html |here} to see how to use GetConnectionValidation API.
|
|
558
558
|
*/
|
|
559
559
|
getConnectionValidation(getConnectionValidationRequest: requests.GetConnectionValidationRequest): Promise<responses.GetConnectionValidationResponse>;
|
|
560
560
|
/**
|
|
@@ -565,7 +565,7 @@ export declare class DataIntegrationClient {
|
|
|
565
565
|
* @param GetCountStatisticRequest
|
|
566
566
|
* @return GetCountStatisticResponse
|
|
567
567
|
* @throws OciError when an error occurs
|
|
568
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
568
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/GetCountStatistic.ts.html |here} to see how to use GetCountStatistic API.
|
|
569
569
|
*/
|
|
570
570
|
getCountStatistic(getCountStatisticRequest: requests.GetCountStatisticRequest): Promise<responses.GetCountStatisticResponse>;
|
|
571
571
|
/**
|
|
@@ -574,7 +574,7 @@ export declare class DataIntegrationClient {
|
|
|
574
574
|
* @param GetDataAssetRequest
|
|
575
575
|
* @return GetDataAssetResponse
|
|
576
576
|
* @throws OciError when an error occurs
|
|
577
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
577
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/GetDataAsset.ts.html |here} to see how to use GetDataAsset API.
|
|
578
578
|
*/
|
|
579
579
|
getDataAsset(getDataAssetRequest: requests.GetDataAssetRequest): Promise<responses.GetDataAssetResponse>;
|
|
580
580
|
/**
|
|
@@ -583,7 +583,7 @@ export declare class DataIntegrationClient {
|
|
|
583
583
|
* @param GetDataEntityRequest
|
|
584
584
|
* @return GetDataEntityResponse
|
|
585
585
|
* @throws OciError when an error occurs
|
|
586
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
586
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/GetDataEntity.ts.html |here} to see how to use GetDataEntity API.
|
|
587
587
|
*/
|
|
588
588
|
getDataEntity(getDataEntityRequest: requests.GetDataEntityRequest): Promise<responses.GetDataEntityResponse>;
|
|
589
589
|
/**
|
|
@@ -592,7 +592,7 @@ export declare class DataIntegrationClient {
|
|
|
592
592
|
* @param GetDataFlowRequest
|
|
593
593
|
* @return GetDataFlowResponse
|
|
594
594
|
* @throws OciError when an error occurs
|
|
595
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
595
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/GetDataFlow.ts.html |here} to see how to use GetDataFlow API.
|
|
596
596
|
*/
|
|
597
597
|
getDataFlow(getDataFlowRequest: requests.GetDataFlowRequest): Promise<responses.GetDataFlowResponse>;
|
|
598
598
|
/**
|
|
@@ -601,7 +601,7 @@ export declare class DataIntegrationClient {
|
|
|
601
601
|
* @param GetDataFlowValidationRequest
|
|
602
602
|
* @return GetDataFlowValidationResponse
|
|
603
603
|
* @throws OciError when an error occurs
|
|
604
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
604
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/GetDataFlowValidation.ts.html |here} to see how to use GetDataFlowValidation API.
|
|
605
605
|
*/
|
|
606
606
|
getDataFlowValidation(getDataFlowValidationRequest: requests.GetDataFlowValidationRequest): Promise<responses.GetDataFlowValidationResponse>;
|
|
607
607
|
/**
|
|
@@ -610,7 +610,7 @@ export declare class DataIntegrationClient {
|
|
|
610
610
|
* @param GetDependentObjectRequest
|
|
611
611
|
* @return GetDependentObjectResponse
|
|
612
612
|
* @throws OciError when an error occurs
|
|
613
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
613
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/GetDependentObject.ts.html |here} to see how to use GetDependentObject API.
|
|
614
614
|
*/
|
|
615
615
|
getDependentObject(getDependentObjectRequest: requests.GetDependentObjectRequest): Promise<responses.GetDependentObjectResponse>;
|
|
616
616
|
/**
|
|
@@ -619,7 +619,7 @@ export declare class DataIntegrationClient {
|
|
|
619
619
|
* @param GetDisApplicationRequest
|
|
620
620
|
* @return GetDisApplicationResponse
|
|
621
621
|
* @throws OciError when an error occurs
|
|
622
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
622
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/GetDisApplication.ts.html |here} to see how to use GetDisApplication API.
|
|
623
623
|
*/
|
|
624
624
|
getDisApplication(getDisApplicationRequest: requests.GetDisApplicationRequest): Promise<responses.GetDisApplicationResponse>;
|
|
625
625
|
/**
|
|
@@ -628,7 +628,7 @@ export declare class DataIntegrationClient {
|
|
|
628
628
|
* @param GetExternalPublicationRequest
|
|
629
629
|
* @return GetExternalPublicationResponse
|
|
630
630
|
* @throws OciError when an error occurs
|
|
631
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
631
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/GetExternalPublication.ts.html |here} to see how to use GetExternalPublication API.
|
|
632
632
|
*/
|
|
633
633
|
getExternalPublication(getExternalPublicationRequest: requests.GetExternalPublicationRequest): Promise<responses.GetExternalPublicationResponse>;
|
|
634
634
|
/**
|
|
@@ -637,7 +637,7 @@ export declare class DataIntegrationClient {
|
|
|
637
637
|
* @param GetExternalPublicationValidationRequest
|
|
638
638
|
* @return GetExternalPublicationValidationResponse
|
|
639
639
|
* @throws OciError when an error occurs
|
|
640
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
640
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/GetExternalPublicationValidation.ts.html |here} to see how to use GetExternalPublicationValidation API.
|
|
641
641
|
*/
|
|
642
642
|
getExternalPublicationValidation(getExternalPublicationValidationRequest: requests.GetExternalPublicationValidationRequest): Promise<responses.GetExternalPublicationValidationResponse>;
|
|
643
643
|
/**
|
|
@@ -646,7 +646,7 @@ export declare class DataIntegrationClient {
|
|
|
646
646
|
* @param GetFolderRequest
|
|
647
647
|
* @return GetFolderResponse
|
|
648
648
|
* @throws OciError when an error occurs
|
|
649
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
649
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/GetFolder.ts.html |here} to see how to use GetFolder API.
|
|
650
650
|
*/
|
|
651
651
|
getFolder(getFolderRequest: requests.GetFolderRequest): Promise<responses.GetFolderResponse>;
|
|
652
652
|
/**
|
|
@@ -655,7 +655,7 @@ export declare class DataIntegrationClient {
|
|
|
655
655
|
* @param GetFunctionLibraryRequest
|
|
656
656
|
* @return GetFunctionLibraryResponse
|
|
657
657
|
* @throws OciError when an error occurs
|
|
658
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
658
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/GetFunctionLibrary.ts.html |here} to see how to use GetFunctionLibrary API.
|
|
659
659
|
*/
|
|
660
660
|
getFunctionLibrary(getFunctionLibraryRequest: requests.GetFunctionLibraryRequest): Promise<responses.GetFunctionLibraryResponse>;
|
|
661
661
|
/**
|
|
@@ -664,7 +664,7 @@ export declare class DataIntegrationClient {
|
|
|
664
664
|
* @param GetPatchRequest
|
|
665
665
|
* @return GetPatchResponse
|
|
666
666
|
* @throws OciError when an error occurs
|
|
667
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
667
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/GetPatch.ts.html |here} to see how to use GetPatch API.
|
|
668
668
|
*/
|
|
669
669
|
getPatch(getPatchRequest: requests.GetPatchRequest): Promise<responses.GetPatchResponse>;
|
|
670
670
|
/**
|
|
@@ -673,7 +673,7 @@ export declare class DataIntegrationClient {
|
|
|
673
673
|
* @param GetPipelineRequest
|
|
674
674
|
* @return GetPipelineResponse
|
|
675
675
|
* @throws OciError when an error occurs
|
|
676
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
676
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/GetPipeline.ts.html |here} to see how to use GetPipeline API.
|
|
677
677
|
*/
|
|
678
678
|
getPipeline(getPipelineRequest: requests.GetPipelineRequest): Promise<responses.GetPipelineResponse>;
|
|
679
679
|
/**
|
|
@@ -682,7 +682,7 @@ export declare class DataIntegrationClient {
|
|
|
682
682
|
* @param GetPipelineValidationRequest
|
|
683
683
|
* @return GetPipelineValidationResponse
|
|
684
684
|
* @throws OciError when an error occurs
|
|
685
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
685
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/GetPipelineValidation.ts.html |here} to see how to use GetPipelineValidation API.
|
|
686
686
|
*/
|
|
687
687
|
getPipelineValidation(getPipelineValidationRequest: requests.GetPipelineValidationRequest): Promise<responses.GetPipelineValidationResponse>;
|
|
688
688
|
/**
|
|
@@ -691,7 +691,7 @@ export declare class DataIntegrationClient {
|
|
|
691
691
|
* @param GetProjectRequest
|
|
692
692
|
* @return GetProjectResponse
|
|
693
693
|
* @throws OciError when an error occurs
|
|
694
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
694
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/GetProject.ts.html |here} to see how to use GetProject API.
|
|
695
695
|
*/
|
|
696
696
|
getProject(getProjectRequest: requests.GetProjectRequest): Promise<responses.GetProjectResponse>;
|
|
697
697
|
/**
|
|
@@ -700,7 +700,7 @@ export declare class DataIntegrationClient {
|
|
|
700
700
|
* @param GetPublishedObjectRequest
|
|
701
701
|
* @return GetPublishedObjectResponse
|
|
702
702
|
* @throws OciError when an error occurs
|
|
703
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
703
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/GetPublishedObject.ts.html |here} to see how to use GetPublishedObject API.
|
|
704
704
|
*/
|
|
705
705
|
getPublishedObject(getPublishedObjectRequest: requests.GetPublishedObjectRequest): Promise<responses.GetPublishedObjectResponse>;
|
|
706
706
|
/**
|
|
@@ -709,16 +709,34 @@ export declare class DataIntegrationClient {
|
|
|
709
709
|
* @param GetReferenceRequest
|
|
710
710
|
* @return GetReferenceResponse
|
|
711
711
|
* @throws OciError when an error occurs
|
|
712
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
712
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/GetReference.ts.html |here} to see how to use GetReference API.
|
|
713
713
|
*/
|
|
714
714
|
getReference(getReferenceRequest: requests.GetReferenceRequest): Promise<responses.GetReferenceResponse>;
|
|
715
|
+
/**
|
|
716
|
+
* Retrieves a runtime operator using the specified identifier.
|
|
717
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
718
|
+
* @param GetRuntimeOperatorRequest
|
|
719
|
+
* @return GetRuntimeOperatorResponse
|
|
720
|
+
* @throws OciError when an error occurs
|
|
721
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/GetRuntimeOperator.ts.html |here} to see how to use GetRuntimeOperator API.
|
|
722
|
+
*/
|
|
723
|
+
getRuntimeOperator(getRuntimeOperatorRequest: requests.GetRuntimeOperatorRequest): Promise<responses.GetRuntimeOperatorResponse>;
|
|
724
|
+
/**
|
|
725
|
+
* Retrieves a runtime pipeline using the specified identifier.
|
|
726
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
727
|
+
* @param GetRuntimePipelineRequest
|
|
728
|
+
* @return GetRuntimePipelineResponse
|
|
729
|
+
* @throws OciError when an error occurs
|
|
730
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/GetRuntimePipeline.ts.html |here} to see how to use GetRuntimePipeline API.
|
|
731
|
+
*/
|
|
732
|
+
getRuntimePipeline(getRuntimePipelineRequest: requests.GetRuntimePipelineRequest): Promise<responses.GetRuntimePipelineResponse>;
|
|
715
733
|
/**
|
|
716
734
|
* Retrieves schedule by schedule key
|
|
717
735
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
718
736
|
* @param GetScheduleRequest
|
|
719
737
|
* @return GetScheduleResponse
|
|
720
738
|
* @throws OciError when an error occurs
|
|
721
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
739
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/GetSchedule.ts.html |here} to see how to use GetSchedule API.
|
|
722
740
|
*/
|
|
723
741
|
getSchedule(getScheduleRequest: requests.GetScheduleRequest): Promise<responses.GetScheduleResponse>;
|
|
724
742
|
/**
|
|
@@ -727,7 +745,7 @@ export declare class DataIntegrationClient {
|
|
|
727
745
|
* @param GetSchemaRequest
|
|
728
746
|
* @return GetSchemaResponse
|
|
729
747
|
* @throws OciError when an error occurs
|
|
730
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
748
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/GetSchema.ts.html |here} to see how to use GetSchema API.
|
|
731
749
|
*/
|
|
732
750
|
getSchema(getSchemaRequest: requests.GetSchemaRequest): Promise<responses.GetSchemaResponse>;
|
|
733
751
|
/**
|
|
@@ -736,7 +754,7 @@ export declare class DataIntegrationClient {
|
|
|
736
754
|
* @param GetTaskRequest
|
|
737
755
|
* @return GetTaskResponse
|
|
738
756
|
* @throws OciError when an error occurs
|
|
739
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
757
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/GetTask.ts.html |here} to see how to use GetTask API.
|
|
740
758
|
*/
|
|
741
759
|
getTask(getTaskRequest: requests.GetTaskRequest): Promise<responses.GetTaskResponse>;
|
|
742
760
|
/**
|
|
@@ -745,7 +763,7 @@ export declare class DataIntegrationClient {
|
|
|
745
763
|
* @param GetTaskRunRequest
|
|
746
764
|
* @return GetTaskRunResponse
|
|
747
765
|
* @throws OciError when an error occurs
|
|
748
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
766
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/GetTaskRun.ts.html |here} to see how to use GetTaskRun API.
|
|
749
767
|
*/
|
|
750
768
|
getTaskRun(getTaskRunRequest: requests.GetTaskRunRequest): Promise<responses.GetTaskRunResponse>;
|
|
751
769
|
/**
|
|
@@ -754,7 +772,7 @@ export declare class DataIntegrationClient {
|
|
|
754
772
|
* @param GetTaskScheduleRequest
|
|
755
773
|
* @return GetTaskScheduleResponse
|
|
756
774
|
* @throws OciError when an error occurs
|
|
757
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
775
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/GetTaskSchedule.ts.html |here} to see how to use GetTaskSchedule API.
|
|
758
776
|
*/
|
|
759
777
|
getTaskSchedule(getTaskScheduleRequest: requests.GetTaskScheduleRequest): Promise<responses.GetTaskScheduleResponse>;
|
|
760
778
|
/**
|
|
@@ -764,7 +782,7 @@ export declare class DataIntegrationClient {
|
|
|
764
782
|
* @param GetTaskValidationRequest
|
|
765
783
|
* @return GetTaskValidationResponse
|
|
766
784
|
* @throws OciError when an error occurs
|
|
767
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
785
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/GetTaskValidation.ts.html |here} to see how to use GetTaskValidation API.
|
|
768
786
|
*/
|
|
769
787
|
getTaskValidation(getTaskValidationRequest: requests.GetTaskValidationRequest): Promise<responses.GetTaskValidationResponse>;
|
|
770
788
|
/**
|
|
@@ -773,7 +791,7 @@ export declare class DataIntegrationClient {
|
|
|
773
791
|
* @param GetUserDefinedFunctionRequest
|
|
774
792
|
* @return GetUserDefinedFunctionResponse
|
|
775
793
|
* @throws OciError when an error occurs
|
|
776
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
794
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/GetUserDefinedFunction.ts.html |here} to see how to use GetUserDefinedFunction API.
|
|
777
795
|
*/
|
|
778
796
|
getUserDefinedFunction(getUserDefinedFunctionRequest: requests.GetUserDefinedFunctionRequest): Promise<responses.GetUserDefinedFunctionResponse>;
|
|
779
797
|
/**
|
|
@@ -782,7 +800,7 @@ export declare class DataIntegrationClient {
|
|
|
782
800
|
* @param GetUserDefinedFunctionValidationRequest
|
|
783
801
|
* @return GetUserDefinedFunctionValidationResponse
|
|
784
802
|
* @throws OciError when an error occurs
|
|
785
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
803
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/GetUserDefinedFunctionValidation.ts.html |here} to see how to use GetUserDefinedFunctionValidation API.
|
|
786
804
|
*/
|
|
787
805
|
getUserDefinedFunctionValidation(getUserDefinedFunctionValidationRequest: requests.GetUserDefinedFunctionValidationRequest): Promise<responses.GetUserDefinedFunctionValidationResponse>;
|
|
788
806
|
/**
|
|
@@ -791,7 +809,7 @@ export declare class DataIntegrationClient {
|
|
|
791
809
|
* @param GetWorkRequestRequest
|
|
792
810
|
* @return GetWorkRequestResponse
|
|
793
811
|
* @throws OciError when an error occurs
|
|
794
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
812
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
795
813
|
*/
|
|
796
814
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
797
815
|
/**
|
|
@@ -800,7 +818,7 @@ export declare class DataIntegrationClient {
|
|
|
800
818
|
* @param GetWorkspaceRequest
|
|
801
819
|
* @return GetWorkspaceResponse
|
|
802
820
|
* @throws OciError when an error occurs
|
|
803
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
821
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/GetWorkspace.ts.html |here} to see how to use GetWorkspace API.
|
|
804
822
|
*/
|
|
805
823
|
getWorkspace(getWorkspaceRequest: requests.GetWorkspaceRequest): Promise<responses.GetWorkspaceResponse>;
|
|
806
824
|
/**
|
|
@@ -809,7 +827,7 @@ export declare class DataIntegrationClient {
|
|
|
809
827
|
* @param ListApplicationsRequest
|
|
810
828
|
* @return ListApplicationsResponse
|
|
811
829
|
* @throws OciError when an error occurs
|
|
812
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
830
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ListApplications.ts.html |here} to see how to use ListApplications API.
|
|
813
831
|
*/
|
|
814
832
|
listApplications(listApplicationsRequest: requests.ListApplicationsRequest): Promise<responses.ListApplicationsResponse>;
|
|
815
833
|
/**
|
|
@@ -818,7 +836,7 @@ export declare class DataIntegrationClient {
|
|
|
818
836
|
* @param ListConnectionValidationsRequest
|
|
819
837
|
* @return ListConnectionValidationsResponse
|
|
820
838
|
* @throws OciError when an error occurs
|
|
821
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
839
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ListConnectionValidations.ts.html |here} to see how to use ListConnectionValidations API.
|
|
822
840
|
*/
|
|
823
841
|
listConnectionValidations(listConnectionValidationsRequest: requests.ListConnectionValidationsRequest): Promise<responses.ListConnectionValidationsResponse>;
|
|
824
842
|
/**
|
|
@@ -827,7 +845,7 @@ export declare class DataIntegrationClient {
|
|
|
827
845
|
* @param ListConnectionsRequest
|
|
828
846
|
* @return ListConnectionsResponse
|
|
829
847
|
* @throws OciError when an error occurs
|
|
830
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
848
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ListConnections.ts.html |here} to see how to use ListConnections API.
|
|
831
849
|
*/
|
|
832
850
|
listConnections(listConnectionsRequest: requests.ListConnectionsRequest): Promise<responses.ListConnectionsResponse>;
|
|
833
851
|
/**
|
|
@@ -837,7 +855,7 @@ export declare class DataIntegrationClient {
|
|
|
837
855
|
* @param ListDataAssetsRequest
|
|
838
856
|
* @return ListDataAssetsResponse
|
|
839
857
|
* @throws OciError when an error occurs
|
|
840
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
858
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ListDataAssets.ts.html |here} to see how to use ListDataAssets API.
|
|
841
859
|
*/
|
|
842
860
|
listDataAssets(listDataAssetsRequest: requests.ListDataAssetsRequest): Promise<responses.ListDataAssetsResponse>;
|
|
843
861
|
/**
|
|
@@ -847,7 +865,7 @@ export declare class DataIntegrationClient {
|
|
|
847
865
|
* @param ListDataEntitiesRequest
|
|
848
866
|
* @return ListDataEntitiesResponse
|
|
849
867
|
* @throws OciError when an error occurs
|
|
850
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
868
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ListDataEntities.ts.html |here} to see how to use ListDataEntities API.
|
|
851
869
|
*/
|
|
852
870
|
listDataEntities(listDataEntitiesRequest: requests.ListDataEntitiesRequest): Promise<responses.ListDataEntitiesResponse>;
|
|
853
871
|
/**
|
|
@@ -856,7 +874,7 @@ export declare class DataIntegrationClient {
|
|
|
856
874
|
* @param ListDataFlowValidationsRequest
|
|
857
875
|
* @return ListDataFlowValidationsResponse
|
|
858
876
|
* @throws OciError when an error occurs
|
|
859
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
877
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ListDataFlowValidations.ts.html |here} to see how to use ListDataFlowValidations API.
|
|
860
878
|
*/
|
|
861
879
|
listDataFlowValidations(listDataFlowValidationsRequest: requests.ListDataFlowValidationsRequest): Promise<responses.ListDataFlowValidationsResponse>;
|
|
862
880
|
/**
|
|
@@ -866,7 +884,7 @@ export declare class DataIntegrationClient {
|
|
|
866
884
|
* @param ListDataFlowsRequest
|
|
867
885
|
* @return ListDataFlowsResponse
|
|
868
886
|
* @throws OciError when an error occurs
|
|
869
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
887
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ListDataFlows.ts.html |here} to see how to use ListDataFlows API.
|
|
870
888
|
*/
|
|
871
889
|
listDataFlows(listDataFlowsRequest: requests.ListDataFlowsRequest): Promise<responses.ListDataFlowsResponse>;
|
|
872
890
|
/**
|
|
@@ -875,16 +893,26 @@ export declare class DataIntegrationClient {
|
|
|
875
893
|
* @param ListDependentObjectsRequest
|
|
876
894
|
* @return ListDependentObjectsResponse
|
|
877
895
|
* @throws OciError when an error occurs
|
|
878
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
896
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ListDependentObjects.ts.html |here} to see how to use ListDependentObjects API.
|
|
879
897
|
*/
|
|
880
898
|
listDependentObjects(listDependentObjectsRequest: requests.ListDependentObjectsRequest): Promise<responses.ListDependentObjectsResponse>;
|
|
899
|
+
/**
|
|
900
|
+
* This endpoint can be used to list Task Run Lineages within a given time window.
|
|
901
|
+
*
|
|
902
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
903
|
+
* @param ListDisApplicationTaskRunLineagesRequest
|
|
904
|
+
* @return ListDisApplicationTaskRunLineagesResponse
|
|
905
|
+
* @throws OciError when an error occurs
|
|
906
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ListDisApplicationTaskRunLineages.ts.html |here} to see how to use ListDisApplicationTaskRunLineages API.
|
|
907
|
+
*/
|
|
908
|
+
listDisApplicationTaskRunLineages(listDisApplicationTaskRunLineagesRequest: requests.ListDisApplicationTaskRunLineagesRequest): Promise<responses.ListDisApplicationTaskRunLineagesResponse>;
|
|
881
909
|
/**
|
|
882
910
|
* Retrieves a list of DIS Applications in a compartment and provides options to filter the list.
|
|
883
911
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
884
912
|
* @param ListDisApplicationsRequest
|
|
885
913
|
* @return ListDisApplicationsResponse
|
|
886
914
|
* @throws OciError when an error occurs
|
|
887
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
915
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ListDisApplications.ts.html |here} to see how to use ListDisApplications API.
|
|
888
916
|
*/
|
|
889
917
|
listDisApplications(listDisApplicationsRequest: requests.ListDisApplicationsRequest): Promise<responses.ListDisApplicationsResponse>;
|
|
890
918
|
/**
|
|
@@ -894,7 +922,7 @@ export declare class DataIntegrationClient {
|
|
|
894
922
|
* @param ListExternalPublicationValidationsRequest
|
|
895
923
|
* @return ListExternalPublicationValidationsResponse
|
|
896
924
|
* @throws OciError when an error occurs
|
|
897
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
925
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ListExternalPublicationValidations.ts.html |here} to see how to use ListExternalPublicationValidations API.
|
|
898
926
|
*/
|
|
899
927
|
listExternalPublicationValidations(listExternalPublicationValidationsRequest: requests.ListExternalPublicationValidationsRequest): Promise<responses.ListExternalPublicationValidationsResponse>;
|
|
900
928
|
/**
|
|
@@ -903,7 +931,7 @@ export declare class DataIntegrationClient {
|
|
|
903
931
|
* @param ListExternalPublicationsRequest
|
|
904
932
|
* @return ListExternalPublicationsResponse
|
|
905
933
|
* @throws OciError when an error occurs
|
|
906
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
934
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ListExternalPublications.ts.html |here} to see how to use ListExternalPublications API.
|
|
907
935
|
*/
|
|
908
936
|
listExternalPublications(listExternalPublicationsRequest: requests.ListExternalPublicationsRequest): Promise<responses.ListExternalPublicationsResponse>;
|
|
909
937
|
/**
|
|
@@ -913,7 +941,7 @@ export declare class DataIntegrationClient {
|
|
|
913
941
|
* @param ListFoldersRequest
|
|
914
942
|
* @return ListFoldersResponse
|
|
915
943
|
* @throws OciError when an error occurs
|
|
916
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
944
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ListFolders.ts.html |here} to see how to use ListFolders API.
|
|
917
945
|
*/
|
|
918
946
|
listFolders(listFoldersRequest: requests.ListFoldersRequest): Promise<responses.ListFoldersResponse>;
|
|
919
947
|
/**
|
|
@@ -923,7 +951,7 @@ export declare class DataIntegrationClient {
|
|
|
923
951
|
* @param ListFunctionLibrariesRequest
|
|
924
952
|
* @return ListFunctionLibrariesResponse
|
|
925
953
|
* @throws OciError when an error occurs
|
|
926
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
954
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ListFunctionLibraries.ts.html |here} to see how to use ListFunctionLibraries API.
|
|
927
955
|
*/
|
|
928
956
|
listFunctionLibraries(listFunctionLibrariesRequest: requests.ListFunctionLibrariesRequest): Promise<responses.ListFunctionLibrariesResponse>;
|
|
929
957
|
/**
|
|
@@ -932,7 +960,7 @@ export declare class DataIntegrationClient {
|
|
|
932
960
|
* @param ListPatchChangesRequest
|
|
933
961
|
* @return ListPatchChangesResponse
|
|
934
962
|
* @throws OciError when an error occurs
|
|
935
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
963
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ListPatchChanges.ts.html |here} to see how to use ListPatchChanges API.
|
|
936
964
|
*/
|
|
937
965
|
listPatchChanges(listPatchChangesRequest: requests.ListPatchChangesRequest): Promise<responses.ListPatchChangesResponse>;
|
|
938
966
|
/**
|
|
@@ -941,7 +969,7 @@ export declare class DataIntegrationClient {
|
|
|
941
969
|
* @param ListPatchesRequest
|
|
942
970
|
* @return ListPatchesResponse
|
|
943
971
|
* @throws OciError when an error occurs
|
|
944
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
972
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ListPatches.ts.html |here} to see how to use ListPatches API.
|
|
945
973
|
*/
|
|
946
974
|
listPatches(listPatchesRequest: requests.ListPatchesRequest): Promise<responses.ListPatchesResponse>;
|
|
947
975
|
/**
|
|
@@ -950,7 +978,7 @@ export declare class DataIntegrationClient {
|
|
|
950
978
|
* @param ListPipelineValidationsRequest
|
|
951
979
|
* @return ListPipelineValidationsResponse
|
|
952
980
|
* @throws OciError when an error occurs
|
|
953
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
981
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ListPipelineValidations.ts.html |here} to see how to use ListPipelineValidations API.
|
|
954
982
|
*/
|
|
955
983
|
listPipelineValidations(listPipelineValidationsRequest: requests.ListPipelineValidationsRequest): Promise<responses.ListPipelineValidationsResponse>;
|
|
956
984
|
/**
|
|
@@ -960,7 +988,7 @@ export declare class DataIntegrationClient {
|
|
|
960
988
|
* @param ListPipelinesRequest
|
|
961
989
|
* @return ListPipelinesResponse
|
|
962
990
|
* @throws OciError when an error occurs
|
|
963
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
991
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ListPipelines.ts.html |here} to see how to use ListPipelines API.
|
|
964
992
|
*/
|
|
965
993
|
listPipelines(listPipelinesRequest: requests.ListPipelinesRequest): Promise<responses.ListPipelinesResponse>;
|
|
966
994
|
/**
|
|
@@ -970,7 +998,7 @@ export declare class DataIntegrationClient {
|
|
|
970
998
|
* @param ListProjectsRequest
|
|
971
999
|
* @return ListProjectsResponse
|
|
972
1000
|
* @throws OciError when an error occurs
|
|
973
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1001
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ListProjects.ts.html |here} to see how to use ListProjects API.
|
|
974
1002
|
*/
|
|
975
1003
|
listProjects(listProjectsRequest: requests.ListProjectsRequest): Promise<responses.ListProjectsResponse>;
|
|
976
1004
|
/**
|
|
@@ -979,7 +1007,7 @@ export declare class DataIntegrationClient {
|
|
|
979
1007
|
* @param ListPublishedObjectsRequest
|
|
980
1008
|
* @return ListPublishedObjectsResponse
|
|
981
1009
|
* @throws OciError when an error occurs
|
|
982
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1010
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ListPublishedObjects.ts.html |here} to see how to use ListPublishedObjects API.
|
|
983
1011
|
*/
|
|
984
1012
|
listPublishedObjects(listPublishedObjectsRequest: requests.ListPublishedObjectsRequest): Promise<responses.ListPublishedObjectsResponse>;
|
|
985
1013
|
/**
|
|
@@ -988,9 +1016,29 @@ export declare class DataIntegrationClient {
|
|
|
988
1016
|
* @param ListReferencesRequest
|
|
989
1017
|
* @return ListReferencesResponse
|
|
990
1018
|
* @throws OciError when an error occurs
|
|
991
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1019
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ListReferences.ts.html |here} to see how to use ListReferences API.
|
|
992
1020
|
*/
|
|
993
1021
|
listReferences(listReferencesRequest: requests.ListReferencesRequest): Promise<responses.ListReferencesResponse>;
|
|
1022
|
+
/**
|
|
1023
|
+
* This endpoint can be used to list runtime operators with filtering options
|
|
1024
|
+
*
|
|
1025
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
1026
|
+
* @param ListRuntimeOperatorsRequest
|
|
1027
|
+
* @return ListRuntimeOperatorsResponse
|
|
1028
|
+
* @throws OciError when an error occurs
|
|
1029
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ListRuntimeOperators.ts.html |here} to see how to use ListRuntimeOperators API.
|
|
1030
|
+
*/
|
|
1031
|
+
listRuntimeOperators(listRuntimeOperatorsRequest: requests.ListRuntimeOperatorsRequest): Promise<responses.ListRuntimeOperatorsResponse>;
|
|
1032
|
+
/**
|
|
1033
|
+
* This endpoint can be used to list runtime pipelines with filtering options
|
|
1034
|
+
*
|
|
1035
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
1036
|
+
* @param ListRuntimePipelinesRequest
|
|
1037
|
+
* @return ListRuntimePipelinesResponse
|
|
1038
|
+
* @throws OciError when an error occurs
|
|
1039
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ListRuntimePipelines.ts.html |here} to see how to use ListRuntimePipelines API.
|
|
1040
|
+
*/
|
|
1041
|
+
listRuntimePipelines(listRuntimePipelinesRequest: requests.ListRuntimePipelinesRequest): Promise<responses.ListRuntimePipelinesResponse>;
|
|
994
1042
|
/**
|
|
995
1043
|
* Use this endpoint to list schedules.
|
|
996
1044
|
*
|
|
@@ -998,7 +1046,7 @@ export declare class DataIntegrationClient {
|
|
|
998
1046
|
* @param ListSchedulesRequest
|
|
999
1047
|
* @return ListSchedulesResponse
|
|
1000
1048
|
* @throws OciError when an error occurs
|
|
1001
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1049
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ListSchedules.ts.html |here} to see how to use ListSchedules API.
|
|
1002
1050
|
*/
|
|
1003
1051
|
listSchedules(listSchedulesRequest: requests.ListSchedulesRequest): Promise<responses.ListSchedulesResponse>;
|
|
1004
1052
|
/**
|
|
@@ -1007,16 +1055,26 @@ export declare class DataIntegrationClient {
|
|
|
1007
1055
|
* @param ListSchemasRequest
|
|
1008
1056
|
* @return ListSchemasResponse
|
|
1009
1057
|
* @throws OciError when an error occurs
|
|
1010
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1058
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ListSchemas.ts.html |here} to see how to use ListSchemas API.
|
|
1011
1059
|
*/
|
|
1012
1060
|
listSchemas(listSchemasRequest: requests.ListSchemasRequest): Promise<responses.ListSchemasResponse>;
|
|
1061
|
+
/**
|
|
1062
|
+
* This endpoint can be used to list Task Run Lineages within a given time window.
|
|
1063
|
+
*
|
|
1064
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
1065
|
+
* @param ListTaskRunLineagesRequest
|
|
1066
|
+
* @return ListTaskRunLineagesResponse
|
|
1067
|
+
* @throws OciError when an error occurs
|
|
1068
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ListTaskRunLineages.ts.html |here} to see how to use ListTaskRunLineages API.
|
|
1069
|
+
*/
|
|
1070
|
+
listTaskRunLineages(listTaskRunLineagesRequest: requests.ListTaskRunLineagesRequest): Promise<responses.ListTaskRunLineagesResponse>;
|
|
1013
1071
|
/**
|
|
1014
1072
|
* Gets log entries for task runs using its key.
|
|
1015
1073
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
1016
1074
|
* @param ListTaskRunLogsRequest
|
|
1017
1075
|
* @return ListTaskRunLogsResponse
|
|
1018
1076
|
* @throws OciError when an error occurs
|
|
1019
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1077
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ListTaskRunLogs.ts.html |here} to see how to use ListTaskRunLogs API.
|
|
1020
1078
|
*/
|
|
1021
1079
|
listTaskRunLogs(listTaskRunLogsRequest: requests.ListTaskRunLogsRequest): Promise<responses.ListTaskRunLogsResponse>;
|
|
1022
1080
|
/**
|
|
@@ -1057,7 +1115,7 @@ export declare class DataIntegrationClient {
|
|
|
1057
1115
|
* @param ListTaskRunsRequest
|
|
1058
1116
|
* @return ListTaskRunsResponse
|
|
1059
1117
|
* @throws OciError when an error occurs
|
|
1060
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1118
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ListTaskRuns.ts.html |here} to see how to use ListTaskRuns API.
|
|
1061
1119
|
*/
|
|
1062
1120
|
listTaskRuns(listTaskRunsRequest: requests.ListTaskRunsRequest): Promise<responses.ListTaskRunsResponse>;
|
|
1063
1121
|
/**
|
|
@@ -1067,7 +1125,7 @@ export declare class DataIntegrationClient {
|
|
|
1067
1125
|
* @param ListTaskSchedulesRequest
|
|
1068
1126
|
* @return ListTaskSchedulesResponse
|
|
1069
1127
|
* @throws OciError when an error occurs
|
|
1070
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1128
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ListTaskSchedules.ts.html |here} to see how to use ListTaskSchedules API.
|
|
1071
1129
|
*/
|
|
1072
1130
|
listTaskSchedules(listTaskSchedulesRequest: requests.ListTaskSchedulesRequest): Promise<responses.ListTaskSchedulesResponse>;
|
|
1073
1131
|
/**
|
|
@@ -1077,7 +1135,7 @@ export declare class DataIntegrationClient {
|
|
|
1077
1135
|
* @param ListTaskValidationsRequest
|
|
1078
1136
|
* @return ListTaskValidationsResponse
|
|
1079
1137
|
* @throws OciError when an error occurs
|
|
1080
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1138
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ListTaskValidations.ts.html |here} to see how to use ListTaskValidations API.
|
|
1081
1139
|
*/
|
|
1082
1140
|
listTaskValidations(listTaskValidationsRequest: requests.ListTaskValidationsRequest): Promise<responses.ListTaskValidationsResponse>;
|
|
1083
1141
|
/**
|
|
@@ -1087,7 +1145,7 @@ export declare class DataIntegrationClient {
|
|
|
1087
1145
|
* @param ListTasksRequest
|
|
1088
1146
|
* @return ListTasksResponse
|
|
1089
1147
|
* @throws OciError when an error occurs
|
|
1090
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1148
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ListTasks.ts.html |here} to see how to use ListTasks API.
|
|
1091
1149
|
*/
|
|
1092
1150
|
listTasks(listTasksRequest: requests.ListTasksRequest): Promise<responses.ListTasksResponse>;
|
|
1093
1151
|
/**
|
|
@@ -1096,7 +1154,7 @@ export declare class DataIntegrationClient {
|
|
|
1096
1154
|
* @param ListUserDefinedFunctionValidationsRequest
|
|
1097
1155
|
* @return ListUserDefinedFunctionValidationsResponse
|
|
1098
1156
|
* @throws OciError when an error occurs
|
|
1099
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1157
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ListUserDefinedFunctionValidations.ts.html |here} to see how to use ListUserDefinedFunctionValidations API.
|
|
1100
1158
|
*/
|
|
1101
1159
|
listUserDefinedFunctionValidations(listUserDefinedFunctionValidationsRequest: requests.ListUserDefinedFunctionValidationsRequest): Promise<responses.ListUserDefinedFunctionValidationsResponse>;
|
|
1102
1160
|
/**
|
|
@@ -1106,7 +1164,7 @@ export declare class DataIntegrationClient {
|
|
|
1106
1164
|
* @param ListUserDefinedFunctionsRequest
|
|
1107
1165
|
* @return ListUserDefinedFunctionsResponse
|
|
1108
1166
|
* @throws OciError when an error occurs
|
|
1109
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1167
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ListUserDefinedFunctions.ts.html |here} to see how to use ListUserDefinedFunctions API.
|
|
1110
1168
|
*/
|
|
1111
1169
|
listUserDefinedFunctions(listUserDefinedFunctionsRequest: requests.ListUserDefinedFunctionsRequest): Promise<responses.ListUserDefinedFunctionsResponse>;
|
|
1112
1170
|
/**
|
|
@@ -1116,7 +1174,7 @@ export declare class DataIntegrationClient {
|
|
|
1116
1174
|
* @param ListWorkRequestErrorsRequest
|
|
1117
1175
|
* @return ListWorkRequestErrorsResponse
|
|
1118
1176
|
* @throws OciError when an error occurs
|
|
1119
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1177
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
1120
1178
|
*/
|
|
1121
1179
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
1122
1180
|
/**
|
|
@@ -1158,7 +1216,7 @@ export declare class DataIntegrationClient {
|
|
|
1158
1216
|
* @param ListWorkRequestLogsRequest
|
|
1159
1217
|
* @return ListWorkRequestLogsResponse
|
|
1160
1218
|
* @throws OciError when an error occurs
|
|
1161
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1219
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
1162
1220
|
*/
|
|
1163
1221
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
1164
1222
|
/**
|
|
@@ -1200,7 +1258,7 @@ export declare class DataIntegrationClient {
|
|
|
1200
1258
|
* @param ListWorkRequestsRequest
|
|
1201
1259
|
* @return ListWorkRequestsResponse
|
|
1202
1260
|
* @throws OciError when an error occurs
|
|
1203
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1261
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
1204
1262
|
*/
|
|
1205
1263
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
1206
1264
|
/**
|
|
@@ -1242,7 +1300,7 @@ export declare class DataIntegrationClient {
|
|
|
1242
1300
|
* @param ListWorkspacesRequest
|
|
1243
1301
|
* @return ListWorkspacesResponse
|
|
1244
1302
|
* @throws OciError when an error occurs
|
|
1245
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1303
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ListWorkspaces.ts.html |here} to see how to use ListWorkspaces API.
|
|
1246
1304
|
*/
|
|
1247
1305
|
listWorkspaces(listWorkspacesRequest: requests.ListWorkspacesRequest): Promise<responses.ListWorkspacesResponse>;
|
|
1248
1306
|
/**
|
|
@@ -1284,7 +1342,7 @@ export declare class DataIntegrationClient {
|
|
|
1284
1342
|
* @param StartWorkspaceRequest
|
|
1285
1343
|
* @return StartWorkspaceResponse
|
|
1286
1344
|
* @throws OciError when an error occurs
|
|
1287
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1345
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/StartWorkspace.ts.html |here} to see how to use StartWorkspace API.
|
|
1288
1346
|
*/
|
|
1289
1347
|
startWorkspace(startWorkspaceRequest: requests.StartWorkspaceRequest): Promise<responses.StartWorkspaceResponse>;
|
|
1290
1348
|
/**
|
|
@@ -1294,7 +1352,7 @@ export declare class DataIntegrationClient {
|
|
|
1294
1352
|
* @param StopWorkspaceRequest
|
|
1295
1353
|
* @return StopWorkspaceResponse
|
|
1296
1354
|
* @throws OciError when an error occurs
|
|
1297
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1355
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/StopWorkspace.ts.html |here} to see how to use StopWorkspace API.
|
|
1298
1356
|
*/
|
|
1299
1357
|
stopWorkspace(stopWorkspaceRequest: requests.StopWorkspaceRequest): Promise<responses.StopWorkspaceResponse>;
|
|
1300
1358
|
/**
|
|
@@ -1303,7 +1361,7 @@ export declare class DataIntegrationClient {
|
|
|
1303
1361
|
* @param UpdateApplicationRequest
|
|
1304
1362
|
* @return UpdateApplicationResponse
|
|
1305
1363
|
* @throws OciError when an error occurs
|
|
1306
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1364
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
|
|
1307
1365
|
*/
|
|
1308
1366
|
updateApplication(updateApplicationRequest: requests.UpdateApplicationRequest): Promise<responses.UpdateApplicationResponse>;
|
|
1309
1367
|
/**
|
|
@@ -1312,7 +1370,7 @@ export declare class DataIntegrationClient {
|
|
|
1312
1370
|
* @param UpdateConnectionRequest
|
|
1313
1371
|
* @return UpdateConnectionResponse
|
|
1314
1372
|
* @throws OciError when an error occurs
|
|
1315
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1373
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/UpdateConnection.ts.html |here} to see how to use UpdateConnection API.
|
|
1316
1374
|
*/
|
|
1317
1375
|
updateConnection(updateConnectionRequest: requests.UpdateConnectionRequest): Promise<responses.UpdateConnectionResponse>;
|
|
1318
1376
|
/**
|
|
@@ -1321,7 +1379,7 @@ export declare class DataIntegrationClient {
|
|
|
1321
1379
|
* @param UpdateDataAssetRequest
|
|
1322
1380
|
* @return UpdateDataAssetResponse
|
|
1323
1381
|
* @throws OciError when an error occurs
|
|
1324
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1382
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/UpdateDataAsset.ts.html |here} to see how to use UpdateDataAsset API.
|
|
1325
1383
|
*/
|
|
1326
1384
|
updateDataAsset(updateDataAssetRequest: requests.UpdateDataAssetRequest): Promise<responses.UpdateDataAssetResponse>;
|
|
1327
1385
|
/**
|
|
@@ -1330,7 +1388,7 @@ export declare class DataIntegrationClient {
|
|
|
1330
1388
|
* @param UpdateDataFlowRequest
|
|
1331
1389
|
* @return UpdateDataFlowResponse
|
|
1332
1390
|
* @throws OciError when an error occurs
|
|
1333
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1391
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/UpdateDataFlow.ts.html |here} to see how to use UpdateDataFlow API.
|
|
1334
1392
|
*/
|
|
1335
1393
|
updateDataFlow(updateDataFlowRequest: requests.UpdateDataFlowRequest): Promise<responses.UpdateDataFlowResponse>;
|
|
1336
1394
|
/**
|
|
@@ -1339,7 +1397,7 @@ export declare class DataIntegrationClient {
|
|
|
1339
1397
|
* @param UpdateDisApplicationRequest
|
|
1340
1398
|
* @return UpdateDisApplicationResponse
|
|
1341
1399
|
* @throws OciError when an error occurs
|
|
1342
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1400
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/UpdateDisApplication.ts.html |here} to see how to use UpdateDisApplication API.
|
|
1343
1401
|
*/
|
|
1344
1402
|
updateDisApplication(updateDisApplicationRequest: requests.UpdateDisApplicationRequest): Promise<responses.UpdateDisApplicationResponse>;
|
|
1345
1403
|
/**
|
|
@@ -1348,7 +1406,7 @@ export declare class DataIntegrationClient {
|
|
|
1348
1406
|
* @param UpdateExternalPublicationRequest
|
|
1349
1407
|
* @return UpdateExternalPublicationResponse
|
|
1350
1408
|
* @throws OciError when an error occurs
|
|
1351
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1409
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/UpdateExternalPublication.ts.html |here} to see how to use UpdateExternalPublication API.
|
|
1352
1410
|
*/
|
|
1353
1411
|
updateExternalPublication(updateExternalPublicationRequest: requests.UpdateExternalPublicationRequest): Promise<responses.UpdateExternalPublicationResponse>;
|
|
1354
1412
|
/**
|
|
@@ -1357,7 +1415,7 @@ export declare class DataIntegrationClient {
|
|
|
1357
1415
|
* @param UpdateFolderRequest
|
|
1358
1416
|
* @return UpdateFolderResponse
|
|
1359
1417
|
* @throws OciError when an error occurs
|
|
1360
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1418
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/UpdateFolder.ts.html |here} to see how to use UpdateFolder API.
|
|
1361
1419
|
*/
|
|
1362
1420
|
updateFolder(updateFolderRequest: requests.UpdateFolderRequest): Promise<responses.UpdateFolderResponse>;
|
|
1363
1421
|
/**
|
|
@@ -1366,7 +1424,7 @@ export declare class DataIntegrationClient {
|
|
|
1366
1424
|
* @param UpdateFunctionLibraryRequest
|
|
1367
1425
|
* @return UpdateFunctionLibraryResponse
|
|
1368
1426
|
* @throws OciError when an error occurs
|
|
1369
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1427
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/UpdateFunctionLibrary.ts.html |here} to see how to use UpdateFunctionLibrary API.
|
|
1370
1428
|
*/
|
|
1371
1429
|
updateFunctionLibrary(updateFunctionLibraryRequest: requests.UpdateFunctionLibraryRequest): Promise<responses.UpdateFunctionLibraryResponse>;
|
|
1372
1430
|
/**
|
|
@@ -1375,7 +1433,7 @@ export declare class DataIntegrationClient {
|
|
|
1375
1433
|
* @param UpdatePipelineRequest
|
|
1376
1434
|
* @return UpdatePipelineResponse
|
|
1377
1435
|
* @throws OciError when an error occurs
|
|
1378
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1436
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/UpdatePipeline.ts.html |here} to see how to use UpdatePipeline API.
|
|
1379
1437
|
*/
|
|
1380
1438
|
updatePipeline(updatePipelineRequest: requests.UpdatePipelineRequest): Promise<responses.UpdatePipelineResponse>;
|
|
1381
1439
|
/**
|
|
@@ -1384,7 +1442,7 @@ export declare class DataIntegrationClient {
|
|
|
1384
1442
|
* @param UpdateProjectRequest
|
|
1385
1443
|
* @return UpdateProjectResponse
|
|
1386
1444
|
* @throws OciError when an error occurs
|
|
1387
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1445
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/UpdateProject.ts.html |here} to see how to use UpdateProject API.
|
|
1388
1446
|
*/
|
|
1389
1447
|
updateProject(updateProjectRequest: requests.UpdateProjectRequest): Promise<responses.UpdateProjectResponse>;
|
|
1390
1448
|
/**
|
|
@@ -1393,7 +1451,7 @@ export declare class DataIntegrationClient {
|
|
|
1393
1451
|
* @param UpdateReferenceRequest
|
|
1394
1452
|
* @return UpdateReferenceResponse
|
|
1395
1453
|
* @throws OciError when an error occurs
|
|
1396
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1454
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/UpdateReference.ts.html |here} to see how to use UpdateReference API.
|
|
1397
1455
|
*/
|
|
1398
1456
|
updateReference(updateReferenceRequest: requests.UpdateReferenceRequest): Promise<responses.UpdateReferenceResponse>;
|
|
1399
1457
|
/**
|
|
@@ -1402,7 +1460,7 @@ export declare class DataIntegrationClient {
|
|
|
1402
1460
|
* @param UpdateScheduleRequest
|
|
1403
1461
|
* @return UpdateScheduleResponse
|
|
1404
1462
|
* @throws OciError when an error occurs
|
|
1405
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1463
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/UpdateSchedule.ts.html |here} to see how to use UpdateSchedule API.
|
|
1406
1464
|
*/
|
|
1407
1465
|
updateSchedule(updateScheduleRequest: requests.UpdateScheduleRequest): Promise<responses.UpdateScheduleResponse>;
|
|
1408
1466
|
/**
|
|
@@ -1411,7 +1469,7 @@ export declare class DataIntegrationClient {
|
|
|
1411
1469
|
* @param UpdateTaskRequest
|
|
1412
1470
|
* @return UpdateTaskResponse
|
|
1413
1471
|
* @throws OciError when an error occurs
|
|
1414
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1472
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/UpdateTask.ts.html |here} to see how to use UpdateTask API.
|
|
1415
1473
|
*/
|
|
1416
1474
|
updateTask(updateTaskRequest: requests.UpdateTaskRequest): Promise<responses.UpdateTaskResponse>;
|
|
1417
1475
|
/**
|
|
@@ -1420,7 +1478,7 @@ export declare class DataIntegrationClient {
|
|
|
1420
1478
|
* @param UpdateTaskRunRequest
|
|
1421
1479
|
* @return UpdateTaskRunResponse
|
|
1422
1480
|
* @throws OciError when an error occurs
|
|
1423
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1481
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/UpdateTaskRun.ts.html |here} to see how to use UpdateTaskRun API.
|
|
1424
1482
|
*/
|
|
1425
1483
|
updateTaskRun(updateTaskRunRequest: requests.UpdateTaskRunRequest): Promise<responses.UpdateTaskRunResponse>;
|
|
1426
1484
|
/**
|
|
@@ -1429,7 +1487,7 @@ export declare class DataIntegrationClient {
|
|
|
1429
1487
|
* @param UpdateTaskScheduleRequest
|
|
1430
1488
|
* @return UpdateTaskScheduleResponse
|
|
1431
1489
|
* @throws OciError when an error occurs
|
|
1432
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1490
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/UpdateTaskSchedule.ts.html |here} to see how to use UpdateTaskSchedule API.
|
|
1433
1491
|
*/
|
|
1434
1492
|
updateTaskSchedule(updateTaskScheduleRequest: requests.UpdateTaskScheduleRequest): Promise<responses.UpdateTaskScheduleResponse>;
|
|
1435
1493
|
/**
|
|
@@ -1438,7 +1496,7 @@ export declare class DataIntegrationClient {
|
|
|
1438
1496
|
* @param UpdateUserDefinedFunctionRequest
|
|
1439
1497
|
* @return UpdateUserDefinedFunctionResponse
|
|
1440
1498
|
* @throws OciError when an error occurs
|
|
1441
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1499
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/UpdateUserDefinedFunction.ts.html |here} to see how to use UpdateUserDefinedFunction API.
|
|
1442
1500
|
*/
|
|
1443
1501
|
updateUserDefinedFunction(updateUserDefinedFunctionRequest: requests.UpdateUserDefinedFunctionRequest): Promise<responses.UpdateUserDefinedFunctionResponse>;
|
|
1444
1502
|
/**
|
|
@@ -1447,7 +1505,7 @@ export declare class DataIntegrationClient {
|
|
|
1447
1505
|
* @param UpdateWorkspaceRequest
|
|
1448
1506
|
* @return UpdateWorkspaceResponse
|
|
1449
1507
|
* @throws OciError when an error occurs
|
|
1450
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1508
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/UpdateWorkspace.ts.html |here} to see how to use UpdateWorkspace API.
|
|
1451
1509
|
*/
|
|
1452
1510
|
updateWorkspace(updateWorkspaceRequest: requests.UpdateWorkspaceRequest): Promise<responses.UpdateWorkspaceResponse>;
|
|
1453
1511
|
}
|