oci-dataintegration 2.63.0 → 2.65.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/LICENSE.txt +6 -6
- package/lib/client.d.ts +258 -152
- package/lib/client.js +885 -156
- package/lib/client.js.map +1 -1
- package/lib/model/composite-state.d.ts +77 -0
- package/lib/model/composite-state.js +83 -0
- package/lib/model/composite-state.js.map +1 -0
- package/lib/model/configuration-details.d.ts +2 -2
- package/lib/model/configuration-details.js.map +1 -1
- package/lib/model/connection-details.js +32 -12
- package/lib/model/connection-details.js.map +1 -1
- package/lib/model/connection-from-hdfs-details.d.ts +45 -0
- package/lib/model/connection-from-hdfs-details.js +62 -0
- package/lib/model/connection-from-hdfs-details.js.map +1 -0
- package/lib/model/connection-from-hdfs.d.ts +45 -0
- package/lib/model/connection-from-hdfs.js +60 -0
- package/lib/model/connection-from-hdfs.js.map +1 -0
- package/lib/model/connection-from-my-sql-heat-wave-details.d.ts +33 -0
- package/lib/model/connection-from-my-sql-heat-wave-details.js +62 -0
- package/lib/model/connection-from-my-sql-heat-wave-details.js.map +1 -0
- package/lib/model/connection-from-my-sql-heat-wave.d.ts +33 -0
- package/lib/model/connection-from-my-sql-heat-wave.js +62 -0
- package/lib/model/connection-from-my-sql-heat-wave.js.map +1 -0
- package/lib/model/connection-from-oracle-ebs-details.d.ts +33 -0
- package/lib/model/connection-from-oracle-ebs-details.js +62 -0
- package/lib/model/connection-from-oracle-ebs-details.js.map +1 -0
- package/lib/model/connection-from-oracle-ebs.d.ts +33 -0
- package/lib/model/connection-from-oracle-ebs.js +60 -0
- package/lib/model/connection-from-oracle-ebs.js.map +1 -0
- package/lib/model/connection-from-oracle-people-soft-details.d.ts +33 -0
- package/lib/model/connection-from-oracle-people-soft-details.js +62 -0
- package/lib/model/connection-from-oracle-people-soft-details.js.map +1 -0
- package/lib/model/connection-from-oracle-people-soft.d.ts +33 -0
- package/lib/model/connection-from-oracle-people-soft.js +62 -0
- package/lib/model/connection-from-oracle-people-soft.js.map +1 -0
- package/lib/model/connection-from-oracle-siebel-details.d.ts +33 -0
- package/lib/model/connection-from-oracle-siebel-details.js +62 -0
- package/lib/model/connection-from-oracle-siebel-details.js.map +1 -0
- package/lib/model/connection-from-oracle-siebel.d.ts +33 -0
- package/lib/model/connection-from-oracle-siebel.js +60 -0
- package/lib/model/connection-from-oracle-siebel.js.map +1 -0
- package/lib/model/connection-summary-from-hdfs.d.ts +45 -0
- package/lib/model/connection-summary-from-hdfs.js +62 -0
- package/lib/model/connection-summary-from-hdfs.js.map +1 -0
- package/lib/model/connection-summary-from-my-sql-heat-wave.d.ts +33 -0
- package/lib/model/connection-summary-from-my-sql-heat-wave.js +62 -0
- package/lib/model/connection-summary-from-my-sql-heat-wave.js.map +1 -0
- package/lib/model/connection-summary-from-oracle-ebs.d.ts +33 -0
- package/lib/model/connection-summary-from-oracle-ebs.js +62 -0
- package/lib/model/connection-summary-from-oracle-ebs.js.map +1 -0
- package/lib/model/connection-summary-from-oracle-people-soft.d.ts +33 -0
- package/lib/model/connection-summary-from-oracle-people-soft.js +62 -0
- package/lib/model/connection-summary-from-oracle-people-soft.js.map +1 -0
- package/lib/model/connection-summary-from-oracle-siebel.d.ts +33 -0
- package/lib/model/connection-summary-from-oracle-siebel.js +62 -0
- package/lib/model/connection-summary-from-oracle-siebel.js.map +1 -0
- package/lib/model/connection-summary.js +32 -12
- package/lib/model/connection-summary.js.map +1 -1
- package/lib/model/connection.js +40 -20
- package/lib/model/connection.js.map +1 -1
- package/lib/model/create-connection-details.js +36 -16
- package/lib/model/create-connection-details.js.map +1 -1
- package/lib/model/create-connection-from-hdfs.d.ts +45 -0
- package/lib/model/create-connection-from-hdfs.js +62 -0
- package/lib/model/create-connection-from-hdfs.js.map +1 -0
- package/lib/model/create-connection-from-my-sql-heat-wave.d.ts +33 -0
- package/lib/model/create-connection-from-my-sql-heat-wave.js +62 -0
- package/lib/model/create-connection-from-my-sql-heat-wave.js.map +1 -0
- package/lib/model/create-connection-from-oracle-ebs.d.ts +33 -0
- package/lib/model/create-connection-from-oracle-ebs.js +62 -0
- package/lib/model/create-connection-from-oracle-ebs.js.map +1 -0
- package/lib/model/create-connection-from-oracle-people-soft.d.ts +33 -0
- package/lib/model/create-connection-from-oracle-people-soft.js +62 -0
- package/lib/model/create-connection-from-oracle-people-soft.js.map +1 -0
- package/lib/model/create-connection-from-oracle-siebel.d.ts +33 -0
- package/lib/model/create-connection-from-oracle-siebel.js +62 -0
- package/lib/model/create-connection-from-oracle-siebel.js.map +1 -0
- package/lib/model/create-connection-validation-details.d.ts +2 -2
- package/lib/model/create-connection-validation-details.js.map +1 -1
- package/lib/model/create-data-asset-details.js +32 -12
- 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-adwc.js.map +1 -1
- package/lib/model/create-data-asset-from-atp.d.ts +2 -2
- package/lib/model/create-data-asset-from-atp.js.map +1 -1
- package/lib/model/create-data-asset-from-fusion-app.d.ts +1 -1
- package/lib/model/create-data-asset-from-fusion-app.js.map +1 -1
- package/lib/model/create-data-asset-from-hdfs.d.ts +41 -0
- package/lib/model/create-data-asset-from-hdfs.js +62 -0
- package/lib/model/create-data-asset-from-hdfs.js.map +1 -0
- package/lib/model/create-data-asset-from-my-sql-heat-wave.d.ts +37 -0
- package/lib/model/create-data-asset-from-my-sql-heat-wave.js +62 -0
- package/lib/model/create-data-asset-from-my-sql-heat-wave.js.map +1 -0
- package/lib/model/create-data-asset-from-oracle-ebs.d.ts +47 -0
- package/lib/model/create-data-asset-from-oracle-ebs.js +74 -0
- package/lib/model/create-data-asset-from-oracle-ebs.js.map +1 -0
- package/lib/model/create-data-asset-from-oracle-people-soft.d.ts +47 -0
- package/lib/model/create-data-asset-from-oracle-people-soft.js +74 -0
- package/lib/model/create-data-asset-from-oracle-people-soft.js.map +1 -0
- package/lib/model/create-data-asset-from-oracle-siebel.d.ts +47 -0
- package/lib/model/create-data-asset-from-oracle-siebel.js +74 -0
- package/lib/model/create-data-asset-from-oracle-siebel.js.map +1 -0
- package/lib/model/create-data-asset-from-rest.d.ts +1 -1
- package/lib/model/create-data-asset-from-rest.js.map +1 -1
- package/lib/model/create-entity-shape-details.js +4 -0
- package/lib/model/create-entity-shape-details.js.map +1 -1
- package/lib/model/create-entity-shape-from-object.d.ts +78 -0
- package/lib/model/create-entity-shape-from-object.js +94 -0
- package/lib/model/create-entity-shape-from-object.js.map +1 -0
- package/lib/model/create-export-request-details.d.ts +57 -0
- package/lib/model/create-export-request-details.js +29 -0
- package/lib/model/create-export-request-details.js.map +1 -0
- package/lib/model/create-import-request-details.d.ts +43 -0
- package/lib/model/create-import-request-details.js +57 -0
- package/lib/model/create-import-request-details.js.map +1 -0
- package/lib/model/data-asset-from-adwc-details.d.ts +2 -2
- package/lib/model/data-asset-from-adwc-details.js.map +1 -1
- package/lib/model/data-asset-from-atp-details.d.ts +2 -2
- package/lib/model/data-asset-from-atp-details.js.map +1 -1
- package/lib/model/data-asset-from-fusion-app.d.ts +1 -1
- package/lib/model/data-asset-from-fusion-app.js.map +1 -1
- package/lib/model/data-asset-from-hdfs-details.d.ts +41 -0
- package/lib/model/data-asset-from-hdfs-details.js +60 -0
- package/lib/model/data-asset-from-hdfs-details.js.map +1 -0
- package/lib/model/data-asset-from-my-sql-heat-wave.d.ts +37 -0
- package/lib/model/data-asset-from-my-sql-heat-wave.js +60 -0
- package/lib/model/data-asset-from-my-sql-heat-wave.js.map +1 -0
- package/lib/model/data-asset-from-oracle-ebs-details.d.ts +47 -0
- package/lib/model/data-asset-from-oracle-ebs-details.js +74 -0
- package/lib/model/data-asset-from-oracle-ebs-details.js.map +1 -0
- package/lib/model/data-asset-from-oracle-people-soft-details.d.ts +47 -0
- package/lib/model/data-asset-from-oracle-people-soft-details.js +74 -0
- package/lib/model/data-asset-from-oracle-people-soft-details.js.map +1 -0
- package/lib/model/data-asset-from-oracle-siebel-details.d.ts +47 -0
- package/lib/model/data-asset-from-oracle-siebel-details.js +74 -0
- package/lib/model/data-asset-from-oracle-siebel-details.js.map +1 -0
- package/lib/model/data-asset-from-rest-details.d.ts +1 -1
- package/lib/model/data-asset-from-rest-details.js.map +1 -1
- package/lib/model/data-asset-summary-from-fusion-app.d.ts +1 -1
- package/lib/model/data-asset-summary-from-fusion-app.js.map +1 -1
- package/lib/model/data-asset-summary-from-hdfs.d.ts +41 -0
- package/lib/model/data-asset-summary-from-hdfs.js +62 -0
- package/lib/model/data-asset-summary-from-hdfs.js.map +1 -0
- package/lib/model/data-asset-summary-from-my-sql-heat-wave.d.ts +37 -0
- package/lib/model/data-asset-summary-from-my-sql-heat-wave.js +62 -0
- package/lib/model/data-asset-summary-from-my-sql-heat-wave.js.map +1 -0
- package/lib/model/data-asset-summary-from-oracle-ebs.d.ts +47 -0
- package/lib/model/data-asset-summary-from-oracle-ebs.js +74 -0
- package/lib/model/data-asset-summary-from-oracle-ebs.js.map +1 -0
- package/lib/model/data-asset-summary-from-oracle-people-soft.d.ts +47 -0
- package/lib/model/data-asset-summary-from-oracle-people-soft.js +74 -0
- package/lib/model/data-asset-summary-from-oracle-people-soft.js.map +1 -0
- package/lib/model/data-asset-summary-from-oracle-siebel.d.ts +47 -0
- package/lib/model/data-asset-summary-from-oracle-siebel.js +74 -0
- package/lib/model/data-asset-summary-from-oracle-siebel.js.map +1 -0
- package/lib/model/data-asset-summary-from-rest.d.ts +1 -1
- package/lib/model/data-asset-summary-from-rest.js.map +1 -1
- package/lib/model/data-asset-summary.js +32 -12
- package/lib/model/data-asset-summary.js.map +1 -1
- package/lib/model/data-asset.js +32 -12
- package/lib/model/data-asset.js.map +1 -1
- package/lib/model/data-entity-details.js +4 -0
- package/lib/model/data-entity-details.js.map +1 -1
- package/lib/model/data-entity-from-object-entity-details.d.ts +89 -0
- package/lib/model/data-entity-from-object-entity-details.js +90 -0
- package/lib/model/data-entity-from-object-entity-details.js.map +1 -0
- package/lib/model/data-entity-from-object.d.ts +94 -0
- package/lib/model/data-entity-from-object.js +93 -0
- package/lib/model/data-entity-from-object.js.map +1 -0
- package/lib/model/data-entity-summary-from-object.d.ts +94 -0
- package/lib/model/data-entity-summary-from-object.js +95 -0
- package/lib/model/data-entity-summary-from-object.js.map +1 -0
- package/lib/model/data-entity-summary.js +4 -0
- package/lib/model/data-entity-summary.js.map +1 -1
- package/lib/model/data-entity.js +4 -0
- package/lib/model/data-entity.js.map +1 -1
- package/lib/model/enriched-entity.d.ts +1 -1
- package/lib/model/enriched-entity.js.map +1 -1
- package/lib/model/entity-shape-from-object.d.ts +95 -0
- package/lib/model/entity-shape-from-object.js +97 -0
- package/lib/model/entity-shape-from-object.js.map +1 -0
- package/lib/model/entity-shape.js +4 -0
- package/lib/model/entity-shape.js.map +1 -1
- package/lib/model/export-object-metadata-summary.d.ts +53 -0
- package/lib/model/export-object-metadata-summary.js +29 -0
- package/lib/model/export-object-metadata-summary.js.map +1 -0
- package/lib/model/export-request-summary-collection.d.ts +26 -0
- package/lib/model/export-request-summary-collection.js +61 -0
- package/lib/model/export-request-summary-collection.js.map +1 -0
- package/lib/model/export-request-summary.d.ts +109 -0
- package/lib/model/export-request-summary.js +75 -0
- package/lib/model/export-request-summary.js.map +1 -0
- package/lib/model/export-request.d.ts +109 -0
- package/lib/model/export-request.js +75 -0
- package/lib/model/export-request.js.map +1 -0
- package/lib/model/import-conflict-resolution.d.ts +43 -0
- package/lib/model/import-conflict-resolution.js +40 -0
- package/lib/model/import-conflict-resolution.js.map +1 -0
- package/lib/model/import-object-metadata-summary.d.ts +72 -0
- package/lib/model/import-object-metadata-summary.js +41 -0
- package/lib/model/import-object-metadata-summary.js.map +1 -0
- package/lib/model/import-request-summary-collection.d.ts +26 -0
- package/lib/model/import-request-summary-collection.js +61 -0
- package/lib/model/import-request-summary-collection.js.map +1 -0
- package/lib/model/import-request-summary.d.ts +94 -0
- package/lib/model/import-request-summary.js +81 -0
- package/lib/model/import-request-summary.js.map +1 -0
- package/lib/model/import-request.d.ts +94 -0
- package/lib/model/import-request.js +81 -0
- package/lib/model/import-request.js.map +1 -0
- package/lib/model/index.d.ts +130 -0
- package/lib/model/index.js +142 -11
- package/lib/model/index.js.map +1 -1
- package/lib/model/oracle-adwc-write-attribute.d.ts +2 -2
- package/lib/model/oracle-adwc-write-attribute.js.map +1 -1
- package/lib/model/oracle-adwc-write-attributes.d.ts +2 -2
- package/lib/model/oracle-adwc-write-attributes.js.map +1 -1
- package/lib/model/oracle-atp-write-attribute.d.ts +2 -2
- package/lib/model/oracle-atp-write-attribute.js.map +1 -1
- package/lib/model/oracle-atp-write-attributes.d.ts +2 -2
- package/lib/model/oracle-atp-write-attributes.js.map +1 -1
- package/lib/model/runtime-operator-summary.d.ts +71 -0
- package/lib/model/runtime-operator-summary.js +49 -0
- package/lib/model/runtime-operator-summary.js.map +1 -1
- package/lib/model/runtime-operator.d.ts +71 -0
- package/lib/model/runtime-operator.js +49 -0
- package/lib/model/runtime-operator.js.map +1 -1
- package/lib/model/source.d.ts +1 -1
- package/lib/model/source.js.map +1 -1
- package/lib/model/state.d.ts +31 -0
- package/lib/model/state.js +57 -0
- package/lib/model/state.js.map +1 -0
- package/lib/model/target.d.ts +1 -1
- package/lib/model/target.js.map +1 -1
- package/lib/model/update-connection-details.js +36 -16
- package/lib/model/update-connection-details.js.map +1 -1
- package/lib/model/update-connection-from-hdfs.d.ts +45 -0
- package/lib/model/update-connection-from-hdfs.js +62 -0
- package/lib/model/update-connection-from-hdfs.js.map +1 -0
- package/lib/model/update-connection-from-my-sql-heat-wave.d.ts +33 -0
- package/lib/model/update-connection-from-my-sql-heat-wave.js +62 -0
- package/lib/model/update-connection-from-my-sql-heat-wave.js.map +1 -0
- package/lib/model/update-connection-from-oracle-ebs.d.ts +33 -0
- package/lib/model/update-connection-from-oracle-ebs.js +62 -0
- package/lib/model/update-connection-from-oracle-ebs.js.map +1 -0
- package/lib/model/update-connection-from-oracle-people-soft.d.ts +33 -0
- package/lib/model/update-connection-from-oracle-people-soft.js +62 -0
- package/lib/model/update-connection-from-oracle-people-soft.js.map +1 -0
- package/lib/model/update-connection-from-oracle-siebel.d.ts +33 -0
- package/lib/model/update-connection-from-oracle-siebel.js +62 -0
- package/lib/model/update-connection-from-oracle-siebel.js.map +1 -0
- package/lib/model/update-data-asset-details.js +36 -16
- package/lib/model/update-data-asset-details.js.map +1 -1
- package/lib/model/update-data-asset-from-hdfs.d.ts +41 -0
- package/lib/model/update-data-asset-from-hdfs.js +62 -0
- package/lib/model/update-data-asset-from-hdfs.js.map +1 -0
- package/lib/model/update-data-asset-from-my-sql-heat-wave.d.ts +37 -0
- package/lib/model/update-data-asset-from-my-sql-heat-wave.js +62 -0
- package/lib/model/update-data-asset-from-my-sql-heat-wave.js.map +1 -0
- package/lib/model/update-data-asset-from-oracle-ebs.d.ts +47 -0
- package/lib/model/update-data-asset-from-oracle-ebs.js +74 -0
- package/lib/model/update-data-asset-from-oracle-ebs.js.map +1 -0
- package/lib/model/update-data-asset-from-oracle-people-soft.d.ts +47 -0
- package/lib/model/update-data-asset-from-oracle-people-soft.js +74 -0
- package/lib/model/update-data-asset-from-oracle-people-soft.js.map +1 -0
- package/lib/model/update-data-asset-from-oracle-siebel.d.ts +47 -0
- package/lib/model/update-data-asset-from-oracle-siebel.js +74 -0
- package/lib/model/update-data-asset-from-oracle-siebel.js.map +1 -0
- package/lib/model/update-data-asset-from-rest.d.ts +1 -1
- package/lib/model/update-data-asset-from-rest.js.map +1 -1
- package/lib/model/update-export-request-details.d.ts +28 -0
- package/lib/model/update-export-request-details.js +33 -0
- package/lib/model/update-export-request-details.js.map +1 -0
- package/lib/model/update-import-request-details.d.ts +28 -0
- package/lib/model/update-import-request-details.js +33 -0
- package/lib/model/update-import-request-details.js.map +1 -0
- package/lib/request/change-compartment-request.d.ts +1 -1
- package/lib/request/change-dis-application-compartment-request.d.ts +1 -1
- package/lib/request/create-application-detailed-description-request.d.ts +1 -1
- package/lib/request/create-application-request.d.ts +1 -1
- package/lib/request/create-connection-request.d.ts +2 -2
- package/lib/request/create-connection-validation-request.d.ts +1 -1
- package/lib/request/create-copy-object-request-request.d.ts +1 -1
- package/lib/request/create-data-asset-request.d.ts +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 +1 -1
- package/lib/request/create-dis-application-request.d.ts +1 -1
- package/lib/request/create-entity-shape-request.d.ts +2 -2
- package/lib/request/create-export-request-request.d.ts +39 -0
- package/lib/request/create-export-request-request.js +15 -0
- package/lib/request/create-export-request-request.js.map +1 -0
- package/lib/request/create-external-publication-request.d.ts +1 -1
- package/lib/request/create-external-publication-validation-request.d.ts +1 -1
- package/lib/request/create-folder-request.d.ts +1 -1
- package/lib/request/create-function-library-request.d.ts +1 -1
- package/lib/request/create-import-request-request.d.ts +39 -0
- package/lib/request/create-import-request-request.js +15 -0
- package/lib/request/create-import-request-request.js.map +1 -0
- package/lib/request/create-patch-request.d.ts +1 -1
- package/lib/request/create-pipeline-request.d.ts +1 -1
- package/lib/request/create-pipeline-validation-request.d.ts +1 -1
- package/lib/request/create-project-request.d.ts +1 -1
- package/lib/request/create-schedule-request.d.ts +1 -1
- package/lib/request/create-task-request.d.ts +1 -1
- package/lib/request/create-task-run-request.d.ts +1 -1
- package/lib/request/create-task-schedule-request.d.ts +1 -1
- package/lib/request/create-task-validation-request.d.ts +1 -1
- package/lib/request/create-user-defined-function-request.d.ts +1 -1
- package/lib/request/create-user-defined-function-validation-request.d.ts +1 -1
- package/lib/request/create-workspace-request.d.ts +1 -1
- package/lib/request/delete-application-detailed-description-request.d.ts +1 -1
- package/lib/request/delete-application-request.d.ts +1 -1
- package/lib/request/delete-connection-request.d.ts +1 -1
- package/lib/request/delete-connection-validation-request.d.ts +1 -1
- package/lib/request/delete-copy-object-request-request.d.ts +1 -1
- package/lib/request/delete-data-asset-request.d.ts +1 -1
- package/lib/request/delete-data-flow-request.d.ts +1 -1
- package/lib/request/delete-data-flow-validation-request.d.ts +1 -1
- package/lib/request/delete-dis-application-detailed-description-request.d.ts +1 -1
- package/lib/request/delete-dis-application-request.d.ts +1 -1
- package/lib/request/delete-export-request-request.d.ts +40 -0
- package/lib/request/delete-export-request-request.js +15 -0
- package/lib/request/delete-export-request-request.js.map +1 -0
- package/lib/request/delete-external-publication-request.d.ts +1 -1
- package/lib/request/delete-external-publication-validation-request.d.ts +1 -1
- package/lib/request/delete-folder-request.d.ts +1 -1
- package/lib/request/delete-function-library-request.d.ts +1 -1
- package/lib/request/delete-import-request-request.d.ts +40 -0
- package/lib/request/delete-import-request-request.js +15 -0
- package/lib/request/delete-import-request-request.js.map +1 -0
- package/lib/request/delete-patch-request.d.ts +1 -1
- package/lib/request/delete-pipeline-request.d.ts +1 -1
- package/lib/request/delete-pipeline-validation-request.d.ts +1 -1
- package/lib/request/delete-project-request.d.ts +1 -1
- package/lib/request/delete-schedule-request.d.ts +1 -1
- package/lib/request/delete-task-request.d.ts +1 -1
- package/lib/request/delete-task-run-request.d.ts +1 -1
- package/lib/request/delete-task-schedule-request.d.ts +1 -1
- package/lib/request/delete-task-validation-request.d.ts +1 -1
- package/lib/request/delete-user-defined-function-request.d.ts +1 -1
- package/lib/request/delete-user-defined-function-validation-request.d.ts +1 -1
- package/lib/request/delete-workspace-request.d.ts +1 -1
- package/lib/request/get-application-detailed-description-request.d.ts +1 -1
- package/lib/request/get-application-request.d.ts +1 -1
- package/lib/request/get-composite-state-request.d.ts +37 -0
- package/lib/request/get-composite-state-request.js +15 -0
- package/lib/request/get-composite-state-request.js.map +1 -0
- package/lib/request/get-connection-request.d.ts +1 -1
- package/lib/request/get-connection-validation-request.d.ts +1 -1
- package/lib/request/get-copy-object-request-request.d.ts +1 -1
- package/lib/request/get-count-statistic-request.d.ts +1 -1
- package/lib/request/get-data-asset-request.d.ts +1 -1
- package/lib/request/get-data-entity-request.d.ts +1 -1
- package/lib/request/get-data-flow-request.d.ts +1 -1
- package/lib/request/get-data-flow-validation-request.d.ts +1 -1
- package/lib/request/get-dependent-object-request.d.ts +1 -1
- package/lib/request/get-dis-application-detailed-description-request.d.ts +1 -1
- package/lib/request/get-dis-application-request.d.ts +1 -1
- package/lib/request/get-export-request-request.d.ts +33 -0
- package/lib/request/get-export-request-request.js +15 -0
- package/lib/request/get-export-request-request.js.map +1 -0
- package/lib/request/get-external-publication-request.d.ts +1 -1
- package/lib/request/get-external-publication-validation-request.d.ts +1 -1
- package/lib/request/get-folder-request.d.ts +1 -1
- package/lib/request/get-function-library-request.d.ts +1 -1
- package/lib/request/get-import-request-request.d.ts +41 -0
- package/lib/request/get-import-request-request.js +15 -0
- package/lib/request/get-import-request-request.js.map +1 -0
- package/lib/request/get-patch-request.d.ts +1 -1
- package/lib/request/get-pipeline-request.d.ts +1 -1
- package/lib/request/get-pipeline-validation-request.d.ts +1 -1
- package/lib/request/get-project-request.d.ts +1 -1
- package/lib/request/get-published-object-request.d.ts +1 -1
- package/lib/request/get-reference-request.d.ts +1 -1
- package/lib/request/get-runtime-operator-request.d.ts +1 -1
- package/lib/request/get-runtime-pipeline-request.d.ts +1 -1
- package/lib/request/get-schedule-request.d.ts +1 -1
- package/lib/request/get-schema-request.d.ts +1 -1
- package/lib/request/get-task-request.d.ts +1 -1
- package/lib/request/get-task-run-request.d.ts +1 -1
- package/lib/request/get-task-schedule-request.d.ts +1 -1
- package/lib/request/get-task-validation-request.d.ts +1 -1
- package/lib/request/get-template-request.d.ts +1 -1
- package/lib/request/get-user-defined-function-request.d.ts +1 -1
- package/lib/request/get-user-defined-function-validation-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/get-workspace-request.d.ts +1 -1
- package/lib/request/index.d.ts +22 -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 +1 -1
- package/lib/request/list-data-assets-request.d.ts +1 -1
- package/lib/request/list-data-entities-request.d.ts +1 -1
- package/lib/request/list-data-flow-validations-request.d.ts +1 -1
- package/lib/request/list-data-flows-request.d.ts +1 -1
- package/lib/request/list-dependent-objects-request.d.ts +1 -1
- package/lib/request/list-dis-application-task-run-lineages-request.d.ts +1 -1
- package/lib/request/list-dis-applications-request.d.ts +1 -1
- package/lib/request/list-export-requests-request.d.ts +88 -0
- package/lib/request/list-export-requests-request.js +44 -0
- package/lib/request/list-export-requests-request.js.map +1 -0
- package/lib/request/list-external-publication-validations-request.d.ts +1 -1
- package/lib/request/list-external-publications-request.d.ts +1 -1
- package/lib/request/list-folders-request.d.ts +1 -1
- package/lib/request/list-function-libraries-request.d.ts +1 -1
- package/lib/request/list-import-requests-request.d.ts +88 -0
- package/lib/request/list-import-requests-request.js +44 -0
- package/lib/request/list-import-requests-request.js.map +1 -0
- package/lib/request/list-patch-changes-request.d.ts +1 -1
- package/lib/request/list-patches-request.d.ts +1 -1
- package/lib/request/list-pipeline-validations-request.d.ts +1 -1
- package/lib/request/list-pipelines-request.d.ts +1 -1
- package/lib/request/list-projects-request.d.ts +1 -1
- package/lib/request/list-published-objects-request.d.ts +1 -1
- package/lib/request/list-references-request.d.ts +1 -1
- package/lib/request/list-runtime-operators-request.d.ts +1 -1
- package/lib/request/list-runtime-pipelines-request.d.ts +1 -1
- package/lib/request/list-schedules-request.d.ts +1 -1
- package/lib/request/list-schemas-request.d.ts +1 -1
- package/lib/request/list-task-run-lineages-request.d.ts +1 -1
- package/lib/request/list-task-run-logs-request.d.ts +1 -1
- package/lib/request/list-task-runs-request.d.ts +1 -1
- package/lib/request/list-task-schedules-request.d.ts +1 -1
- package/lib/request/list-task-validations-request.d.ts +1 -1
- package/lib/request/list-tasks-request.d.ts +1 -1
- package/lib/request/list-templates-request.d.ts +1 -1
- package/lib/request/list-user-defined-function-validations-request.d.ts +1 -1
- package/lib/request/list-user-defined-functions-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/list-workspaces-request.d.ts +1 -1
- package/lib/request/start-workspace-request.d.ts +1 -1
- package/lib/request/stop-workspace-request.d.ts +1 -1
- package/lib/request/update-application-detailed-description-request.d.ts +1 -1
- package/lib/request/update-application-request.d.ts +1 -1
- package/lib/request/update-connection-request.d.ts +2 -2
- package/lib/request/update-copy-object-request-request.d.ts +1 -1
- 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 +1 -1
- package/lib/request/update-dis-application-request.d.ts +1 -1
- package/lib/request/update-export-request-request.d.ts +45 -0
- package/lib/request/update-export-request-request.js +15 -0
- package/lib/request/update-export-request-request.js.map +1 -0
- package/lib/request/update-external-publication-request.d.ts +1 -1
- package/lib/request/update-folder-request.d.ts +1 -1
- package/lib/request/update-function-library-request.d.ts +1 -1
- package/lib/request/update-import-request-request.d.ts +45 -0
- package/lib/request/update-import-request-request.js +15 -0
- package/lib/request/update-import-request-request.js.map +1 -0
- 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-export-request-response.d.ts +35 -0
- package/lib/response/create-export-request-response.js +15 -0
- package/lib/response/create-export-request-response.js.map +1 -0
- package/lib/response/create-import-request-response.d.ts +35 -0
- package/lib/response/create-import-request-response.js +15 -0
- package/lib/response/create-import-request-response.js.map +1 -0
- package/lib/response/delete-export-request-response.d.ts +20 -0
- package/lib/response/delete-export-request-response.js +15 -0
- package/lib/response/delete-export-request-response.js.map +1 -0
- package/lib/response/delete-import-request-response.d.ts +20 -0
- package/lib/response/delete-import-request-response.js +15 -0
- package/lib/response/delete-import-request-response.js.map +1 -0
- package/lib/response/get-composite-state-response.d.ts +26 -0
- package/lib/response/get-composite-state-response.js +15 -0
- package/lib/response/get-composite-state-response.js.map +1 -0
- package/lib/response/get-export-request-response.d.ts +30 -0
- package/lib/response/get-export-request-response.js +15 -0
- package/lib/response/get-export-request-response.js.map +1 -0
- package/lib/response/get-import-request-response.d.ts +30 -0
- package/lib/response/get-import-request-response.js +15 -0
- package/lib/response/get-import-request-response.js.map +1 -0
- package/lib/response/index.d.ts +22 -0
- package/lib/response/list-export-requests-response.d.ts +30 -0
- package/lib/response/list-export-requests-response.js +15 -0
- package/lib/response/list-export-requests-response.js.map +1 -0
- package/lib/response/list-import-requests-response.d.ts +30 -0
- package/lib/response/list-import-requests-response.js +15 -0
- package/lib/response/list-import-requests-response.js.map +1 -0
- package/lib/response/update-export-request-response.d.ts +30 -0
- package/lib/response/update-export-request-response.js +15 -0
- package/lib/response/update-export-request-response.js.map +1 -0
- package/lib/response/update-import-request-response.d.ts +30 -0
- package/lib/response/update-import-request-response.js +15 -0
- package/lib/response/update-import-request-response.js.map +1 -0
- package/package.json +3 -3
package/lib/client.js
CHANGED
|
@@ -181,7 +181,7 @@ class DataIntegrationClient {
|
|
|
181
181
|
* @param ChangeCompartmentRequest
|
|
182
182
|
* @return ChangeCompartmentResponse
|
|
183
183
|
* @throws OciError when an error occurs
|
|
184
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
184
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/ChangeCompartment.ts.html |here} to see how to use ChangeCompartment API.
|
|
185
185
|
*/
|
|
186
186
|
changeCompartment(changeCompartmentRequest) {
|
|
187
187
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -244,7 +244,7 @@ class DataIntegrationClient {
|
|
|
244
244
|
* @param ChangeDisApplicationCompartmentRequest
|
|
245
245
|
* @return ChangeDisApplicationCompartmentResponse
|
|
246
246
|
* @throws OciError when an error occurs
|
|
247
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
247
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/ChangeDisApplicationCompartment.ts.html |here} to see how to use ChangeDisApplicationCompartment API.
|
|
248
248
|
*/
|
|
249
249
|
changeDisApplicationCompartment(changeDisApplicationCompartmentRequest) {
|
|
250
250
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -308,7 +308,7 @@ class DataIntegrationClient {
|
|
|
308
308
|
* @param CreateApplicationRequest
|
|
309
309
|
* @return CreateApplicationResponse
|
|
310
310
|
* @throws OciError when an error occurs
|
|
311
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
311
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/CreateApplication.ts.html |here} to see how to use CreateApplication API.
|
|
312
312
|
*/
|
|
313
313
|
createApplication(createApplicationRequest) {
|
|
314
314
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -373,7 +373,7 @@ class DataIntegrationClient {
|
|
|
373
373
|
* @param CreateApplicationDetailedDescriptionRequest
|
|
374
374
|
* @return CreateApplicationDetailedDescriptionResponse
|
|
375
375
|
* @throws OciError when an error occurs
|
|
376
|
-
* @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.65.0/dataintegration/CreateApplicationDetailedDescription.ts.html |here} to see how to use CreateApplicationDetailedDescription API.
|
|
377
377
|
*/
|
|
378
378
|
createApplicationDetailedDescription(createApplicationDetailedDescriptionRequest) {
|
|
379
379
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -439,7 +439,7 @@ class DataIntegrationClient {
|
|
|
439
439
|
* @param CreateConnectionRequest
|
|
440
440
|
* @return CreateConnectionResponse
|
|
441
441
|
* @throws OciError when an error occurs
|
|
442
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
442
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/CreateConnection.ts.html |here} to see how to use CreateConnection API.
|
|
443
443
|
*/
|
|
444
444
|
createConnection(createConnectionRequest) {
|
|
445
445
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -504,7 +504,7 @@ class DataIntegrationClient {
|
|
|
504
504
|
* @param CreateConnectionValidationRequest
|
|
505
505
|
* @return CreateConnectionValidationResponse
|
|
506
506
|
* @throws OciError when an error occurs
|
|
507
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
507
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/CreateConnectionValidation.ts.html |here} to see how to use CreateConnectionValidation API.
|
|
508
508
|
*/
|
|
509
509
|
createConnectionValidation(createConnectionValidationRequest) {
|
|
510
510
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -570,7 +570,7 @@ class DataIntegrationClient {
|
|
|
570
570
|
* @param CreateCopyObjectRequestRequest
|
|
571
571
|
* @return CreateCopyObjectRequestResponse
|
|
572
572
|
* @throws OciError when an error occurs
|
|
573
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
573
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/CreateCopyObjectRequest.ts.html |here} to see how to use CreateCopyObjectRequest API.
|
|
574
574
|
*/
|
|
575
575
|
createCopyObjectRequest(createCopyObjectRequestRequest) {
|
|
576
576
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -640,7 +640,7 @@ class DataIntegrationClient {
|
|
|
640
640
|
* @param CreateDataAssetRequest
|
|
641
641
|
* @return CreateDataAssetResponse
|
|
642
642
|
* @throws OciError when an error occurs
|
|
643
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
643
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/CreateDataAsset.ts.html |here} to see how to use CreateDataAsset API.
|
|
644
644
|
*/
|
|
645
645
|
createDataAsset(createDataAssetRequest) {
|
|
646
646
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -706,7 +706,7 @@ class DataIntegrationClient {
|
|
|
706
706
|
* @param CreateDataFlowRequest
|
|
707
707
|
* @return CreateDataFlowResponse
|
|
708
708
|
* @throws OciError when an error occurs
|
|
709
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
709
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/CreateDataFlow.ts.html |here} to see how to use CreateDataFlow API.
|
|
710
710
|
*/
|
|
711
711
|
createDataFlow(createDataFlowRequest) {
|
|
712
712
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -772,7 +772,7 @@ class DataIntegrationClient {
|
|
|
772
772
|
* @param CreateDataFlowValidationRequest
|
|
773
773
|
* @return CreateDataFlowValidationResponse
|
|
774
774
|
* @throws OciError when an error occurs
|
|
775
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
775
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/CreateDataFlowValidation.ts.html |here} to see how to use CreateDataFlowValidation API.
|
|
776
776
|
*/
|
|
777
777
|
createDataFlowValidation(createDataFlowValidationRequest) {
|
|
778
778
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -838,7 +838,7 @@ class DataIntegrationClient {
|
|
|
838
838
|
* @param CreateDisApplicationRequest
|
|
839
839
|
* @return CreateDisApplicationResponse
|
|
840
840
|
* @throws OciError when an error occurs
|
|
841
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
841
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/CreateDisApplication.ts.html |here} to see how to use CreateDisApplication API.
|
|
842
842
|
*/
|
|
843
843
|
createDisApplication(createDisApplicationRequest) {
|
|
844
844
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -903,7 +903,7 @@ class DataIntegrationClient {
|
|
|
903
903
|
* @param CreateDisApplicationDetailedDescriptionRequest
|
|
904
904
|
* @return CreateDisApplicationDetailedDescriptionResponse
|
|
905
905
|
* @throws OciError when an error occurs
|
|
906
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
906
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/CreateDisApplicationDetailedDescription.ts.html |here} to see how to use CreateDisApplicationDetailedDescription API.
|
|
907
907
|
*/
|
|
908
908
|
createDisApplicationDetailedDescription(createDisApplicationDetailedDescriptionRequest) {
|
|
909
909
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -969,7 +969,7 @@ class DataIntegrationClient {
|
|
|
969
969
|
* @param CreateEntityShapeRequest
|
|
970
970
|
* @return CreateEntityShapeResponse
|
|
971
971
|
* @throws OciError when an error occurs
|
|
972
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
972
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/CreateEntityShape.ts.html |here} to see how to use CreateEntityShape API.
|
|
973
973
|
*/
|
|
974
974
|
createEntityShape(createEntityShapeRequest) {
|
|
975
975
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1026,13 +1026,83 @@ class DataIntegrationClient {
|
|
|
1026
1026
|
}
|
|
1027
1027
|
});
|
|
1028
1028
|
}
|
|
1029
|
+
/**
|
|
1030
|
+
* Export Metadata Object
|
|
1031
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
1032
|
+
* @param CreateExportRequestRequest
|
|
1033
|
+
* @return CreateExportRequestResponse
|
|
1034
|
+
* @throws OciError when an error occurs
|
|
1035
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/CreateExportRequest.ts.html |here} to see how to use CreateExportRequest API.
|
|
1036
|
+
*/
|
|
1037
|
+
createExportRequest(createExportRequestRequest) {
|
|
1038
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1039
|
+
if (this.logger)
|
|
1040
|
+
this.logger.debug("Calling operation DataIntegrationClient#createExportRequest.");
|
|
1041
|
+
const operationName = "createExportRequest";
|
|
1042
|
+
const apiReferenceLink = "";
|
|
1043
|
+
const pathParams = {
|
|
1044
|
+
"{workspaceId}": createExportRequestRequest.workspaceId
|
|
1045
|
+
};
|
|
1046
|
+
const queryParams = {};
|
|
1047
|
+
let headerParams = {
|
|
1048
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
1049
|
+
"opc-request-id": createExportRequestRequest.opcRequestId,
|
|
1050
|
+
"opc-retry-token": createExportRequestRequest.opcRetryToken
|
|
1051
|
+
};
|
|
1052
|
+
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
1053
|
+
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createExportRequestRequest.retryConfiguration, specRetryConfiguration);
|
|
1054
|
+
if (this.logger)
|
|
1055
|
+
retrier.logger = this.logger;
|
|
1056
|
+
const request = yield oci_common_2.composeRequest({
|
|
1057
|
+
baseEndpoint: this._endpoint,
|
|
1058
|
+
defaultHeaders: this._defaultHeaders,
|
|
1059
|
+
path: "/workspaces/{workspaceId}/exportRequests",
|
|
1060
|
+
method: "POST",
|
|
1061
|
+
bodyContent: common.ObjectSerializer.serialize(createExportRequestRequest.createExportRequestDetails, "CreateExportRequestDetails", model.CreateExportRequestDetails.getJsonObj),
|
|
1062
|
+
pathParams: pathParams,
|
|
1063
|
+
headerParams: headerParams,
|
|
1064
|
+
queryParams: queryParams
|
|
1065
|
+
});
|
|
1066
|
+
try {
|
|
1067
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
1068
|
+
const sdkResponse = oci_common_2.composeResponse({
|
|
1069
|
+
responseObject: {},
|
|
1070
|
+
body: yield response.json(),
|
|
1071
|
+
bodyKey: "exportRequest",
|
|
1072
|
+
bodyModel: model.ExportRequest,
|
|
1073
|
+
type: "model.ExportRequest",
|
|
1074
|
+
responseHeaders: [
|
|
1075
|
+
{
|
|
1076
|
+
value: response.headers.get("etag"),
|
|
1077
|
+
key: "etag",
|
|
1078
|
+
dataType: "string"
|
|
1079
|
+
},
|
|
1080
|
+
{
|
|
1081
|
+
value: response.headers.get("opc-request-id"),
|
|
1082
|
+
key: "opcRequestId",
|
|
1083
|
+
dataType: "string"
|
|
1084
|
+
},
|
|
1085
|
+
{
|
|
1086
|
+
value: response.headers.get("opc-work-request-id"),
|
|
1087
|
+
key: "opcWorkRequestId",
|
|
1088
|
+
dataType: "string"
|
|
1089
|
+
}
|
|
1090
|
+
]
|
|
1091
|
+
});
|
|
1092
|
+
return sdkResponse;
|
|
1093
|
+
}
|
|
1094
|
+
catch (err) {
|
|
1095
|
+
throw err;
|
|
1096
|
+
}
|
|
1097
|
+
});
|
|
1098
|
+
}
|
|
1029
1099
|
/**
|
|
1030
1100
|
* Publish a DataFlow in a OCI DataFlow application.
|
|
1031
1101
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
1032
1102
|
* @param CreateExternalPublicationRequest
|
|
1033
1103
|
* @return CreateExternalPublicationResponse
|
|
1034
1104
|
* @throws OciError when an error occurs
|
|
1035
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1105
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/CreateExternalPublication.ts.html |here} to see how to use CreateExternalPublication API.
|
|
1036
1106
|
*/
|
|
1037
1107
|
createExternalPublication(createExternalPublicationRequest) {
|
|
1038
1108
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1098,7 +1168,7 @@ class DataIntegrationClient {
|
|
|
1098
1168
|
* @param CreateExternalPublicationValidationRequest
|
|
1099
1169
|
* @return CreateExternalPublicationValidationResponse
|
|
1100
1170
|
* @throws OciError when an error occurs
|
|
1101
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1171
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/CreateExternalPublicationValidation.ts.html |here} to see how to use CreateExternalPublicationValidation API.
|
|
1102
1172
|
*/
|
|
1103
1173
|
createExternalPublicationValidation(createExternalPublicationValidationRequest) {
|
|
1104
1174
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1166,7 +1236,7 @@ class DataIntegrationClient {
|
|
|
1166
1236
|
* @param CreateFolderRequest
|
|
1167
1237
|
* @return CreateFolderResponse
|
|
1168
1238
|
* @throws OciError when an error occurs
|
|
1169
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1239
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/CreateFolder.ts.html |here} to see how to use CreateFolder API.
|
|
1170
1240
|
*/
|
|
1171
1241
|
createFolder(createFolderRequest) {
|
|
1172
1242
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1233,7 +1303,7 @@ class DataIntegrationClient {
|
|
|
1233
1303
|
* @param CreateFunctionLibraryRequest
|
|
1234
1304
|
* @return CreateFunctionLibraryResponse
|
|
1235
1305
|
* @throws OciError when an error occurs
|
|
1236
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1306
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/CreateFunctionLibrary.ts.html |here} to see how to use CreateFunctionLibrary API.
|
|
1237
1307
|
*/
|
|
1238
1308
|
createFunctionLibrary(createFunctionLibraryRequest) {
|
|
1239
1309
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1292,13 +1362,83 @@ class DataIntegrationClient {
|
|
|
1292
1362
|
}
|
|
1293
1363
|
});
|
|
1294
1364
|
}
|
|
1365
|
+
/**
|
|
1366
|
+
* Import Metadata Object
|
|
1367
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
1368
|
+
* @param CreateImportRequestRequest
|
|
1369
|
+
* @return CreateImportRequestResponse
|
|
1370
|
+
* @throws OciError when an error occurs
|
|
1371
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/CreateImportRequest.ts.html |here} to see how to use CreateImportRequest API.
|
|
1372
|
+
*/
|
|
1373
|
+
createImportRequest(createImportRequestRequest) {
|
|
1374
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1375
|
+
if (this.logger)
|
|
1376
|
+
this.logger.debug("Calling operation DataIntegrationClient#createImportRequest.");
|
|
1377
|
+
const operationName = "createImportRequest";
|
|
1378
|
+
const apiReferenceLink = "";
|
|
1379
|
+
const pathParams = {
|
|
1380
|
+
"{workspaceId}": createImportRequestRequest.workspaceId
|
|
1381
|
+
};
|
|
1382
|
+
const queryParams = {};
|
|
1383
|
+
let headerParams = {
|
|
1384
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
1385
|
+
"opc-request-id": createImportRequestRequest.opcRequestId,
|
|
1386
|
+
"opc-retry-token": createImportRequestRequest.opcRetryToken
|
|
1387
|
+
};
|
|
1388
|
+
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
1389
|
+
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createImportRequestRequest.retryConfiguration, specRetryConfiguration);
|
|
1390
|
+
if (this.logger)
|
|
1391
|
+
retrier.logger = this.logger;
|
|
1392
|
+
const request = yield oci_common_2.composeRequest({
|
|
1393
|
+
baseEndpoint: this._endpoint,
|
|
1394
|
+
defaultHeaders: this._defaultHeaders,
|
|
1395
|
+
path: "/workspaces/{workspaceId}/importRequests",
|
|
1396
|
+
method: "POST",
|
|
1397
|
+
bodyContent: common.ObjectSerializer.serialize(createImportRequestRequest.createImportRequestDetails, "CreateImportRequestDetails", model.CreateImportRequestDetails.getJsonObj),
|
|
1398
|
+
pathParams: pathParams,
|
|
1399
|
+
headerParams: headerParams,
|
|
1400
|
+
queryParams: queryParams
|
|
1401
|
+
});
|
|
1402
|
+
try {
|
|
1403
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
1404
|
+
const sdkResponse = oci_common_2.composeResponse({
|
|
1405
|
+
responseObject: {},
|
|
1406
|
+
body: yield response.json(),
|
|
1407
|
+
bodyKey: "importRequest",
|
|
1408
|
+
bodyModel: model.ImportRequest,
|
|
1409
|
+
type: "model.ImportRequest",
|
|
1410
|
+
responseHeaders: [
|
|
1411
|
+
{
|
|
1412
|
+
value: response.headers.get("etag"),
|
|
1413
|
+
key: "etag",
|
|
1414
|
+
dataType: "string"
|
|
1415
|
+
},
|
|
1416
|
+
{
|
|
1417
|
+
value: response.headers.get("opc-request-id"),
|
|
1418
|
+
key: "opcRequestId",
|
|
1419
|
+
dataType: "string"
|
|
1420
|
+
},
|
|
1421
|
+
{
|
|
1422
|
+
value: response.headers.get("opc-work-request-id"),
|
|
1423
|
+
key: "opcWorkRequestId",
|
|
1424
|
+
dataType: "string"
|
|
1425
|
+
}
|
|
1426
|
+
]
|
|
1427
|
+
});
|
|
1428
|
+
return sdkResponse;
|
|
1429
|
+
}
|
|
1430
|
+
catch (err) {
|
|
1431
|
+
throw err;
|
|
1432
|
+
}
|
|
1433
|
+
});
|
|
1434
|
+
}
|
|
1295
1435
|
/**
|
|
1296
1436
|
* Creates a patch in an application.
|
|
1297
1437
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
1298
1438
|
* @param CreatePatchRequest
|
|
1299
1439
|
* @return CreatePatchResponse
|
|
1300
1440
|
* @throws OciError when an error occurs
|
|
1301
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1441
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/CreatePatch.ts.html |here} to see how to use CreatePatch API.
|
|
1302
1442
|
*/
|
|
1303
1443
|
createPatch(createPatchRequest) {
|
|
1304
1444
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1365,7 +1505,7 @@ class DataIntegrationClient {
|
|
|
1365
1505
|
* @param CreatePipelineRequest
|
|
1366
1506
|
* @return CreatePipelineResponse
|
|
1367
1507
|
* @throws OciError when an error occurs
|
|
1368
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1508
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/CreatePipeline.ts.html |here} to see how to use CreatePipeline API.
|
|
1369
1509
|
*/
|
|
1370
1510
|
createPipeline(createPipelineRequest) {
|
|
1371
1511
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1431,7 +1571,7 @@ class DataIntegrationClient {
|
|
|
1431
1571
|
* @param CreatePipelineValidationRequest
|
|
1432
1572
|
* @return CreatePipelineValidationResponse
|
|
1433
1573
|
* @throws OciError when an error occurs
|
|
1434
|
-
* @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.65.0/dataintegration/CreatePipelineValidation.ts.html |here} to see how to use CreatePipelineValidation API.
|
|
1435
1575
|
*/
|
|
1436
1576
|
createPipelineValidation(createPipelineValidationRequest) {
|
|
1437
1577
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1497,7 +1637,7 @@ class DataIntegrationClient {
|
|
|
1497
1637
|
* @param CreateProjectRequest
|
|
1498
1638
|
* @return CreateProjectResponse
|
|
1499
1639
|
* @throws OciError when an error occurs
|
|
1500
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1640
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/CreateProject.ts.html |here} to see how to use CreateProject API.
|
|
1501
1641
|
*/
|
|
1502
1642
|
createProject(createProjectRequest) {
|
|
1503
1643
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1562,7 +1702,7 @@ class DataIntegrationClient {
|
|
|
1562
1702
|
* @param CreateScheduleRequest
|
|
1563
1703
|
* @return CreateScheduleResponse
|
|
1564
1704
|
* @throws OciError when an error occurs
|
|
1565
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1705
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/CreateSchedule.ts.html |here} to see how to use CreateSchedule API.
|
|
1566
1706
|
*/
|
|
1567
1707
|
createSchedule(createScheduleRequest) {
|
|
1568
1708
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1629,7 +1769,7 @@ class DataIntegrationClient {
|
|
|
1629
1769
|
* @param CreateTaskRequest
|
|
1630
1770
|
* @return CreateTaskResponse
|
|
1631
1771
|
* @throws OciError when an error occurs
|
|
1632
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1772
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/CreateTask.ts.html |here} to see how to use CreateTask API.
|
|
1633
1773
|
*/
|
|
1634
1774
|
createTask(createTaskRequest) {
|
|
1635
1775
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1694,7 +1834,7 @@ class DataIntegrationClient {
|
|
|
1694
1834
|
* @param CreateTaskRunRequest
|
|
1695
1835
|
* @return CreateTaskRunResponse
|
|
1696
1836
|
* @throws OciError when an error occurs
|
|
1697
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1837
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/CreateTaskRun.ts.html |here} to see how to use CreateTaskRun API.
|
|
1698
1838
|
*/
|
|
1699
1839
|
createTaskRun(createTaskRunRequest) {
|
|
1700
1840
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1760,7 +1900,7 @@ class DataIntegrationClient {
|
|
|
1760
1900
|
* @param CreateTaskScheduleRequest
|
|
1761
1901
|
* @return CreateTaskScheduleResponse
|
|
1762
1902
|
* @throws OciError when an error occurs
|
|
1763
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1903
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/CreateTaskSchedule.ts.html |here} to see how to use CreateTaskSchedule API.
|
|
1764
1904
|
*/
|
|
1765
1905
|
createTaskSchedule(createTaskScheduleRequest) {
|
|
1766
1906
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1826,7 +1966,7 @@ class DataIntegrationClient {
|
|
|
1826
1966
|
* @param CreateTaskValidationRequest
|
|
1827
1967
|
* @return CreateTaskValidationResponse
|
|
1828
1968
|
* @throws OciError when an error occurs
|
|
1829
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1969
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/CreateTaskValidation.ts.html |here} to see how to use CreateTaskValidation API.
|
|
1830
1970
|
*/
|
|
1831
1971
|
createTaskValidation(createTaskValidationRequest) {
|
|
1832
1972
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1892,7 +2032,7 @@ class DataIntegrationClient {
|
|
|
1892
2032
|
* @param CreateUserDefinedFunctionRequest
|
|
1893
2033
|
* @return CreateUserDefinedFunctionResponse
|
|
1894
2034
|
* @throws OciError when an error occurs
|
|
1895
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2035
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/CreateUserDefinedFunction.ts.html |here} to see how to use CreateUserDefinedFunction API.
|
|
1896
2036
|
*/
|
|
1897
2037
|
createUserDefinedFunction(createUserDefinedFunctionRequest) {
|
|
1898
2038
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1958,7 +2098,7 @@ class DataIntegrationClient {
|
|
|
1958
2098
|
* @param CreateUserDefinedFunctionValidationRequest
|
|
1959
2099
|
* @return CreateUserDefinedFunctionValidationResponse
|
|
1960
2100
|
* @throws OciError when an error occurs
|
|
1961
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2101
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/CreateUserDefinedFunctionValidation.ts.html |here} to see how to use CreateUserDefinedFunctionValidation API.
|
|
1962
2102
|
*/
|
|
1963
2103
|
createUserDefinedFunctionValidation(createUserDefinedFunctionValidationRequest) {
|
|
1964
2104
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2024,7 +2164,7 @@ class DataIntegrationClient {
|
|
|
2024
2164
|
* @param CreateWorkspaceRequest
|
|
2025
2165
|
* @return CreateWorkspaceResponse
|
|
2026
2166
|
* @throws OciError when an error occurs
|
|
2027
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2167
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/CreateWorkspace.ts.html |here} to see how to use CreateWorkspace API.
|
|
2028
2168
|
*/
|
|
2029
2169
|
createWorkspace(createWorkspaceRequest) {
|
|
2030
2170
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2083,7 +2223,7 @@ class DataIntegrationClient {
|
|
|
2083
2223
|
* @param DeleteApplicationRequest
|
|
2084
2224
|
* @return DeleteApplicationResponse
|
|
2085
2225
|
* @throws OciError when an error occurs
|
|
2086
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2226
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
|
|
2087
2227
|
*/
|
|
2088
2228
|
deleteApplication(deleteApplicationRequest) {
|
|
2089
2229
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2139,7 +2279,7 @@ class DataIntegrationClient {
|
|
|
2139
2279
|
* @param DeleteApplicationDetailedDescriptionRequest
|
|
2140
2280
|
* @return DeleteApplicationDetailedDescriptionResponse
|
|
2141
2281
|
* @throws OciError when an error occurs
|
|
2142
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2282
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/DeleteApplicationDetailedDescription.ts.html |here} to see how to use DeleteApplicationDetailedDescription API.
|
|
2143
2283
|
*/
|
|
2144
2284
|
deleteApplicationDetailedDescription(deleteApplicationDetailedDescriptionRequest) {
|
|
2145
2285
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2195,7 +2335,7 @@ class DataIntegrationClient {
|
|
|
2195
2335
|
* @param DeleteConnectionRequest
|
|
2196
2336
|
* @return DeleteConnectionResponse
|
|
2197
2337
|
* @throws OciError when an error occurs
|
|
2198
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2338
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/DeleteConnection.ts.html |here} to see how to use DeleteConnection API.
|
|
2199
2339
|
*/
|
|
2200
2340
|
deleteConnection(deleteConnectionRequest) {
|
|
2201
2341
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2251,7 +2391,7 @@ class DataIntegrationClient {
|
|
|
2251
2391
|
* @param DeleteConnectionValidationRequest
|
|
2252
2392
|
* @return DeleteConnectionValidationResponse
|
|
2253
2393
|
* @throws OciError when an error occurs
|
|
2254
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2394
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/DeleteConnectionValidation.ts.html |here} to see how to use DeleteConnectionValidation API.
|
|
2255
2395
|
*/
|
|
2256
2396
|
deleteConnectionValidation(deleteConnectionValidationRequest) {
|
|
2257
2397
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2307,7 +2447,7 @@ class DataIntegrationClient {
|
|
|
2307
2447
|
* @param DeleteCopyObjectRequestRequest
|
|
2308
2448
|
* @return DeleteCopyObjectRequestResponse
|
|
2309
2449
|
* @throws OciError when an error occurs
|
|
2310
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2450
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/DeleteCopyObjectRequest.ts.html |here} to see how to use DeleteCopyObjectRequest API.
|
|
2311
2451
|
*/
|
|
2312
2452
|
deleteCopyObjectRequest(deleteCopyObjectRequestRequest) {
|
|
2313
2453
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2363,7 +2503,7 @@ class DataIntegrationClient {
|
|
|
2363
2503
|
* @param DeleteDataAssetRequest
|
|
2364
2504
|
* @return DeleteDataAssetResponse
|
|
2365
2505
|
* @throws OciError when an error occurs
|
|
2366
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2506
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/DeleteDataAsset.ts.html |here} to see how to use DeleteDataAsset API.
|
|
2367
2507
|
*/
|
|
2368
2508
|
deleteDataAsset(deleteDataAssetRequest) {
|
|
2369
2509
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2419,7 +2559,7 @@ class DataIntegrationClient {
|
|
|
2419
2559
|
* @param DeleteDataFlowRequest
|
|
2420
2560
|
* @return DeleteDataFlowResponse
|
|
2421
2561
|
* @throws OciError when an error occurs
|
|
2422
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2562
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/DeleteDataFlow.ts.html |here} to see how to use DeleteDataFlow API.
|
|
2423
2563
|
*/
|
|
2424
2564
|
deleteDataFlow(deleteDataFlowRequest) {
|
|
2425
2565
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2475,7 +2615,7 @@ class DataIntegrationClient {
|
|
|
2475
2615
|
* @param DeleteDataFlowValidationRequest
|
|
2476
2616
|
* @return DeleteDataFlowValidationResponse
|
|
2477
2617
|
* @throws OciError when an error occurs
|
|
2478
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2618
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/DeleteDataFlowValidation.ts.html |here} to see how to use DeleteDataFlowValidation API.
|
|
2479
2619
|
*/
|
|
2480
2620
|
deleteDataFlowValidation(deleteDataFlowValidationRequest) {
|
|
2481
2621
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2531,7 +2671,7 @@ class DataIntegrationClient {
|
|
|
2531
2671
|
* @param DeleteDisApplicationRequest
|
|
2532
2672
|
* @return DeleteDisApplicationResponse
|
|
2533
2673
|
* @throws OciError when an error occurs
|
|
2534
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2674
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/DeleteDisApplication.ts.html |here} to see how to use DeleteDisApplication API.
|
|
2535
2675
|
*/
|
|
2536
2676
|
deleteDisApplication(deleteDisApplicationRequest) {
|
|
2537
2677
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2587,7 +2727,7 @@ class DataIntegrationClient {
|
|
|
2587
2727
|
* @param DeleteDisApplicationDetailedDescriptionRequest
|
|
2588
2728
|
* @return DeleteDisApplicationDetailedDescriptionResponse
|
|
2589
2729
|
* @throws OciError when an error occurs
|
|
2590
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2730
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/DeleteDisApplicationDetailedDescription.ts.html |here} to see how to use DeleteDisApplicationDetailedDescription API.
|
|
2591
2731
|
*/
|
|
2592
2732
|
deleteDisApplicationDetailedDescription(deleteDisApplicationDetailedDescriptionRequest) {
|
|
2593
2733
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2637,13 +2777,70 @@ class DataIntegrationClient {
|
|
|
2637
2777
|
}
|
|
2638
2778
|
});
|
|
2639
2779
|
}
|
|
2780
|
+
/**
|
|
2781
|
+
* Delete export object request using the specified identifier.
|
|
2782
|
+
*
|
|
2783
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
2784
|
+
* @param DeleteExportRequestRequest
|
|
2785
|
+
* @return DeleteExportRequestResponse
|
|
2786
|
+
* @throws OciError when an error occurs
|
|
2787
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/DeleteExportRequest.ts.html |here} to see how to use DeleteExportRequest API.
|
|
2788
|
+
*/
|
|
2789
|
+
deleteExportRequest(deleteExportRequestRequest) {
|
|
2790
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2791
|
+
if (this.logger)
|
|
2792
|
+
this.logger.debug("Calling operation DataIntegrationClient#deleteExportRequest.");
|
|
2793
|
+
const operationName = "deleteExportRequest";
|
|
2794
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/Workspace/DeleteExportRequest";
|
|
2795
|
+
const pathParams = {
|
|
2796
|
+
"{workspaceId}": deleteExportRequestRequest.workspaceId,
|
|
2797
|
+
"{exportRequestKey}": deleteExportRequestRequest.exportRequestKey
|
|
2798
|
+
};
|
|
2799
|
+
const queryParams = {};
|
|
2800
|
+
let headerParams = {
|
|
2801
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
2802
|
+
"opc-request-id": deleteExportRequestRequest.opcRequestId,
|
|
2803
|
+
"if-match": deleteExportRequestRequest.ifMatch
|
|
2804
|
+
};
|
|
2805
|
+
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
2806
|
+
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteExportRequestRequest.retryConfiguration, specRetryConfiguration);
|
|
2807
|
+
if (this.logger)
|
|
2808
|
+
retrier.logger = this.logger;
|
|
2809
|
+
const request = yield oci_common_2.composeRequest({
|
|
2810
|
+
baseEndpoint: this._endpoint,
|
|
2811
|
+
defaultHeaders: this._defaultHeaders,
|
|
2812
|
+
path: "/workspaces/{workspaceId}/exportRequests/{exportRequestKey}",
|
|
2813
|
+
method: "DELETE",
|
|
2814
|
+
pathParams: pathParams,
|
|
2815
|
+
headerParams: headerParams,
|
|
2816
|
+
queryParams: queryParams
|
|
2817
|
+
});
|
|
2818
|
+
try {
|
|
2819
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
2820
|
+
const sdkResponse = oci_common_2.composeResponse({
|
|
2821
|
+
responseObject: {},
|
|
2822
|
+
responseHeaders: [
|
|
2823
|
+
{
|
|
2824
|
+
value: response.headers.get("opc-request-id"),
|
|
2825
|
+
key: "opcRequestId",
|
|
2826
|
+
dataType: "string"
|
|
2827
|
+
}
|
|
2828
|
+
]
|
|
2829
|
+
});
|
|
2830
|
+
return sdkResponse;
|
|
2831
|
+
}
|
|
2832
|
+
catch (err) {
|
|
2833
|
+
throw err;
|
|
2834
|
+
}
|
|
2835
|
+
});
|
|
2836
|
+
}
|
|
2640
2837
|
/**
|
|
2641
2838
|
* Removes a published object using the specified identifier.
|
|
2642
2839
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
2643
2840
|
* @param DeleteExternalPublicationRequest
|
|
2644
2841
|
* @return DeleteExternalPublicationResponse
|
|
2645
2842
|
* @throws OciError when an error occurs
|
|
2646
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2843
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/DeleteExternalPublication.ts.html |here} to see how to use DeleteExternalPublication API.
|
|
2647
2844
|
*/
|
|
2648
2845
|
deleteExternalPublication(deleteExternalPublicationRequest) {
|
|
2649
2846
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2701,7 +2898,7 @@ class DataIntegrationClient {
|
|
|
2701
2898
|
* @param DeleteExternalPublicationValidationRequest
|
|
2702
2899
|
* @return DeleteExternalPublicationValidationResponse
|
|
2703
2900
|
* @throws OciError when an error occurs
|
|
2704
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2901
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/DeleteExternalPublicationValidation.ts.html |here} to see how to use DeleteExternalPublicationValidation API.
|
|
2705
2902
|
*/
|
|
2706
2903
|
deleteExternalPublicationValidation(deleteExternalPublicationValidationRequest) {
|
|
2707
2904
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2758,7 +2955,7 @@ class DataIntegrationClient {
|
|
|
2758
2955
|
* @param DeleteFolderRequest
|
|
2759
2956
|
* @return DeleteFolderResponse
|
|
2760
2957
|
* @throws OciError when an error occurs
|
|
2761
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2958
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/DeleteFolder.ts.html |here} to see how to use DeleteFolder API.
|
|
2762
2959
|
*/
|
|
2763
2960
|
deleteFolder(deleteFolderRequest) {
|
|
2764
2961
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2814,7 +3011,7 @@ class DataIntegrationClient {
|
|
|
2814
3011
|
* @param DeleteFunctionLibraryRequest
|
|
2815
3012
|
* @return DeleteFunctionLibraryResponse
|
|
2816
3013
|
* @throws OciError when an error occurs
|
|
2817
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3014
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/DeleteFunctionLibrary.ts.html |here} to see how to use DeleteFunctionLibrary API.
|
|
2818
3015
|
*/
|
|
2819
3016
|
deleteFunctionLibrary(deleteFunctionLibraryRequest) {
|
|
2820
3017
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2864,13 +3061,70 @@ class DataIntegrationClient {
|
|
|
2864
3061
|
}
|
|
2865
3062
|
});
|
|
2866
3063
|
}
|
|
3064
|
+
/**
|
|
3065
|
+
* Delete import object request using the specified identifier.
|
|
3066
|
+
*
|
|
3067
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
3068
|
+
* @param DeleteImportRequestRequest
|
|
3069
|
+
* @return DeleteImportRequestResponse
|
|
3070
|
+
* @throws OciError when an error occurs
|
|
3071
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/DeleteImportRequest.ts.html |here} to see how to use DeleteImportRequest API.
|
|
3072
|
+
*/
|
|
3073
|
+
deleteImportRequest(deleteImportRequestRequest) {
|
|
3074
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
3075
|
+
if (this.logger)
|
|
3076
|
+
this.logger.debug("Calling operation DataIntegrationClient#deleteImportRequest.");
|
|
3077
|
+
const operationName = "deleteImportRequest";
|
|
3078
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/Workspace/DeleteImportRequest";
|
|
3079
|
+
const pathParams = {
|
|
3080
|
+
"{importRequestKey}": deleteImportRequestRequest.importRequestKey,
|
|
3081
|
+
"{workspaceId}": deleteImportRequestRequest.workspaceId
|
|
3082
|
+
};
|
|
3083
|
+
const queryParams = {};
|
|
3084
|
+
let headerParams = {
|
|
3085
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
3086
|
+
"opc-request-id": deleteImportRequestRequest.opcRequestId,
|
|
3087
|
+
"if-match": deleteImportRequestRequest.ifMatch
|
|
3088
|
+
};
|
|
3089
|
+
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
3090
|
+
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteImportRequestRequest.retryConfiguration, specRetryConfiguration);
|
|
3091
|
+
if (this.logger)
|
|
3092
|
+
retrier.logger = this.logger;
|
|
3093
|
+
const request = yield oci_common_2.composeRequest({
|
|
3094
|
+
baseEndpoint: this._endpoint,
|
|
3095
|
+
defaultHeaders: this._defaultHeaders,
|
|
3096
|
+
path: "/workspaces/{workspaceId}/importRequests/{importRequestKey}",
|
|
3097
|
+
method: "DELETE",
|
|
3098
|
+
pathParams: pathParams,
|
|
3099
|
+
headerParams: headerParams,
|
|
3100
|
+
queryParams: queryParams
|
|
3101
|
+
});
|
|
3102
|
+
try {
|
|
3103
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
3104
|
+
const sdkResponse = oci_common_2.composeResponse({
|
|
3105
|
+
responseObject: {},
|
|
3106
|
+
responseHeaders: [
|
|
3107
|
+
{
|
|
3108
|
+
value: response.headers.get("opc-request-id"),
|
|
3109
|
+
key: "opcRequestId",
|
|
3110
|
+
dataType: "string"
|
|
3111
|
+
}
|
|
3112
|
+
]
|
|
3113
|
+
});
|
|
3114
|
+
return sdkResponse;
|
|
3115
|
+
}
|
|
3116
|
+
catch (err) {
|
|
3117
|
+
throw err;
|
|
3118
|
+
}
|
|
3119
|
+
});
|
|
3120
|
+
}
|
|
2867
3121
|
/**
|
|
2868
3122
|
* Removes a patch using the specified identifier.
|
|
2869
3123
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
2870
3124
|
* @param DeletePatchRequest
|
|
2871
3125
|
* @return DeletePatchResponse
|
|
2872
3126
|
* @throws OciError when an error occurs
|
|
2873
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3127
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/DeletePatch.ts.html |here} to see how to use DeletePatch API.
|
|
2874
3128
|
*/
|
|
2875
3129
|
deletePatch(deletePatchRequest) {
|
|
2876
3130
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2927,7 +3181,7 @@ class DataIntegrationClient {
|
|
|
2927
3181
|
* @param DeletePipelineRequest
|
|
2928
3182
|
* @return DeletePipelineResponse
|
|
2929
3183
|
* @throws OciError when an error occurs
|
|
2930
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3184
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/DeletePipeline.ts.html |here} to see how to use DeletePipeline API.
|
|
2931
3185
|
*/
|
|
2932
3186
|
deletePipeline(deletePipelineRequest) {
|
|
2933
3187
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2983,7 +3237,7 @@ class DataIntegrationClient {
|
|
|
2983
3237
|
* @param DeletePipelineValidationRequest
|
|
2984
3238
|
* @return DeletePipelineValidationResponse
|
|
2985
3239
|
* @throws OciError when an error occurs
|
|
2986
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3240
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/DeletePipelineValidation.ts.html |here} to see how to use DeletePipelineValidation API.
|
|
2987
3241
|
*/
|
|
2988
3242
|
deletePipelineValidation(deletePipelineValidationRequest) {
|
|
2989
3243
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3039,7 +3293,7 @@ class DataIntegrationClient {
|
|
|
3039
3293
|
* @param DeleteProjectRequest
|
|
3040
3294
|
* @return DeleteProjectResponse
|
|
3041
3295
|
* @throws OciError when an error occurs
|
|
3042
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3296
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/DeleteProject.ts.html |here} to see how to use DeleteProject API.
|
|
3043
3297
|
*/
|
|
3044
3298
|
deleteProject(deleteProjectRequest) {
|
|
3045
3299
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3095,7 +3349,7 @@ class DataIntegrationClient {
|
|
|
3095
3349
|
* @param DeleteScheduleRequest
|
|
3096
3350
|
* @return DeleteScheduleResponse
|
|
3097
3351
|
* @throws OciError when an error occurs
|
|
3098
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3352
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/DeleteSchedule.ts.html |here} to see how to use DeleteSchedule API.
|
|
3099
3353
|
*/
|
|
3100
3354
|
deleteSchedule(deleteScheduleRequest) {
|
|
3101
3355
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3152,7 +3406,7 @@ class DataIntegrationClient {
|
|
|
3152
3406
|
* @param DeleteTaskRequest
|
|
3153
3407
|
* @return DeleteTaskResponse
|
|
3154
3408
|
* @throws OciError when an error occurs
|
|
3155
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3409
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/DeleteTask.ts.html |here} to see how to use DeleteTask API.
|
|
3156
3410
|
*/
|
|
3157
3411
|
deleteTask(deleteTaskRequest) {
|
|
3158
3412
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3208,7 +3462,7 @@ class DataIntegrationClient {
|
|
|
3208
3462
|
* @param DeleteTaskRunRequest
|
|
3209
3463
|
* @return DeleteTaskRunResponse
|
|
3210
3464
|
* @throws OciError when an error occurs
|
|
3211
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3465
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/DeleteTaskRun.ts.html |here} to see how to use DeleteTaskRun API.
|
|
3212
3466
|
*/
|
|
3213
3467
|
deleteTaskRun(deleteTaskRunRequest) {
|
|
3214
3468
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3265,7 +3519,7 @@ class DataIntegrationClient {
|
|
|
3265
3519
|
* @param DeleteTaskScheduleRequest
|
|
3266
3520
|
* @return DeleteTaskScheduleResponse
|
|
3267
3521
|
* @throws OciError when an error occurs
|
|
3268
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3522
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/DeleteTaskSchedule.ts.html |here} to see how to use DeleteTaskSchedule API.
|
|
3269
3523
|
*/
|
|
3270
3524
|
deleteTaskSchedule(deleteTaskScheduleRequest) {
|
|
3271
3525
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3323,7 +3577,7 @@ class DataIntegrationClient {
|
|
|
3323
3577
|
* @param DeleteTaskValidationRequest
|
|
3324
3578
|
* @return DeleteTaskValidationResponse
|
|
3325
3579
|
* @throws OciError when an error occurs
|
|
3326
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3580
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/DeleteTaskValidation.ts.html |here} to see how to use DeleteTaskValidation API.
|
|
3327
3581
|
*/
|
|
3328
3582
|
deleteTaskValidation(deleteTaskValidationRequest) {
|
|
3329
3583
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3379,7 +3633,7 @@ class DataIntegrationClient {
|
|
|
3379
3633
|
* @param DeleteUserDefinedFunctionRequest
|
|
3380
3634
|
* @return DeleteUserDefinedFunctionResponse
|
|
3381
3635
|
* @throws OciError when an error occurs
|
|
3382
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3636
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/DeleteUserDefinedFunction.ts.html |here} to see how to use DeleteUserDefinedFunction API.
|
|
3383
3637
|
*/
|
|
3384
3638
|
deleteUserDefinedFunction(deleteUserDefinedFunctionRequest) {
|
|
3385
3639
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3435,7 +3689,7 @@ class DataIntegrationClient {
|
|
|
3435
3689
|
* @param DeleteUserDefinedFunctionValidationRequest
|
|
3436
3690
|
* @return DeleteUserDefinedFunctionValidationResponse
|
|
3437
3691
|
* @throws OciError when an error occurs
|
|
3438
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3692
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/DeleteUserDefinedFunctionValidation.ts.html |here} to see how to use DeleteUserDefinedFunctionValidation API.
|
|
3439
3693
|
*/
|
|
3440
3694
|
deleteUserDefinedFunctionValidation(deleteUserDefinedFunctionValidationRequest) {
|
|
3441
3695
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3491,7 +3745,7 @@ class DataIntegrationClient {
|
|
|
3491
3745
|
* @param DeleteWorkspaceRequest
|
|
3492
3746
|
* @return DeleteWorkspaceResponse
|
|
3493
3747
|
* @throws OciError when an error occurs
|
|
3494
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3748
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/DeleteWorkspace.ts.html |here} to see how to use DeleteWorkspace API.
|
|
3495
3749
|
*/
|
|
3496
3750
|
deleteWorkspace(deleteWorkspaceRequest) {
|
|
3497
3751
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3554,7 +3808,7 @@ class DataIntegrationClient {
|
|
|
3554
3808
|
* @param GetApplicationRequest
|
|
3555
3809
|
* @return GetApplicationResponse
|
|
3556
3810
|
* @throws OciError when an error occurs
|
|
3557
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3811
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/GetApplication.ts.html |here} to see how to use GetApplication API.
|
|
3558
3812
|
*/
|
|
3559
3813
|
getApplication(getApplicationRequest) {
|
|
3560
3814
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3618,7 +3872,7 @@ class DataIntegrationClient {
|
|
|
3618
3872
|
* @param GetApplicationDetailedDescriptionRequest
|
|
3619
3873
|
* @return GetApplicationDetailedDescriptionResponse
|
|
3620
3874
|
* @throws OciError when an error occurs
|
|
3621
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3875
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/GetApplicationDetailedDescription.ts.html |here} to see how to use GetApplicationDetailedDescription API.
|
|
3622
3876
|
*/
|
|
3623
3877
|
getApplicationDetailedDescription(getApplicationDetailedDescriptionRequest) {
|
|
3624
3878
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3676,13 +3930,75 @@ class DataIntegrationClient {
|
|
|
3676
3930
|
}
|
|
3677
3931
|
});
|
|
3678
3932
|
}
|
|
3933
|
+
/**
|
|
3934
|
+
* This endpoint can be used to get composite state for a given aggregator
|
|
3935
|
+
*
|
|
3936
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
3937
|
+
* @param GetCompositeStateRequest
|
|
3938
|
+
* @return GetCompositeStateResponse
|
|
3939
|
+
* @throws OciError when an error occurs
|
|
3940
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/GetCompositeState.ts.html |here} to see how to use GetCompositeState API.
|
|
3941
|
+
*/
|
|
3942
|
+
getCompositeState(getCompositeStateRequest) {
|
|
3943
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
3944
|
+
if (this.logger)
|
|
3945
|
+
this.logger.debug("Calling operation DataIntegrationClient#getCompositeState.");
|
|
3946
|
+
const operationName = "getCompositeState";
|
|
3947
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/CompositeState/GetCompositeState";
|
|
3948
|
+
const pathParams = {
|
|
3949
|
+
"{workspaceId}": getCompositeStateRequest.workspaceId,
|
|
3950
|
+
"{applicationKey}": getCompositeStateRequest.applicationKey
|
|
3951
|
+
};
|
|
3952
|
+
const queryParams = {
|
|
3953
|
+
"aggregatorKey": getCompositeStateRequest.aggregatorKey
|
|
3954
|
+
};
|
|
3955
|
+
let headerParams = {
|
|
3956
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
3957
|
+
"opc-request-id": getCompositeStateRequest.opcRequestId
|
|
3958
|
+
};
|
|
3959
|
+
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
3960
|
+
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getCompositeStateRequest.retryConfiguration, specRetryConfiguration);
|
|
3961
|
+
if (this.logger)
|
|
3962
|
+
retrier.logger = this.logger;
|
|
3963
|
+
const request = yield oci_common_2.composeRequest({
|
|
3964
|
+
baseEndpoint: this._endpoint,
|
|
3965
|
+
defaultHeaders: this._defaultHeaders,
|
|
3966
|
+
path: "/workspaces/{workspaceId}/applications/{applicationKey}/compositeState",
|
|
3967
|
+
method: "GET",
|
|
3968
|
+
pathParams: pathParams,
|
|
3969
|
+
headerParams: headerParams,
|
|
3970
|
+
queryParams: queryParams
|
|
3971
|
+
});
|
|
3972
|
+
try {
|
|
3973
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
3974
|
+
const sdkResponse = oci_common_2.composeResponse({
|
|
3975
|
+
responseObject: {},
|
|
3976
|
+
body: yield response.json(),
|
|
3977
|
+
bodyKey: "compositeState",
|
|
3978
|
+
bodyModel: model.CompositeState,
|
|
3979
|
+
type: "model.CompositeState",
|
|
3980
|
+
responseHeaders: [
|
|
3981
|
+
{
|
|
3982
|
+
value: response.headers.get("opc-request-id"),
|
|
3983
|
+
key: "opcRequestId",
|
|
3984
|
+
dataType: "string"
|
|
3985
|
+
}
|
|
3986
|
+
]
|
|
3987
|
+
});
|
|
3988
|
+
return sdkResponse;
|
|
3989
|
+
}
|
|
3990
|
+
catch (err) {
|
|
3991
|
+
throw err;
|
|
3992
|
+
}
|
|
3993
|
+
});
|
|
3994
|
+
}
|
|
3679
3995
|
/**
|
|
3680
3996
|
* Retrieves the connection details using the specified identifier.
|
|
3681
3997
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
3682
3998
|
* @param GetConnectionRequest
|
|
3683
3999
|
* @return GetConnectionResponse
|
|
3684
4000
|
* @throws OciError when an error occurs
|
|
3685
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4001
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/GetConnection.ts.html |here} to see how to use GetConnection API.
|
|
3686
4002
|
*/
|
|
3687
4003
|
getConnection(getConnectionRequest) {
|
|
3688
4004
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3746,7 +4062,7 @@ class DataIntegrationClient {
|
|
|
3746
4062
|
* @param GetConnectionValidationRequest
|
|
3747
4063
|
* @return GetConnectionValidationResponse
|
|
3748
4064
|
* @throws OciError when an error occurs
|
|
3749
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4065
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/GetConnectionValidation.ts.html |here} to see how to use GetConnectionValidation API.
|
|
3750
4066
|
*/
|
|
3751
4067
|
getConnectionValidation(getConnectionValidationRequest) {
|
|
3752
4068
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3811,7 +4127,7 @@ class DataIntegrationClient {
|
|
|
3811
4127
|
* @param GetCopyObjectRequestRequest
|
|
3812
4128
|
* @return GetCopyObjectRequestResponse
|
|
3813
4129
|
* @throws OciError when an error occurs
|
|
3814
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4130
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/GetCopyObjectRequest.ts.html |here} to see how to use GetCopyObjectRequest API.
|
|
3815
4131
|
*/
|
|
3816
4132
|
getCopyObjectRequest(getCopyObjectRequestRequest) {
|
|
3817
4133
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3877,7 +4193,7 @@ class DataIntegrationClient {
|
|
|
3877
4193
|
* @param GetCountStatisticRequest
|
|
3878
4194
|
* @return GetCountStatisticResponse
|
|
3879
4195
|
* @throws OciError when an error occurs
|
|
3880
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4196
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/GetCountStatistic.ts.html |here} to see how to use GetCountStatistic API.
|
|
3881
4197
|
*/
|
|
3882
4198
|
getCountStatistic(getCountStatisticRequest) {
|
|
3883
4199
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3941,7 +4257,7 @@ class DataIntegrationClient {
|
|
|
3941
4257
|
* @param GetDataAssetRequest
|
|
3942
4258
|
* @return GetDataAssetResponse
|
|
3943
4259
|
* @throws OciError when an error occurs
|
|
3944
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4260
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/GetDataAsset.ts.html |here} to see how to use GetDataAsset API.
|
|
3945
4261
|
*/
|
|
3946
4262
|
getDataAsset(getDataAssetRequest) {
|
|
3947
4263
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4005,7 +4321,7 @@ class DataIntegrationClient {
|
|
|
4005
4321
|
* @param GetDataEntityRequest
|
|
4006
4322
|
* @return GetDataEntityResponse
|
|
4007
4323
|
* @throws OciError when an error occurs
|
|
4008
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4324
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/GetDataEntity.ts.html |here} to see how to use GetDataEntity API.
|
|
4009
4325
|
*/
|
|
4010
4326
|
getDataEntity(getDataEntityRequest) {
|
|
4011
4327
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4066,7 +4382,7 @@ class DataIntegrationClient {
|
|
|
4066
4382
|
* @param GetDataFlowRequest
|
|
4067
4383
|
* @return GetDataFlowResponse
|
|
4068
4384
|
* @throws OciError when an error occurs
|
|
4069
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4385
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/GetDataFlow.ts.html |here} to see how to use GetDataFlow API.
|
|
4070
4386
|
*/
|
|
4071
4387
|
getDataFlow(getDataFlowRequest) {
|
|
4072
4388
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4132,7 +4448,7 @@ class DataIntegrationClient {
|
|
|
4132
4448
|
* @param GetDataFlowValidationRequest
|
|
4133
4449
|
* @return GetDataFlowValidationResponse
|
|
4134
4450
|
* @throws OciError when an error occurs
|
|
4135
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4451
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/GetDataFlowValidation.ts.html |here} to see how to use GetDataFlowValidation API.
|
|
4136
4452
|
*/
|
|
4137
4453
|
getDataFlowValidation(getDataFlowValidationRequest) {
|
|
4138
4454
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4196,7 +4512,7 @@ class DataIntegrationClient {
|
|
|
4196
4512
|
* @param GetDependentObjectRequest
|
|
4197
4513
|
* @return GetDependentObjectResponse
|
|
4198
4514
|
* @throws OciError when an error occurs
|
|
4199
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4515
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/GetDependentObject.ts.html |here} to see how to use GetDependentObject API.
|
|
4200
4516
|
*/
|
|
4201
4517
|
getDependentObject(getDependentObjectRequest) {
|
|
4202
4518
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4261,7 +4577,7 @@ class DataIntegrationClient {
|
|
|
4261
4577
|
* @param GetDisApplicationRequest
|
|
4262
4578
|
* @return GetDisApplicationResponse
|
|
4263
4579
|
* @throws OciError when an error occurs
|
|
4264
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4580
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/GetDisApplication.ts.html |here} to see how to use GetDisApplication API.
|
|
4265
4581
|
*/
|
|
4266
4582
|
getDisApplication(getDisApplicationRequest) {
|
|
4267
4583
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4325,7 +4641,7 @@ class DataIntegrationClient {
|
|
|
4325
4641
|
* @param GetDisApplicationDetailedDescriptionRequest
|
|
4326
4642
|
* @return GetDisApplicationDetailedDescriptionResponse
|
|
4327
4643
|
* @throws OciError when an error occurs
|
|
4328
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4644
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/GetDisApplicationDetailedDescription.ts.html |here} to see how to use GetDisApplicationDetailedDescription API.
|
|
4329
4645
|
*/
|
|
4330
4646
|
getDisApplicationDetailedDescription(getDisApplicationDetailedDescriptionRequest) {
|
|
4331
4647
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4365,13 +4681,78 @@ class DataIntegrationClient {
|
|
|
4365
4681
|
type: "model.DetailedDescription",
|
|
4366
4682
|
responseHeaders: [
|
|
4367
4683
|
{
|
|
4368
|
-
value: response.headers.get("etag"),
|
|
4369
|
-
key: "etag",
|
|
4684
|
+
value: response.headers.get("etag"),
|
|
4685
|
+
key: "etag",
|
|
4686
|
+
dataType: "string"
|
|
4687
|
+
},
|
|
4688
|
+
{
|
|
4689
|
+
value: response.headers.get("opc-request-id"),
|
|
4690
|
+
key: "opcRequestId",
|
|
4691
|
+
dataType: "string"
|
|
4692
|
+
}
|
|
4693
|
+
]
|
|
4694
|
+
});
|
|
4695
|
+
return sdkResponse;
|
|
4696
|
+
}
|
|
4697
|
+
catch (err) {
|
|
4698
|
+
throw err;
|
|
4699
|
+
}
|
|
4700
|
+
});
|
|
4701
|
+
}
|
|
4702
|
+
/**
|
|
4703
|
+
* This endpoint can be used to get the summary/details of object being exported.
|
|
4704
|
+
*
|
|
4705
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
4706
|
+
* @param GetExportRequestRequest
|
|
4707
|
+
* @return GetExportRequestResponse
|
|
4708
|
+
* @throws OciError when an error occurs
|
|
4709
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/GetExportRequest.ts.html |here} to see how to use GetExportRequest API.
|
|
4710
|
+
*/
|
|
4711
|
+
getExportRequest(getExportRequestRequest) {
|
|
4712
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
4713
|
+
if (this.logger)
|
|
4714
|
+
this.logger.debug("Calling operation DataIntegrationClient#getExportRequest.");
|
|
4715
|
+
const operationName = "getExportRequest";
|
|
4716
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/ExportRequest/GetExportRequest";
|
|
4717
|
+
const pathParams = {
|
|
4718
|
+
"{workspaceId}": getExportRequestRequest.workspaceId,
|
|
4719
|
+
"{exportRequestKey}": getExportRequestRequest.exportRequestKey
|
|
4720
|
+
};
|
|
4721
|
+
const queryParams = {};
|
|
4722
|
+
let headerParams = {
|
|
4723
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
4724
|
+
"opc-request-id": getExportRequestRequest.opcRequestId
|
|
4725
|
+
};
|
|
4726
|
+
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
4727
|
+
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getExportRequestRequest.retryConfiguration, specRetryConfiguration);
|
|
4728
|
+
if (this.logger)
|
|
4729
|
+
retrier.logger = this.logger;
|
|
4730
|
+
const request = yield oci_common_2.composeRequest({
|
|
4731
|
+
baseEndpoint: this._endpoint,
|
|
4732
|
+
defaultHeaders: this._defaultHeaders,
|
|
4733
|
+
path: "/workspaces/{workspaceId}/exportRequests/{exportRequestKey}",
|
|
4734
|
+
method: "GET",
|
|
4735
|
+
pathParams: pathParams,
|
|
4736
|
+
headerParams: headerParams,
|
|
4737
|
+
queryParams: queryParams
|
|
4738
|
+
});
|
|
4739
|
+
try {
|
|
4740
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
4741
|
+
const sdkResponse = oci_common_2.composeResponse({
|
|
4742
|
+
responseObject: {},
|
|
4743
|
+
body: yield response.json(),
|
|
4744
|
+
bodyKey: "exportRequest",
|
|
4745
|
+
bodyModel: model.ExportRequest,
|
|
4746
|
+
type: "model.ExportRequest",
|
|
4747
|
+
responseHeaders: [
|
|
4748
|
+
{
|
|
4749
|
+
value: response.headers.get("opc-request-id"),
|
|
4750
|
+
key: "opcRequestId",
|
|
4370
4751
|
dataType: "string"
|
|
4371
4752
|
},
|
|
4372
4753
|
{
|
|
4373
|
-
value: response.headers.get("
|
|
4374
|
-
key: "
|
|
4754
|
+
value: response.headers.get("etag"),
|
|
4755
|
+
key: "etag",
|
|
4375
4756
|
dataType: "string"
|
|
4376
4757
|
}
|
|
4377
4758
|
]
|
|
@@ -4389,7 +4770,7 @@ class DataIntegrationClient {
|
|
|
4389
4770
|
* @param GetExternalPublicationRequest
|
|
4390
4771
|
* @return GetExternalPublicationResponse
|
|
4391
4772
|
* @throws OciError when an error occurs
|
|
4392
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4773
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/GetExternalPublication.ts.html |here} to see how to use GetExternalPublication API.
|
|
4393
4774
|
*/
|
|
4394
4775
|
getExternalPublication(getExternalPublicationRequest) {
|
|
4395
4776
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4454,7 +4835,7 @@ class DataIntegrationClient {
|
|
|
4454
4835
|
* @param GetExternalPublicationValidationRequest
|
|
4455
4836
|
* @return GetExternalPublicationValidationResponse
|
|
4456
4837
|
* @throws OciError when an error occurs
|
|
4457
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4838
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/GetExternalPublicationValidation.ts.html |here} to see how to use GetExternalPublicationValidation API.
|
|
4458
4839
|
*/
|
|
4459
4840
|
getExternalPublicationValidation(getExternalPublicationValidationRequest) {
|
|
4460
4841
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4519,7 +4900,7 @@ class DataIntegrationClient {
|
|
|
4519
4900
|
* @param GetFolderRequest
|
|
4520
4901
|
* @return GetFolderResponse
|
|
4521
4902
|
* @throws OciError when an error occurs
|
|
4522
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4903
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/GetFolder.ts.html |here} to see how to use GetFolder API.
|
|
4523
4904
|
*/
|
|
4524
4905
|
getFolder(getFolderRequest) {
|
|
4525
4906
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4585,7 +4966,7 @@ class DataIntegrationClient {
|
|
|
4585
4966
|
* @param GetFunctionLibraryRequest
|
|
4586
4967
|
* @return GetFunctionLibraryResponse
|
|
4587
4968
|
* @throws OciError when an error occurs
|
|
4588
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4969
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/GetFunctionLibrary.ts.html |here} to see how to use GetFunctionLibrary API.
|
|
4589
4970
|
*/
|
|
4590
4971
|
getFunctionLibrary(getFunctionLibraryRequest) {
|
|
4591
4972
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4645,13 +5026,81 @@ class DataIntegrationClient {
|
|
|
4645
5026
|
}
|
|
4646
5027
|
});
|
|
4647
5028
|
}
|
|
5029
|
+
/**
|
|
5030
|
+
* This endpoint can be used to get the summary/details of object being imported.
|
|
5031
|
+
*
|
|
5032
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
5033
|
+
* @param GetImportRequestRequest
|
|
5034
|
+
* @return GetImportRequestResponse
|
|
5035
|
+
* @throws OciError when an error occurs
|
|
5036
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/GetImportRequest.ts.html |here} to see how to use GetImportRequest API.
|
|
5037
|
+
*/
|
|
5038
|
+
getImportRequest(getImportRequestRequest) {
|
|
5039
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5040
|
+
if (this.logger)
|
|
5041
|
+
this.logger.debug("Calling operation DataIntegrationClient#getImportRequest.");
|
|
5042
|
+
const operationName = "getImportRequest";
|
|
5043
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/ImportRequest/GetImportRequest";
|
|
5044
|
+
const pathParams = {
|
|
5045
|
+
"{workspaceId}": getImportRequestRequest.workspaceId,
|
|
5046
|
+
"{importRequestKey}": getImportRequestRequest.importRequestKey
|
|
5047
|
+
};
|
|
5048
|
+
const queryParams = {
|
|
5049
|
+
"limit": getImportRequestRequest.limit,
|
|
5050
|
+
"page": getImportRequestRequest.page
|
|
5051
|
+
};
|
|
5052
|
+
let headerParams = {
|
|
5053
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
5054
|
+
"opc-request-id": getImportRequestRequest.opcRequestId
|
|
5055
|
+
};
|
|
5056
|
+
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
5057
|
+
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getImportRequestRequest.retryConfiguration, specRetryConfiguration);
|
|
5058
|
+
if (this.logger)
|
|
5059
|
+
retrier.logger = this.logger;
|
|
5060
|
+
const request = yield oci_common_2.composeRequest({
|
|
5061
|
+
baseEndpoint: this._endpoint,
|
|
5062
|
+
defaultHeaders: this._defaultHeaders,
|
|
5063
|
+
path: "/workspaces/{workspaceId}/importRequests/{importRequestKey}",
|
|
5064
|
+
method: "GET",
|
|
5065
|
+
pathParams: pathParams,
|
|
5066
|
+
headerParams: headerParams,
|
|
5067
|
+
queryParams: queryParams
|
|
5068
|
+
});
|
|
5069
|
+
try {
|
|
5070
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
5071
|
+
const sdkResponse = oci_common_2.composeResponse({
|
|
5072
|
+
responseObject: {},
|
|
5073
|
+
body: yield response.json(),
|
|
5074
|
+
bodyKey: "importRequest",
|
|
5075
|
+
bodyModel: model.ImportRequest,
|
|
5076
|
+
type: "model.ImportRequest",
|
|
5077
|
+
responseHeaders: [
|
|
5078
|
+
{
|
|
5079
|
+
value: response.headers.get("opc-request-id"),
|
|
5080
|
+
key: "opcRequestId",
|
|
5081
|
+
dataType: "string"
|
|
5082
|
+
},
|
|
5083
|
+
{
|
|
5084
|
+
value: response.headers.get("etag"),
|
|
5085
|
+
key: "etag",
|
|
5086
|
+
dataType: "string"
|
|
5087
|
+
}
|
|
5088
|
+
]
|
|
5089
|
+
});
|
|
5090
|
+
return sdkResponse;
|
|
5091
|
+
}
|
|
5092
|
+
catch (err) {
|
|
5093
|
+
throw err;
|
|
5094
|
+
}
|
|
5095
|
+
});
|
|
5096
|
+
}
|
|
4648
5097
|
/**
|
|
4649
5098
|
* Retrieves a patch in an application using the specified identifier.
|
|
4650
5099
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
4651
5100
|
* @param GetPatchRequest
|
|
4652
5101
|
* @return GetPatchResponse
|
|
4653
5102
|
* @throws OciError when an error occurs
|
|
4654
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5103
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/GetPatch.ts.html |here} to see how to use GetPatch API.
|
|
4655
5104
|
*/
|
|
4656
5105
|
getPatch(getPatchRequest) {
|
|
4657
5106
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4716,7 +5165,7 @@ class DataIntegrationClient {
|
|
|
4716
5165
|
* @param GetPipelineRequest
|
|
4717
5166
|
* @return GetPipelineResponse
|
|
4718
5167
|
* @throws OciError when an error occurs
|
|
4719
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5168
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/GetPipeline.ts.html |here} to see how to use GetPipeline API.
|
|
4720
5169
|
*/
|
|
4721
5170
|
getPipeline(getPipelineRequest) {
|
|
4722
5171
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4782,7 +5231,7 @@ class DataIntegrationClient {
|
|
|
4782
5231
|
* @param GetPipelineValidationRequest
|
|
4783
5232
|
* @return GetPipelineValidationResponse
|
|
4784
5233
|
* @throws OciError when an error occurs
|
|
4785
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5234
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/GetPipelineValidation.ts.html |here} to see how to use GetPipelineValidation API.
|
|
4786
5235
|
*/
|
|
4787
5236
|
getPipelineValidation(getPipelineValidationRequest) {
|
|
4788
5237
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4846,7 +5295,7 @@ class DataIntegrationClient {
|
|
|
4846
5295
|
* @param GetProjectRequest
|
|
4847
5296
|
* @return GetProjectResponse
|
|
4848
5297
|
* @throws OciError when an error occurs
|
|
4849
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5298
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/GetProject.ts.html |here} to see how to use GetProject API.
|
|
4850
5299
|
*/
|
|
4851
5300
|
getProject(getProjectRequest) {
|
|
4852
5301
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4912,7 +5361,7 @@ class DataIntegrationClient {
|
|
|
4912
5361
|
* @param GetPublishedObjectRequest
|
|
4913
5362
|
* @return GetPublishedObjectResponse
|
|
4914
5363
|
* @throws OciError when an error occurs
|
|
4915
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5364
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/GetPublishedObject.ts.html |here} to see how to use GetPublishedObject API.
|
|
4916
5365
|
*/
|
|
4917
5366
|
getPublishedObject(getPublishedObjectRequest) {
|
|
4918
5367
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4979,7 +5428,7 @@ class DataIntegrationClient {
|
|
|
4979
5428
|
* @param GetReferenceRequest
|
|
4980
5429
|
* @return GetReferenceResponse
|
|
4981
5430
|
* @throws OciError when an error occurs
|
|
4982
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5431
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/GetReference.ts.html |here} to see how to use GetReference API.
|
|
4983
5432
|
*/
|
|
4984
5433
|
getReference(getReferenceRequest) {
|
|
4985
5434
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5044,7 +5493,7 @@ class DataIntegrationClient {
|
|
|
5044
5493
|
* @param GetRuntimeOperatorRequest
|
|
5045
5494
|
* @return GetRuntimeOperatorResponse
|
|
5046
5495
|
* @throws OciError when an error occurs
|
|
5047
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5496
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/GetRuntimeOperator.ts.html |here} to see how to use GetRuntimeOperator API.
|
|
5048
5497
|
*/
|
|
5049
5498
|
getRuntimeOperator(getRuntimeOperatorRequest) {
|
|
5050
5499
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5110,7 +5559,7 @@ class DataIntegrationClient {
|
|
|
5110
5559
|
* @param GetRuntimePipelineRequest
|
|
5111
5560
|
* @return GetRuntimePipelineResponse
|
|
5112
5561
|
* @throws OciError when an error occurs
|
|
5113
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5562
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/GetRuntimePipeline.ts.html |here} to see how to use GetRuntimePipeline API.
|
|
5114
5563
|
*/
|
|
5115
5564
|
getRuntimePipeline(getRuntimePipelineRequest) {
|
|
5116
5565
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5177,7 +5626,7 @@ class DataIntegrationClient {
|
|
|
5177
5626
|
* @param GetScheduleRequest
|
|
5178
5627
|
* @return GetScheduleResponse
|
|
5179
5628
|
* @throws OciError when an error occurs
|
|
5180
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5629
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/GetSchedule.ts.html |here} to see how to use GetSchedule API.
|
|
5181
5630
|
*/
|
|
5182
5631
|
getSchedule(getScheduleRequest) {
|
|
5183
5632
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5242,7 +5691,7 @@ class DataIntegrationClient {
|
|
|
5242
5691
|
* @param GetSchemaRequest
|
|
5243
5692
|
* @return GetSchemaResponse
|
|
5244
5693
|
* @throws OciError when an error occurs
|
|
5245
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5694
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/GetSchema.ts.html |here} to see how to use GetSchema API.
|
|
5246
5695
|
*/
|
|
5247
5696
|
getSchema(getSchemaRequest) {
|
|
5248
5697
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5302,7 +5751,7 @@ class DataIntegrationClient {
|
|
|
5302
5751
|
* @param GetTaskRequest
|
|
5303
5752
|
* @return GetTaskResponse
|
|
5304
5753
|
* @throws OciError when an error occurs
|
|
5305
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5754
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/GetTask.ts.html |here} to see how to use GetTask API.
|
|
5306
5755
|
*/
|
|
5307
5756
|
getTask(getTaskRequest) {
|
|
5308
5757
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5368,7 +5817,7 @@ class DataIntegrationClient {
|
|
|
5368
5817
|
* @param GetTaskRunRequest
|
|
5369
5818
|
* @return GetTaskRunResponse
|
|
5370
5819
|
* @throws OciError when an error occurs
|
|
5371
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5820
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/GetTaskRun.ts.html |here} to see how to use GetTaskRun API.
|
|
5372
5821
|
*/
|
|
5373
5822
|
getTaskRun(getTaskRunRequest) {
|
|
5374
5823
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5433,7 +5882,7 @@ class DataIntegrationClient {
|
|
|
5433
5882
|
* @param GetTaskScheduleRequest
|
|
5434
5883
|
* @return GetTaskScheduleResponse
|
|
5435
5884
|
* @throws OciError when an error occurs
|
|
5436
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5885
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/GetTaskSchedule.ts.html |here} to see how to use GetTaskSchedule API.
|
|
5437
5886
|
*/
|
|
5438
5887
|
getTaskSchedule(getTaskScheduleRequest) {
|
|
5439
5888
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5499,7 +5948,7 @@ class DataIntegrationClient {
|
|
|
5499
5948
|
* @param GetTaskValidationRequest
|
|
5500
5949
|
* @return GetTaskValidationResponse
|
|
5501
5950
|
* @throws OciError when an error occurs
|
|
5502
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5951
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/GetTaskValidation.ts.html |here} to see how to use GetTaskValidation API.
|
|
5503
5952
|
*/
|
|
5504
5953
|
getTaskValidation(getTaskValidationRequest) {
|
|
5505
5954
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5563,7 +6012,7 @@ class DataIntegrationClient {
|
|
|
5563
6012
|
* @param GetTemplateRequest
|
|
5564
6013
|
* @return GetTemplateResponse
|
|
5565
6014
|
* @throws OciError when an error occurs
|
|
5566
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6015
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/GetTemplate.ts.html |here} to see how to use GetTemplate API.
|
|
5567
6016
|
*/
|
|
5568
6017
|
getTemplate(getTemplateRequest) {
|
|
5569
6018
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5622,7 +6071,7 @@ class DataIntegrationClient {
|
|
|
5622
6071
|
* @param GetUserDefinedFunctionRequest
|
|
5623
6072
|
* @return GetUserDefinedFunctionResponse
|
|
5624
6073
|
* @throws OciError when an error occurs
|
|
5625
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6074
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/GetUserDefinedFunction.ts.html |here} to see how to use GetUserDefinedFunction API.
|
|
5626
6075
|
*/
|
|
5627
6076
|
getUserDefinedFunction(getUserDefinedFunctionRequest) {
|
|
5628
6077
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5686,7 +6135,7 @@ class DataIntegrationClient {
|
|
|
5686
6135
|
* @param GetUserDefinedFunctionValidationRequest
|
|
5687
6136
|
* @return GetUserDefinedFunctionValidationResponse
|
|
5688
6137
|
* @throws OciError when an error occurs
|
|
5689
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6138
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/GetUserDefinedFunctionValidation.ts.html |here} to see how to use GetUserDefinedFunctionValidation API.
|
|
5690
6139
|
*/
|
|
5691
6140
|
getUserDefinedFunctionValidation(getUserDefinedFunctionValidationRequest) {
|
|
5692
6141
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5750,7 +6199,7 @@ class DataIntegrationClient {
|
|
|
5750
6199
|
* @param GetWorkRequestRequest
|
|
5751
6200
|
* @return GetWorkRequestResponse
|
|
5752
6201
|
* @throws OciError when an error occurs
|
|
5753
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6202
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
5754
6203
|
*/
|
|
5755
6204
|
getWorkRequest(getWorkRequestRequest) {
|
|
5756
6205
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5818,7 +6267,7 @@ class DataIntegrationClient {
|
|
|
5818
6267
|
* @param GetWorkspaceRequest
|
|
5819
6268
|
* @return GetWorkspaceResponse
|
|
5820
6269
|
* @throws OciError when an error occurs
|
|
5821
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6270
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/GetWorkspace.ts.html |here} to see how to use GetWorkspace API.
|
|
5822
6271
|
*/
|
|
5823
6272
|
getWorkspace(getWorkspaceRequest) {
|
|
5824
6273
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5881,7 +6330,7 @@ class DataIntegrationClient {
|
|
|
5881
6330
|
* @param ListApplicationsRequest
|
|
5882
6331
|
* @return ListApplicationsResponse
|
|
5883
6332
|
* @throws OciError when an error occurs
|
|
5884
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6333
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/ListApplications.ts.html |here} to see how to use ListApplications API.
|
|
5885
6334
|
*/
|
|
5886
6335
|
listApplications(listApplicationsRequest) {
|
|
5887
6336
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5963,7 +6412,7 @@ class DataIntegrationClient {
|
|
|
5963
6412
|
* @param ListConnectionValidationsRequest
|
|
5964
6413
|
* @return ListConnectionValidationsResponse
|
|
5965
6414
|
* @throws OciError when an error occurs
|
|
5966
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6415
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/ListConnectionValidations.ts.html |here} to see how to use ListConnectionValidations API.
|
|
5967
6416
|
*/
|
|
5968
6417
|
listConnectionValidations(listConnectionValidationsRequest) {
|
|
5969
6418
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6045,7 +6494,7 @@ class DataIntegrationClient {
|
|
|
6045
6494
|
* @param ListConnectionsRequest
|
|
6046
6495
|
* @return ListConnectionsResponse
|
|
6047
6496
|
* @throws OciError when an error occurs
|
|
6048
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6497
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/ListConnections.ts.html |here} to see how to use ListConnections API.
|
|
6049
6498
|
*/
|
|
6050
6499
|
listConnections(listConnectionsRequest) {
|
|
6051
6500
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6128,7 +6577,7 @@ class DataIntegrationClient {
|
|
|
6128
6577
|
* @param ListCopyObjectRequestsRequest
|
|
6129
6578
|
* @return ListCopyObjectRequestsResponse
|
|
6130
6579
|
* @throws OciError when an error occurs
|
|
6131
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6580
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/ListCopyObjectRequests.ts.html |here} to see how to use ListCopyObjectRequests API.
|
|
6132
6581
|
*/
|
|
6133
6582
|
listCopyObjectRequests(listCopyObjectRequestsRequest) {
|
|
6134
6583
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6202,7 +6651,7 @@ class DataIntegrationClient {
|
|
|
6202
6651
|
* @param ListDataAssetsRequest
|
|
6203
6652
|
* @return ListDataAssetsResponse
|
|
6204
6653
|
* @throws OciError when an error occurs
|
|
6205
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6654
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/ListDataAssets.ts.html |here} to see how to use ListDataAssets API.
|
|
6206
6655
|
*/
|
|
6207
6656
|
listDataAssets(listDataAssetsRequest) {
|
|
6208
6657
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6284,7 +6733,7 @@ class DataIntegrationClient {
|
|
|
6284
6733
|
* @param ListDataEntitiesRequest
|
|
6285
6734
|
* @return ListDataEntitiesResponse
|
|
6286
6735
|
* @throws OciError when an error occurs
|
|
6287
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6736
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/ListDataEntities.ts.html |here} to see how to use ListDataEntities API.
|
|
6288
6737
|
*/
|
|
6289
6738
|
listDataEntities(listDataEntitiesRequest) {
|
|
6290
6739
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6370,7 +6819,7 @@ class DataIntegrationClient {
|
|
|
6370
6819
|
* @param ListDataFlowValidationsRequest
|
|
6371
6820
|
* @return ListDataFlowValidationsResponse
|
|
6372
6821
|
* @throws OciError when an error occurs
|
|
6373
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6822
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/ListDataFlowValidations.ts.html |here} to see how to use ListDataFlowValidations API.
|
|
6374
6823
|
*/
|
|
6375
6824
|
listDataFlowValidations(listDataFlowValidationsRequest) {
|
|
6376
6825
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6453,7 +6902,7 @@ class DataIntegrationClient {
|
|
|
6453
6902
|
* @param ListDataFlowsRequest
|
|
6454
6903
|
* @return ListDataFlowsResponse
|
|
6455
6904
|
* @throws OciError when an error occurs
|
|
6456
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6905
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/ListDataFlows.ts.html |here} to see how to use ListDataFlows API.
|
|
6457
6906
|
*/
|
|
6458
6907
|
listDataFlows(listDataFlowsRequest) {
|
|
6459
6908
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6535,7 +6984,7 @@ class DataIntegrationClient {
|
|
|
6535
6984
|
* @param ListDependentObjectsRequest
|
|
6536
6985
|
* @return ListDependentObjectsResponse
|
|
6537
6986
|
* @throws OciError when an error occurs
|
|
6538
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6987
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/ListDependentObjects.ts.html |here} to see how to use ListDependentObjects API.
|
|
6539
6988
|
*/
|
|
6540
6989
|
listDependentObjects(listDependentObjectsRequest) {
|
|
6541
6990
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6621,7 +7070,7 @@ class DataIntegrationClient {
|
|
|
6621
7070
|
* @param ListDisApplicationTaskRunLineagesRequest
|
|
6622
7071
|
* @return ListDisApplicationTaskRunLineagesResponse
|
|
6623
7072
|
* @throws OciError when an error occurs
|
|
6624
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7073
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/ListDisApplicationTaskRunLineages.ts.html |here} to see how to use ListDisApplicationTaskRunLineages API.
|
|
6625
7074
|
*/
|
|
6626
7075
|
listDisApplicationTaskRunLineages(listDisApplicationTaskRunLineagesRequest) {
|
|
6627
7076
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6696,7 +7145,7 @@ class DataIntegrationClient {
|
|
|
6696
7145
|
* @param ListDisApplicationsRequest
|
|
6697
7146
|
* @return ListDisApplicationsResponse
|
|
6698
7147
|
* @throws OciError when an error occurs
|
|
6699
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7148
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/ListDisApplications.ts.html |here} to see how to use ListDisApplications API.
|
|
6700
7149
|
*/
|
|
6701
7150
|
listDisApplications(listDisApplicationsRequest) {
|
|
6702
7151
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6773,6 +7222,80 @@ class DataIntegrationClient {
|
|
|
6773
7222
|
}
|
|
6774
7223
|
});
|
|
6775
7224
|
}
|
|
7225
|
+
/**
|
|
7226
|
+
* This endpoint can be used to get the list of export object requests.
|
|
7227
|
+
*
|
|
7228
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
7229
|
+
* @param ListExportRequestsRequest
|
|
7230
|
+
* @return ListExportRequestsResponse
|
|
7231
|
+
* @throws OciError when an error occurs
|
|
7232
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/ListExportRequests.ts.html |here} to see how to use ListExportRequests API.
|
|
7233
|
+
*/
|
|
7234
|
+
listExportRequests(listExportRequestsRequest) {
|
|
7235
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
7236
|
+
if (this.logger)
|
|
7237
|
+
this.logger.debug("Calling operation DataIntegrationClient#listExportRequests.");
|
|
7238
|
+
const operationName = "listExportRequests";
|
|
7239
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/ExportRequestSummaryCollection/ListExportRequests";
|
|
7240
|
+
const pathParams = {
|
|
7241
|
+
"{workspaceId}": listExportRequestsRequest.workspaceId
|
|
7242
|
+
};
|
|
7243
|
+
const queryParams = {
|
|
7244
|
+
"page": listExportRequestsRequest.page,
|
|
7245
|
+
"limit": listExportRequestsRequest.limit,
|
|
7246
|
+
"name": listExportRequestsRequest.name,
|
|
7247
|
+
"sortOrder": listExportRequestsRequest.sortOrder,
|
|
7248
|
+
"sortBy": listExportRequestsRequest.sortBy,
|
|
7249
|
+
"exportStatus": listExportRequestsRequest.exportStatus,
|
|
7250
|
+
"projection": listExportRequestsRequest.projection,
|
|
7251
|
+
"timeStartedInMillis": listExportRequestsRequest.timeStartedInMillis,
|
|
7252
|
+
"timeEndedInMillis": listExportRequestsRequest.timeEndedInMillis
|
|
7253
|
+
};
|
|
7254
|
+
let headerParams = {
|
|
7255
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
7256
|
+
"opc-request-id": listExportRequestsRequest.opcRequestId
|
|
7257
|
+
};
|
|
7258
|
+
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
7259
|
+
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listExportRequestsRequest.retryConfiguration, specRetryConfiguration);
|
|
7260
|
+
if (this.logger)
|
|
7261
|
+
retrier.logger = this.logger;
|
|
7262
|
+
const request = yield oci_common_2.composeRequest({
|
|
7263
|
+
baseEndpoint: this._endpoint,
|
|
7264
|
+
defaultHeaders: this._defaultHeaders,
|
|
7265
|
+
path: "/workspaces/{workspaceId}/exportRequests",
|
|
7266
|
+
method: "GET",
|
|
7267
|
+
pathParams: pathParams,
|
|
7268
|
+
headerParams: headerParams,
|
|
7269
|
+
queryParams: queryParams
|
|
7270
|
+
});
|
|
7271
|
+
try {
|
|
7272
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
7273
|
+
const sdkResponse = oci_common_2.composeResponse({
|
|
7274
|
+
responseObject: {},
|
|
7275
|
+
body: yield response.json(),
|
|
7276
|
+
bodyKey: "exportRequestSummaryCollection",
|
|
7277
|
+
bodyModel: model.ExportRequestSummaryCollection,
|
|
7278
|
+
type: "model.ExportRequestSummaryCollection",
|
|
7279
|
+
responseHeaders: [
|
|
7280
|
+
{
|
|
7281
|
+
value: response.headers.get("opc-request-id"),
|
|
7282
|
+
key: "opcRequestId",
|
|
7283
|
+
dataType: "string"
|
|
7284
|
+
},
|
|
7285
|
+
{
|
|
7286
|
+
value: response.headers.get("opc-next-page"),
|
|
7287
|
+
key: "opcNextPage",
|
|
7288
|
+
dataType: "string"
|
|
7289
|
+
}
|
|
7290
|
+
]
|
|
7291
|
+
});
|
|
7292
|
+
return sdkResponse;
|
|
7293
|
+
}
|
|
7294
|
+
catch (err) {
|
|
7295
|
+
throw err;
|
|
7296
|
+
}
|
|
7297
|
+
});
|
|
7298
|
+
}
|
|
6776
7299
|
/**
|
|
6777
7300
|
* Retrieves a lists of external publication validations in a workspace and provides options to filter the list.
|
|
6778
7301
|
*
|
|
@@ -6780,7 +7303,7 @@ class DataIntegrationClient {
|
|
|
6780
7303
|
* @param ListExternalPublicationValidationsRequest
|
|
6781
7304
|
* @return ListExternalPublicationValidationsResponse
|
|
6782
7305
|
* @throws OciError when an error occurs
|
|
6783
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7306
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/ListExternalPublicationValidations.ts.html |here} to see how to use ListExternalPublicationValidations API.
|
|
6784
7307
|
*/
|
|
6785
7308
|
listExternalPublicationValidations(listExternalPublicationValidationsRequest) {
|
|
6786
7309
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6862,7 +7385,7 @@ class DataIntegrationClient {
|
|
|
6862
7385
|
* @param ListExternalPublicationsRequest
|
|
6863
7386
|
* @return ListExternalPublicationsResponse
|
|
6864
7387
|
* @throws OciError when an error occurs
|
|
6865
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7388
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/ListExternalPublications.ts.html |here} to see how to use ListExternalPublications API.
|
|
6866
7389
|
*/
|
|
6867
7390
|
listExternalPublications(listExternalPublicationsRequest) {
|
|
6868
7391
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6944,7 +7467,7 @@ class DataIntegrationClient {
|
|
|
6944
7467
|
* @param ListFoldersRequest
|
|
6945
7468
|
* @return ListFoldersResponse
|
|
6946
7469
|
* @throws OciError when an error occurs
|
|
6947
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7470
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/ListFolders.ts.html |here} to see how to use ListFolders API.
|
|
6948
7471
|
*/
|
|
6949
7472
|
listFolders(listFoldersRequest) {
|
|
6950
7473
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7028,7 +7551,7 @@ class DataIntegrationClient {
|
|
|
7028
7551
|
* @param ListFunctionLibrariesRequest
|
|
7029
7552
|
* @return ListFunctionLibrariesResponse
|
|
7030
7553
|
* @throws OciError when an error occurs
|
|
7031
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7554
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/ListFunctionLibraries.ts.html |here} to see how to use ListFunctionLibraries API.
|
|
7032
7555
|
*/
|
|
7033
7556
|
listFunctionLibraries(listFunctionLibrariesRequest) {
|
|
7034
7557
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7104,13 +7627,87 @@ class DataIntegrationClient {
|
|
|
7104
7627
|
}
|
|
7105
7628
|
});
|
|
7106
7629
|
}
|
|
7630
|
+
/**
|
|
7631
|
+
* This endpoint can be used to get the list of import object requests.
|
|
7632
|
+
*
|
|
7633
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
7634
|
+
* @param ListImportRequestsRequest
|
|
7635
|
+
* @return ListImportRequestsResponse
|
|
7636
|
+
* @throws OciError when an error occurs
|
|
7637
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/ListImportRequests.ts.html |here} to see how to use ListImportRequests API.
|
|
7638
|
+
*/
|
|
7639
|
+
listImportRequests(listImportRequestsRequest) {
|
|
7640
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
7641
|
+
if (this.logger)
|
|
7642
|
+
this.logger.debug("Calling operation DataIntegrationClient#listImportRequests.");
|
|
7643
|
+
const operationName = "listImportRequests";
|
|
7644
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/ImportRequestSummaryCollection/ListImportRequests";
|
|
7645
|
+
const pathParams = {
|
|
7646
|
+
"{workspaceId}": listImportRequestsRequest.workspaceId
|
|
7647
|
+
};
|
|
7648
|
+
const queryParams = {
|
|
7649
|
+
"page": listImportRequestsRequest.page,
|
|
7650
|
+
"limit": listImportRequestsRequest.limit,
|
|
7651
|
+
"name": listImportRequestsRequest.name,
|
|
7652
|
+
"sortOrder": listImportRequestsRequest.sortOrder,
|
|
7653
|
+
"sortBy": listImportRequestsRequest.sortBy,
|
|
7654
|
+
"importStatus": listImportRequestsRequest.importStatus,
|
|
7655
|
+
"projection": listImportRequestsRequest.projection,
|
|
7656
|
+
"timeStartedInMillis": listImportRequestsRequest.timeStartedInMillis,
|
|
7657
|
+
"timeEndedInMillis": listImportRequestsRequest.timeEndedInMillis
|
|
7658
|
+
};
|
|
7659
|
+
let headerParams = {
|
|
7660
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
7661
|
+
"opc-request-id": listImportRequestsRequest.opcRequestId
|
|
7662
|
+
};
|
|
7663
|
+
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
7664
|
+
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listImportRequestsRequest.retryConfiguration, specRetryConfiguration);
|
|
7665
|
+
if (this.logger)
|
|
7666
|
+
retrier.logger = this.logger;
|
|
7667
|
+
const request = yield oci_common_2.composeRequest({
|
|
7668
|
+
baseEndpoint: this._endpoint,
|
|
7669
|
+
defaultHeaders: this._defaultHeaders,
|
|
7670
|
+
path: "/workspaces/{workspaceId}/importRequests",
|
|
7671
|
+
method: "GET",
|
|
7672
|
+
pathParams: pathParams,
|
|
7673
|
+
headerParams: headerParams,
|
|
7674
|
+
queryParams: queryParams
|
|
7675
|
+
});
|
|
7676
|
+
try {
|
|
7677
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
7678
|
+
const sdkResponse = oci_common_2.composeResponse({
|
|
7679
|
+
responseObject: {},
|
|
7680
|
+
body: yield response.json(),
|
|
7681
|
+
bodyKey: "importRequestSummaryCollection",
|
|
7682
|
+
bodyModel: model.ImportRequestSummaryCollection,
|
|
7683
|
+
type: "model.ImportRequestSummaryCollection",
|
|
7684
|
+
responseHeaders: [
|
|
7685
|
+
{
|
|
7686
|
+
value: response.headers.get("opc-request-id"),
|
|
7687
|
+
key: "opcRequestId",
|
|
7688
|
+
dataType: "string"
|
|
7689
|
+
},
|
|
7690
|
+
{
|
|
7691
|
+
value: response.headers.get("opc-next-page"),
|
|
7692
|
+
key: "opcNextPage",
|
|
7693
|
+
dataType: "string"
|
|
7694
|
+
}
|
|
7695
|
+
]
|
|
7696
|
+
});
|
|
7697
|
+
return sdkResponse;
|
|
7698
|
+
}
|
|
7699
|
+
catch (err) {
|
|
7700
|
+
throw err;
|
|
7701
|
+
}
|
|
7702
|
+
});
|
|
7703
|
+
}
|
|
7107
7704
|
/**
|
|
7108
7705
|
* Retrieves a list of patches in an application and provides options to filter the list.
|
|
7109
7706
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
7110
7707
|
* @param ListPatchChangesRequest
|
|
7111
7708
|
* @return ListPatchChangesResponse
|
|
7112
7709
|
* @throws OciError when an error occurs
|
|
7113
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7710
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/ListPatchChanges.ts.html |here} to see how to use ListPatchChanges API.
|
|
7114
7711
|
*/
|
|
7115
7712
|
listPatchChanges(listPatchChangesRequest) {
|
|
7116
7713
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7192,7 +7789,7 @@ class DataIntegrationClient {
|
|
|
7192
7789
|
* @param ListPatchesRequest
|
|
7193
7790
|
* @return ListPatchesResponse
|
|
7194
7791
|
* @throws OciError when an error occurs
|
|
7195
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7792
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/ListPatches.ts.html |here} to see how to use ListPatches API.
|
|
7196
7793
|
*/
|
|
7197
7794
|
listPatches(listPatchesRequest) {
|
|
7198
7795
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7274,7 +7871,7 @@ class DataIntegrationClient {
|
|
|
7274
7871
|
* @param ListPipelineValidationsRequest
|
|
7275
7872
|
* @return ListPipelineValidationsResponse
|
|
7276
7873
|
* @throws OciError when an error occurs
|
|
7277
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7874
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/ListPipelineValidations.ts.html |here} to see how to use ListPipelineValidations API.
|
|
7278
7875
|
*/
|
|
7279
7876
|
listPipelineValidations(listPipelineValidationsRequest) {
|
|
7280
7877
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7357,7 +7954,7 @@ class DataIntegrationClient {
|
|
|
7357
7954
|
* @param ListPipelinesRequest
|
|
7358
7955
|
* @return ListPipelinesResponse
|
|
7359
7956
|
* @throws OciError when an error occurs
|
|
7360
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7957
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/ListPipelines.ts.html |here} to see how to use ListPipelines API.
|
|
7361
7958
|
*/
|
|
7362
7959
|
listPipelines(listPipelinesRequest) {
|
|
7363
7960
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7440,7 +8037,7 @@ class DataIntegrationClient {
|
|
|
7440
8037
|
* @param ListProjectsRequest
|
|
7441
8038
|
* @return ListProjectsResponse
|
|
7442
8039
|
* @throws OciError when an error occurs
|
|
7443
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8040
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/ListProjects.ts.html |here} to see how to use ListProjects API.
|
|
7444
8041
|
*/
|
|
7445
8042
|
listProjects(listProjectsRequest) {
|
|
7446
8043
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7522,7 +8119,7 @@ class DataIntegrationClient {
|
|
|
7522
8119
|
* @param ListPublishedObjectsRequest
|
|
7523
8120
|
* @return ListPublishedObjectsResponse
|
|
7524
8121
|
* @throws OciError when an error occurs
|
|
7525
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8122
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/ListPublishedObjects.ts.html |here} to see how to use ListPublishedObjects API.
|
|
7526
8123
|
*/
|
|
7527
8124
|
listPublishedObjects(listPublishedObjectsRequest) {
|
|
7528
8125
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7608,7 +8205,7 @@ class DataIntegrationClient {
|
|
|
7608
8205
|
* @param ListReferencesRequest
|
|
7609
8206
|
* @return ListReferencesResponse
|
|
7610
8207
|
* @throws OciError when an error occurs
|
|
7611
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8208
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/ListReferences.ts.html |here} to see how to use ListReferences API.
|
|
7612
8209
|
*/
|
|
7613
8210
|
listReferences(listReferencesRequest) {
|
|
7614
8211
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7694,7 +8291,7 @@ class DataIntegrationClient {
|
|
|
7694
8291
|
* @param ListRuntimeOperatorsRequest
|
|
7695
8292
|
* @return ListRuntimeOperatorsResponse
|
|
7696
8293
|
* @throws OciError when an error occurs
|
|
7697
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8294
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/ListRuntimeOperators.ts.html |here} to see how to use ListRuntimeOperators API.
|
|
7698
8295
|
*/
|
|
7699
8296
|
listRuntimeOperators(listRuntimeOperatorsRequest) {
|
|
7700
8297
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7770,7 +8367,7 @@ class DataIntegrationClient {
|
|
|
7770
8367
|
* @param ListRuntimePipelinesRequest
|
|
7771
8368
|
* @return ListRuntimePipelinesResponse
|
|
7772
8369
|
* @throws OciError when an error occurs
|
|
7773
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8370
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/ListRuntimePipelines.ts.html |here} to see how to use ListRuntimePipelines API.
|
|
7774
8371
|
*/
|
|
7775
8372
|
listRuntimePipelines(listRuntimePipelinesRequest) {
|
|
7776
8373
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7847,7 +8444,7 @@ class DataIntegrationClient {
|
|
|
7847
8444
|
* @param ListSchedulesRequest
|
|
7848
8445
|
* @return ListSchedulesResponse
|
|
7849
8446
|
* @throws OciError when an error occurs
|
|
7850
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8447
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/ListSchedules.ts.html |here} to see how to use ListSchedules API.
|
|
7851
8448
|
*/
|
|
7852
8449
|
listSchedules(listSchedulesRequest) {
|
|
7853
8450
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7930,7 +8527,7 @@ class DataIntegrationClient {
|
|
|
7930
8527
|
* @param ListSchemasRequest
|
|
7931
8528
|
* @return ListSchemasResponse
|
|
7932
8529
|
* @throws OciError when an error occurs
|
|
7933
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8530
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/ListSchemas.ts.html |here} to see how to use ListSchemas API.
|
|
7934
8531
|
*/
|
|
7935
8532
|
listSchemas(listSchemasRequest) {
|
|
7936
8533
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8015,7 +8612,7 @@ class DataIntegrationClient {
|
|
|
8015
8612
|
* @param ListTaskRunLineagesRequest
|
|
8016
8613
|
* @return ListTaskRunLineagesResponse
|
|
8017
8614
|
* @throws OciError when an error occurs
|
|
8018
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8615
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/ListTaskRunLineages.ts.html |here} to see how to use ListTaskRunLineages API.
|
|
8019
8616
|
*/
|
|
8020
8617
|
listTaskRunLineages(listTaskRunLineagesRequest) {
|
|
8021
8618
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8090,7 +8687,7 @@ class DataIntegrationClient {
|
|
|
8090
8687
|
* @param ListTaskRunLogsRequest
|
|
8091
8688
|
* @return ListTaskRunLogsResponse
|
|
8092
8689
|
* @throws OciError when an error occurs
|
|
8093
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8690
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/ListTaskRunLogs.ts.html |here} to see how to use ListTaskRunLogs API.
|
|
8094
8691
|
*/
|
|
8095
8692
|
listTaskRunLogs(listTaskRunLogsRequest) {
|
|
8096
8693
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8210,7 +8807,7 @@ class DataIntegrationClient {
|
|
|
8210
8807
|
* @param ListTaskRunsRequest
|
|
8211
8808
|
* @return ListTaskRunsResponse
|
|
8212
8809
|
* @throws OciError when an error occurs
|
|
8213
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8810
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/ListTaskRuns.ts.html |here} to see how to use ListTaskRuns API.
|
|
8214
8811
|
*/
|
|
8215
8812
|
listTaskRuns(listTaskRunsRequest) {
|
|
8216
8813
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8298,7 +8895,7 @@ class DataIntegrationClient {
|
|
|
8298
8895
|
* @param ListTaskSchedulesRequest
|
|
8299
8896
|
* @return ListTaskSchedulesResponse
|
|
8300
8897
|
* @throws OciError when an error occurs
|
|
8301
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8898
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/ListTaskSchedules.ts.html |here} to see how to use ListTaskSchedules API.
|
|
8302
8899
|
*/
|
|
8303
8900
|
listTaskSchedules(listTaskSchedulesRequest) {
|
|
8304
8901
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8383,7 +8980,7 @@ class DataIntegrationClient {
|
|
|
8383
8980
|
* @param ListTaskValidationsRequest
|
|
8384
8981
|
* @return ListTaskValidationsResponse
|
|
8385
8982
|
* @throws OciError when an error occurs
|
|
8386
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8983
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/ListTaskValidations.ts.html |here} to see how to use ListTaskValidations API.
|
|
8387
8984
|
*/
|
|
8388
8985
|
listTaskValidations(listTaskValidationsRequest) {
|
|
8389
8986
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8466,7 +9063,7 @@ class DataIntegrationClient {
|
|
|
8466
9063
|
* @param ListTasksRequest
|
|
8467
9064
|
* @return ListTasksResponse
|
|
8468
9065
|
* @throws OciError when an error occurs
|
|
8469
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9066
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/ListTasks.ts.html |here} to see how to use ListTasks API.
|
|
8470
9067
|
*/
|
|
8471
9068
|
listTasks(listTasksRequest) {
|
|
8472
9069
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8550,7 +9147,7 @@ class DataIntegrationClient {
|
|
|
8550
9147
|
* @param ListTemplatesRequest
|
|
8551
9148
|
* @return ListTemplatesResponse
|
|
8552
9149
|
* @throws OciError when an error occurs
|
|
8553
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9150
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/ListTemplates.ts.html |here} to see how to use ListTemplates API.
|
|
8554
9151
|
*/
|
|
8555
9152
|
listTemplates(listTemplatesRequest) {
|
|
8556
9153
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8631,7 +9228,7 @@ class DataIntegrationClient {
|
|
|
8631
9228
|
* @param ListUserDefinedFunctionValidationsRequest
|
|
8632
9229
|
* @return ListUserDefinedFunctionValidationsResponse
|
|
8633
9230
|
* @throws OciError when an error occurs
|
|
8634
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9231
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/ListUserDefinedFunctionValidations.ts.html |here} to see how to use ListUserDefinedFunctionValidations API.
|
|
8635
9232
|
*/
|
|
8636
9233
|
listUserDefinedFunctionValidations(listUserDefinedFunctionValidationsRequest) {
|
|
8637
9234
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8714,7 +9311,7 @@ class DataIntegrationClient {
|
|
|
8714
9311
|
* @param ListUserDefinedFunctionsRequest
|
|
8715
9312
|
* @return ListUserDefinedFunctionsResponse
|
|
8716
9313
|
* @throws OciError when an error occurs
|
|
8717
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9314
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/ListUserDefinedFunctions.ts.html |here} to see how to use ListUserDefinedFunctions API.
|
|
8718
9315
|
*/
|
|
8719
9316
|
listUserDefinedFunctions(listUserDefinedFunctionsRequest) {
|
|
8720
9317
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8797,7 +9394,7 @@ class DataIntegrationClient {
|
|
|
8797
9394
|
* @param ListWorkRequestErrorsRequest
|
|
8798
9395
|
* @return ListWorkRequestErrorsResponse
|
|
8799
9396
|
* @throws OciError when an error occurs
|
|
8800
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9397
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
8801
9398
|
*/
|
|
8802
9399
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
8803
9400
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8906,7 +9503,7 @@ class DataIntegrationClient {
|
|
|
8906
9503
|
* @param ListWorkRequestLogsRequest
|
|
8907
9504
|
* @return ListWorkRequestLogsResponse
|
|
8908
9505
|
* @throws OciError when an error occurs
|
|
8909
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9506
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
8910
9507
|
*/
|
|
8911
9508
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
8912
9509
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9015,7 +9612,7 @@ class DataIntegrationClient {
|
|
|
9015
9612
|
* @param ListWorkRequestsRequest
|
|
9016
9613
|
* @return ListWorkRequestsResponse
|
|
9017
9614
|
* @throws OciError when an error occurs
|
|
9018
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9615
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
9019
9616
|
*/
|
|
9020
9617
|
listWorkRequests(listWorkRequestsRequest) {
|
|
9021
9618
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9125,7 +9722,7 @@ class DataIntegrationClient {
|
|
|
9125
9722
|
* @param ListWorkspacesRequest
|
|
9126
9723
|
* @return ListWorkspacesResponse
|
|
9127
9724
|
* @throws OciError when an error occurs
|
|
9128
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9725
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/ListWorkspaces.ts.html |here} to see how to use ListWorkspaces API.
|
|
9129
9726
|
*/
|
|
9130
9727
|
listWorkspaces(listWorkspacesRequest) {
|
|
9131
9728
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9235,7 +9832,7 @@ class DataIntegrationClient {
|
|
|
9235
9832
|
* @param StartWorkspaceRequest
|
|
9236
9833
|
* @return StartWorkspaceResponse
|
|
9237
9834
|
* @throws OciError when an error occurs
|
|
9238
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9835
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/StartWorkspace.ts.html |here} to see how to use StartWorkspace API.
|
|
9239
9836
|
*/
|
|
9240
9837
|
startWorkspace(startWorkspaceRequest) {
|
|
9241
9838
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9297,7 +9894,7 @@ class DataIntegrationClient {
|
|
|
9297
9894
|
* @param StopWorkspaceRequest
|
|
9298
9895
|
* @return StopWorkspaceResponse
|
|
9299
9896
|
* @throws OciError when an error occurs
|
|
9300
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9897
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/StopWorkspace.ts.html |here} to see how to use StopWorkspace API.
|
|
9301
9898
|
*/
|
|
9302
9899
|
stopWorkspace(stopWorkspaceRequest) {
|
|
9303
9900
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9361,7 +9958,7 @@ class DataIntegrationClient {
|
|
|
9361
9958
|
* @param UpdateApplicationRequest
|
|
9362
9959
|
* @return UpdateApplicationResponse
|
|
9363
9960
|
* @throws OciError when an error occurs
|
|
9364
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9961
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
|
|
9365
9962
|
*/
|
|
9366
9963
|
updateApplication(updateApplicationRequest) {
|
|
9367
9964
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9427,7 +10024,7 @@ class DataIntegrationClient {
|
|
|
9427
10024
|
* @param UpdateApplicationDetailedDescriptionRequest
|
|
9428
10025
|
* @return UpdateApplicationDetailedDescriptionResponse
|
|
9429
10026
|
* @throws OciError when an error occurs
|
|
9430
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10027
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/UpdateApplicationDetailedDescription.ts.html |here} to see how to use UpdateApplicationDetailedDescription API.
|
|
9431
10028
|
*/
|
|
9432
10029
|
updateApplicationDetailedDescription(updateApplicationDetailedDescriptionRequest) {
|
|
9433
10030
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9493,7 +10090,7 @@ class DataIntegrationClient {
|
|
|
9493
10090
|
* @param UpdateConnectionRequest
|
|
9494
10091
|
* @return UpdateConnectionResponse
|
|
9495
10092
|
* @throws OciError when an error occurs
|
|
9496
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10093
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/UpdateConnection.ts.html |here} to see how to use UpdateConnection API.
|
|
9497
10094
|
*/
|
|
9498
10095
|
updateConnection(updateConnectionRequest) {
|
|
9499
10096
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9559,7 +10156,7 @@ class DataIntegrationClient {
|
|
|
9559
10156
|
* @param UpdateCopyObjectRequestRequest
|
|
9560
10157
|
* @return UpdateCopyObjectRequestResponse
|
|
9561
10158
|
* @throws OciError when an error occurs
|
|
9562
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10159
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/UpdateCopyObjectRequest.ts.html |here} to see how to use UpdateCopyObjectRequest API.
|
|
9563
10160
|
*/
|
|
9564
10161
|
updateCopyObjectRequest(updateCopyObjectRequestRequest) {
|
|
9565
10162
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9625,7 +10222,7 @@ class DataIntegrationClient {
|
|
|
9625
10222
|
* @param UpdateDataAssetRequest
|
|
9626
10223
|
* @return UpdateDataAssetResponse
|
|
9627
10224
|
* @throws OciError when an error occurs
|
|
9628
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10225
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/UpdateDataAsset.ts.html |here} to see how to use UpdateDataAsset API.
|
|
9629
10226
|
*/
|
|
9630
10227
|
updateDataAsset(updateDataAssetRequest) {
|
|
9631
10228
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9691,7 +10288,7 @@ class DataIntegrationClient {
|
|
|
9691
10288
|
* @param UpdateDataFlowRequest
|
|
9692
10289
|
* @return UpdateDataFlowResponse
|
|
9693
10290
|
* @throws OciError when an error occurs
|
|
9694
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10291
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/UpdateDataFlow.ts.html |here} to see how to use UpdateDataFlow API.
|
|
9695
10292
|
*/
|
|
9696
10293
|
updateDataFlow(updateDataFlowRequest) {
|
|
9697
10294
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9757,7 +10354,7 @@ class DataIntegrationClient {
|
|
|
9757
10354
|
* @param UpdateDisApplicationRequest
|
|
9758
10355
|
* @return UpdateDisApplicationResponse
|
|
9759
10356
|
* @throws OciError when an error occurs
|
|
9760
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10357
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/UpdateDisApplication.ts.html |here} to see how to use UpdateDisApplication API.
|
|
9761
10358
|
*/
|
|
9762
10359
|
updateDisApplication(updateDisApplicationRequest) {
|
|
9763
10360
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9823,7 +10420,7 @@ class DataIntegrationClient {
|
|
|
9823
10420
|
* @param UpdateDisApplicationDetailedDescriptionRequest
|
|
9824
10421
|
* @return UpdateDisApplicationDetailedDescriptionResponse
|
|
9825
10422
|
* @throws OciError when an error occurs
|
|
9826
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10423
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/UpdateDisApplicationDetailedDescription.ts.html |here} to see how to use UpdateDisApplicationDetailedDescription API.
|
|
9827
10424
|
*/
|
|
9828
10425
|
updateDisApplicationDetailedDescription(updateDisApplicationDetailedDescriptionRequest) {
|
|
9829
10426
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9883,13 +10480,79 @@ class DataIntegrationClient {
|
|
|
9883
10480
|
}
|
|
9884
10481
|
});
|
|
9885
10482
|
}
|
|
10483
|
+
/**
|
|
10484
|
+
* Updates the status of a export object request.
|
|
10485
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
10486
|
+
* @param UpdateExportRequestRequest
|
|
10487
|
+
* @return UpdateExportRequestResponse
|
|
10488
|
+
* @throws OciError when an error occurs
|
|
10489
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/UpdateExportRequest.ts.html |here} to see how to use UpdateExportRequest API.
|
|
10490
|
+
*/
|
|
10491
|
+
updateExportRequest(updateExportRequestRequest) {
|
|
10492
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
10493
|
+
if (this.logger)
|
|
10494
|
+
this.logger.debug("Calling operation DataIntegrationClient#updateExportRequest.");
|
|
10495
|
+
const operationName = "updateExportRequest";
|
|
10496
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/Workspace/UpdateExportRequest";
|
|
10497
|
+
const pathParams = {
|
|
10498
|
+
"{workspaceId}": updateExportRequestRequest.workspaceId,
|
|
10499
|
+
"{exportRequestKey}": updateExportRequestRequest.exportRequestKey
|
|
10500
|
+
};
|
|
10501
|
+
const queryParams = {};
|
|
10502
|
+
let headerParams = {
|
|
10503
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
10504
|
+
"opc-request-id": updateExportRequestRequest.opcRequestId,
|
|
10505
|
+
"if-match": updateExportRequestRequest.ifMatch
|
|
10506
|
+
};
|
|
10507
|
+
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
10508
|
+
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateExportRequestRequest.retryConfiguration, specRetryConfiguration);
|
|
10509
|
+
if (this.logger)
|
|
10510
|
+
retrier.logger = this.logger;
|
|
10511
|
+
const request = yield oci_common_2.composeRequest({
|
|
10512
|
+
baseEndpoint: this._endpoint,
|
|
10513
|
+
defaultHeaders: this._defaultHeaders,
|
|
10514
|
+
path: "/workspaces/{workspaceId}/exportRequests/{exportRequestKey}",
|
|
10515
|
+
method: "PUT",
|
|
10516
|
+
bodyContent: common.ObjectSerializer.serialize(updateExportRequestRequest.updateExportRequestDetails, "UpdateExportRequestDetails", model.UpdateExportRequestDetails.getJsonObj),
|
|
10517
|
+
pathParams: pathParams,
|
|
10518
|
+
headerParams: headerParams,
|
|
10519
|
+
queryParams: queryParams
|
|
10520
|
+
});
|
|
10521
|
+
try {
|
|
10522
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
10523
|
+
const sdkResponse = oci_common_2.composeResponse({
|
|
10524
|
+
responseObject: {},
|
|
10525
|
+
body: yield response.json(),
|
|
10526
|
+
bodyKey: "exportRequest",
|
|
10527
|
+
bodyModel: model.ExportRequest,
|
|
10528
|
+
type: "model.ExportRequest",
|
|
10529
|
+
responseHeaders: [
|
|
10530
|
+
{
|
|
10531
|
+
value: response.headers.get("etag"),
|
|
10532
|
+
key: "etag",
|
|
10533
|
+
dataType: "string"
|
|
10534
|
+
},
|
|
10535
|
+
{
|
|
10536
|
+
value: response.headers.get("opc-request-id"),
|
|
10537
|
+
key: "opcRequestId",
|
|
10538
|
+
dataType: "string"
|
|
10539
|
+
}
|
|
10540
|
+
]
|
|
10541
|
+
});
|
|
10542
|
+
return sdkResponse;
|
|
10543
|
+
}
|
|
10544
|
+
catch (err) {
|
|
10545
|
+
throw err;
|
|
10546
|
+
}
|
|
10547
|
+
});
|
|
10548
|
+
}
|
|
9886
10549
|
/**
|
|
9887
10550
|
* Updates the external publication object.
|
|
9888
10551
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
9889
10552
|
* @param UpdateExternalPublicationRequest
|
|
9890
10553
|
* @return UpdateExternalPublicationResponse
|
|
9891
10554
|
* @throws OciError when an error occurs
|
|
9892
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10555
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/UpdateExternalPublication.ts.html |here} to see how to use UpdateExternalPublication API.
|
|
9893
10556
|
*/
|
|
9894
10557
|
updateExternalPublication(updateExternalPublicationRequest) {
|
|
9895
10558
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9956,7 +10619,7 @@ class DataIntegrationClient {
|
|
|
9956
10619
|
* @param UpdateFolderRequest
|
|
9957
10620
|
* @return UpdateFolderResponse
|
|
9958
10621
|
* @throws OciError when an error occurs
|
|
9959
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10622
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/UpdateFolder.ts.html |here} to see how to use UpdateFolder API.
|
|
9960
10623
|
*/
|
|
9961
10624
|
updateFolder(updateFolderRequest) {
|
|
9962
10625
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10022,7 +10685,7 @@ class DataIntegrationClient {
|
|
|
10022
10685
|
* @param UpdateFunctionLibraryRequest
|
|
10023
10686
|
* @return UpdateFunctionLibraryResponse
|
|
10024
10687
|
* @throws OciError when an error occurs
|
|
10025
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10688
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/UpdateFunctionLibrary.ts.html |here} to see how to use UpdateFunctionLibrary API.
|
|
10026
10689
|
*/
|
|
10027
10690
|
updateFunctionLibrary(updateFunctionLibraryRequest) {
|
|
10028
10691
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10082,13 +10745,79 @@ class DataIntegrationClient {
|
|
|
10082
10745
|
}
|
|
10083
10746
|
});
|
|
10084
10747
|
}
|
|
10748
|
+
/**
|
|
10749
|
+
* Updates the status of a import object request.
|
|
10750
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
10751
|
+
* @param UpdateImportRequestRequest
|
|
10752
|
+
* @return UpdateImportRequestResponse
|
|
10753
|
+
* @throws OciError when an error occurs
|
|
10754
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/UpdateImportRequest.ts.html |here} to see how to use UpdateImportRequest API.
|
|
10755
|
+
*/
|
|
10756
|
+
updateImportRequest(updateImportRequestRequest) {
|
|
10757
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
10758
|
+
if (this.logger)
|
|
10759
|
+
this.logger.debug("Calling operation DataIntegrationClient#updateImportRequest.");
|
|
10760
|
+
const operationName = "updateImportRequest";
|
|
10761
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/Workspace/UpdateImportRequest";
|
|
10762
|
+
const pathParams = {
|
|
10763
|
+
"{workspaceId}": updateImportRequestRequest.workspaceId,
|
|
10764
|
+
"{importRequestKey}": updateImportRequestRequest.importRequestKey
|
|
10765
|
+
};
|
|
10766
|
+
const queryParams = {};
|
|
10767
|
+
let headerParams = {
|
|
10768
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
10769
|
+
"opc-request-id": updateImportRequestRequest.opcRequestId,
|
|
10770
|
+
"if-match": updateImportRequestRequest.ifMatch
|
|
10771
|
+
};
|
|
10772
|
+
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
10773
|
+
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateImportRequestRequest.retryConfiguration, specRetryConfiguration);
|
|
10774
|
+
if (this.logger)
|
|
10775
|
+
retrier.logger = this.logger;
|
|
10776
|
+
const request = yield oci_common_2.composeRequest({
|
|
10777
|
+
baseEndpoint: this._endpoint,
|
|
10778
|
+
defaultHeaders: this._defaultHeaders,
|
|
10779
|
+
path: "/workspaces/{workspaceId}/importRequests/{importRequestKey}",
|
|
10780
|
+
method: "PUT",
|
|
10781
|
+
bodyContent: common.ObjectSerializer.serialize(updateImportRequestRequest.updateImportRequestDetails, "UpdateImportRequestDetails", model.UpdateImportRequestDetails.getJsonObj),
|
|
10782
|
+
pathParams: pathParams,
|
|
10783
|
+
headerParams: headerParams,
|
|
10784
|
+
queryParams: queryParams
|
|
10785
|
+
});
|
|
10786
|
+
try {
|
|
10787
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
10788
|
+
const sdkResponse = oci_common_2.composeResponse({
|
|
10789
|
+
responseObject: {},
|
|
10790
|
+
body: yield response.json(),
|
|
10791
|
+
bodyKey: "importRequest",
|
|
10792
|
+
bodyModel: model.ImportRequest,
|
|
10793
|
+
type: "model.ImportRequest",
|
|
10794
|
+
responseHeaders: [
|
|
10795
|
+
{
|
|
10796
|
+
value: response.headers.get("etag"),
|
|
10797
|
+
key: "etag",
|
|
10798
|
+
dataType: "string"
|
|
10799
|
+
},
|
|
10800
|
+
{
|
|
10801
|
+
value: response.headers.get("opc-request-id"),
|
|
10802
|
+
key: "opcRequestId",
|
|
10803
|
+
dataType: "string"
|
|
10804
|
+
}
|
|
10805
|
+
]
|
|
10806
|
+
});
|
|
10807
|
+
return sdkResponse;
|
|
10808
|
+
}
|
|
10809
|
+
catch (err) {
|
|
10810
|
+
throw err;
|
|
10811
|
+
}
|
|
10812
|
+
});
|
|
10813
|
+
}
|
|
10085
10814
|
/**
|
|
10086
10815
|
* Updates a specific pipeline.
|
|
10087
10816
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
10088
10817
|
* @param UpdatePipelineRequest
|
|
10089
10818
|
* @return UpdatePipelineResponse
|
|
10090
10819
|
* @throws OciError when an error occurs
|
|
10091
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10820
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/UpdatePipeline.ts.html |here} to see how to use UpdatePipeline API.
|
|
10092
10821
|
*/
|
|
10093
10822
|
updatePipeline(updatePipelineRequest) {
|
|
10094
10823
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10154,7 +10883,7 @@ class DataIntegrationClient {
|
|
|
10154
10883
|
* @param UpdateProjectRequest
|
|
10155
10884
|
* @return UpdateProjectResponse
|
|
10156
10885
|
* @throws OciError when an error occurs
|
|
10157
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10886
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/UpdateProject.ts.html |here} to see how to use UpdateProject API.
|
|
10158
10887
|
*/
|
|
10159
10888
|
updateProject(updateProjectRequest) {
|
|
10160
10889
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10220,7 +10949,7 @@ class DataIntegrationClient {
|
|
|
10220
10949
|
* @param UpdateReferenceRequest
|
|
10221
10950
|
* @return UpdateReferenceResponse
|
|
10222
10951
|
* @throws OciError when an error occurs
|
|
10223
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10952
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/UpdateReference.ts.html |here} to see how to use UpdateReference API.
|
|
10224
10953
|
*/
|
|
10225
10954
|
updateReference(updateReferenceRequest) {
|
|
10226
10955
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10288,7 +11017,7 @@ class DataIntegrationClient {
|
|
|
10288
11017
|
* @param UpdateScheduleRequest
|
|
10289
11018
|
* @return UpdateScheduleResponse
|
|
10290
11019
|
* @throws OciError when an error occurs
|
|
10291
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11020
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/UpdateSchedule.ts.html |here} to see how to use UpdateSchedule API.
|
|
10292
11021
|
*/
|
|
10293
11022
|
updateSchedule(updateScheduleRequest) {
|
|
10294
11023
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10355,7 +11084,7 @@ class DataIntegrationClient {
|
|
|
10355
11084
|
* @param UpdateTaskRequest
|
|
10356
11085
|
* @return UpdateTaskResponse
|
|
10357
11086
|
* @throws OciError when an error occurs
|
|
10358
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11087
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/UpdateTask.ts.html |here} to see how to use UpdateTask API.
|
|
10359
11088
|
*/
|
|
10360
11089
|
updateTask(updateTaskRequest) {
|
|
10361
11090
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10421,7 +11150,7 @@ class DataIntegrationClient {
|
|
|
10421
11150
|
* @param UpdateTaskRunRequest
|
|
10422
11151
|
* @return UpdateTaskRunResponse
|
|
10423
11152
|
* @throws OciError when an error occurs
|
|
10424
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11153
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/UpdateTaskRun.ts.html |here} to see how to use UpdateTaskRun API.
|
|
10425
11154
|
*/
|
|
10426
11155
|
updateTaskRun(updateTaskRunRequest) {
|
|
10427
11156
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10488,7 +11217,7 @@ class DataIntegrationClient {
|
|
|
10488
11217
|
* @param UpdateTaskScheduleRequest
|
|
10489
11218
|
* @return UpdateTaskScheduleResponse
|
|
10490
11219
|
* @throws OciError when an error occurs
|
|
10491
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11220
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/UpdateTaskSchedule.ts.html |here} to see how to use UpdateTaskSchedule API.
|
|
10492
11221
|
*/
|
|
10493
11222
|
updateTaskSchedule(updateTaskScheduleRequest) {
|
|
10494
11223
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10555,7 +11284,7 @@ class DataIntegrationClient {
|
|
|
10555
11284
|
* @param UpdateUserDefinedFunctionRequest
|
|
10556
11285
|
* @return UpdateUserDefinedFunctionResponse
|
|
10557
11286
|
* @throws OciError when an error occurs
|
|
10558
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11287
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/UpdateUserDefinedFunction.ts.html |here} to see how to use UpdateUserDefinedFunction API.
|
|
10559
11288
|
*/
|
|
10560
11289
|
updateUserDefinedFunction(updateUserDefinedFunctionRequest) {
|
|
10561
11290
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10621,7 +11350,7 @@ class DataIntegrationClient {
|
|
|
10621
11350
|
* @param UpdateWorkspaceRequest
|
|
10622
11351
|
* @return UpdateWorkspaceResponse
|
|
10623
11352
|
* @throws OciError when an error occurs
|
|
10624
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11353
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/dataintegration/UpdateWorkspace.ts.html |here} to see how to use UpdateWorkspace API.
|
|
10625
11354
|
*/
|
|
10626
11355
|
updateWorkspace(updateWorkspaceRequest) {
|
|
10627
11356
|
return __awaiter(this, void 0, void 0, function* () {
|