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
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Data Integration API
|
|
3
|
+
* Use the Data Integration API to organize your data integration projects, create data flows, pipelines and tasks, and then publish, schedule, and run tasks that extract, transform, and load data. For more information, see [Data Integration](https://docs.oracle.com/iaas/data-integration/home.htm).
|
|
4
|
+
* OpenAPI spec version: 20200430
|
|
5
|
+
* Contact: di_dis_ww_grp@oracle.com
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
/**
|
|
15
|
+
* Export metadata object response.
|
|
16
|
+
*/
|
|
17
|
+
export interface ExportRequest {
|
|
18
|
+
/**
|
|
19
|
+
* Export object request key
|
|
20
|
+
*/
|
|
21
|
+
"key"?: string;
|
|
22
|
+
/**
|
|
23
|
+
* The list of the objects to be exported
|
|
24
|
+
*/
|
|
25
|
+
"objectKeys"?: Array<string>;
|
|
26
|
+
/**
|
|
27
|
+
* The name of the Object Storage Bucket where the objects will be exported to
|
|
28
|
+
*/
|
|
29
|
+
"bucketName"?: string;
|
|
30
|
+
/**
|
|
31
|
+
* Name of the exported zip file.
|
|
32
|
+
*/
|
|
33
|
+
"fileName"?: string;
|
|
34
|
+
/**
|
|
35
|
+
* Optional parameter to point to object storage tenancy (if using Object Storage of different tenancy)
|
|
36
|
+
*/
|
|
37
|
+
"objectStorageTenancyId"?: string;
|
|
38
|
+
/**
|
|
39
|
+
* Region of the object storage (if using object storage of different region)
|
|
40
|
+
*/
|
|
41
|
+
"objectStorageRegion"?: string;
|
|
42
|
+
/**
|
|
43
|
+
* Controls if the references will be exported along with the objects
|
|
44
|
+
*/
|
|
45
|
+
"areReferencesIncluded"?: boolean;
|
|
46
|
+
/**
|
|
47
|
+
* Flag to control whether to overwrite the object if it is already present at the provided object storage location.
|
|
48
|
+
*/
|
|
49
|
+
"isObjectOverwriteEnabled"?: boolean;
|
|
50
|
+
/**
|
|
51
|
+
* Export multiple objects based on filters.
|
|
52
|
+
*/
|
|
53
|
+
"filters"?: Array<string>;
|
|
54
|
+
/**
|
|
55
|
+
* Export Objects request status.
|
|
56
|
+
*/
|
|
57
|
+
"status"?: ExportRequest.Status;
|
|
58
|
+
/**
|
|
59
|
+
* Name of the user who initiated export request.
|
|
60
|
+
*/
|
|
61
|
+
"createdBy"?: string;
|
|
62
|
+
/**
|
|
63
|
+
* Number of objects that are exported. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
64
|
+
*/
|
|
65
|
+
"totalExportedObjectCount"?: number;
|
|
66
|
+
/**
|
|
67
|
+
* Time at which the request started getting processed. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
68
|
+
*/
|
|
69
|
+
"timeStartedInMillis"?: number;
|
|
70
|
+
/**
|
|
71
|
+
* Time at which the request was completely processed. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
72
|
+
*/
|
|
73
|
+
"timeEndedInMillis"?: number;
|
|
74
|
+
/**
|
|
75
|
+
* Contains key of the error
|
|
76
|
+
*/
|
|
77
|
+
"errorMessages"?: {
|
|
78
|
+
[key: string]: string;
|
|
79
|
+
};
|
|
80
|
+
/**
|
|
81
|
+
* The array of exported object details.
|
|
82
|
+
*/
|
|
83
|
+
"exportedItems"?: Array<model.ExportObjectMetadataSummary>;
|
|
84
|
+
/**
|
|
85
|
+
* The array of exported referenced objects.
|
|
86
|
+
*/
|
|
87
|
+
"referencedItems"?: string;
|
|
88
|
+
/**
|
|
89
|
+
* Name of the export request.
|
|
90
|
+
*/
|
|
91
|
+
"name"?: string;
|
|
92
|
+
}
|
|
93
|
+
export declare namespace ExportRequest {
|
|
94
|
+
enum Status {
|
|
95
|
+
Successful = "SUCCESSFUL",
|
|
96
|
+
Failed = "FAILED",
|
|
97
|
+
InProgress = "IN_PROGRESS",
|
|
98
|
+
Terminating = "TERMINATING",
|
|
99
|
+
Terminated = "TERMINATED",
|
|
100
|
+
Queued = "QUEUED",
|
|
101
|
+
/**
|
|
102
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
103
|
+
* version of the SDK.
|
|
104
|
+
*/
|
|
105
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
106
|
+
}
|
|
107
|
+
function getJsonObj(obj: ExportRequest): object;
|
|
108
|
+
function getDeserializedJsonObj(obj: ExportRequest): object;
|
|
109
|
+
}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Data Integration API
|
|
4
|
+
* Use the Data Integration API to organize your data integration projects, create data flows, pipelines and tasks, and then publish, schedule, and run tasks that extract, transform, and load data. For more information, see [Data Integration](https://docs.oracle.com/iaas/data-integration/home.htm).
|
|
5
|
+
* OpenAPI spec version: 20200430
|
|
6
|
+
* Contact: di_dis_ww_grp@oracle.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.ExportRequest = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var ExportRequest;
|
|
37
|
+
(function (ExportRequest) {
|
|
38
|
+
let Status;
|
|
39
|
+
(function (Status) {
|
|
40
|
+
Status["Successful"] = "SUCCESSFUL";
|
|
41
|
+
Status["Failed"] = "FAILED";
|
|
42
|
+
Status["InProgress"] = "IN_PROGRESS";
|
|
43
|
+
Status["Terminating"] = "TERMINATING";
|
|
44
|
+
Status["Terminated"] = "TERMINATED";
|
|
45
|
+
Status["Queued"] = "QUEUED";
|
|
46
|
+
/**
|
|
47
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
48
|
+
* version of the SDK.
|
|
49
|
+
*/
|
|
50
|
+
Status["UnknownValue"] = "UNKNOWN_VALUE";
|
|
51
|
+
})(Status = ExportRequest.Status || (ExportRequest.Status = {}));
|
|
52
|
+
function getJsonObj(obj) {
|
|
53
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
54
|
+
"exportedItems": obj.exportedItems
|
|
55
|
+
? obj.exportedItems.map(item => {
|
|
56
|
+
return model.ExportObjectMetadataSummary.getJsonObj(item);
|
|
57
|
+
})
|
|
58
|
+
: undefined
|
|
59
|
+
});
|
|
60
|
+
return jsonObj;
|
|
61
|
+
}
|
|
62
|
+
ExportRequest.getJsonObj = getJsonObj;
|
|
63
|
+
function getDeserializedJsonObj(obj) {
|
|
64
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
65
|
+
"exportedItems": obj.exportedItems
|
|
66
|
+
? obj.exportedItems.map(item => {
|
|
67
|
+
return model.ExportObjectMetadataSummary.getDeserializedJsonObj(item);
|
|
68
|
+
})
|
|
69
|
+
: undefined
|
|
70
|
+
});
|
|
71
|
+
return jsonObj;
|
|
72
|
+
}
|
|
73
|
+
ExportRequest.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
74
|
+
})(ExportRequest = exports.ExportRequest || (exports.ExportRequest = {}));
|
|
75
|
+
//# sourceMappingURL=export-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"export-request.js","sourceRoot":"","sources":["../../../../../lib/dataintegration/lib/model/export-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAiFlC,IAAiB,aAAa,CA2C7B;AA3CD,WAAiB,aAAa;IAC5B,IAAY,MAYX;IAZD,WAAY,MAAM;QAChB,mCAAyB,CAAA;QACzB,2BAAiB,CAAA;QACjB,oCAA0B,CAAA;QAC1B,qCAA2B,CAAA;QAC3B,mCAAyB,CAAA;QACzB,2BAAiB,CAAA;QACjB;;;WAGG;QACH,wCAA8B,CAAA;IAChC,CAAC,EAZW,MAAM,GAAN,oBAAM,KAAN,oBAAM,QAYjB;IAED,SAAgB,UAAU,CAAC,GAAkB;QAC3C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,GAAG,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC3B,OAAO,KAAK,CAAC,2BAA2B,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC5D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,wBAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkB;QACvD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,GAAG,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC3B,OAAO,KAAK,CAAC,2BAA2B,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACxE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,oCAAsB,yBAarC,CAAA;AACH,CAAC,EA3CgB,aAAa,GAAb,qBAAa,KAAb,qBAAa,QA2C7B"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Data Integration API
|
|
3
|
+
* Use the Data Integration API to organize your data integration projects, create data flows, pipelines and tasks, and then publish, schedule, and run tasks that extract, transform, and load data. For more information, see [Data Integration](https://docs.oracle.com/iaas/data-integration/home.htm).
|
|
4
|
+
* OpenAPI spec version: 20200430
|
|
5
|
+
* Contact: di_dis_ww_grp@oracle.com
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
/**
|
|
14
|
+
* Import Objects Conflict resolution.
|
|
15
|
+
*/
|
|
16
|
+
export interface ImportConflictResolution {
|
|
17
|
+
/**
|
|
18
|
+
* In case of DUPLICATE mode, prefix will be used to disambiguate the object.
|
|
19
|
+
*/
|
|
20
|
+
"duplicatePrefix"?: string;
|
|
21
|
+
/**
|
|
22
|
+
* In case of DUPLICATE mode, suffix will be used to disambiguate the object.
|
|
23
|
+
*/
|
|
24
|
+
"duplicateSuffix"?: string;
|
|
25
|
+
/**
|
|
26
|
+
* Import Objects Conflict resolution Type (RETAIN/DUPLICATE/REPLACE).
|
|
27
|
+
*/
|
|
28
|
+
"importConflictResolutionType": ImportConflictResolution.ImportConflictResolutionType;
|
|
29
|
+
}
|
|
30
|
+
export declare namespace ImportConflictResolution {
|
|
31
|
+
enum ImportConflictResolutionType {
|
|
32
|
+
Duplicate = "DUPLICATE",
|
|
33
|
+
Replace = "REPLACE",
|
|
34
|
+
Retain = "RETAIN",
|
|
35
|
+
/**
|
|
36
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
37
|
+
* version of the SDK.
|
|
38
|
+
*/
|
|
39
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
40
|
+
}
|
|
41
|
+
function getJsonObj(obj: ImportConflictResolution): object;
|
|
42
|
+
function getDeserializedJsonObj(obj: ImportConflictResolution): object;
|
|
43
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Data Integration API
|
|
4
|
+
* Use the Data Integration API to organize your data integration projects, create data flows, pipelines and tasks, and then publish, schedule, and run tasks that extract, transform, and load data. For more information, see [Data Integration](https://docs.oracle.com/iaas/data-integration/home.htm).
|
|
5
|
+
* OpenAPI spec version: 20200430
|
|
6
|
+
* Contact: di_dis_ww_grp@oracle.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.ImportConflictResolution = void 0;
|
|
16
|
+
var ImportConflictResolution;
|
|
17
|
+
(function (ImportConflictResolution) {
|
|
18
|
+
let ImportConflictResolutionType;
|
|
19
|
+
(function (ImportConflictResolutionType) {
|
|
20
|
+
ImportConflictResolutionType["Duplicate"] = "DUPLICATE";
|
|
21
|
+
ImportConflictResolutionType["Replace"] = "REPLACE";
|
|
22
|
+
ImportConflictResolutionType["Retain"] = "RETAIN";
|
|
23
|
+
/**
|
|
24
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
25
|
+
* version of the SDK.
|
|
26
|
+
*/
|
|
27
|
+
ImportConflictResolutionType["UnknownValue"] = "UNKNOWN_VALUE";
|
|
28
|
+
})(ImportConflictResolutionType = ImportConflictResolution.ImportConflictResolutionType || (ImportConflictResolution.ImportConflictResolutionType = {}));
|
|
29
|
+
function getJsonObj(obj) {
|
|
30
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
31
|
+
return jsonObj;
|
|
32
|
+
}
|
|
33
|
+
ImportConflictResolution.getJsonObj = getJsonObj;
|
|
34
|
+
function getDeserializedJsonObj(obj) {
|
|
35
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
36
|
+
return jsonObj;
|
|
37
|
+
}
|
|
38
|
+
ImportConflictResolution.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
39
|
+
})(ImportConflictResolution = exports.ImportConflictResolution || (exports.ImportConflictResolution = {}));
|
|
40
|
+
//# sourceMappingURL=import-conflict-resolution.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"import-conflict-resolution.js","sourceRoot":"","sources":["../../../../../lib/dataintegration/lib/model/import-conflict-resolution.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAuBH,IAAiB,wBAAwB,CAsBxC;AAtBD,WAAiB,wBAAwB;IACvC,IAAY,4BASX;IATD,WAAY,4BAA4B;QACtC,uDAAuB,CAAA;QACvB,mDAAmB,CAAA;QACnB,iDAAiB,CAAA;QACjB;;;WAGG;QACH,8DAA8B,CAAA;IAChC,CAAC,EATW,4BAA4B,GAA5B,qDAA4B,KAA5B,qDAA4B,QASvC;IAED,SAAgB,UAAU,CAAC,GAA6B;QACtD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA6B;QAClE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+CAAsB,yBAIrC,CAAA;AACH,CAAC,EAtBgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAsBxC"}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Data Integration API
|
|
3
|
+
* Use the Data Integration API to organize your data integration projects, create data flows, pipelines and tasks, and then publish, schedule, and run tasks that extract, transform, and load data. For more information, see [Data Integration](https://docs.oracle.com/iaas/data-integration/home.htm).
|
|
4
|
+
* OpenAPI spec version: 20200430
|
|
5
|
+
* Contact: di_dis_ww_grp@oracle.com
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
/**
|
|
14
|
+
* Details of the objects to imported.
|
|
15
|
+
*/
|
|
16
|
+
export interface ImportObjectMetadataSummary {
|
|
17
|
+
/**
|
|
18
|
+
* Old key of the object
|
|
19
|
+
*/
|
|
20
|
+
"oldKey"?: string;
|
|
21
|
+
/**
|
|
22
|
+
* New key of the object
|
|
23
|
+
*/
|
|
24
|
+
"newKey"?: string;
|
|
25
|
+
/**
|
|
26
|
+
* Name of the object
|
|
27
|
+
*/
|
|
28
|
+
"name"?: string;
|
|
29
|
+
/**
|
|
30
|
+
* Object identifier
|
|
31
|
+
*/
|
|
32
|
+
"identifier"?: string;
|
|
33
|
+
/**
|
|
34
|
+
* Object type
|
|
35
|
+
*/
|
|
36
|
+
"objectType"?: string;
|
|
37
|
+
/**
|
|
38
|
+
* Object version
|
|
39
|
+
*/
|
|
40
|
+
"objectVersion"?: string;
|
|
41
|
+
/**
|
|
42
|
+
* Aggregator key
|
|
43
|
+
*/
|
|
44
|
+
"aggregatorKey"?: string;
|
|
45
|
+
/**
|
|
46
|
+
* Object name path
|
|
47
|
+
*/
|
|
48
|
+
"namePath"?: string;
|
|
49
|
+
/**
|
|
50
|
+
* time at which this object was last updated. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
51
|
+
*/
|
|
52
|
+
"timeUpdatedInMillis"?: number;
|
|
53
|
+
/**
|
|
54
|
+
* Object resolution action
|
|
55
|
+
*/
|
|
56
|
+
"resolutionAction"?: ImportObjectMetadataSummary.ResolutionAction;
|
|
57
|
+
}
|
|
58
|
+
export declare namespace ImportObjectMetadataSummary {
|
|
59
|
+
enum ResolutionAction {
|
|
60
|
+
Created = "CREATED",
|
|
61
|
+
Retained = "RETAINED",
|
|
62
|
+
Duplicated = "DUPLICATED",
|
|
63
|
+
Replaced = "REPLACED",
|
|
64
|
+
/**
|
|
65
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
66
|
+
* version of the SDK.
|
|
67
|
+
*/
|
|
68
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
69
|
+
}
|
|
70
|
+
function getJsonObj(obj: ImportObjectMetadataSummary): object;
|
|
71
|
+
function getDeserializedJsonObj(obj: ImportObjectMetadataSummary): object;
|
|
72
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Data Integration API
|
|
4
|
+
* Use the Data Integration API to organize your data integration projects, create data flows, pipelines and tasks, and then publish, schedule, and run tasks that extract, transform, and load data. For more information, see [Data Integration](https://docs.oracle.com/iaas/data-integration/home.htm).
|
|
5
|
+
* OpenAPI spec version: 20200430
|
|
6
|
+
* Contact: di_dis_ww_grp@oracle.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.ImportObjectMetadataSummary = void 0;
|
|
16
|
+
var ImportObjectMetadataSummary;
|
|
17
|
+
(function (ImportObjectMetadataSummary) {
|
|
18
|
+
let ResolutionAction;
|
|
19
|
+
(function (ResolutionAction) {
|
|
20
|
+
ResolutionAction["Created"] = "CREATED";
|
|
21
|
+
ResolutionAction["Retained"] = "RETAINED";
|
|
22
|
+
ResolutionAction["Duplicated"] = "DUPLICATED";
|
|
23
|
+
ResolutionAction["Replaced"] = "REPLACED";
|
|
24
|
+
/**
|
|
25
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
26
|
+
* version of the SDK.
|
|
27
|
+
*/
|
|
28
|
+
ResolutionAction["UnknownValue"] = "UNKNOWN_VALUE";
|
|
29
|
+
})(ResolutionAction = ImportObjectMetadataSummary.ResolutionAction || (ImportObjectMetadataSummary.ResolutionAction = {}));
|
|
30
|
+
function getJsonObj(obj) {
|
|
31
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
32
|
+
return jsonObj;
|
|
33
|
+
}
|
|
34
|
+
ImportObjectMetadataSummary.getJsonObj = getJsonObj;
|
|
35
|
+
function getDeserializedJsonObj(obj) {
|
|
36
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
37
|
+
return jsonObj;
|
|
38
|
+
}
|
|
39
|
+
ImportObjectMetadataSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
40
|
+
})(ImportObjectMetadataSummary = exports.ImportObjectMetadataSummary || (exports.ImportObjectMetadataSummary = {}));
|
|
41
|
+
//# sourceMappingURL=import-object-metadata-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"import-object-metadata-summary.js","sourceRoot":"","sources":["../../../../../lib/dataintegration/lib/model/import-object-metadata-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAmDH,IAAiB,2BAA2B,CAuB3C;AAvBD,WAAiB,2BAA2B;IAC1C,IAAY,gBAUX;IAVD,WAAY,gBAAgB;QAC1B,uCAAmB,CAAA;QACnB,yCAAqB,CAAA;QACrB,6CAAyB,CAAA;QACzB,yCAAqB,CAAA;QACrB;;;WAGG;QACH,kDAA8B,CAAA;IAChC,CAAC,EAVW,gBAAgB,GAAhB,4CAAgB,KAAhB,4CAAgB,QAU3B;IAED,SAAgB,UAAU,CAAC,GAAgC;QACzD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgC;QACrE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kDAAsB,yBAIrC,CAAA;AACH,CAAC,EAvBgB,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAuB3C"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Data Integration API
|
|
3
|
+
* Use the Data Integration API to organize your data integration projects, create data flows, pipelines and tasks, and then publish, schedule, and run tasks that extract, transform, and load data. For more information, see [Data Integration](https://docs.oracle.com/iaas/data-integration/home.htm).
|
|
4
|
+
* OpenAPI spec version: 20200430
|
|
5
|
+
* Contact: di_dis_ww_grp@oracle.com
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
/**
|
|
15
|
+
* This is the collection of import object requests.
|
|
16
|
+
*/
|
|
17
|
+
export interface ImportRequestSummaryCollection {
|
|
18
|
+
/**
|
|
19
|
+
* The array of import object requests status summaries.
|
|
20
|
+
*/
|
|
21
|
+
"items": Array<model.ImportRequestSummary>;
|
|
22
|
+
}
|
|
23
|
+
export declare namespace ImportRequestSummaryCollection {
|
|
24
|
+
function getJsonObj(obj: ImportRequestSummaryCollection): object;
|
|
25
|
+
function getDeserializedJsonObj(obj: ImportRequestSummaryCollection): object;
|
|
26
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Data Integration API
|
|
4
|
+
* Use the Data Integration API to organize your data integration projects, create data flows, pipelines and tasks, and then publish, schedule, and run tasks that extract, transform, and load data. For more information, see [Data Integration](https://docs.oracle.com/iaas/data-integration/home.htm).
|
|
5
|
+
* OpenAPI spec version: 20200430
|
|
6
|
+
* Contact: di_dis_ww_grp@oracle.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.ImportRequestSummaryCollection = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var ImportRequestSummaryCollection;
|
|
37
|
+
(function (ImportRequestSummaryCollection) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"items": obj.items
|
|
41
|
+
? obj.items.map(item => {
|
|
42
|
+
return model.ImportRequestSummary.getJsonObj(item);
|
|
43
|
+
})
|
|
44
|
+
: undefined
|
|
45
|
+
});
|
|
46
|
+
return jsonObj;
|
|
47
|
+
}
|
|
48
|
+
ImportRequestSummaryCollection.getJsonObj = getJsonObj;
|
|
49
|
+
function getDeserializedJsonObj(obj) {
|
|
50
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
51
|
+
"items": obj.items
|
|
52
|
+
? obj.items.map(item => {
|
|
53
|
+
return model.ImportRequestSummary.getDeserializedJsonObj(item);
|
|
54
|
+
})
|
|
55
|
+
: undefined
|
|
56
|
+
});
|
|
57
|
+
return jsonObj;
|
|
58
|
+
}
|
|
59
|
+
ImportRequestSummaryCollection.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
60
|
+
})(ImportRequestSummaryCollection = exports.ImportRequestSummaryCollection || (exports.ImportRequestSummaryCollection = {}));
|
|
61
|
+
//# sourceMappingURL=import-request-summary-collection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"import-request-summary-collection.js","sourceRoot":"","sources":["../../../../../lib/dataintegration/lib/model/import-request-summary-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,8BAA8B,CA6B9C;AA7BD,WAAiB,8BAA8B;IAC7C,SAAgB,UAAU,CAAC,GAAmC;QAC5D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,oBAAoB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACrD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,yCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmC;QACxE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,oBAAoB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACjE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,qDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QA6B9C"}
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Data Integration API
|
|
3
|
+
* Use the Data Integration API to organize your data integration projects, create data flows, pipelines and tasks, and then publish, schedule, and run tasks that extract, transform, and load data. For more information, see [Data Integration](https://docs.oracle.com/iaas/data-integration/home.htm).
|
|
4
|
+
* OpenAPI spec version: 20200430
|
|
5
|
+
* Contact: di_dis_ww_grp@oracle.com
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
/**
|
|
15
|
+
* Import metadata object response summary.
|
|
16
|
+
*/
|
|
17
|
+
export interface ImportRequestSummary {
|
|
18
|
+
/**
|
|
19
|
+
* Import object request key
|
|
20
|
+
*/
|
|
21
|
+
"key"?: string;
|
|
22
|
+
/**
|
|
23
|
+
* The name of the Object Storage Bucket where the objects will be imported from
|
|
24
|
+
*/
|
|
25
|
+
"bucketName"?: string;
|
|
26
|
+
/**
|
|
27
|
+
* Name of the zip file from which objects will be imported.
|
|
28
|
+
*/
|
|
29
|
+
"fileName"?: string;
|
|
30
|
+
/**
|
|
31
|
+
* Optional parameter to point to object storage tenancy (if using Object Storage of different tenancy)
|
|
32
|
+
*/
|
|
33
|
+
"objectStorageTenancyId"?: string;
|
|
34
|
+
/**
|
|
35
|
+
* Region of the object storage (if using object storage of different region)
|
|
36
|
+
*/
|
|
37
|
+
"objectStorageRegion"?: string;
|
|
38
|
+
/**
|
|
39
|
+
* Key of the object inside which all the objects will be imported
|
|
40
|
+
*/
|
|
41
|
+
"objectKeyForImport"?: string;
|
|
42
|
+
"importConflictResolution"?: model.ImportConflictResolution;
|
|
43
|
+
/**
|
|
44
|
+
* Import Objects request status.
|
|
45
|
+
*/
|
|
46
|
+
"status"?: ImportRequestSummary.Status;
|
|
47
|
+
/**
|
|
48
|
+
* Name of the user who initiated import request.
|
|
49
|
+
*/
|
|
50
|
+
"createdBy"?: string;
|
|
51
|
+
/**
|
|
52
|
+
* Number of objects that are imported. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
53
|
+
*/
|
|
54
|
+
"totalImportedObjectCount"?: number;
|
|
55
|
+
/**
|
|
56
|
+
* Time at which the request started getting processed. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
57
|
+
*/
|
|
58
|
+
"timeStartedInMillis"?: number;
|
|
59
|
+
/**
|
|
60
|
+
* Time at which the request was completely processed. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
61
|
+
*/
|
|
62
|
+
"timeEndedInMillis"?: number;
|
|
63
|
+
/**
|
|
64
|
+
* Contains key of the error
|
|
65
|
+
*/
|
|
66
|
+
"errorMessages"?: {
|
|
67
|
+
[key: string]: string;
|
|
68
|
+
};
|
|
69
|
+
/**
|
|
70
|
+
* The array of imported object details.
|
|
71
|
+
*/
|
|
72
|
+
"importedObjects"?: Array<model.ImportObjectMetadataSummary>;
|
|
73
|
+
/**
|
|
74
|
+
* Name of the import request.
|
|
75
|
+
*/
|
|
76
|
+
"name"?: string;
|
|
77
|
+
}
|
|
78
|
+
export declare namespace ImportRequestSummary {
|
|
79
|
+
enum Status {
|
|
80
|
+
Successful = "SUCCESSFUL",
|
|
81
|
+
Failed = "FAILED",
|
|
82
|
+
InProgress = "IN_PROGRESS",
|
|
83
|
+
Terminating = "TERMINATING",
|
|
84
|
+
Terminated = "TERMINATED",
|
|
85
|
+
Queued = "QUEUED",
|
|
86
|
+
/**
|
|
87
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
88
|
+
* version of the SDK.
|
|
89
|
+
*/
|
|
90
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
91
|
+
}
|
|
92
|
+
function getJsonObj(obj: ImportRequestSummary): object;
|
|
93
|
+
function getDeserializedJsonObj(obj: ImportRequestSummary): object;
|
|
94
|
+
}
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Data Integration API
|
|
4
|
+
* Use the Data Integration API to organize your data integration projects, create data flows, pipelines and tasks, and then publish, schedule, and run tasks that extract, transform, and load data. For more information, see [Data Integration](https://docs.oracle.com/iaas/data-integration/home.htm).
|
|
5
|
+
* OpenAPI spec version: 20200430
|
|
6
|
+
* Contact: di_dis_ww_grp@oracle.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.ImportRequestSummary = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var ImportRequestSummary;
|
|
37
|
+
(function (ImportRequestSummary) {
|
|
38
|
+
let Status;
|
|
39
|
+
(function (Status) {
|
|
40
|
+
Status["Successful"] = "SUCCESSFUL";
|
|
41
|
+
Status["Failed"] = "FAILED";
|
|
42
|
+
Status["InProgress"] = "IN_PROGRESS";
|
|
43
|
+
Status["Terminating"] = "TERMINATING";
|
|
44
|
+
Status["Terminated"] = "TERMINATED";
|
|
45
|
+
Status["Queued"] = "QUEUED";
|
|
46
|
+
/**
|
|
47
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
48
|
+
* version of the SDK.
|
|
49
|
+
*/
|
|
50
|
+
Status["UnknownValue"] = "UNKNOWN_VALUE";
|
|
51
|
+
})(Status = ImportRequestSummary.Status || (ImportRequestSummary.Status = {}));
|
|
52
|
+
function getJsonObj(obj) {
|
|
53
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
54
|
+
"importConflictResolution": obj.importConflictResolution
|
|
55
|
+
? model.ImportConflictResolution.getJsonObj(obj.importConflictResolution)
|
|
56
|
+
: undefined,
|
|
57
|
+
"importedObjects": obj.importedObjects
|
|
58
|
+
? obj.importedObjects.map(item => {
|
|
59
|
+
return model.ImportObjectMetadataSummary.getJsonObj(item);
|
|
60
|
+
})
|
|
61
|
+
: undefined
|
|
62
|
+
});
|
|
63
|
+
return jsonObj;
|
|
64
|
+
}
|
|
65
|
+
ImportRequestSummary.getJsonObj = getJsonObj;
|
|
66
|
+
function getDeserializedJsonObj(obj) {
|
|
67
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
68
|
+
"importConflictResolution": obj.importConflictResolution
|
|
69
|
+
? model.ImportConflictResolution.getDeserializedJsonObj(obj.importConflictResolution)
|
|
70
|
+
: undefined,
|
|
71
|
+
"importedObjects": obj.importedObjects
|
|
72
|
+
? obj.importedObjects.map(item => {
|
|
73
|
+
return model.ImportObjectMetadataSummary.getDeserializedJsonObj(item);
|
|
74
|
+
})
|
|
75
|
+
: undefined
|
|
76
|
+
});
|
|
77
|
+
return jsonObj;
|
|
78
|
+
}
|
|
79
|
+
ImportRequestSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
80
|
+
})(ImportRequestSummary = exports.ImportRequestSummary || (exports.ImportRequestSummary = {}));
|
|
81
|
+
//# sourceMappingURL=import-request-summary.js.map
|