oci-dataintegration 2.54.0 → 2.55.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 +275 -137
- package/lib/client.js +1115 -138
- package/lib/client.js.map +1 -1
- package/lib/dataintegration-waiter.d.ts +8 -0
- package/lib/dataintegration-waiter.js +12 -0
- package/lib/dataintegration-waiter.js.map +1 -1
- package/lib/model/configuration-details.d.ts +2 -2
- package/lib/model/connection-details.js +4 -4
- package/lib/model/connection-details.js.map +1 -1
- package/lib/model/{connection-from-lakehouse.d.ts → connection-from-lake-details.d.ts} +6 -6
- package/lib/model/{connection-from-lakehouse-details.js → connection-from-lake-details.js} +8 -8
- package/lib/model/connection-from-lake-details.js.map +1 -0
- package/lib/model/{connection-from-lakehouse-details.d.ts → connection-from-lake.d.ts} +6 -6
- package/lib/model/{connection-from-lakehouse.js → connection-from-lake.js} +8 -8
- package/lib/model/connection-from-lake.js.map +1 -0
- package/lib/model/{connection-summary-from-lakehouse.d.ts → connection-summary-from-lake.d.ts} +6 -6
- package/lib/model/{connection-summary-from-lakehouse.js → connection-summary-from-lake.js} +8 -8
- package/lib/model/connection-summary-from-lake.js.map +1 -0
- package/lib/model/connection-summary.js +4 -4
- package/lib/model/connection-summary.js.map +1 -1
- package/lib/model/connection.js +4 -4
- package/lib/model/connection.js.map +1 -1
- package/lib/model/copy-conflict-resolution.d.ts +43 -0
- package/lib/model/copy-conflict-resolution.js +40 -0
- package/lib/model/copy-conflict-resolution.js.map +1 -0
- package/lib/model/copy-object-metadata-summary.d.ts +72 -0
- package/lib/model/copy-object-metadata-summary.js +41 -0
- package/lib/model/copy-object-metadata-summary.js.map +1 -0
- package/lib/model/copy-object-request-summary-collection.d.ts +26 -0
- package/lib/model/copy-object-request-summary-collection.js +61 -0
- package/lib/model/copy-object-request-summary-collection.js.map +1 -0
- package/lib/model/copy-object-request-summary.d.ts +88 -0
- package/lib/model/copy-object-request-summary.js +91 -0
- package/lib/model/copy-object-request-summary.js.map +1 -0
- package/lib/model/copy-object-request.d.ts +88 -0
- package/lib/model/copy-object-request.js +91 -0
- package/lib/model/copy-object-request.js.map +1 -0
- package/lib/model/create-connection-details.js +4 -4
- package/lib/model/create-connection-details.js.map +1 -1
- package/lib/model/{create-connection-from-lakehouse.d.ts → create-connection-from-lake.d.ts} +6 -6
- package/lib/model/{create-connection-from-lakehouse.js → create-connection-from-lake.js} +8 -8
- package/lib/model/create-connection-from-lake.js.map +1 -0
- package/lib/model/create-connection-validation-details.d.ts +2 -2
- package/lib/model/create-copy-object-request-details.d.ts +31 -0
- package/lib/model/create-copy-object-request-details.js +57 -0
- package/lib/model/create-copy-object-request-details.js.map +1 -0
- package/lib/model/create-data-asset-details.js +4 -4
- package/lib/model/create-data-asset-details.js.map +1 -1
- package/lib/model/create-data-asset-from-adwc.d.ts +2 -2
- package/lib/model/create-data-asset-from-atp.d.ts +2 -2
- package/lib/model/create-data-asset-from-fusion-app.d.ts +1 -1
- package/lib/model/{create-data-asset-from-lakehouse.d.ts → create-data-asset-from-lake.d.ts} +12 -12
- package/lib/model/{create-data-asset-from-lakehouse.js → create-data-asset-from-lake.js} +10 -10
- package/lib/model/create-data-asset-from-lake.js.map +1 -0
- package/lib/model/create-data-asset-from-rest.d.ts +1 -1
- package/lib/model/create-detailed-description-details.d.ts +29 -0
- package/lib/model/create-detailed-description-details.js +29 -0
- package/lib/model/create-detailed-description-details.js.map +1 -0
- package/lib/model/create-task-from-rest-task.d.ts +3 -0
- package/lib/model/create-task-from-rest-task.js.map +1 -1
- package/lib/model/data-asset-from-adwc-details.d.ts +2 -2
- package/lib/model/data-asset-from-atp-details.d.ts +2 -2
- package/lib/model/data-asset-from-fusion-app.d.ts +1 -1
- package/lib/model/{data-asset-from-lakehouse-details.d.ts → data-asset-from-lake-details.d.ts} +12 -12
- package/lib/model/{data-asset-from-lakehouse-details.js → data-asset-from-lake-details.js} +11 -13
- package/lib/model/data-asset-from-lake-details.js.map +1 -0
- package/lib/model/data-asset-from-rest-details.d.ts +1 -1
- package/lib/model/data-asset-summary-from-fusion-app.d.ts +1 -1
- package/lib/model/{data-asset-summary-from-lakehouse.d.ts → data-asset-summary-from-lake.d.ts} +12 -12
- package/lib/model/{data-asset-summary-from-lakehouse.js → data-asset-summary-from-lake.js} +10 -10
- package/lib/model/data-asset-summary-from-lake.js.map +1 -0
- package/lib/model/data-asset-summary-from-rest.d.ts +1 -1
- package/lib/model/data-asset-summary.js +4 -4
- package/lib/model/data-asset-summary.js.map +1 -1
- package/lib/model/data-asset.js +4 -4
- package/lib/model/data-asset.js.map +1 -1
- package/lib/model/detailed-description.d.ts +68 -0
- package/lib/model/detailed-description.js +68 -0
- package/lib/model/detailed-description.js.map +1 -0
- package/lib/model/index.d.ts +40 -18
- package/lib/model/index.js +51 -29
- package/lib/model/index.js.map +1 -1
- package/lib/model/map-type.d.ts +3 -0
- package/lib/model/map-type.js.map +1 -1
- package/lib/model/oracle-adwc-write-attribute.d.ts +2 -2
- package/lib/model/oracle-adwc-write-attributes.d.ts +2 -2
- package/lib/model/oracle-atp-write-attribute.d.ts +2 -2
- package/lib/model/oracle-atp-write-attributes.d.ts +2 -2
- package/lib/model/task-summary-from-rest-task.d.ts +3 -0
- package/lib/model/task-summary-from-rest-task.js.map +1 -1
- package/lib/model/template-summary.d.ts +6 -1
- package/lib/model/template-summary.js +5 -0
- package/lib/model/template-summary.js.map +1 -1
- package/lib/model/template.d.ts +140 -0
- package/lib/model/template.js +96 -0
- package/lib/model/template.js.map +1 -0
- package/lib/model/update-connection-details.js +4 -4
- package/lib/model/update-connection-details.js.map +1 -1
- package/lib/model/{update-connection-from-lakehouse.d.ts → update-connection-from-lake.d.ts} +6 -6
- package/lib/model/{update-connection-from-lakehouse.js → update-connection-from-lake.js} +8 -8
- package/lib/model/update-connection-from-lake.js.map +1 -0
- package/lib/model/update-copy-object-request-details.d.ts +28 -0
- package/lib/model/update-copy-object-request-details.js +33 -0
- package/lib/model/update-copy-object-request-details.js.map +1 -0
- package/lib/model/update-data-asset-details.js +4 -4
- package/lib/model/update-data-asset-details.js.map +1 -1
- package/lib/model/{update-data-asset-from-lakehouse.d.ts → update-data-asset-from-lake.d.ts} +12 -12
- package/lib/model/{update-data-asset-from-lakehouse.js → update-data-asset-from-lake.js} +10 -10
- package/lib/model/update-data-asset-from-lake.js.map +1 -0
- package/lib/model/update-data-asset-from-rest.d.ts +1 -1
- package/lib/model/update-detailed-description-details.d.ts +29 -0
- package/lib/model/update-detailed-description-details.js +29 -0
- package/lib/model/update-detailed-description-details.js.map +1 -0
- package/lib/model/update-task-from-rest-task.d.ts +3 -0
- package/lib/model/update-task-from-rest-task.js.map +1 -1
- package/lib/request/change-compartment-request.d.ts +1 -1
- package/lib/request/change-dis-application-compartment-request.d.ts +1 -1
- package/lib/request/create-application-detailed-description-request.d.ts +43 -0
- package/lib/request/create-application-detailed-description-request.js +15 -0
- package/lib/request/create-application-detailed-description-request.js.map +1 -0
- 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-copy-object-request-request.d.ts +39 -0
- package/lib/request/create-copy-object-request-request.js +15 -0
- package/lib/request/create-copy-object-request-request.js.map +1 -0
- 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-detailed-description-request.d.ts +43 -0
- package/lib/request/create-dis-application-detailed-description-request.js +15 -0
- package/lib/request/create-dis-application-detailed-description-request.js.map +1 -0
- 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-detailed-description-request.d.ts +40 -0
- package/lib/request/delete-application-detailed-description-request.js +15 -0
- package/lib/request/delete-application-detailed-description-request.js.map +1 -0
- package/lib/request/delete-application-request.d.ts +1 -1
- package/lib/request/delete-connection-request.d.ts +1 -1
- package/lib/request/delete-connection-validation-request.d.ts +1 -1
- package/lib/request/delete-copy-object-request-request.d.ts +40 -0
- package/lib/request/delete-copy-object-request-request.js +15 -0
- package/lib/request/delete-copy-object-request-request.js.map +1 -0
- package/lib/request/delete-data-asset-request.d.ts +1 -1
- package/lib/request/delete-data-flow-request.d.ts +1 -1
- package/lib/request/delete-data-flow-validation-request.d.ts +1 -1
- package/lib/request/delete-dis-application-detailed-description-request.d.ts +40 -0
- package/lib/request/delete-dis-application-detailed-description-request.js +15 -0
- package/lib/request/delete-dis-application-detailed-description-request.js.map +1 -0
- 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-detailed-description-request.d.ts +33 -0
- package/lib/request/get-application-detailed-description-request.js +15 -0
- package/lib/request/get-application-detailed-description-request.js.map +1 -0
- 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-copy-object-request-request.d.ts +33 -0
- package/lib/request/get-copy-object-request-request.js +15 -0
- package/lib/request/get-copy-object-request-request.js.map +1 -0
- package/lib/request/get-count-statistic-request.d.ts +1 -1
- package/lib/request/get-data-asset-request.d.ts +1 -1
- package/lib/request/get-data-entity-request.d.ts +1 -1
- package/lib/request/get-data-flow-request.d.ts +1 -1
- package/lib/request/get-data-flow-validation-request.d.ts +1 -1
- package/lib/request/get-dependent-object-request.d.ts +1 -1
- package/lib/request/get-dis-application-detailed-description-request.d.ts +33 -0
- package/lib/request/get-dis-application-detailed-description-request.js +15 -0
- package/lib/request/get-dis-application-detailed-description-request.js.map +1 -0
- 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 +1 -1
- package/lib/request/get-runtime-pipeline-request.d.ts +1 -1
- package/lib/request/get-schedule-request.d.ts +1 -1
- package/lib/request/get-schema-request.d.ts +1 -1
- package/lib/request/get-task-request.d.ts +1 -1
- package/lib/request/get-task-run-request.d.ts +1 -1
- package/lib/request/get-task-schedule-request.d.ts +1 -1
- package/lib/request/get-task-validation-request.d.ts +1 -1
- package/lib/request/get-template-request.d.ts +33 -0
- package/lib/request/get-template-request.js +15 -0
- package/lib/request/get-template-request.js.map +1 -0
- 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 +30 -0
- package/lib/request/index.js +5 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-applications-request.d.ts +1 -1
- package/lib/request/list-connection-validations-request.d.ts +1 -1
- package/lib/request/list-connections-request.d.ts +1 -1
- package/lib/request/list-copy-object-requests-request.d.ts +89 -0
- package/lib/request/list-copy-object-requests-request.js +45 -0
- package/lib/request/list-copy-object-requests-request.js.map +1 -0
- package/lib/request/list-data-assets-request.d.ts +1 -1
- package/lib/request/list-data-entities-request.d.ts +1 -1
- package/lib/request/list-data-flow-validations-request.d.ts +1 -1
- package/lib/request/list-data-flows-request.d.ts +1 -1
- package/lib/request/list-dependent-objects-request.d.ts +1 -1
- package/lib/request/list-dis-application-task-run-lineages-request.d.ts +1 -1
- package/lib/request/list-dis-applications-request.d.ts +1 -1
- package/lib/request/list-external-publication-validations-request.d.ts +1 -1
- package/lib/request/list-external-publications-request.d.ts +1 -1
- package/lib/request/list-folders-request.d.ts +1 -1
- package/lib/request/list-function-libraries-request.d.ts +1 -1
- package/lib/request/list-patch-changes-request.d.ts +1 -1
- package/lib/request/list-patches-request.d.ts +1 -1
- package/lib/request/list-pipeline-validations-request.d.ts +1 -1
- package/lib/request/list-pipelines-request.d.ts +1 -1
- package/lib/request/list-projects-request.d.ts +1 -1
- package/lib/request/list-published-objects-request.d.ts +1 -1
- package/lib/request/list-references-request.d.ts +1 -1
- package/lib/request/list-runtime-operators-request.d.ts +1 -1
- package/lib/request/list-runtime-pipelines-request.d.ts +1 -1
- package/lib/request/list-schedules-request.d.ts +1 -1
- package/lib/request/list-schemas-request.d.ts +1 -1
- package/lib/request/list-task-run-lineages-request.d.ts +1 -1
- package/lib/request/list-task-run-logs-request.d.ts +1 -1
- package/lib/request/list-task-runs-request.d.ts +5 -1
- package/lib/request/list-task-runs-request.js.map +1 -1
- package/lib/request/list-task-schedules-request.d.ts +1 -1
- package/lib/request/list-task-validations-request.d.ts +1 -1
- package/lib/request/list-tasks-request.d.ts +1 -1
- package/lib/request/list-templates-request.d.ts +69 -0
- package/lib/request/list-templates-request.js +30 -0
- package/lib/request/list-templates-request.js.map +1 -0
- package/lib/request/list-user-defined-function-validations-request.d.ts +1 -1
- package/lib/request/list-user-defined-functions-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/list-workspaces-request.d.ts +1 -1
- package/lib/request/start-workspace-request.d.ts +1 -1
- package/lib/request/stop-workspace-request.d.ts +1 -1
- package/lib/request/update-application-detailed-description-request.d.ts +45 -0
- package/lib/request/update-application-detailed-description-request.js +15 -0
- package/lib/request/update-application-detailed-description-request.js.map +1 -0
- package/lib/request/update-application-request.d.ts +1 -1
- package/lib/request/update-connection-request.d.ts +2 -2
- package/lib/request/update-copy-object-request-request.d.ts +45 -0
- package/lib/request/update-copy-object-request-request.js +15 -0
- package/lib/request/update-copy-object-request-request.js.map +1 -0
- 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-detailed-description-request.d.ts +45 -0
- package/lib/request/update-dis-application-detailed-description-request.js +15 -0
- package/lib/request/update-dis-application-detailed-description-request.js.map +1 -0
- 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/create-application-detailed-description-response.d.ts +30 -0
- package/lib/response/create-application-detailed-description-response.js +15 -0
- package/lib/response/create-application-detailed-description-response.js.map +1 -0
- package/lib/response/create-copy-object-request-response.d.ts +35 -0
- package/lib/response/create-copy-object-request-response.js +15 -0
- package/lib/response/create-copy-object-request-response.js.map +1 -0
- package/lib/response/create-dis-application-detailed-description-response.d.ts +30 -0
- package/lib/response/create-dis-application-detailed-description-response.js +15 -0
- package/lib/response/create-dis-application-detailed-description-response.js.map +1 -0
- package/lib/response/delete-application-detailed-description-response.d.ts +20 -0
- package/lib/response/delete-application-detailed-description-response.js +15 -0
- package/lib/response/delete-application-detailed-description-response.js.map +1 -0
- package/lib/response/delete-copy-object-request-response.d.ts +20 -0
- package/lib/response/delete-copy-object-request-response.js +15 -0
- package/lib/response/delete-copy-object-request-response.js.map +1 -0
- package/lib/response/delete-dis-application-detailed-description-response.d.ts +20 -0
- package/lib/response/delete-dis-application-detailed-description-response.js +15 -0
- package/lib/response/delete-dis-application-detailed-description-response.js.map +1 -0
- package/lib/response/get-application-detailed-description-response.d.ts +30 -0
- package/lib/response/get-application-detailed-description-response.js +15 -0
- package/lib/response/get-application-detailed-description-response.js.map +1 -0
- package/lib/response/get-copy-object-request-response.d.ts +30 -0
- package/lib/response/get-copy-object-request-response.js +15 -0
- package/lib/response/get-copy-object-request-response.js.map +1 -0
- package/lib/response/get-dis-application-detailed-description-response.d.ts +30 -0
- package/lib/response/get-dis-application-detailed-description-response.js +15 -0
- package/lib/response/get-dis-application-detailed-description-response.js.map +1 -0
- package/lib/response/get-template-response.d.ts +25 -0
- package/lib/response/get-template-response.js +15 -0
- package/lib/response/get-template-response.js.map +1 -0
- package/lib/response/index.d.ts +30 -0
- package/lib/response/list-copy-object-requests-response.d.ts +30 -0
- package/lib/response/list-copy-object-requests-response.js +15 -0
- package/lib/response/list-copy-object-requests-response.js.map +1 -0
- package/lib/response/list-templates-response.d.ts +40 -0
- package/lib/response/list-templates-response.js +15 -0
- package/lib/response/list-templates-response.js.map +1 -0
- package/lib/response/update-application-detailed-description-response.d.ts +30 -0
- package/lib/response/update-application-detailed-description-response.js +15 -0
- package/lib/response/update-application-detailed-description-response.js.map +1 -0
- package/lib/response/update-copy-object-request-response.d.ts +30 -0
- package/lib/response/update-copy-object-request-response.js +15 -0
- package/lib/response/update-copy-object-request-response.js.map +1 -0
- package/lib/response/update-dis-application-detailed-description-response.d.ts +30 -0
- package/lib/response/update-dis-application-detailed-description-response.js +15 -0
- package/lib/response/update-dis-application-detailed-description-response.js.map +1 -0
- package/package.json +3 -3
- package/lib/model/connection-from-lakehouse-details.js.map +0 -1
- package/lib/model/connection-from-lakehouse.js.map +0 -1
- package/lib/model/connection-summary-from-lakehouse.js.map +0 -1
- package/lib/model/create-connection-from-lakehouse.js.map +0 -1
- package/lib/model/create-data-asset-from-lakehouse.js.map +0 -1
- package/lib/model/data-asset-from-lakehouse-details.js.map +0 -1
- package/lib/model/data-asset-summary-from-lakehouse.js.map +0 -1
- package/lib/model/update-connection-from-lakehouse.js.map +0 -1
- package/lib/model/update-data-asset-from-lakehouse.js.map +0 -1
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.55.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.55.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,16 +97,25 @@ 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.55.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
|
+
/**
|
|
104
|
+
* Creates detailed description for an application.
|
|
105
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
106
|
+
* @param CreateApplicationDetailedDescriptionRequest
|
|
107
|
+
* @return CreateApplicationDetailedDescriptionResponse
|
|
108
|
+
* @throws OciError when an error occurs
|
|
109
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/CreateApplicationDetailedDescription.ts.html |here} to see how to use CreateApplicationDetailedDescription API.
|
|
110
|
+
*/
|
|
111
|
+
createApplicationDetailedDescription(createApplicationDetailedDescriptionRequest: requests.CreateApplicationDetailedDescriptionRequest): Promise<responses.CreateApplicationDetailedDescriptionResponse>;
|
|
103
112
|
/**
|
|
104
113
|
* Creates a connection under an existing data asset.
|
|
105
114
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
106
115
|
* @param CreateConnectionRequest
|
|
107
116
|
* @return CreateConnectionResponse
|
|
108
117
|
* @throws OciError when an error occurs
|
|
109
|
-
* @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.55.0/dataintegration/CreateConnection.ts.html |here} to see how to use CreateConnection API.
|
|
110
119
|
*/
|
|
111
120
|
createConnection(createConnectionRequest: requests.CreateConnectionRequest): Promise<responses.CreateConnectionResponse>;
|
|
112
121
|
/**
|
|
@@ -115,16 +124,26 @@ export declare class DataIntegrationClient {
|
|
|
115
124
|
* @param CreateConnectionValidationRequest
|
|
116
125
|
* @return CreateConnectionValidationResponse
|
|
117
126
|
* @throws OciError when an error occurs
|
|
118
|
-
* @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.55.0/dataintegration/CreateConnectionValidation.ts.html |here} to see how to use CreateConnectionValidation API.
|
|
119
128
|
*/
|
|
120
129
|
createConnectionValidation(createConnectionValidationRequest: requests.CreateConnectionValidationRequest): Promise<responses.CreateConnectionValidationResponse>;
|
|
130
|
+
/**
|
|
131
|
+
* Copy Metadata Object.
|
|
132
|
+
*
|
|
133
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
134
|
+
* @param CreateCopyObjectRequestRequest
|
|
135
|
+
* @return CreateCopyObjectRequestResponse
|
|
136
|
+
* @throws OciError when an error occurs
|
|
137
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/CreateCopyObjectRequest.ts.html |here} to see how to use CreateCopyObjectRequest API.
|
|
138
|
+
*/
|
|
139
|
+
createCopyObjectRequest(createCopyObjectRequestRequest: requests.CreateCopyObjectRequestRequest): Promise<responses.CreateCopyObjectRequestResponse>;
|
|
121
140
|
/**
|
|
122
141
|
* Creates a data asset with default connection.
|
|
123
142
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
124
143
|
* @param CreateDataAssetRequest
|
|
125
144
|
* @return CreateDataAssetResponse
|
|
126
145
|
* @throws OciError when an error occurs
|
|
127
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
146
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/CreateDataAsset.ts.html |here} to see how to use CreateDataAsset API.
|
|
128
147
|
*/
|
|
129
148
|
createDataAsset(createDataAssetRequest: requests.CreateDataAssetRequest): Promise<responses.CreateDataAssetResponse>;
|
|
130
149
|
/**
|
|
@@ -134,7 +153,7 @@ export declare class DataIntegrationClient {
|
|
|
134
153
|
* @param CreateDataFlowRequest
|
|
135
154
|
* @return CreateDataFlowResponse
|
|
136
155
|
* @throws OciError when an error occurs
|
|
137
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
156
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/CreateDataFlow.ts.html |here} to see how to use CreateDataFlow API.
|
|
138
157
|
*/
|
|
139
158
|
createDataFlow(createDataFlowRequest: requests.CreateDataFlowRequest): Promise<responses.CreateDataFlowResponse>;
|
|
140
159
|
/**
|
|
@@ -144,7 +163,7 @@ export declare class DataIntegrationClient {
|
|
|
144
163
|
* @param CreateDataFlowValidationRequest
|
|
145
164
|
* @return CreateDataFlowValidationResponse
|
|
146
165
|
* @throws OciError when an error occurs
|
|
147
|
-
* @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.55.0/dataintegration/CreateDataFlowValidation.ts.html |here} to see how to use CreateDataFlowValidation API.
|
|
148
167
|
*/
|
|
149
168
|
createDataFlowValidation(createDataFlowValidationRequest: requests.CreateDataFlowValidationRequest): Promise<responses.CreateDataFlowValidationResponse>;
|
|
150
169
|
/**
|
|
@@ -154,16 +173,25 @@ export declare class DataIntegrationClient {
|
|
|
154
173
|
* @param CreateDisApplicationRequest
|
|
155
174
|
* @return CreateDisApplicationResponse
|
|
156
175
|
* @throws OciError when an error occurs
|
|
157
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
176
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/CreateDisApplication.ts.html |here} to see how to use CreateDisApplication API.
|
|
158
177
|
*/
|
|
159
178
|
createDisApplication(createDisApplicationRequest: requests.CreateDisApplicationRequest): Promise<responses.CreateDisApplicationResponse>;
|
|
179
|
+
/**
|
|
180
|
+
* Creates detailed description for an application.
|
|
181
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
182
|
+
* @param CreateDisApplicationDetailedDescriptionRequest
|
|
183
|
+
* @return CreateDisApplicationDetailedDescriptionResponse
|
|
184
|
+
* @throws OciError when an error occurs
|
|
185
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/CreateDisApplicationDetailedDescription.ts.html |here} to see how to use CreateDisApplicationDetailedDescription API.
|
|
186
|
+
*/
|
|
187
|
+
createDisApplicationDetailedDescription(createDisApplicationDetailedDescriptionRequest: requests.CreateDisApplicationDetailedDescriptionRequest): Promise<responses.CreateDisApplicationDetailedDescriptionResponse>;
|
|
160
188
|
/**
|
|
161
189
|
* Creates the data entity shape using the shape from the data asset.
|
|
162
190
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
163
191
|
* @param CreateEntityShapeRequest
|
|
164
192
|
* @return CreateEntityShapeResponse
|
|
165
193
|
* @throws OciError when an error occurs
|
|
166
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
194
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/CreateEntityShape.ts.html |here} to see how to use CreateEntityShape API.
|
|
167
195
|
*/
|
|
168
196
|
createEntityShape(createEntityShapeRequest: requests.CreateEntityShapeRequest): Promise<responses.CreateEntityShapeResponse>;
|
|
169
197
|
/**
|
|
@@ -172,7 +200,7 @@ export declare class DataIntegrationClient {
|
|
|
172
200
|
* @param CreateExternalPublicationRequest
|
|
173
201
|
* @return CreateExternalPublicationResponse
|
|
174
202
|
* @throws OciError when an error occurs
|
|
175
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
203
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/CreateExternalPublication.ts.html |here} to see how to use CreateExternalPublication API.
|
|
176
204
|
*/
|
|
177
205
|
createExternalPublication(createExternalPublicationRequest: requests.CreateExternalPublicationRequest): Promise<responses.CreateExternalPublicationResponse>;
|
|
178
206
|
/**
|
|
@@ -181,7 +209,7 @@ export declare class DataIntegrationClient {
|
|
|
181
209
|
* @param CreateExternalPublicationValidationRequest
|
|
182
210
|
* @return CreateExternalPublicationValidationResponse
|
|
183
211
|
* @throws OciError when an error occurs
|
|
184
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
212
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/CreateExternalPublicationValidation.ts.html |here} to see how to use CreateExternalPublicationValidation API.
|
|
185
213
|
*/
|
|
186
214
|
createExternalPublicationValidation(createExternalPublicationValidationRequest: requests.CreateExternalPublicationValidationRequest): Promise<responses.CreateExternalPublicationValidationResponse>;
|
|
187
215
|
/**
|
|
@@ -192,7 +220,7 @@ export declare class DataIntegrationClient {
|
|
|
192
220
|
* @param CreateFolderRequest
|
|
193
221
|
* @return CreateFolderResponse
|
|
194
222
|
* @throws OciError when an error occurs
|
|
195
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
223
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/CreateFolder.ts.html |here} to see how to use CreateFolder API.
|
|
196
224
|
*/
|
|
197
225
|
createFolder(createFolderRequest: requests.CreateFolderRequest): Promise<responses.CreateFolderResponse>;
|
|
198
226
|
/**
|
|
@@ -203,7 +231,7 @@ export declare class DataIntegrationClient {
|
|
|
203
231
|
* @param CreateFunctionLibraryRequest
|
|
204
232
|
* @return CreateFunctionLibraryResponse
|
|
205
233
|
* @throws OciError when an error occurs
|
|
206
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
234
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/CreateFunctionLibrary.ts.html |here} to see how to use CreateFunctionLibrary API.
|
|
207
235
|
*/
|
|
208
236
|
createFunctionLibrary(createFunctionLibraryRequest: requests.CreateFunctionLibraryRequest): Promise<responses.CreateFunctionLibraryResponse>;
|
|
209
237
|
/**
|
|
@@ -212,7 +240,7 @@ export declare class DataIntegrationClient {
|
|
|
212
240
|
* @param CreatePatchRequest
|
|
213
241
|
* @return CreatePatchResponse
|
|
214
242
|
* @throws OciError when an error occurs
|
|
215
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
243
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/CreatePatch.ts.html |here} to see how to use CreatePatch API.
|
|
216
244
|
*/
|
|
217
245
|
createPatch(createPatchRequest: requests.CreatePatchRequest): Promise<responses.CreatePatchResponse>;
|
|
218
246
|
/**
|
|
@@ -222,7 +250,7 @@ export declare class DataIntegrationClient {
|
|
|
222
250
|
* @param CreatePipelineRequest
|
|
223
251
|
* @return CreatePipelineResponse
|
|
224
252
|
* @throws OciError when an error occurs
|
|
225
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
253
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/CreatePipeline.ts.html |here} to see how to use CreatePipeline API.
|
|
226
254
|
*/
|
|
227
255
|
createPipeline(createPipelineRequest: requests.CreatePipelineRequest): Promise<responses.CreatePipelineResponse>;
|
|
228
256
|
/**
|
|
@@ -232,7 +260,7 @@ export declare class DataIntegrationClient {
|
|
|
232
260
|
* @param CreatePipelineValidationRequest
|
|
233
261
|
* @return CreatePipelineValidationResponse
|
|
234
262
|
* @throws OciError when an error occurs
|
|
235
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
263
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/CreatePipelineValidation.ts.html |here} to see how to use CreatePipelineValidation API.
|
|
236
264
|
*/
|
|
237
265
|
createPipelineValidation(createPipelineValidationRequest: requests.CreatePipelineValidationRequest): Promise<responses.CreatePipelineValidationResponse>;
|
|
238
266
|
/**
|
|
@@ -242,7 +270,7 @@ export declare class DataIntegrationClient {
|
|
|
242
270
|
* @param CreateProjectRequest
|
|
243
271
|
* @return CreateProjectResponse
|
|
244
272
|
* @throws OciError when an error occurs
|
|
245
|
-
* @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.55.0/dataintegration/CreateProject.ts.html |here} to see how to use CreateProject API.
|
|
246
274
|
*/
|
|
247
275
|
createProject(createProjectRequest: requests.CreateProjectRequest): Promise<responses.CreateProjectResponse>;
|
|
248
276
|
/**
|
|
@@ -251,7 +279,7 @@ export declare class DataIntegrationClient {
|
|
|
251
279
|
* @param CreateScheduleRequest
|
|
252
280
|
* @return CreateScheduleResponse
|
|
253
281
|
* @throws OciError when an error occurs
|
|
254
|
-
* @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.55.0/dataintegration/CreateSchedule.ts.html |here} to see how to use CreateSchedule API.
|
|
255
283
|
*/
|
|
256
284
|
createSchedule(createScheduleRequest: requests.CreateScheduleRequest): Promise<responses.CreateScheduleResponse>;
|
|
257
285
|
/**
|
|
@@ -261,7 +289,7 @@ export declare class DataIntegrationClient {
|
|
|
261
289
|
* @param CreateTaskRequest
|
|
262
290
|
* @return CreateTaskResponse
|
|
263
291
|
* @throws OciError when an error occurs
|
|
264
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
292
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/CreateTask.ts.html |here} to see how to use CreateTask API.
|
|
265
293
|
*/
|
|
266
294
|
createTask(createTaskRequest: requests.CreateTaskRequest): Promise<responses.CreateTaskResponse>;
|
|
267
295
|
/**
|
|
@@ -270,7 +298,7 @@ export declare class DataIntegrationClient {
|
|
|
270
298
|
* @param CreateTaskRunRequest
|
|
271
299
|
* @return CreateTaskRunResponse
|
|
272
300
|
* @throws OciError when an error occurs
|
|
273
|
-
* @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.55.0/dataintegration/CreateTaskRun.ts.html |here} to see how to use CreateTaskRun API.
|
|
274
302
|
*/
|
|
275
303
|
createTaskRun(createTaskRunRequest: requests.CreateTaskRunRequest): Promise<responses.CreateTaskRunResponse>;
|
|
276
304
|
/**
|
|
@@ -279,7 +307,7 @@ export declare class DataIntegrationClient {
|
|
|
279
307
|
* @param CreateTaskScheduleRequest
|
|
280
308
|
* @return CreateTaskScheduleResponse
|
|
281
309
|
* @throws OciError when an error occurs
|
|
282
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
310
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/CreateTaskSchedule.ts.html |here} to see how to use CreateTaskSchedule API.
|
|
283
311
|
*/
|
|
284
312
|
createTaskSchedule(createTaskScheduleRequest: requests.CreateTaskScheduleRequest): Promise<responses.CreateTaskScheduleResponse>;
|
|
285
313
|
/**
|
|
@@ -288,7 +316,7 @@ export declare class DataIntegrationClient {
|
|
|
288
316
|
* @param CreateTaskValidationRequest
|
|
289
317
|
* @return CreateTaskValidationResponse
|
|
290
318
|
* @throws OciError when an error occurs
|
|
291
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
319
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/CreateTaskValidation.ts.html |here} to see how to use CreateTaskValidation API.
|
|
292
320
|
*/
|
|
293
321
|
createTaskValidation(createTaskValidationRequest: requests.CreateTaskValidationRequest): Promise<responses.CreateTaskValidationResponse>;
|
|
294
322
|
/**
|
|
@@ -298,7 +326,7 @@ export declare class DataIntegrationClient {
|
|
|
298
326
|
* @param CreateUserDefinedFunctionRequest
|
|
299
327
|
* @return CreateUserDefinedFunctionResponse
|
|
300
328
|
* @throws OciError when an error occurs
|
|
301
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
329
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/CreateUserDefinedFunction.ts.html |here} to see how to use CreateUserDefinedFunction API.
|
|
302
330
|
*/
|
|
303
331
|
createUserDefinedFunction(createUserDefinedFunctionRequest: requests.CreateUserDefinedFunctionRequest): Promise<responses.CreateUserDefinedFunctionResponse>;
|
|
304
332
|
/**
|
|
@@ -308,7 +336,7 @@ export declare class DataIntegrationClient {
|
|
|
308
336
|
* @param CreateUserDefinedFunctionValidationRequest
|
|
309
337
|
* @return CreateUserDefinedFunctionValidationResponse
|
|
310
338
|
* @throws OciError when an error occurs
|
|
311
|
-
* @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.55.0/dataintegration/CreateUserDefinedFunctionValidation.ts.html |here} to see how to use CreateUserDefinedFunctionValidation API.
|
|
312
340
|
*/
|
|
313
341
|
createUserDefinedFunctionValidation(createUserDefinedFunctionValidationRequest: requests.CreateUserDefinedFunctionValidationRequest): Promise<responses.CreateUserDefinedFunctionValidationResponse>;
|
|
314
342
|
/**
|
|
@@ -318,7 +346,7 @@ export declare class DataIntegrationClient {
|
|
|
318
346
|
* @param CreateWorkspaceRequest
|
|
319
347
|
* @return CreateWorkspaceResponse
|
|
320
348
|
* @throws OciError when an error occurs
|
|
321
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
349
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/CreateWorkspace.ts.html |here} to see how to use CreateWorkspace API.
|
|
322
350
|
*/
|
|
323
351
|
createWorkspace(createWorkspaceRequest: requests.CreateWorkspaceRequest): Promise<responses.CreateWorkspaceResponse>;
|
|
324
352
|
/**
|
|
@@ -327,16 +355,25 @@ export declare class DataIntegrationClient {
|
|
|
327
355
|
* @param DeleteApplicationRequest
|
|
328
356
|
* @return DeleteApplicationResponse
|
|
329
357
|
* @throws OciError when an error occurs
|
|
330
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
358
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
|
|
331
359
|
*/
|
|
332
360
|
deleteApplication(deleteApplicationRequest: requests.DeleteApplicationRequest): Promise<responses.DeleteApplicationResponse>;
|
|
361
|
+
/**
|
|
362
|
+
* Deletes detailed description of an Application.
|
|
363
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
364
|
+
* @param DeleteApplicationDetailedDescriptionRequest
|
|
365
|
+
* @return DeleteApplicationDetailedDescriptionResponse
|
|
366
|
+
* @throws OciError when an error occurs
|
|
367
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/DeleteApplicationDetailedDescription.ts.html |here} to see how to use DeleteApplicationDetailedDescription API.
|
|
368
|
+
*/
|
|
369
|
+
deleteApplicationDetailedDescription(deleteApplicationDetailedDescriptionRequest: requests.DeleteApplicationDetailedDescriptionRequest): Promise<responses.DeleteApplicationDetailedDescriptionResponse>;
|
|
333
370
|
/**
|
|
334
371
|
* Removes a connection using the specified identifier.
|
|
335
372
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
336
373
|
* @param DeleteConnectionRequest
|
|
337
374
|
* @return DeleteConnectionResponse
|
|
338
375
|
* @throws OciError when an error occurs
|
|
339
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
376
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/DeleteConnection.ts.html |here} to see how to use DeleteConnection API.
|
|
340
377
|
*/
|
|
341
378
|
deleteConnection(deleteConnectionRequest: requests.DeleteConnectionRequest): Promise<responses.DeleteConnectionResponse>;
|
|
342
379
|
/**
|
|
@@ -345,16 +382,25 @@ export declare class DataIntegrationClient {
|
|
|
345
382
|
* @param DeleteConnectionValidationRequest
|
|
346
383
|
* @return DeleteConnectionValidationResponse
|
|
347
384
|
* @throws OciError when an error occurs
|
|
348
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
385
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/DeleteConnectionValidation.ts.html |here} to see how to use DeleteConnectionValidation API.
|
|
349
386
|
*/
|
|
350
387
|
deleteConnectionValidation(deleteConnectionValidationRequest: requests.DeleteConnectionValidationRequest): Promise<responses.DeleteConnectionValidationResponse>;
|
|
388
|
+
/**
|
|
389
|
+
* Delete copy object request using the specified identifier.
|
|
390
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
391
|
+
* @param DeleteCopyObjectRequestRequest
|
|
392
|
+
* @return DeleteCopyObjectRequestResponse
|
|
393
|
+
* @throws OciError when an error occurs
|
|
394
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/DeleteCopyObjectRequest.ts.html |here} to see how to use DeleteCopyObjectRequest API.
|
|
395
|
+
*/
|
|
396
|
+
deleteCopyObjectRequest(deleteCopyObjectRequestRequest: requests.DeleteCopyObjectRequestRequest): Promise<responses.DeleteCopyObjectRequestResponse>;
|
|
351
397
|
/**
|
|
352
398
|
* Removes a data asset using the specified identifier.
|
|
353
399
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
354
400
|
* @param DeleteDataAssetRequest
|
|
355
401
|
* @return DeleteDataAssetResponse
|
|
356
402
|
* @throws OciError when an error occurs
|
|
357
|
-
* @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.55.0/dataintegration/DeleteDataAsset.ts.html |here} to see how to use DeleteDataAsset API.
|
|
358
404
|
*/
|
|
359
405
|
deleteDataAsset(deleteDataAssetRequest: requests.DeleteDataAssetRequest): Promise<responses.DeleteDataAssetResponse>;
|
|
360
406
|
/**
|
|
@@ -363,7 +409,7 @@ export declare class DataIntegrationClient {
|
|
|
363
409
|
* @param DeleteDataFlowRequest
|
|
364
410
|
* @return DeleteDataFlowResponse
|
|
365
411
|
* @throws OciError when an error occurs
|
|
366
|
-
* @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.55.0/dataintegration/DeleteDataFlow.ts.html |here} to see how to use DeleteDataFlow API.
|
|
367
413
|
*/
|
|
368
414
|
deleteDataFlow(deleteDataFlowRequest: requests.DeleteDataFlowRequest): Promise<responses.DeleteDataFlowResponse>;
|
|
369
415
|
/**
|
|
@@ -372,7 +418,7 @@ export declare class DataIntegrationClient {
|
|
|
372
418
|
* @param DeleteDataFlowValidationRequest
|
|
373
419
|
* @return DeleteDataFlowValidationResponse
|
|
374
420
|
* @throws OciError when an error occurs
|
|
375
|
-
* @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.55.0/dataintegration/DeleteDataFlowValidation.ts.html |here} to see how to use DeleteDataFlowValidation API.
|
|
376
422
|
*/
|
|
377
423
|
deleteDataFlowValidation(deleteDataFlowValidationRequest: requests.DeleteDataFlowValidationRequest): Promise<responses.DeleteDataFlowValidationResponse>;
|
|
378
424
|
/**
|
|
@@ -381,16 +427,25 @@ export declare class DataIntegrationClient {
|
|
|
381
427
|
* @param DeleteDisApplicationRequest
|
|
382
428
|
* @return DeleteDisApplicationResponse
|
|
383
429
|
* @throws OciError when an error occurs
|
|
384
|
-
* @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.55.0/dataintegration/DeleteDisApplication.ts.html |here} to see how to use DeleteDisApplication API.
|
|
385
431
|
*/
|
|
386
432
|
deleteDisApplication(deleteDisApplicationRequest: requests.DeleteDisApplicationRequest): Promise<responses.DeleteDisApplicationResponse>;
|
|
433
|
+
/**
|
|
434
|
+
* Deletes detailed description of an Application.
|
|
435
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
436
|
+
* @param DeleteDisApplicationDetailedDescriptionRequest
|
|
437
|
+
* @return DeleteDisApplicationDetailedDescriptionResponse
|
|
438
|
+
* @throws OciError when an error occurs
|
|
439
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/DeleteDisApplicationDetailedDescription.ts.html |here} to see how to use DeleteDisApplicationDetailedDescription API.
|
|
440
|
+
*/
|
|
441
|
+
deleteDisApplicationDetailedDescription(deleteDisApplicationDetailedDescriptionRequest: requests.DeleteDisApplicationDetailedDescriptionRequest): Promise<responses.DeleteDisApplicationDetailedDescriptionResponse>;
|
|
387
442
|
/**
|
|
388
443
|
* Removes a published object using the specified identifier.
|
|
389
444
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
390
445
|
* @param DeleteExternalPublicationRequest
|
|
391
446
|
* @return DeleteExternalPublicationResponse
|
|
392
447
|
* @throws OciError when an error occurs
|
|
393
|
-
* @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.55.0/dataintegration/DeleteExternalPublication.ts.html |here} to see how to use DeleteExternalPublication API.
|
|
394
449
|
*/
|
|
395
450
|
deleteExternalPublication(deleteExternalPublicationRequest: requests.DeleteExternalPublicationRequest): Promise<responses.DeleteExternalPublicationResponse>;
|
|
396
451
|
/**
|
|
@@ -400,7 +455,7 @@ export declare class DataIntegrationClient {
|
|
|
400
455
|
* @param DeleteExternalPublicationValidationRequest
|
|
401
456
|
* @return DeleteExternalPublicationValidationResponse
|
|
402
457
|
* @throws OciError when an error occurs
|
|
403
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
458
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/DeleteExternalPublicationValidation.ts.html |here} to see how to use DeleteExternalPublicationValidation API.
|
|
404
459
|
*/
|
|
405
460
|
deleteExternalPublicationValidation(deleteExternalPublicationValidationRequest: requests.DeleteExternalPublicationValidationRequest): Promise<responses.DeleteExternalPublicationValidationResponse>;
|
|
406
461
|
/**
|
|
@@ -409,7 +464,7 @@ export declare class DataIntegrationClient {
|
|
|
409
464
|
* @param DeleteFolderRequest
|
|
410
465
|
* @return DeleteFolderResponse
|
|
411
466
|
* @throws OciError when an error occurs
|
|
412
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
467
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/DeleteFolder.ts.html |here} to see how to use DeleteFolder API.
|
|
413
468
|
*/
|
|
414
469
|
deleteFolder(deleteFolderRequest: requests.DeleteFolderRequest): Promise<responses.DeleteFolderResponse>;
|
|
415
470
|
/**
|
|
@@ -418,7 +473,7 @@ export declare class DataIntegrationClient {
|
|
|
418
473
|
* @param DeleteFunctionLibraryRequest
|
|
419
474
|
* @return DeleteFunctionLibraryResponse
|
|
420
475
|
* @throws OciError when an error occurs
|
|
421
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
476
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/DeleteFunctionLibrary.ts.html |here} to see how to use DeleteFunctionLibrary API.
|
|
422
477
|
*/
|
|
423
478
|
deleteFunctionLibrary(deleteFunctionLibraryRequest: requests.DeleteFunctionLibraryRequest): Promise<responses.DeleteFunctionLibraryResponse>;
|
|
424
479
|
/**
|
|
@@ -427,7 +482,7 @@ export declare class DataIntegrationClient {
|
|
|
427
482
|
* @param DeletePatchRequest
|
|
428
483
|
* @return DeletePatchResponse
|
|
429
484
|
* @throws OciError when an error occurs
|
|
430
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
485
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/DeletePatch.ts.html |here} to see how to use DeletePatch API.
|
|
431
486
|
*/
|
|
432
487
|
deletePatch(deletePatchRequest: requests.DeletePatchRequest): Promise<responses.DeletePatchResponse>;
|
|
433
488
|
/**
|
|
@@ -436,7 +491,7 @@ export declare class DataIntegrationClient {
|
|
|
436
491
|
* @param DeletePipelineRequest
|
|
437
492
|
* @return DeletePipelineResponse
|
|
438
493
|
* @throws OciError when an error occurs
|
|
439
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
494
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/DeletePipeline.ts.html |here} to see how to use DeletePipeline API.
|
|
440
495
|
*/
|
|
441
496
|
deletePipeline(deletePipelineRequest: requests.DeletePipelineRequest): Promise<responses.DeletePipelineResponse>;
|
|
442
497
|
/**
|
|
@@ -445,7 +500,7 @@ export declare class DataIntegrationClient {
|
|
|
445
500
|
* @param DeletePipelineValidationRequest
|
|
446
501
|
* @return DeletePipelineValidationResponse
|
|
447
502
|
* @throws OciError when an error occurs
|
|
448
|
-
* @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.55.0/dataintegration/DeletePipelineValidation.ts.html |here} to see how to use DeletePipelineValidation API.
|
|
449
504
|
*/
|
|
450
505
|
deletePipelineValidation(deletePipelineValidationRequest: requests.DeletePipelineValidationRequest): Promise<responses.DeletePipelineValidationResponse>;
|
|
451
506
|
/**
|
|
@@ -454,7 +509,7 @@ export declare class DataIntegrationClient {
|
|
|
454
509
|
* @param DeleteProjectRequest
|
|
455
510
|
* @return DeleteProjectResponse
|
|
456
511
|
* @throws OciError when an error occurs
|
|
457
|
-
* @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.55.0/dataintegration/DeleteProject.ts.html |here} to see how to use DeleteProject API.
|
|
458
513
|
*/
|
|
459
514
|
deleteProject(deleteProjectRequest: requests.DeleteProjectRequest): Promise<responses.DeleteProjectResponse>;
|
|
460
515
|
/**
|
|
@@ -463,7 +518,7 @@ export declare class DataIntegrationClient {
|
|
|
463
518
|
* @param DeleteScheduleRequest
|
|
464
519
|
* @return DeleteScheduleResponse
|
|
465
520
|
* @throws OciError when an error occurs
|
|
466
|
-
* @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.55.0/dataintegration/DeleteSchedule.ts.html |here} to see how to use DeleteSchedule API.
|
|
467
522
|
*/
|
|
468
523
|
deleteSchedule(deleteScheduleRequest: requests.DeleteScheduleRequest): Promise<responses.DeleteScheduleResponse>;
|
|
469
524
|
/**
|
|
@@ -472,7 +527,7 @@ export declare class DataIntegrationClient {
|
|
|
472
527
|
* @param DeleteTaskRequest
|
|
473
528
|
* @return DeleteTaskResponse
|
|
474
529
|
* @throws OciError when an error occurs
|
|
475
|
-
* @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.55.0/dataintegration/DeleteTask.ts.html |here} to see how to use DeleteTask API.
|
|
476
531
|
*/
|
|
477
532
|
deleteTask(deleteTaskRequest: requests.DeleteTaskRequest): Promise<responses.DeleteTaskResponse>;
|
|
478
533
|
/**
|
|
@@ -481,7 +536,7 @@ export declare class DataIntegrationClient {
|
|
|
481
536
|
* @param DeleteTaskRunRequest
|
|
482
537
|
* @return DeleteTaskRunResponse
|
|
483
538
|
* @throws OciError when an error occurs
|
|
484
|
-
* @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.55.0/dataintegration/DeleteTaskRun.ts.html |here} to see how to use DeleteTaskRun API.
|
|
485
540
|
*/
|
|
486
541
|
deleteTaskRun(deleteTaskRunRequest: requests.DeleteTaskRunRequest): Promise<responses.DeleteTaskRunResponse>;
|
|
487
542
|
/**
|
|
@@ -490,7 +545,7 @@ export declare class DataIntegrationClient {
|
|
|
490
545
|
* @param DeleteTaskScheduleRequest
|
|
491
546
|
* @return DeleteTaskScheduleResponse
|
|
492
547
|
* @throws OciError when an error occurs
|
|
493
|
-
* @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.55.0/dataintegration/DeleteTaskSchedule.ts.html |here} to see how to use DeleteTaskSchedule API.
|
|
494
549
|
*/
|
|
495
550
|
deleteTaskSchedule(deleteTaskScheduleRequest: requests.DeleteTaskScheduleRequest): Promise<responses.DeleteTaskScheduleResponse>;
|
|
496
551
|
/**
|
|
@@ -500,7 +555,7 @@ export declare class DataIntegrationClient {
|
|
|
500
555
|
* @param DeleteTaskValidationRequest
|
|
501
556
|
* @return DeleteTaskValidationResponse
|
|
502
557
|
* @throws OciError when an error occurs
|
|
503
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
558
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/DeleteTaskValidation.ts.html |here} to see how to use DeleteTaskValidation API.
|
|
504
559
|
*/
|
|
505
560
|
deleteTaskValidation(deleteTaskValidationRequest: requests.DeleteTaskValidationRequest): Promise<responses.DeleteTaskValidationResponse>;
|
|
506
561
|
/**
|
|
@@ -509,7 +564,7 @@ export declare class DataIntegrationClient {
|
|
|
509
564
|
* @param DeleteUserDefinedFunctionRequest
|
|
510
565
|
* @return DeleteUserDefinedFunctionResponse
|
|
511
566
|
* @throws OciError when an error occurs
|
|
512
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
567
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/DeleteUserDefinedFunction.ts.html |here} to see how to use DeleteUserDefinedFunction API.
|
|
513
568
|
*/
|
|
514
569
|
deleteUserDefinedFunction(deleteUserDefinedFunctionRequest: requests.DeleteUserDefinedFunctionRequest): Promise<responses.DeleteUserDefinedFunctionResponse>;
|
|
515
570
|
/**
|
|
@@ -518,7 +573,7 @@ export declare class DataIntegrationClient {
|
|
|
518
573
|
* @param DeleteUserDefinedFunctionValidationRequest
|
|
519
574
|
* @return DeleteUserDefinedFunctionValidationResponse
|
|
520
575
|
* @throws OciError when an error occurs
|
|
521
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
576
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/DeleteUserDefinedFunctionValidation.ts.html |here} to see how to use DeleteUserDefinedFunctionValidation API.
|
|
522
577
|
*/
|
|
523
578
|
deleteUserDefinedFunctionValidation(deleteUserDefinedFunctionValidationRequest: requests.DeleteUserDefinedFunctionValidationRequest): Promise<responses.DeleteUserDefinedFunctionValidationResponse>;
|
|
524
579
|
/**
|
|
@@ -527,7 +582,7 @@ export declare class DataIntegrationClient {
|
|
|
527
582
|
* @param DeleteWorkspaceRequest
|
|
528
583
|
* @return DeleteWorkspaceResponse
|
|
529
584
|
* @throws OciError when an error occurs
|
|
530
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
585
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/DeleteWorkspace.ts.html |here} to see how to use DeleteWorkspace API.
|
|
531
586
|
*/
|
|
532
587
|
deleteWorkspace(deleteWorkspaceRequest: requests.DeleteWorkspaceRequest): Promise<responses.DeleteWorkspaceResponse>;
|
|
533
588
|
/**
|
|
@@ -536,16 +591,25 @@ export declare class DataIntegrationClient {
|
|
|
536
591
|
* @param GetApplicationRequest
|
|
537
592
|
* @return GetApplicationResponse
|
|
538
593
|
* @throws OciError when an error occurs
|
|
539
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
594
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/GetApplication.ts.html |here} to see how to use GetApplication API.
|
|
540
595
|
*/
|
|
541
596
|
getApplication(getApplicationRequest: requests.GetApplicationRequest): Promise<responses.GetApplicationResponse>;
|
|
597
|
+
/**
|
|
598
|
+
* Retrieves detailed description of an Application
|
|
599
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
600
|
+
* @param GetApplicationDetailedDescriptionRequest
|
|
601
|
+
* @return GetApplicationDetailedDescriptionResponse
|
|
602
|
+
* @throws OciError when an error occurs
|
|
603
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/GetApplicationDetailedDescription.ts.html |here} to see how to use GetApplicationDetailedDescription API.
|
|
604
|
+
*/
|
|
605
|
+
getApplicationDetailedDescription(getApplicationDetailedDescriptionRequest: requests.GetApplicationDetailedDescriptionRequest): Promise<responses.GetApplicationDetailedDescriptionResponse>;
|
|
542
606
|
/**
|
|
543
607
|
* Retrieves the connection details using the specified identifier.
|
|
544
608
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
545
609
|
* @param GetConnectionRequest
|
|
546
610
|
* @return GetConnectionResponse
|
|
547
611
|
* @throws OciError when an error occurs
|
|
548
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
612
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/GetConnection.ts.html |here} to see how to use GetConnection API.
|
|
549
613
|
*/
|
|
550
614
|
getConnection(getConnectionRequest: requests.GetConnectionRequest): Promise<responses.GetConnectionResponse>;
|
|
551
615
|
/**
|
|
@@ -554,9 +618,19 @@ export declare class DataIntegrationClient {
|
|
|
554
618
|
* @param GetConnectionValidationRequest
|
|
555
619
|
* @return GetConnectionValidationResponse
|
|
556
620
|
* @throws OciError when an error occurs
|
|
557
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
621
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/GetConnectionValidation.ts.html |here} to see how to use GetConnectionValidation API.
|
|
558
622
|
*/
|
|
559
623
|
getConnectionValidation(getConnectionValidationRequest: requests.GetConnectionValidationRequest): Promise<responses.GetConnectionValidationResponse>;
|
|
624
|
+
/**
|
|
625
|
+
* This endpoint can be used to get the summary/details of object being copied.
|
|
626
|
+
*
|
|
627
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
628
|
+
* @param GetCopyObjectRequestRequest
|
|
629
|
+
* @return GetCopyObjectRequestResponse
|
|
630
|
+
* @throws OciError when an error occurs
|
|
631
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/GetCopyObjectRequest.ts.html |here} to see how to use GetCopyObjectRequest API.
|
|
632
|
+
*/
|
|
633
|
+
getCopyObjectRequest(getCopyObjectRequestRequest: requests.GetCopyObjectRequestRequest): Promise<responses.GetCopyObjectRequestResponse>;
|
|
560
634
|
/**
|
|
561
635
|
* Retrieves statistics on a workspace. It returns an object with an array of property values, such as the number of projects, |
|
|
562
636
|
* applications, data assets, and so on.
|
|
@@ -565,7 +639,7 @@ export declare class DataIntegrationClient {
|
|
|
565
639
|
* @param GetCountStatisticRequest
|
|
566
640
|
* @return GetCountStatisticResponse
|
|
567
641
|
* @throws OciError when an error occurs
|
|
568
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
642
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/GetCountStatistic.ts.html |here} to see how to use GetCountStatistic API.
|
|
569
643
|
*/
|
|
570
644
|
getCountStatistic(getCountStatisticRequest: requests.GetCountStatisticRequest): Promise<responses.GetCountStatisticResponse>;
|
|
571
645
|
/**
|
|
@@ -574,7 +648,7 @@ export declare class DataIntegrationClient {
|
|
|
574
648
|
* @param GetDataAssetRequest
|
|
575
649
|
* @return GetDataAssetResponse
|
|
576
650
|
* @throws OciError when an error occurs
|
|
577
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
651
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/GetDataAsset.ts.html |here} to see how to use GetDataAsset API.
|
|
578
652
|
*/
|
|
579
653
|
getDataAsset(getDataAssetRequest: requests.GetDataAssetRequest): Promise<responses.GetDataAssetResponse>;
|
|
580
654
|
/**
|
|
@@ -583,7 +657,7 @@ export declare class DataIntegrationClient {
|
|
|
583
657
|
* @param GetDataEntityRequest
|
|
584
658
|
* @return GetDataEntityResponse
|
|
585
659
|
* @throws OciError when an error occurs
|
|
586
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
660
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/GetDataEntity.ts.html |here} to see how to use GetDataEntity API.
|
|
587
661
|
*/
|
|
588
662
|
getDataEntity(getDataEntityRequest: requests.GetDataEntityRequest): Promise<responses.GetDataEntityResponse>;
|
|
589
663
|
/**
|
|
@@ -592,7 +666,7 @@ export declare class DataIntegrationClient {
|
|
|
592
666
|
* @param GetDataFlowRequest
|
|
593
667
|
* @return GetDataFlowResponse
|
|
594
668
|
* @throws OciError when an error occurs
|
|
595
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
669
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/GetDataFlow.ts.html |here} to see how to use GetDataFlow API.
|
|
596
670
|
*/
|
|
597
671
|
getDataFlow(getDataFlowRequest: requests.GetDataFlowRequest): Promise<responses.GetDataFlowResponse>;
|
|
598
672
|
/**
|
|
@@ -601,7 +675,7 @@ export declare class DataIntegrationClient {
|
|
|
601
675
|
* @param GetDataFlowValidationRequest
|
|
602
676
|
* @return GetDataFlowValidationResponse
|
|
603
677
|
* @throws OciError when an error occurs
|
|
604
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
678
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/GetDataFlowValidation.ts.html |here} to see how to use GetDataFlowValidation API.
|
|
605
679
|
*/
|
|
606
680
|
getDataFlowValidation(getDataFlowValidationRequest: requests.GetDataFlowValidationRequest): Promise<responses.GetDataFlowValidationResponse>;
|
|
607
681
|
/**
|
|
@@ -610,7 +684,7 @@ export declare class DataIntegrationClient {
|
|
|
610
684
|
* @param GetDependentObjectRequest
|
|
611
685
|
* @return GetDependentObjectResponse
|
|
612
686
|
* @throws OciError when an error occurs
|
|
613
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
687
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/GetDependentObject.ts.html |here} to see how to use GetDependentObject API.
|
|
614
688
|
*/
|
|
615
689
|
getDependentObject(getDependentObjectRequest: requests.GetDependentObjectRequest): Promise<responses.GetDependentObjectResponse>;
|
|
616
690
|
/**
|
|
@@ -619,16 +693,25 @@ export declare class DataIntegrationClient {
|
|
|
619
693
|
* @param GetDisApplicationRequest
|
|
620
694
|
* @return GetDisApplicationResponse
|
|
621
695
|
* @throws OciError when an error occurs
|
|
622
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
696
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/GetDisApplication.ts.html |here} to see how to use GetDisApplication API.
|
|
623
697
|
*/
|
|
624
698
|
getDisApplication(getDisApplicationRequest: requests.GetDisApplicationRequest): Promise<responses.GetDisApplicationResponse>;
|
|
699
|
+
/**
|
|
700
|
+
* Retrieves detailed description of an Application.
|
|
701
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
702
|
+
* @param GetDisApplicationDetailedDescriptionRequest
|
|
703
|
+
* @return GetDisApplicationDetailedDescriptionResponse
|
|
704
|
+
* @throws OciError when an error occurs
|
|
705
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/GetDisApplicationDetailedDescription.ts.html |here} to see how to use GetDisApplicationDetailedDescription API.
|
|
706
|
+
*/
|
|
707
|
+
getDisApplicationDetailedDescription(getDisApplicationDetailedDescriptionRequest: requests.GetDisApplicationDetailedDescriptionRequest): Promise<responses.GetDisApplicationDetailedDescriptionResponse>;
|
|
625
708
|
/**
|
|
626
709
|
* Retrieves a publshed object in an task using the specified identifier.
|
|
627
710
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
628
711
|
* @param GetExternalPublicationRequest
|
|
629
712
|
* @return GetExternalPublicationResponse
|
|
630
713
|
* @throws OciError when an error occurs
|
|
631
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
714
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/GetExternalPublication.ts.html |here} to see how to use GetExternalPublication API.
|
|
632
715
|
*/
|
|
633
716
|
getExternalPublication(getExternalPublicationRequest: requests.GetExternalPublicationRequest): Promise<responses.GetExternalPublicationResponse>;
|
|
634
717
|
/**
|
|
@@ -637,7 +720,7 @@ export declare class DataIntegrationClient {
|
|
|
637
720
|
* @param GetExternalPublicationValidationRequest
|
|
638
721
|
* @return GetExternalPublicationValidationResponse
|
|
639
722
|
* @throws OciError when an error occurs
|
|
640
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
723
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/GetExternalPublicationValidation.ts.html |here} to see how to use GetExternalPublicationValidation API.
|
|
641
724
|
*/
|
|
642
725
|
getExternalPublicationValidation(getExternalPublicationValidationRequest: requests.GetExternalPublicationValidationRequest): Promise<responses.GetExternalPublicationValidationResponse>;
|
|
643
726
|
/**
|
|
@@ -646,7 +729,7 @@ export declare class DataIntegrationClient {
|
|
|
646
729
|
* @param GetFolderRequest
|
|
647
730
|
* @return GetFolderResponse
|
|
648
731
|
* @throws OciError when an error occurs
|
|
649
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
732
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/GetFolder.ts.html |here} to see how to use GetFolder API.
|
|
650
733
|
*/
|
|
651
734
|
getFolder(getFolderRequest: requests.GetFolderRequest): Promise<responses.GetFolderResponse>;
|
|
652
735
|
/**
|
|
@@ -655,7 +738,7 @@ export declare class DataIntegrationClient {
|
|
|
655
738
|
* @param GetFunctionLibraryRequest
|
|
656
739
|
* @return GetFunctionLibraryResponse
|
|
657
740
|
* @throws OciError when an error occurs
|
|
658
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
741
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/GetFunctionLibrary.ts.html |here} to see how to use GetFunctionLibrary API.
|
|
659
742
|
*/
|
|
660
743
|
getFunctionLibrary(getFunctionLibraryRequest: requests.GetFunctionLibraryRequest): Promise<responses.GetFunctionLibraryResponse>;
|
|
661
744
|
/**
|
|
@@ -664,7 +747,7 @@ export declare class DataIntegrationClient {
|
|
|
664
747
|
* @param GetPatchRequest
|
|
665
748
|
* @return GetPatchResponse
|
|
666
749
|
* @throws OciError when an error occurs
|
|
667
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
750
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/GetPatch.ts.html |here} to see how to use GetPatch API.
|
|
668
751
|
*/
|
|
669
752
|
getPatch(getPatchRequest: requests.GetPatchRequest): Promise<responses.GetPatchResponse>;
|
|
670
753
|
/**
|
|
@@ -673,7 +756,7 @@ export declare class DataIntegrationClient {
|
|
|
673
756
|
* @param GetPipelineRequest
|
|
674
757
|
* @return GetPipelineResponse
|
|
675
758
|
* @throws OciError when an error occurs
|
|
676
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
759
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/GetPipeline.ts.html |here} to see how to use GetPipeline API.
|
|
677
760
|
*/
|
|
678
761
|
getPipeline(getPipelineRequest: requests.GetPipelineRequest): Promise<responses.GetPipelineResponse>;
|
|
679
762
|
/**
|
|
@@ -682,7 +765,7 @@ export declare class DataIntegrationClient {
|
|
|
682
765
|
* @param GetPipelineValidationRequest
|
|
683
766
|
* @return GetPipelineValidationResponse
|
|
684
767
|
* @throws OciError when an error occurs
|
|
685
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
768
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/GetPipelineValidation.ts.html |here} to see how to use GetPipelineValidation API.
|
|
686
769
|
*/
|
|
687
770
|
getPipelineValidation(getPipelineValidationRequest: requests.GetPipelineValidationRequest): Promise<responses.GetPipelineValidationResponse>;
|
|
688
771
|
/**
|
|
@@ -691,7 +774,7 @@ export declare class DataIntegrationClient {
|
|
|
691
774
|
* @param GetProjectRequest
|
|
692
775
|
* @return GetProjectResponse
|
|
693
776
|
* @throws OciError when an error occurs
|
|
694
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
777
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/GetProject.ts.html |here} to see how to use GetProject API.
|
|
695
778
|
*/
|
|
696
779
|
getProject(getProjectRequest: requests.GetProjectRequest): Promise<responses.GetProjectResponse>;
|
|
697
780
|
/**
|
|
@@ -700,7 +783,7 @@ export declare class DataIntegrationClient {
|
|
|
700
783
|
* @param GetPublishedObjectRequest
|
|
701
784
|
* @return GetPublishedObjectResponse
|
|
702
785
|
* @throws OciError when an error occurs
|
|
703
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
786
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/GetPublishedObject.ts.html |here} to see how to use GetPublishedObject API.
|
|
704
787
|
*/
|
|
705
788
|
getPublishedObject(getPublishedObjectRequest: requests.GetPublishedObjectRequest): Promise<responses.GetPublishedObjectResponse>;
|
|
706
789
|
/**
|
|
@@ -709,7 +792,7 @@ export declare class DataIntegrationClient {
|
|
|
709
792
|
* @param GetReferenceRequest
|
|
710
793
|
* @return GetReferenceResponse
|
|
711
794
|
* @throws OciError when an error occurs
|
|
712
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
795
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/GetReference.ts.html |here} to see how to use GetReference API.
|
|
713
796
|
*/
|
|
714
797
|
getReference(getReferenceRequest: requests.GetReferenceRequest): Promise<responses.GetReferenceResponse>;
|
|
715
798
|
/**
|
|
@@ -718,7 +801,7 @@ export declare class DataIntegrationClient {
|
|
|
718
801
|
* @param GetRuntimeOperatorRequest
|
|
719
802
|
* @return GetRuntimeOperatorResponse
|
|
720
803
|
* @throws OciError when an error occurs
|
|
721
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
804
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/GetRuntimeOperator.ts.html |here} to see how to use GetRuntimeOperator API.
|
|
722
805
|
*/
|
|
723
806
|
getRuntimeOperator(getRuntimeOperatorRequest: requests.GetRuntimeOperatorRequest): Promise<responses.GetRuntimeOperatorResponse>;
|
|
724
807
|
/**
|
|
@@ -727,7 +810,7 @@ export declare class DataIntegrationClient {
|
|
|
727
810
|
* @param GetRuntimePipelineRequest
|
|
728
811
|
* @return GetRuntimePipelineResponse
|
|
729
812
|
* @throws OciError when an error occurs
|
|
730
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
813
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/GetRuntimePipeline.ts.html |here} to see how to use GetRuntimePipeline API.
|
|
731
814
|
*/
|
|
732
815
|
getRuntimePipeline(getRuntimePipelineRequest: requests.GetRuntimePipelineRequest): Promise<responses.GetRuntimePipelineResponse>;
|
|
733
816
|
/**
|
|
@@ -736,7 +819,7 @@ export declare class DataIntegrationClient {
|
|
|
736
819
|
* @param GetScheduleRequest
|
|
737
820
|
* @return GetScheduleResponse
|
|
738
821
|
* @throws OciError when an error occurs
|
|
739
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
822
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/GetSchedule.ts.html |here} to see how to use GetSchedule API.
|
|
740
823
|
*/
|
|
741
824
|
getSchedule(getScheduleRequest: requests.GetScheduleRequest): Promise<responses.GetScheduleResponse>;
|
|
742
825
|
/**
|
|
@@ -745,7 +828,7 @@ export declare class DataIntegrationClient {
|
|
|
745
828
|
* @param GetSchemaRequest
|
|
746
829
|
* @return GetSchemaResponse
|
|
747
830
|
* @throws OciError when an error occurs
|
|
748
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
831
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/GetSchema.ts.html |here} to see how to use GetSchema API.
|
|
749
832
|
*/
|
|
750
833
|
getSchema(getSchemaRequest: requests.GetSchemaRequest): Promise<responses.GetSchemaResponse>;
|
|
751
834
|
/**
|
|
@@ -754,7 +837,7 @@ export declare class DataIntegrationClient {
|
|
|
754
837
|
* @param GetTaskRequest
|
|
755
838
|
* @return GetTaskResponse
|
|
756
839
|
* @throws OciError when an error occurs
|
|
757
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
840
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/GetTask.ts.html |here} to see how to use GetTask API.
|
|
758
841
|
*/
|
|
759
842
|
getTask(getTaskRequest: requests.GetTaskRequest): Promise<responses.GetTaskResponse>;
|
|
760
843
|
/**
|
|
@@ -763,7 +846,7 @@ export declare class DataIntegrationClient {
|
|
|
763
846
|
* @param GetTaskRunRequest
|
|
764
847
|
* @return GetTaskRunResponse
|
|
765
848
|
* @throws OciError when an error occurs
|
|
766
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
849
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/GetTaskRun.ts.html |here} to see how to use GetTaskRun API.
|
|
767
850
|
*/
|
|
768
851
|
getTaskRun(getTaskRunRequest: requests.GetTaskRunRequest): Promise<responses.GetTaskRunResponse>;
|
|
769
852
|
/**
|
|
@@ -772,7 +855,7 @@ export declare class DataIntegrationClient {
|
|
|
772
855
|
* @param GetTaskScheduleRequest
|
|
773
856
|
* @return GetTaskScheduleResponse
|
|
774
857
|
* @throws OciError when an error occurs
|
|
775
|
-
* @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.55.0/dataintegration/GetTaskSchedule.ts.html |here} to see how to use GetTaskSchedule API.
|
|
776
859
|
*/
|
|
777
860
|
getTaskSchedule(getTaskScheduleRequest: requests.GetTaskScheduleRequest): Promise<responses.GetTaskScheduleResponse>;
|
|
778
861
|
/**
|
|
@@ -782,16 +865,25 @@ export declare class DataIntegrationClient {
|
|
|
782
865
|
* @param GetTaskValidationRequest
|
|
783
866
|
* @return GetTaskValidationResponse
|
|
784
867
|
* @throws OciError when an error occurs
|
|
785
|
-
* @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.55.0/dataintegration/GetTaskValidation.ts.html |here} to see how to use GetTaskValidation API.
|
|
786
869
|
*/
|
|
787
870
|
getTaskValidation(getTaskValidationRequest: requests.GetTaskValidationRequest): Promise<responses.GetTaskValidationResponse>;
|
|
871
|
+
/**
|
|
872
|
+
* This endpoint can be used to get an application template using a key.
|
|
873
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
874
|
+
* @param GetTemplateRequest
|
|
875
|
+
* @return GetTemplateResponse
|
|
876
|
+
* @throws OciError when an error occurs
|
|
877
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/GetTemplate.ts.html |here} to see how to use GetTemplate API.
|
|
878
|
+
*/
|
|
879
|
+
getTemplate(getTemplateRequest: requests.GetTemplateRequest): Promise<responses.GetTemplateResponse>;
|
|
788
880
|
/**
|
|
789
881
|
* Retrieves a UserDefinedFunction using the specified identifier.
|
|
790
882
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
791
883
|
* @param GetUserDefinedFunctionRequest
|
|
792
884
|
* @return GetUserDefinedFunctionResponse
|
|
793
885
|
* @throws OciError when an error occurs
|
|
794
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
886
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/GetUserDefinedFunction.ts.html |here} to see how to use GetUserDefinedFunction API.
|
|
795
887
|
*/
|
|
796
888
|
getUserDefinedFunction(getUserDefinedFunctionRequest: requests.GetUserDefinedFunctionRequest): Promise<responses.GetUserDefinedFunctionResponse>;
|
|
797
889
|
/**
|
|
@@ -800,7 +892,7 @@ export declare class DataIntegrationClient {
|
|
|
800
892
|
* @param GetUserDefinedFunctionValidationRequest
|
|
801
893
|
* @return GetUserDefinedFunctionValidationResponse
|
|
802
894
|
* @throws OciError when an error occurs
|
|
803
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
895
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/GetUserDefinedFunctionValidation.ts.html |here} to see how to use GetUserDefinedFunctionValidation API.
|
|
804
896
|
*/
|
|
805
897
|
getUserDefinedFunctionValidation(getUserDefinedFunctionValidationRequest: requests.GetUserDefinedFunctionValidationRequest): Promise<responses.GetUserDefinedFunctionValidationResponse>;
|
|
806
898
|
/**
|
|
@@ -809,7 +901,7 @@ export declare class DataIntegrationClient {
|
|
|
809
901
|
* @param GetWorkRequestRequest
|
|
810
902
|
* @return GetWorkRequestResponse
|
|
811
903
|
* @throws OciError when an error occurs
|
|
812
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
904
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
813
905
|
*/
|
|
814
906
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
815
907
|
/**
|
|
@@ -818,7 +910,7 @@ export declare class DataIntegrationClient {
|
|
|
818
910
|
* @param GetWorkspaceRequest
|
|
819
911
|
* @return GetWorkspaceResponse
|
|
820
912
|
* @throws OciError when an error occurs
|
|
821
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
913
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/GetWorkspace.ts.html |here} to see how to use GetWorkspace API.
|
|
822
914
|
*/
|
|
823
915
|
getWorkspace(getWorkspaceRequest: requests.GetWorkspaceRequest): Promise<responses.GetWorkspaceResponse>;
|
|
824
916
|
/**
|
|
@@ -827,7 +919,7 @@ export declare class DataIntegrationClient {
|
|
|
827
919
|
* @param ListApplicationsRequest
|
|
828
920
|
* @return ListApplicationsResponse
|
|
829
921
|
* @throws OciError when an error occurs
|
|
830
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
922
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/ListApplications.ts.html |here} to see how to use ListApplications API.
|
|
831
923
|
*/
|
|
832
924
|
listApplications(listApplicationsRequest: requests.ListApplicationsRequest): Promise<responses.ListApplicationsResponse>;
|
|
833
925
|
/**
|
|
@@ -836,7 +928,7 @@ export declare class DataIntegrationClient {
|
|
|
836
928
|
* @param ListConnectionValidationsRequest
|
|
837
929
|
* @return ListConnectionValidationsResponse
|
|
838
930
|
* @throws OciError when an error occurs
|
|
839
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
931
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/ListConnectionValidations.ts.html |here} to see how to use ListConnectionValidations API.
|
|
840
932
|
*/
|
|
841
933
|
listConnectionValidations(listConnectionValidationsRequest: requests.ListConnectionValidationsRequest): Promise<responses.ListConnectionValidationsResponse>;
|
|
842
934
|
/**
|
|
@@ -845,9 +937,19 @@ export declare class DataIntegrationClient {
|
|
|
845
937
|
* @param ListConnectionsRequest
|
|
846
938
|
* @return ListConnectionsResponse
|
|
847
939
|
* @throws OciError when an error occurs
|
|
848
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
940
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/ListConnections.ts.html |here} to see how to use ListConnections API.
|
|
849
941
|
*/
|
|
850
942
|
listConnections(listConnectionsRequest: requests.ListConnectionsRequest): Promise<responses.ListConnectionsResponse>;
|
|
943
|
+
/**
|
|
944
|
+
* This endpoint can be used to get the list of copy object requests.
|
|
945
|
+
*
|
|
946
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
947
|
+
* @param ListCopyObjectRequestsRequest
|
|
948
|
+
* @return ListCopyObjectRequestsResponse
|
|
949
|
+
* @throws OciError when an error occurs
|
|
950
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/ListCopyObjectRequests.ts.html |here} to see how to use ListCopyObjectRequests API.
|
|
951
|
+
*/
|
|
952
|
+
listCopyObjectRequests(listCopyObjectRequestsRequest: requests.ListCopyObjectRequestsRequest): Promise<responses.ListCopyObjectRequestsResponse>;
|
|
851
953
|
/**
|
|
852
954
|
* Retrieves a list of all data asset summaries.
|
|
853
955
|
*
|
|
@@ -855,7 +957,7 @@ export declare class DataIntegrationClient {
|
|
|
855
957
|
* @param ListDataAssetsRequest
|
|
856
958
|
* @return ListDataAssetsResponse
|
|
857
959
|
* @throws OciError when an error occurs
|
|
858
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
960
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/ListDataAssets.ts.html |here} to see how to use ListDataAssets API.
|
|
859
961
|
*/
|
|
860
962
|
listDataAssets(listDataAssetsRequest: requests.ListDataAssetsRequest): Promise<responses.ListDataAssetsResponse>;
|
|
861
963
|
/**
|
|
@@ -865,7 +967,7 @@ export declare class DataIntegrationClient {
|
|
|
865
967
|
* @param ListDataEntitiesRequest
|
|
866
968
|
* @return ListDataEntitiesResponse
|
|
867
969
|
* @throws OciError when an error occurs
|
|
868
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
970
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/ListDataEntities.ts.html |here} to see how to use ListDataEntities API.
|
|
869
971
|
*/
|
|
870
972
|
listDataEntities(listDataEntitiesRequest: requests.ListDataEntitiesRequest): Promise<responses.ListDataEntitiesResponse>;
|
|
871
973
|
/**
|
|
@@ -874,7 +976,7 @@ export declare class DataIntegrationClient {
|
|
|
874
976
|
* @param ListDataFlowValidationsRequest
|
|
875
977
|
* @return ListDataFlowValidationsResponse
|
|
876
978
|
* @throws OciError when an error occurs
|
|
877
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
979
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/ListDataFlowValidations.ts.html |here} to see how to use ListDataFlowValidations API.
|
|
878
980
|
*/
|
|
879
981
|
listDataFlowValidations(listDataFlowValidationsRequest: requests.ListDataFlowValidationsRequest): Promise<responses.ListDataFlowValidationsResponse>;
|
|
880
982
|
/**
|
|
@@ -884,7 +986,7 @@ export declare class DataIntegrationClient {
|
|
|
884
986
|
* @param ListDataFlowsRequest
|
|
885
987
|
* @return ListDataFlowsResponse
|
|
886
988
|
* @throws OciError when an error occurs
|
|
887
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
989
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/ListDataFlows.ts.html |here} to see how to use ListDataFlows API.
|
|
888
990
|
*/
|
|
889
991
|
listDataFlows(listDataFlowsRequest: requests.ListDataFlowsRequest): Promise<responses.ListDataFlowsResponse>;
|
|
890
992
|
/**
|
|
@@ -893,7 +995,7 @@ export declare class DataIntegrationClient {
|
|
|
893
995
|
* @param ListDependentObjectsRequest
|
|
894
996
|
* @return ListDependentObjectsResponse
|
|
895
997
|
* @throws OciError when an error occurs
|
|
896
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
998
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/ListDependentObjects.ts.html |here} to see how to use ListDependentObjects API.
|
|
897
999
|
*/
|
|
898
1000
|
listDependentObjects(listDependentObjectsRequest: requests.ListDependentObjectsRequest): Promise<responses.ListDependentObjectsResponse>;
|
|
899
1001
|
/**
|
|
@@ -903,7 +1005,7 @@ export declare class DataIntegrationClient {
|
|
|
903
1005
|
* @param ListDisApplicationTaskRunLineagesRequest
|
|
904
1006
|
* @return ListDisApplicationTaskRunLineagesResponse
|
|
905
1007
|
* @throws OciError when an error occurs
|
|
906
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1008
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/ListDisApplicationTaskRunLineages.ts.html |here} to see how to use ListDisApplicationTaskRunLineages API.
|
|
907
1009
|
*/
|
|
908
1010
|
listDisApplicationTaskRunLineages(listDisApplicationTaskRunLineagesRequest: requests.ListDisApplicationTaskRunLineagesRequest): Promise<responses.ListDisApplicationTaskRunLineagesResponse>;
|
|
909
1011
|
/**
|
|
@@ -912,7 +1014,7 @@ export declare class DataIntegrationClient {
|
|
|
912
1014
|
* @param ListDisApplicationsRequest
|
|
913
1015
|
* @return ListDisApplicationsResponse
|
|
914
1016
|
* @throws OciError when an error occurs
|
|
915
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1017
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/ListDisApplications.ts.html |here} to see how to use ListDisApplications API.
|
|
916
1018
|
*/
|
|
917
1019
|
listDisApplications(listDisApplicationsRequest: requests.ListDisApplicationsRequest): Promise<responses.ListDisApplicationsResponse>;
|
|
918
1020
|
/**
|
|
@@ -922,7 +1024,7 @@ export declare class DataIntegrationClient {
|
|
|
922
1024
|
* @param ListExternalPublicationValidationsRequest
|
|
923
1025
|
* @return ListExternalPublicationValidationsResponse
|
|
924
1026
|
* @throws OciError when an error occurs
|
|
925
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1027
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/ListExternalPublicationValidations.ts.html |here} to see how to use ListExternalPublicationValidations API.
|
|
926
1028
|
*/
|
|
927
1029
|
listExternalPublicationValidations(listExternalPublicationValidationsRequest: requests.ListExternalPublicationValidationsRequest): Promise<responses.ListExternalPublicationValidationsResponse>;
|
|
928
1030
|
/**
|
|
@@ -931,7 +1033,7 @@ export declare class DataIntegrationClient {
|
|
|
931
1033
|
* @param ListExternalPublicationsRequest
|
|
932
1034
|
* @return ListExternalPublicationsResponse
|
|
933
1035
|
* @throws OciError when an error occurs
|
|
934
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1036
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/ListExternalPublications.ts.html |here} to see how to use ListExternalPublications API.
|
|
935
1037
|
*/
|
|
936
1038
|
listExternalPublications(listExternalPublicationsRequest: requests.ListExternalPublicationsRequest): Promise<responses.ListExternalPublicationsResponse>;
|
|
937
1039
|
/**
|
|
@@ -941,7 +1043,7 @@ export declare class DataIntegrationClient {
|
|
|
941
1043
|
* @param ListFoldersRequest
|
|
942
1044
|
* @return ListFoldersResponse
|
|
943
1045
|
* @throws OciError when an error occurs
|
|
944
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1046
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/ListFolders.ts.html |here} to see how to use ListFolders API.
|
|
945
1047
|
*/
|
|
946
1048
|
listFolders(listFoldersRequest: requests.ListFoldersRequest): Promise<responses.ListFoldersResponse>;
|
|
947
1049
|
/**
|
|
@@ -951,7 +1053,7 @@ export declare class DataIntegrationClient {
|
|
|
951
1053
|
* @param ListFunctionLibrariesRequest
|
|
952
1054
|
* @return ListFunctionLibrariesResponse
|
|
953
1055
|
* @throws OciError when an error occurs
|
|
954
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1056
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/ListFunctionLibraries.ts.html |here} to see how to use ListFunctionLibraries API.
|
|
955
1057
|
*/
|
|
956
1058
|
listFunctionLibraries(listFunctionLibrariesRequest: requests.ListFunctionLibrariesRequest): Promise<responses.ListFunctionLibrariesResponse>;
|
|
957
1059
|
/**
|
|
@@ -960,7 +1062,7 @@ export declare class DataIntegrationClient {
|
|
|
960
1062
|
* @param ListPatchChangesRequest
|
|
961
1063
|
* @return ListPatchChangesResponse
|
|
962
1064
|
* @throws OciError when an error occurs
|
|
963
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1065
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/ListPatchChanges.ts.html |here} to see how to use ListPatchChanges API.
|
|
964
1066
|
*/
|
|
965
1067
|
listPatchChanges(listPatchChangesRequest: requests.ListPatchChangesRequest): Promise<responses.ListPatchChangesResponse>;
|
|
966
1068
|
/**
|
|
@@ -969,7 +1071,7 @@ export declare class DataIntegrationClient {
|
|
|
969
1071
|
* @param ListPatchesRequest
|
|
970
1072
|
* @return ListPatchesResponse
|
|
971
1073
|
* @throws OciError when an error occurs
|
|
972
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1074
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/ListPatches.ts.html |here} to see how to use ListPatches API.
|
|
973
1075
|
*/
|
|
974
1076
|
listPatches(listPatchesRequest: requests.ListPatchesRequest): Promise<responses.ListPatchesResponse>;
|
|
975
1077
|
/**
|
|
@@ -978,7 +1080,7 @@ export declare class DataIntegrationClient {
|
|
|
978
1080
|
* @param ListPipelineValidationsRequest
|
|
979
1081
|
* @return ListPipelineValidationsResponse
|
|
980
1082
|
* @throws OciError when an error occurs
|
|
981
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1083
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/ListPipelineValidations.ts.html |here} to see how to use ListPipelineValidations API.
|
|
982
1084
|
*/
|
|
983
1085
|
listPipelineValidations(listPipelineValidationsRequest: requests.ListPipelineValidationsRequest): Promise<responses.ListPipelineValidationsResponse>;
|
|
984
1086
|
/**
|
|
@@ -988,7 +1090,7 @@ export declare class DataIntegrationClient {
|
|
|
988
1090
|
* @param ListPipelinesRequest
|
|
989
1091
|
* @return ListPipelinesResponse
|
|
990
1092
|
* @throws OciError when an error occurs
|
|
991
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1093
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/ListPipelines.ts.html |here} to see how to use ListPipelines API.
|
|
992
1094
|
*/
|
|
993
1095
|
listPipelines(listPipelinesRequest: requests.ListPipelinesRequest): Promise<responses.ListPipelinesResponse>;
|
|
994
1096
|
/**
|
|
@@ -998,7 +1100,7 @@ export declare class DataIntegrationClient {
|
|
|
998
1100
|
* @param ListProjectsRequest
|
|
999
1101
|
* @return ListProjectsResponse
|
|
1000
1102
|
* @throws OciError when an error occurs
|
|
1001
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1103
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/ListProjects.ts.html |here} to see how to use ListProjects API.
|
|
1002
1104
|
*/
|
|
1003
1105
|
listProjects(listProjectsRequest: requests.ListProjectsRequest): Promise<responses.ListProjectsResponse>;
|
|
1004
1106
|
/**
|
|
@@ -1007,7 +1109,7 @@ export declare class DataIntegrationClient {
|
|
|
1007
1109
|
* @param ListPublishedObjectsRequest
|
|
1008
1110
|
* @return ListPublishedObjectsResponse
|
|
1009
1111
|
* @throws OciError when an error occurs
|
|
1010
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1112
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/ListPublishedObjects.ts.html |here} to see how to use ListPublishedObjects API.
|
|
1011
1113
|
*/
|
|
1012
1114
|
listPublishedObjects(listPublishedObjectsRequest: requests.ListPublishedObjectsRequest): Promise<responses.ListPublishedObjectsResponse>;
|
|
1013
1115
|
/**
|
|
@@ -1016,7 +1118,7 @@ export declare class DataIntegrationClient {
|
|
|
1016
1118
|
* @param ListReferencesRequest
|
|
1017
1119
|
* @return ListReferencesResponse
|
|
1018
1120
|
* @throws OciError when an error occurs
|
|
1019
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1121
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/ListReferences.ts.html |here} to see how to use ListReferences API.
|
|
1020
1122
|
*/
|
|
1021
1123
|
listReferences(listReferencesRequest: requests.ListReferencesRequest): Promise<responses.ListReferencesResponse>;
|
|
1022
1124
|
/**
|
|
@@ -1026,7 +1128,7 @@ export declare class DataIntegrationClient {
|
|
|
1026
1128
|
* @param ListRuntimeOperatorsRequest
|
|
1027
1129
|
* @return ListRuntimeOperatorsResponse
|
|
1028
1130
|
* @throws OciError when an error occurs
|
|
1029
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1131
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/ListRuntimeOperators.ts.html |here} to see how to use ListRuntimeOperators API.
|
|
1030
1132
|
*/
|
|
1031
1133
|
listRuntimeOperators(listRuntimeOperatorsRequest: requests.ListRuntimeOperatorsRequest): Promise<responses.ListRuntimeOperatorsResponse>;
|
|
1032
1134
|
/**
|
|
@@ -1036,7 +1138,7 @@ export declare class DataIntegrationClient {
|
|
|
1036
1138
|
* @param ListRuntimePipelinesRequest
|
|
1037
1139
|
* @return ListRuntimePipelinesResponse
|
|
1038
1140
|
* @throws OciError when an error occurs
|
|
1039
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1141
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/ListRuntimePipelines.ts.html |here} to see how to use ListRuntimePipelines API.
|
|
1040
1142
|
*/
|
|
1041
1143
|
listRuntimePipelines(listRuntimePipelinesRequest: requests.ListRuntimePipelinesRequest): Promise<responses.ListRuntimePipelinesResponse>;
|
|
1042
1144
|
/**
|
|
@@ -1046,7 +1148,7 @@ export declare class DataIntegrationClient {
|
|
|
1046
1148
|
* @param ListSchedulesRequest
|
|
1047
1149
|
* @return ListSchedulesResponse
|
|
1048
1150
|
* @throws OciError when an error occurs
|
|
1049
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1151
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/ListSchedules.ts.html |here} to see how to use ListSchedules API.
|
|
1050
1152
|
*/
|
|
1051
1153
|
listSchedules(listSchedulesRequest: requests.ListSchedulesRequest): Promise<responses.ListSchedulesResponse>;
|
|
1052
1154
|
/**
|
|
@@ -1055,7 +1157,7 @@ export declare class DataIntegrationClient {
|
|
|
1055
1157
|
* @param ListSchemasRequest
|
|
1056
1158
|
* @return ListSchemasResponse
|
|
1057
1159
|
* @throws OciError when an error occurs
|
|
1058
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1160
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/ListSchemas.ts.html |here} to see how to use ListSchemas API.
|
|
1059
1161
|
*/
|
|
1060
1162
|
listSchemas(listSchemasRequest: requests.ListSchemasRequest): Promise<responses.ListSchemasResponse>;
|
|
1061
1163
|
/**
|
|
@@ -1065,7 +1167,7 @@ export declare class DataIntegrationClient {
|
|
|
1065
1167
|
* @param ListTaskRunLineagesRequest
|
|
1066
1168
|
* @return ListTaskRunLineagesResponse
|
|
1067
1169
|
* @throws OciError when an error occurs
|
|
1068
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1170
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/ListTaskRunLineages.ts.html |here} to see how to use ListTaskRunLineages API.
|
|
1069
1171
|
*/
|
|
1070
1172
|
listTaskRunLineages(listTaskRunLineagesRequest: requests.ListTaskRunLineagesRequest): Promise<responses.ListTaskRunLineagesResponse>;
|
|
1071
1173
|
/**
|
|
@@ -1074,7 +1176,7 @@ export declare class DataIntegrationClient {
|
|
|
1074
1176
|
* @param ListTaskRunLogsRequest
|
|
1075
1177
|
* @return ListTaskRunLogsResponse
|
|
1076
1178
|
* @throws OciError when an error occurs
|
|
1077
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1179
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/ListTaskRunLogs.ts.html |here} to see how to use ListTaskRunLogs API.
|
|
1078
1180
|
*/
|
|
1079
1181
|
listTaskRunLogs(listTaskRunLogsRequest: requests.ListTaskRunLogsRequest): Promise<responses.ListTaskRunLogsResponse>;
|
|
1080
1182
|
/**
|
|
@@ -1115,7 +1217,7 @@ export declare class DataIntegrationClient {
|
|
|
1115
1217
|
* @param ListTaskRunsRequest
|
|
1116
1218
|
* @return ListTaskRunsResponse
|
|
1117
1219
|
* @throws OciError when an error occurs
|
|
1118
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1220
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/ListTaskRuns.ts.html |here} to see how to use ListTaskRuns API.
|
|
1119
1221
|
*/
|
|
1120
1222
|
listTaskRuns(listTaskRunsRequest: requests.ListTaskRunsRequest): Promise<responses.ListTaskRunsResponse>;
|
|
1121
1223
|
/**
|
|
@@ -1125,7 +1227,7 @@ export declare class DataIntegrationClient {
|
|
|
1125
1227
|
* @param ListTaskSchedulesRequest
|
|
1126
1228
|
* @return ListTaskSchedulesResponse
|
|
1127
1229
|
* @throws OciError when an error occurs
|
|
1128
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1230
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/ListTaskSchedules.ts.html |here} to see how to use ListTaskSchedules API.
|
|
1129
1231
|
*/
|
|
1130
1232
|
listTaskSchedules(listTaskSchedulesRequest: requests.ListTaskSchedulesRequest): Promise<responses.ListTaskSchedulesResponse>;
|
|
1131
1233
|
/**
|
|
@@ -1135,7 +1237,7 @@ export declare class DataIntegrationClient {
|
|
|
1135
1237
|
* @param ListTaskValidationsRequest
|
|
1136
1238
|
* @return ListTaskValidationsResponse
|
|
1137
1239
|
* @throws OciError when an error occurs
|
|
1138
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1240
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/ListTaskValidations.ts.html |here} to see how to use ListTaskValidations API.
|
|
1139
1241
|
*/
|
|
1140
1242
|
listTaskValidations(listTaskValidationsRequest: requests.ListTaskValidationsRequest): Promise<responses.ListTaskValidationsResponse>;
|
|
1141
1243
|
/**
|
|
@@ -1145,16 +1247,25 @@ export declare class DataIntegrationClient {
|
|
|
1145
1247
|
* @param ListTasksRequest
|
|
1146
1248
|
* @return ListTasksResponse
|
|
1147
1249
|
* @throws OciError when an error occurs
|
|
1148
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1250
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/ListTasks.ts.html |here} to see how to use ListTasks API.
|
|
1149
1251
|
*/
|
|
1150
1252
|
listTasks(listTasksRequest: requests.ListTasksRequest): Promise<responses.ListTasksResponse>;
|
|
1253
|
+
/**
|
|
1254
|
+
* This endpoint can be used to list application templates with filtering options.
|
|
1255
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
1256
|
+
* @param ListTemplatesRequest
|
|
1257
|
+
* @return ListTemplatesResponse
|
|
1258
|
+
* @throws OciError when an error occurs
|
|
1259
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/ListTemplates.ts.html |here} to see how to use ListTemplates API.
|
|
1260
|
+
*/
|
|
1261
|
+
listTemplates(listTemplatesRequest: requests.ListTemplatesRequest): Promise<responses.ListTemplatesResponse>;
|
|
1151
1262
|
/**
|
|
1152
1263
|
* Retrieves a list of UserDefinedFunctionvalidations within the specified workspace.
|
|
1153
1264
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
1154
1265
|
* @param ListUserDefinedFunctionValidationsRequest
|
|
1155
1266
|
* @return ListUserDefinedFunctionValidationsResponse
|
|
1156
1267
|
* @throws OciError when an error occurs
|
|
1157
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1268
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/ListUserDefinedFunctionValidations.ts.html |here} to see how to use ListUserDefinedFunctionValidations API.
|
|
1158
1269
|
*/
|
|
1159
1270
|
listUserDefinedFunctionValidations(listUserDefinedFunctionValidationsRequest: requests.ListUserDefinedFunctionValidationsRequest): Promise<responses.ListUserDefinedFunctionValidationsResponse>;
|
|
1160
1271
|
/**
|
|
@@ -1164,7 +1275,7 @@ export declare class DataIntegrationClient {
|
|
|
1164
1275
|
* @param ListUserDefinedFunctionsRequest
|
|
1165
1276
|
* @return ListUserDefinedFunctionsResponse
|
|
1166
1277
|
* @throws OciError when an error occurs
|
|
1167
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1278
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/ListUserDefinedFunctions.ts.html |here} to see how to use ListUserDefinedFunctions API.
|
|
1168
1279
|
*/
|
|
1169
1280
|
listUserDefinedFunctions(listUserDefinedFunctionsRequest: requests.ListUserDefinedFunctionsRequest): Promise<responses.ListUserDefinedFunctionsResponse>;
|
|
1170
1281
|
/**
|
|
@@ -1174,7 +1285,7 @@ export declare class DataIntegrationClient {
|
|
|
1174
1285
|
* @param ListWorkRequestErrorsRequest
|
|
1175
1286
|
* @return ListWorkRequestErrorsResponse
|
|
1176
1287
|
* @throws OciError when an error occurs
|
|
1177
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1288
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
1178
1289
|
*/
|
|
1179
1290
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
1180
1291
|
/**
|
|
@@ -1216,7 +1327,7 @@ export declare class DataIntegrationClient {
|
|
|
1216
1327
|
* @param ListWorkRequestLogsRequest
|
|
1217
1328
|
* @return ListWorkRequestLogsResponse
|
|
1218
1329
|
* @throws OciError when an error occurs
|
|
1219
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1330
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
1220
1331
|
*/
|
|
1221
1332
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
1222
1333
|
/**
|
|
@@ -1258,7 +1369,7 @@ export declare class DataIntegrationClient {
|
|
|
1258
1369
|
* @param ListWorkRequestsRequest
|
|
1259
1370
|
* @return ListWorkRequestsResponse
|
|
1260
1371
|
* @throws OciError when an error occurs
|
|
1261
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1372
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
1262
1373
|
*/
|
|
1263
1374
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
1264
1375
|
/**
|
|
@@ -1300,7 +1411,7 @@ export declare class DataIntegrationClient {
|
|
|
1300
1411
|
* @param ListWorkspacesRequest
|
|
1301
1412
|
* @return ListWorkspacesResponse
|
|
1302
1413
|
* @throws OciError when an error occurs
|
|
1303
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1414
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/ListWorkspaces.ts.html |here} to see how to use ListWorkspaces API.
|
|
1304
1415
|
*/
|
|
1305
1416
|
listWorkspaces(listWorkspacesRequest: requests.ListWorkspacesRequest): Promise<responses.ListWorkspacesResponse>;
|
|
1306
1417
|
/**
|
|
@@ -1342,7 +1453,7 @@ export declare class DataIntegrationClient {
|
|
|
1342
1453
|
* @param StartWorkspaceRequest
|
|
1343
1454
|
* @return StartWorkspaceResponse
|
|
1344
1455
|
* @throws OciError when an error occurs
|
|
1345
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1456
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/StartWorkspace.ts.html |here} to see how to use StartWorkspace API.
|
|
1346
1457
|
*/
|
|
1347
1458
|
startWorkspace(startWorkspaceRequest: requests.StartWorkspaceRequest): Promise<responses.StartWorkspaceResponse>;
|
|
1348
1459
|
/**
|
|
@@ -1352,7 +1463,7 @@ export declare class DataIntegrationClient {
|
|
|
1352
1463
|
* @param StopWorkspaceRequest
|
|
1353
1464
|
* @return StopWorkspaceResponse
|
|
1354
1465
|
* @throws OciError when an error occurs
|
|
1355
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1466
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/StopWorkspace.ts.html |here} to see how to use StopWorkspace API.
|
|
1356
1467
|
*/
|
|
1357
1468
|
stopWorkspace(stopWorkspaceRequest: requests.StopWorkspaceRequest): Promise<responses.StopWorkspaceResponse>;
|
|
1358
1469
|
/**
|
|
@@ -1361,25 +1472,43 @@ export declare class DataIntegrationClient {
|
|
|
1361
1472
|
* @param UpdateApplicationRequest
|
|
1362
1473
|
* @return UpdateApplicationResponse
|
|
1363
1474
|
* @throws OciError when an error occurs
|
|
1364
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1475
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
|
|
1365
1476
|
*/
|
|
1366
1477
|
updateApplication(updateApplicationRequest: requests.UpdateApplicationRequest): Promise<responses.UpdateApplicationResponse>;
|
|
1478
|
+
/**
|
|
1479
|
+
* Updates the detailed description of an Application.
|
|
1480
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
1481
|
+
* @param UpdateApplicationDetailedDescriptionRequest
|
|
1482
|
+
* @return UpdateApplicationDetailedDescriptionResponse
|
|
1483
|
+
* @throws OciError when an error occurs
|
|
1484
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/UpdateApplicationDetailedDescription.ts.html |here} to see how to use UpdateApplicationDetailedDescription API.
|
|
1485
|
+
*/
|
|
1486
|
+
updateApplicationDetailedDescription(updateApplicationDetailedDescriptionRequest: requests.UpdateApplicationDetailedDescriptionRequest): Promise<responses.UpdateApplicationDetailedDescriptionResponse>;
|
|
1367
1487
|
/**
|
|
1368
1488
|
* Updates a connection under a data asset.
|
|
1369
1489
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
1370
1490
|
* @param UpdateConnectionRequest
|
|
1371
1491
|
* @return UpdateConnectionResponse
|
|
1372
1492
|
* @throws OciError when an error occurs
|
|
1373
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1493
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/UpdateConnection.ts.html |here} to see how to use UpdateConnection API.
|
|
1374
1494
|
*/
|
|
1375
1495
|
updateConnection(updateConnectionRequest: requests.UpdateConnectionRequest): Promise<responses.UpdateConnectionResponse>;
|
|
1496
|
+
/**
|
|
1497
|
+
* Updates the status of a copy object request.
|
|
1498
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
1499
|
+
* @param UpdateCopyObjectRequestRequest
|
|
1500
|
+
* @return UpdateCopyObjectRequestResponse
|
|
1501
|
+
* @throws OciError when an error occurs
|
|
1502
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/UpdateCopyObjectRequest.ts.html |here} to see how to use UpdateCopyObjectRequest API.
|
|
1503
|
+
*/
|
|
1504
|
+
updateCopyObjectRequest(updateCopyObjectRequestRequest: requests.UpdateCopyObjectRequestRequest): Promise<responses.UpdateCopyObjectRequestResponse>;
|
|
1376
1505
|
/**
|
|
1377
1506
|
* Updates a specific data asset with default connection.
|
|
1378
1507
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
1379
1508
|
* @param UpdateDataAssetRequest
|
|
1380
1509
|
* @return UpdateDataAssetResponse
|
|
1381
1510
|
* @throws OciError when an error occurs
|
|
1382
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1511
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/UpdateDataAsset.ts.html |here} to see how to use UpdateDataAsset API.
|
|
1383
1512
|
*/
|
|
1384
1513
|
updateDataAsset(updateDataAssetRequest: requests.UpdateDataAssetRequest): Promise<responses.UpdateDataAssetResponse>;
|
|
1385
1514
|
/**
|
|
@@ -1388,7 +1517,7 @@ export declare class DataIntegrationClient {
|
|
|
1388
1517
|
* @param UpdateDataFlowRequest
|
|
1389
1518
|
* @return UpdateDataFlowResponse
|
|
1390
1519
|
* @throws OciError when an error occurs
|
|
1391
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1520
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/UpdateDataFlow.ts.html |here} to see how to use UpdateDataFlow API.
|
|
1392
1521
|
*/
|
|
1393
1522
|
updateDataFlow(updateDataFlowRequest: requests.UpdateDataFlowRequest): Promise<responses.UpdateDataFlowResponse>;
|
|
1394
1523
|
/**
|
|
@@ -1397,16 +1526,25 @@ export declare class DataIntegrationClient {
|
|
|
1397
1526
|
* @param UpdateDisApplicationRequest
|
|
1398
1527
|
* @return UpdateDisApplicationResponse
|
|
1399
1528
|
* @throws OciError when an error occurs
|
|
1400
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1529
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/UpdateDisApplication.ts.html |here} to see how to use UpdateDisApplication API.
|
|
1401
1530
|
*/
|
|
1402
1531
|
updateDisApplication(updateDisApplicationRequest: requests.UpdateDisApplicationRequest): Promise<responses.UpdateDisApplicationResponse>;
|
|
1532
|
+
/**
|
|
1533
|
+
* Updates the detailed description of an Application.
|
|
1534
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
1535
|
+
* @param UpdateDisApplicationDetailedDescriptionRequest
|
|
1536
|
+
* @return UpdateDisApplicationDetailedDescriptionResponse
|
|
1537
|
+
* @throws OciError when an error occurs
|
|
1538
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/UpdateDisApplicationDetailedDescription.ts.html |here} to see how to use UpdateDisApplicationDetailedDescription API.
|
|
1539
|
+
*/
|
|
1540
|
+
updateDisApplicationDetailedDescription(updateDisApplicationDetailedDescriptionRequest: requests.UpdateDisApplicationDetailedDescriptionRequest): Promise<responses.UpdateDisApplicationDetailedDescriptionResponse>;
|
|
1403
1541
|
/**
|
|
1404
1542
|
* Updates the external publication object.
|
|
1405
1543
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
1406
1544
|
* @param UpdateExternalPublicationRequest
|
|
1407
1545
|
* @return UpdateExternalPublicationResponse
|
|
1408
1546
|
* @throws OciError when an error occurs
|
|
1409
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1547
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/UpdateExternalPublication.ts.html |here} to see how to use UpdateExternalPublication API.
|
|
1410
1548
|
*/
|
|
1411
1549
|
updateExternalPublication(updateExternalPublicationRequest: requests.UpdateExternalPublicationRequest): Promise<responses.UpdateExternalPublicationResponse>;
|
|
1412
1550
|
/**
|
|
@@ -1415,7 +1553,7 @@ export declare class DataIntegrationClient {
|
|
|
1415
1553
|
* @param UpdateFolderRequest
|
|
1416
1554
|
* @return UpdateFolderResponse
|
|
1417
1555
|
* @throws OciError when an error occurs
|
|
1418
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1556
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/UpdateFolder.ts.html |here} to see how to use UpdateFolder API.
|
|
1419
1557
|
*/
|
|
1420
1558
|
updateFolder(updateFolderRequest: requests.UpdateFolderRequest): Promise<responses.UpdateFolderResponse>;
|
|
1421
1559
|
/**
|
|
@@ -1424,7 +1562,7 @@ export declare class DataIntegrationClient {
|
|
|
1424
1562
|
* @param UpdateFunctionLibraryRequest
|
|
1425
1563
|
* @return UpdateFunctionLibraryResponse
|
|
1426
1564
|
* @throws OciError when an error occurs
|
|
1427
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1565
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/UpdateFunctionLibrary.ts.html |here} to see how to use UpdateFunctionLibrary API.
|
|
1428
1566
|
*/
|
|
1429
1567
|
updateFunctionLibrary(updateFunctionLibraryRequest: requests.UpdateFunctionLibraryRequest): Promise<responses.UpdateFunctionLibraryResponse>;
|
|
1430
1568
|
/**
|
|
@@ -1433,7 +1571,7 @@ export declare class DataIntegrationClient {
|
|
|
1433
1571
|
* @param UpdatePipelineRequest
|
|
1434
1572
|
* @return UpdatePipelineResponse
|
|
1435
1573
|
* @throws OciError when an error occurs
|
|
1436
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1574
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/UpdatePipeline.ts.html |here} to see how to use UpdatePipeline API.
|
|
1437
1575
|
*/
|
|
1438
1576
|
updatePipeline(updatePipelineRequest: requests.UpdatePipelineRequest): Promise<responses.UpdatePipelineResponse>;
|
|
1439
1577
|
/**
|
|
@@ -1442,7 +1580,7 @@ export declare class DataIntegrationClient {
|
|
|
1442
1580
|
* @param UpdateProjectRequest
|
|
1443
1581
|
* @return UpdateProjectResponse
|
|
1444
1582
|
* @throws OciError when an error occurs
|
|
1445
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1583
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/UpdateProject.ts.html |here} to see how to use UpdateProject API.
|
|
1446
1584
|
*/
|
|
1447
1585
|
updateProject(updateProjectRequest: requests.UpdateProjectRequest): Promise<responses.UpdateProjectResponse>;
|
|
1448
1586
|
/**
|
|
@@ -1451,7 +1589,7 @@ export declare class DataIntegrationClient {
|
|
|
1451
1589
|
* @param UpdateReferenceRequest
|
|
1452
1590
|
* @return UpdateReferenceResponse
|
|
1453
1591
|
* @throws OciError when an error occurs
|
|
1454
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1592
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/UpdateReference.ts.html |here} to see how to use UpdateReference API.
|
|
1455
1593
|
*/
|
|
1456
1594
|
updateReference(updateReferenceRequest: requests.UpdateReferenceRequest): Promise<responses.UpdateReferenceResponse>;
|
|
1457
1595
|
/**
|
|
@@ -1460,7 +1598,7 @@ export declare class DataIntegrationClient {
|
|
|
1460
1598
|
* @param UpdateScheduleRequest
|
|
1461
1599
|
* @return UpdateScheduleResponse
|
|
1462
1600
|
* @throws OciError when an error occurs
|
|
1463
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1601
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/UpdateSchedule.ts.html |here} to see how to use UpdateSchedule API.
|
|
1464
1602
|
*/
|
|
1465
1603
|
updateSchedule(updateScheduleRequest: requests.UpdateScheduleRequest): Promise<responses.UpdateScheduleResponse>;
|
|
1466
1604
|
/**
|
|
@@ -1469,7 +1607,7 @@ export declare class DataIntegrationClient {
|
|
|
1469
1607
|
* @param UpdateTaskRequest
|
|
1470
1608
|
* @return UpdateTaskResponse
|
|
1471
1609
|
* @throws OciError when an error occurs
|
|
1472
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1610
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/UpdateTask.ts.html |here} to see how to use UpdateTask API.
|
|
1473
1611
|
*/
|
|
1474
1612
|
updateTask(updateTaskRequest: requests.UpdateTaskRequest): Promise<responses.UpdateTaskResponse>;
|
|
1475
1613
|
/**
|
|
@@ -1478,7 +1616,7 @@ export declare class DataIntegrationClient {
|
|
|
1478
1616
|
* @param UpdateTaskRunRequest
|
|
1479
1617
|
* @return UpdateTaskRunResponse
|
|
1480
1618
|
* @throws OciError when an error occurs
|
|
1481
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1619
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/UpdateTaskRun.ts.html |here} to see how to use UpdateTaskRun API.
|
|
1482
1620
|
*/
|
|
1483
1621
|
updateTaskRun(updateTaskRunRequest: requests.UpdateTaskRunRequest): Promise<responses.UpdateTaskRunResponse>;
|
|
1484
1622
|
/**
|
|
@@ -1487,7 +1625,7 @@ export declare class DataIntegrationClient {
|
|
|
1487
1625
|
* @param UpdateTaskScheduleRequest
|
|
1488
1626
|
* @return UpdateTaskScheduleResponse
|
|
1489
1627
|
* @throws OciError when an error occurs
|
|
1490
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1628
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/UpdateTaskSchedule.ts.html |here} to see how to use UpdateTaskSchedule API.
|
|
1491
1629
|
*/
|
|
1492
1630
|
updateTaskSchedule(updateTaskScheduleRequest: requests.UpdateTaskScheduleRequest): Promise<responses.UpdateTaskScheduleResponse>;
|
|
1493
1631
|
/**
|
|
@@ -1496,7 +1634,7 @@ export declare class DataIntegrationClient {
|
|
|
1496
1634
|
* @param UpdateUserDefinedFunctionRequest
|
|
1497
1635
|
* @return UpdateUserDefinedFunctionResponse
|
|
1498
1636
|
* @throws OciError when an error occurs
|
|
1499
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1637
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/UpdateUserDefinedFunction.ts.html |here} to see how to use UpdateUserDefinedFunction API.
|
|
1500
1638
|
*/
|
|
1501
1639
|
updateUserDefinedFunction(updateUserDefinedFunctionRequest: requests.UpdateUserDefinedFunctionRequest): Promise<responses.UpdateUserDefinedFunctionResponse>;
|
|
1502
1640
|
/**
|
|
@@ -1505,7 +1643,7 @@ export declare class DataIntegrationClient {
|
|
|
1505
1643
|
* @param UpdateWorkspaceRequest
|
|
1506
1644
|
* @return UpdateWorkspaceResponse
|
|
1507
1645
|
* @throws OciError when an error occurs
|
|
1508
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1646
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/dataintegration/UpdateWorkspace.ts.html |here} to see how to use UpdateWorkspace API.
|
|
1509
1647
|
*/
|
|
1510
1648
|
updateWorkspace(updateWorkspaceRequest: requests.UpdateWorkspaceRequest): Promise<responses.UpdateWorkspaceResponse>;
|
|
1511
1649
|
}
|