oci-dataintegration 2.25.0 → 2.28.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +132 -131
- package/lib/client.js +525 -262
- package/lib/client.js.map +1 -1
- package/lib/model/abstract-call-attribute.d.ts +26 -0
- package/lib/model/abstract-call-attribute.js +65 -0
- package/lib/model/abstract-call-attribute.js.map +1 -0
- package/lib/model/abstract-data-operation-config.d.ts +14 -0
- package/lib/model/abstract-data-operation-config.js +12 -4
- package/lib/model/abstract-data-operation-config.js.map +1 -1
- package/lib/model/abstract-format-attribute.js +2 -2
- package/lib/model/abstract-format-attribute.js.map +1 -1
- package/lib/model/abstract-frequency-details.js +2 -2
- package/lib/model/abstract-frequency-details.js.map +1 -1
- package/lib/model/abstract-read-attribute.js +6 -2
- package/lib/model/abstract-read-attribute.js.map +1 -1
- package/lib/model/abstract-write-attribute.js +2 -2
- package/lib/model/abstract-write-attribute.js.map +1 -1
- package/lib/model/auth-config.js +2 -2
- package/lib/model/auth-config.js.map +1 -1
- package/lib/model/base-type.js +2 -2
- package/lib/model/base-type.js.map +1 -1
- package/lib/model/bip-call-attribute.d.ts +35 -0
- package/lib/model/bip-call-attribute.js +72 -0
- package/lib/model/bip-call-attribute.js.map +1 -0
- package/lib/model/bip-read-attributes.d.ts +47 -0
- package/lib/model/bip-read-attributes.js +82 -0
- package/lib/model/bip-read-attributes.js.map +1 -0
- package/lib/model/bip-report-parameter-value.d.ts +29 -0
- package/lib/model/bip-report-parameter-value.js +29 -0
- package/lib/model/bip-report-parameter-value.js.map +1 -0
- package/lib/model/child-reference.d.ts +3 -0
- package/lib/model/child-reference.js +3 -0
- package/lib/model/child-reference.js.map +1 -1
- package/lib/model/conditional-composite-field-map.d.ts +46 -0
- package/lib/model/conditional-composite-field-map.js +84 -0
- package/lib/model/conditional-composite-field-map.js.map +1 -0
- package/lib/model/conditional-input-link.d.ts +1 -1
- package/lib/model/conditional-input-link.js.map +1 -1
- package/lib/model/conditional-output-port.d.ts +43 -0
- package/lib/model/conditional-output-port.js +81 -0
- package/lib/model/conditional-output-port.js.map +1 -0
- package/lib/model/configuration-details.d.ts +1 -1
- package/lib/model/configuration-details.js.map +1 -1
- package/lib/model/connection-details.js +6 -2
- package/lib/model/connection-details.js.map +1 -1
- package/lib/model/connection-from-bi-p.d.ts +29 -0
- package/lib/model/connection-from-bi-p.js +60 -0
- package/lib/model/connection-from-bi-p.js.map +1 -0
- package/lib/model/connection-from-bip-details.d.ts +29 -0
- package/lib/model/connection-from-bip-details.js +62 -0
- package/lib/model/connection-from-bip-details.js.map +1 -0
- package/lib/model/connection-summary-from-bi-p.d.ts +29 -0
- package/lib/model/connection-summary-from-bi-p.js +62 -0
- package/lib/model/connection-summary-from-bi-p.js.map +1 -0
- package/lib/model/connection-summary.js +6 -2
- package/lib/model/connection-summary.js.map +1 -1
- package/lib/model/connection.js +6 -2
- package/lib/model/connection.js.map +1 -1
- package/lib/model/connector-attribute.js +2 -2
- package/lib/model/connector-attribute.js.map +1 -1
- package/lib/model/create-connection-details.js +6 -2
- package/lib/model/create-connection-details.js.map +1 -1
- package/lib/model/create-connection-from-bi-p.d.ts +29 -0
- package/lib/model/create-connection-from-bi-p.js +62 -0
- package/lib/model/create-connection-from-bi-p.js.map +1 -0
- package/lib/model/create-connection-validation-details.d.ts +1 -1
- package/lib/model/create-connection-validation-details.js.map +1 -1
- package/lib/model/create-data-asset-details.js +2 -2
- package/lib/model/create-data-asset-details.js.map +1 -1
- package/lib/model/create-data-asset-from-fusion-app.d.ts +4 -1
- package/lib/model/create-data-asset-from-fusion-app.js +19 -3
- package/lib/model/create-data-asset-from-fusion-app.js.map +1 -1
- package/lib/model/create-entity-shape-details.js +2 -2
- package/lib/model/create-entity-shape-details.js.map +1 -1
- package/lib/model/create-task-details.js +2 -2
- package/lib/model/create-task-details.js.map +1 -1
- package/lib/model/create-task-from-data-loader-task.d.ts +9 -0
- package/lib/model/create-task-from-data-loader-task.js +8 -2
- package/lib/model/create-task-from-data-loader-task.js.map +1 -1
- package/lib/model/create-task-validation-details.js +2 -2
- package/lib/model/create-task-validation-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 +2 -2
- package/lib/model/data-asset-from-fusion-app.js.map +1 -1
- package/lib/model/data-asset-summary-from-fusion-app.d.ts +4 -1
- package/lib/model/data-asset-summary-from-fusion-app.js +19 -3
- package/lib/model/data-asset-summary-from-fusion-app.js.map +1 -1
- package/lib/model/data-asset-summary.js +2 -2
- package/lib/model/data-asset-summary.js.map +1 -1
- package/lib/model/data-asset.js +2 -2
- package/lib/model/data-asset.js.map +1 -1
- package/lib/model/data-entity-details.js +2 -2
- package/lib/model/data-entity-details.js.map +1 -1
- package/lib/model/data-entity-summary.js +2 -2
- package/lib/model/data-entity-summary.js.map +1 -1
- package/lib/model/data-entity.js +2 -2
- package/lib/model/data-entity.js.map +1 -1
- package/lib/model/dynamic-type-handler.js +2 -2
- package/lib/model/dynamic-type-handler.js.map +1 -1
- package/lib/model/entity-shape.js +2 -2
- package/lib/model/entity-shape.js.map +1 -1
- package/lib/model/field-map.js +14 -2
- package/lib/model/field-map.js.map +1 -1
- package/lib/model/flatten-details.d.ts +35 -0
- package/lib/model/flatten-details.js +67 -0
- package/lib/model/flatten-details.js.map +1 -0
- package/lib/model/flatten-projection-preferences.d.ts +73 -0
- package/lib/model/flatten-projection-preferences.js +69 -0
- package/lib/model/flatten-projection-preferences.js.map +1 -0
- package/lib/model/flatten.d.ts +26 -0
- package/lib/model/flatten.js +64 -0
- package/lib/model/flatten.js.map +1 -0
- package/lib/model/flow-node.d.ts +1 -1
- package/lib/model/flow-node.js.map +1 -1
- package/lib/model/flow-port-link.js +2 -2
- package/lib/model/flow-port-link.js.map +1 -1
- package/lib/model/function.d.ts +25 -0
- package/lib/model/function.js +56 -0
- package/lib/model/function.js.map +1 -0
- package/lib/model/index.d.ts +46 -0
- package/lib/model/index.js +56 -9
- package/lib/model/index.js.map +1 -1
- package/lib/model/input-link.d.ts +1 -1
- package/lib/model/input-link.js.map +1 -1
- package/lib/model/key.js +2 -2
- package/lib/model/key.js.map +1 -1
- package/lib/model/macro-pivot-field.d.ts +33 -0
- package/lib/model/macro-pivot-field.js +59 -0
- package/lib/model/macro-pivot-field.js.map +1 -0
- package/lib/model/named-entity-map.d.ts +46 -0
- package/lib/model/named-entity-map.js +62 -0
- package/lib/model/named-entity-map.js.map +1 -0
- package/lib/model/oci-function.d.ts +33 -0
- package/lib/model/oci-function.js +65 -0
- package/lib/model/oci-function.js.map +1 -0
- package/lib/model/operator.d.ts +1 -1
- package/lib/model/operator.js +20 -4
- package/lib/model/operator.js.map +1 -1
- package/lib/model/oracle-adwc-write-attribute.d.ts +1 -1
- package/lib/model/oracle-adwc-write-attribute.js.map +1 -1
- package/lib/model/oracle-adwc-write-attributes.d.ts +1 -1
- package/lib/model/oracle-adwc-write-attributes.js.map +1 -1
- package/lib/model/oracle-atp-write-attribute.d.ts +1 -1
- package/lib/model/oracle-atp-write-attribute.js.map +1 -1
- package/lib/model/oracle-atp-write-attributes.d.ts +1 -1
- package/lib/model/oracle-atp-write-attributes.js.map +1 -1
- package/lib/model/partition-config.js +2 -2
- package/lib/model/partition-config.js.map +1 -1
- package/lib/model/pivot-field.d.ts +31 -0
- package/lib/model/pivot-field.js +60 -0
- package/lib/model/pivot-field.js.map +1 -0
- package/lib/model/pivot-keys.d.ts +49 -0
- package/lib/model/pivot-keys.js +55 -0
- package/lib/model/pivot-keys.js.map +1 -0
- package/lib/model/pivot.d.ts +26 -0
- package/lib/model/pivot.js +62 -0
- package/lib/model/pivot.js.map +1 -0
- package/lib/model/projection-rule.js +2 -2
- package/lib/model/projection-rule.js.map +1 -1
- package/lib/model/published-object-from-data-loader-task.d.ts +9 -0
- package/lib/model/published-object-from-data-loader-task.js +8 -2
- package/lib/model/published-object-from-data-loader-task.js.map +1 -1
- package/lib/model/published-object-summary.js +2 -2
- package/lib/model/published-object-summary.js.map +1 -1
- package/lib/model/published-object.js +2 -2
- package/lib/model/published-object.js.map +1 -1
- package/lib/model/push-down-operation.js +2 -2
- package/lib/model/push-down-operation.js.map +1 -1
- package/lib/model/read-operation-config.d.ts +1 -1
- package/lib/model/read-operation-config.js.map +1 -1
- package/lib/model/reference-summary.d.ts +9 -0
- package/lib/model/reference-summary.js +9 -0
- package/lib/model/reference-summary.js.map +1 -1
- package/lib/model/reference.d.ts +9 -0
- package/lib/model/reference.js +9 -0
- package/lib/model/reference.js.map +1 -1
- package/lib/model/rule-based-entity-map.d.ts +63 -0
- package/lib/model/rule-based-entity-map.js +74 -0
- package/lib/model/rule-based-entity-map.js.map +1 -0
- package/lib/model/secret-config.js +2 -2
- package/lib/model/secret-config.js.map +1 -1
- package/lib/model/split.d.ts +37 -0
- package/lib/model/split.js +60 -0
- package/lib/model/split.js.map +1 -0
- package/lib/model/target.d.ts +16 -0
- package/lib/model/target.js.map +1 -1
- package/lib/model/task-from-data-loader-task-details.d.ts +9 -0
- package/lib/model/task-from-data-loader-task-details.js +8 -2
- package/lib/model/task-from-data-loader-task-details.js.map +1 -1
- package/lib/model/task-run-details.d.ts +6 -0
- package/lib/model/task-run-details.js +7 -0
- package/lib/model/task-run-details.js.map +1 -1
- package/lib/model/task-run-summary.d.ts +6 -0
- package/lib/model/task-run-summary.js +7 -0
- package/lib/model/task-run-summary.js.map +1 -1
- package/lib/model/task-summary-from-data-loader-task.d.ts +9 -0
- package/lib/model/task-summary-from-data-loader-task.js +8 -2
- package/lib/model/task-summary-from-data-loader-task.js.map +1 -1
- package/lib/model/task-summary.js +2 -2
- package/lib/model/task-summary.js.map +1 -1
- package/lib/model/task.js +2 -2
- package/lib/model/task.js.map +1 -1
- package/lib/model/typed-object.js +10 -2
- package/lib/model/typed-object.js.map +1 -1
- package/lib/model/unique-key.js +2 -2
- package/lib/model/unique-key.js.map +1 -1
- package/lib/model/update-connection-details.js +6 -2
- package/lib/model/update-connection-details.js.map +1 -1
- package/lib/model/update-connection-from-bi-p.d.ts +29 -0
- package/lib/model/update-connection-from-bi-p.js +62 -0
- package/lib/model/update-connection-from-bi-p.js.map +1 -0
- package/lib/model/update-data-asset-details.js +2 -2
- package/lib/model/update-data-asset-details.js.map +1 -1
- package/lib/model/update-reference-details.d.ts +1 -1
- package/lib/model/update-task-details.js +2 -2
- package/lib/model/update-task-details.js.map +1 -1
- package/lib/model/update-task-from-data-loader-task.d.ts +9 -0
- package/lib/model/update-task-from-data-loader-task.js +8 -2
- package/lib/model/update-task-from-data-loader-task.js.map +1 -1
- package/lib/request/change-compartment-request.d.ts +1 -1
- package/lib/request/change-dis-application-compartment-request.d.ts +1 -1
- package/lib/request/create-application-request.d.ts +1 -1
- package/lib/request/create-connection-request.d.ts +2 -2
- package/lib/request/create-connection-validation-request.d.ts +1 -1
- package/lib/request/create-data-asset-request.d.ts +1 -1
- package/lib/request/create-data-flow-request.d.ts +1 -1
- package/lib/request/create-data-flow-validation-request.d.ts +1 -1
- package/lib/request/create-dis-application-request.d.ts +1 -1
- package/lib/request/create-entity-shape-request.d.ts +1 -1
- package/lib/request/create-external-publication-request.d.ts +1 -1
- package/lib/request/create-external-publication-validation-request.d.ts +1 -1
- package/lib/request/create-folder-request.d.ts +1 -1
- package/lib/request/create-function-library-request.d.ts +1 -1
- package/lib/request/create-patch-request.d.ts +1 -1
- package/lib/request/create-pipeline-request.d.ts +1 -1
- package/lib/request/create-pipeline-validation-request.d.ts +1 -1
- package/lib/request/create-project-request.d.ts +1 -1
- package/lib/request/create-schedule-request.d.ts +1 -1
- package/lib/request/create-task-request.d.ts +1 -1
- package/lib/request/create-task-run-request.d.ts +1 -1
- package/lib/request/create-task-schedule-request.d.ts +1 -1
- package/lib/request/create-task-validation-request.d.ts +1 -1
- package/lib/request/create-user-defined-function-request.d.ts +1 -1
- package/lib/request/create-user-defined-function-validation-request.d.ts +1 -1
- package/lib/request/create-workspace-request.d.ts +1 -1
- package/lib/request/delete-application-request.d.ts +1 -1
- package/lib/request/delete-connection-request.d.ts +1 -1
- package/lib/request/delete-connection-validation-request.d.ts +1 -1
- package/lib/request/delete-data-asset-request.d.ts +1 -1
- package/lib/request/delete-data-flow-request.d.ts +1 -1
- package/lib/request/delete-data-flow-validation-request.d.ts +1 -1
- package/lib/request/delete-dis-application-request.d.ts +1 -1
- package/lib/request/delete-external-publication-request.d.ts +1 -1
- package/lib/request/delete-external-publication-validation-request.d.ts +1 -1
- package/lib/request/delete-folder-request.d.ts +1 -1
- package/lib/request/delete-function-library-request.d.ts +1 -1
- package/lib/request/delete-patch-request.d.ts +1 -1
- package/lib/request/delete-pipeline-request.d.ts +1 -1
- package/lib/request/delete-pipeline-validation-request.d.ts +1 -1
- package/lib/request/delete-project-request.d.ts +1 -1
- package/lib/request/delete-schedule-request.d.ts +1 -1
- package/lib/request/delete-task-request.d.ts +1 -1
- package/lib/request/delete-task-run-request.d.ts +1 -1
- package/lib/request/delete-task-schedule-request.d.ts +1 -1
- package/lib/request/delete-task-validation-request.d.ts +1 -1
- package/lib/request/delete-user-defined-function-request.d.ts +1 -1
- package/lib/request/delete-user-defined-function-validation-request.d.ts +1 -1
- package/lib/request/delete-workspace-request.d.ts +1 -1
- package/lib/request/get-application-request.d.ts +1 -1
- package/lib/request/get-connection-request.d.ts +1 -1
- package/lib/request/get-connection-validation-request.d.ts +1 -1
- package/lib/request/get-count-statistic-request.d.ts +1 -1
- package/lib/request/get-data-asset-request.d.ts +1 -1
- package/lib/request/get-data-entity-request.d.ts +1 -1
- package/lib/request/get-data-flow-request.d.ts +1 -1
- package/lib/request/get-data-flow-validation-request.d.ts +1 -1
- package/lib/request/get-dependent-object-request.d.ts +1 -1
- package/lib/request/get-dis-application-request.d.ts +1 -1
- package/lib/request/get-external-publication-request.d.ts +1 -1
- package/lib/request/get-external-publication-validation-request.d.ts +1 -1
- package/lib/request/get-folder-request.d.ts +1 -1
- package/lib/request/get-function-library-request.d.ts +1 -1
- package/lib/request/get-patch-request.d.ts +1 -1
- package/lib/request/get-pipeline-request.d.ts +1 -1
- package/lib/request/get-pipeline-validation-request.d.ts +1 -1
- package/lib/request/get-project-request.d.ts +1 -1
- package/lib/request/get-published-object-request.d.ts +1 -1
- package/lib/request/get-reference-request.d.ts +1 -1
- package/lib/request/get-schedule-request.d.ts +1 -1
- package/lib/request/get-schema-request.d.ts +1 -1
- package/lib/request/get-task-request.d.ts +1 -1
- package/lib/request/get-task-run-request.d.ts +1 -1
- package/lib/request/get-task-schedule-request.d.ts +1 -1
- package/lib/request/get-task-validation-request.d.ts +1 -1
- package/lib/request/get-user-defined-function-request.d.ts +1 -1
- package/lib/request/get-user-defined-function-validation-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/get-workspace-request.d.ts +1 -1
- package/lib/request/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-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-applications-request.d.ts +1 -1
- package/lib/request/list-external-publication-validations-request.d.ts +1 -1
- package/lib/request/list-external-publications-request.d.ts +1 -1
- package/lib/request/list-folders-request.d.ts +1 -1
- package/lib/request/list-function-libraries-request.d.ts +1 -1
- package/lib/request/list-patch-changes-request.d.ts +1 -1
- package/lib/request/list-patches-request.d.ts +1 -1
- package/lib/request/list-pipeline-validations-request.d.ts +1 -1
- package/lib/request/list-pipelines-request.d.ts +1 -1
- package/lib/request/list-projects-request.d.ts +1 -1
- package/lib/request/list-published-objects-request.d.ts +1 -1
- package/lib/request/list-references-request.d.ts +1 -1
- package/lib/request/list-schedules-request.d.ts +1 -1
- package/lib/request/list-schemas-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-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-request.d.ts +1 -1
- package/lib/request/update-connection-request.d.ts +2 -2
- package/lib/request/update-data-asset-request.d.ts +1 -1
- package/lib/request/update-data-flow-request.d.ts +1 -1
- package/lib/request/update-dis-application-request.d.ts +1 -1
- package/lib/request/update-external-publication-request.d.ts +1 -1
- package/lib/request/update-folder-request.d.ts +1 -1
- package/lib/request/update-function-library-request.d.ts +1 -1
- package/lib/request/update-pipeline-request.d.ts +1 -1
- package/lib/request/update-project-request.d.ts +1 -1
- package/lib/request/update-reference-request.d.ts +1 -1
- package/lib/request/update-schedule-request.d.ts +1 -1
- package/lib/request/update-task-request.d.ts +1 -1
- package/lib/request/update-task-run-request.d.ts +1 -1
- package/lib/request/update-task-schedule-request.d.ts +1 -1
- package/lib/request/update-user-defined-function-request.d.ts +1 -1
- package/lib/request/update-workspace-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -29,6 +29,7 @@ export declare class DataIntegrationClient {
|
|
|
29
29
|
protected "_clientConfiguration": common.ClientConfiguration;
|
|
30
30
|
protected _circuitBreaker: null;
|
|
31
31
|
protected _httpOptions: any;
|
|
32
|
+
targetService: string;
|
|
32
33
|
protected _httpClient: common.HttpClient;
|
|
33
34
|
constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
|
|
34
35
|
/**
|
|
@@ -76,7 +77,7 @@ export declare class DataIntegrationClient {
|
|
|
76
77
|
* @param ChangeCompartmentRequest
|
|
77
78
|
* @return ChangeCompartmentResponse
|
|
78
79
|
* @throws OciError when an error occurs
|
|
79
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
80
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/ChangeCompartment.ts.html |here} to see how to use ChangeCompartment API.
|
|
80
81
|
*/
|
|
81
82
|
changeCompartment(changeCompartmentRequest: requests.ChangeCompartmentRequest): Promise<responses.ChangeCompartmentResponse>;
|
|
82
83
|
/**
|
|
@@ -86,7 +87,7 @@ export declare class DataIntegrationClient {
|
|
|
86
87
|
* @param ChangeDisApplicationCompartmentRequest
|
|
87
88
|
* @return ChangeDisApplicationCompartmentResponse
|
|
88
89
|
* @throws OciError when an error occurs
|
|
89
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
90
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/ChangeDisApplicationCompartment.ts.html |here} to see how to use ChangeDisApplicationCompartment API.
|
|
90
91
|
*/
|
|
91
92
|
changeDisApplicationCompartment(changeDisApplicationCompartmentRequest: requests.ChangeDisApplicationCompartmentRequest): Promise<responses.ChangeDisApplicationCompartmentResponse>;
|
|
92
93
|
/**
|
|
@@ -96,7 +97,7 @@ export declare class DataIntegrationClient {
|
|
|
96
97
|
* @param CreateApplicationRequest
|
|
97
98
|
* @return CreateApplicationResponse
|
|
98
99
|
* @throws OciError when an error occurs
|
|
99
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
100
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/CreateApplication.ts.html |here} to see how to use CreateApplication API.
|
|
100
101
|
*/
|
|
101
102
|
createApplication(createApplicationRequest: requests.CreateApplicationRequest): Promise<responses.CreateApplicationResponse>;
|
|
102
103
|
/**
|
|
@@ -105,7 +106,7 @@ export declare class DataIntegrationClient {
|
|
|
105
106
|
* @param CreateConnectionRequest
|
|
106
107
|
* @return CreateConnectionResponse
|
|
107
108
|
* @throws OciError when an error occurs
|
|
108
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
109
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/CreateConnection.ts.html |here} to see how to use CreateConnection API.
|
|
109
110
|
*/
|
|
110
111
|
createConnection(createConnectionRequest: requests.CreateConnectionRequest): Promise<responses.CreateConnectionResponse>;
|
|
111
112
|
/**
|
|
@@ -114,7 +115,7 @@ export declare class DataIntegrationClient {
|
|
|
114
115
|
* @param CreateConnectionValidationRequest
|
|
115
116
|
* @return CreateConnectionValidationResponse
|
|
116
117
|
* @throws OciError when an error occurs
|
|
117
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
118
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/CreateConnectionValidation.ts.html |here} to see how to use CreateConnectionValidation API.
|
|
118
119
|
*/
|
|
119
120
|
createConnectionValidation(createConnectionValidationRequest: requests.CreateConnectionValidationRequest): Promise<responses.CreateConnectionValidationResponse>;
|
|
120
121
|
/**
|
|
@@ -123,7 +124,7 @@ export declare class DataIntegrationClient {
|
|
|
123
124
|
* @param CreateDataAssetRequest
|
|
124
125
|
* @return CreateDataAssetResponse
|
|
125
126
|
* @throws OciError when an error occurs
|
|
126
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
127
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/CreateDataAsset.ts.html |here} to see how to use CreateDataAsset API.
|
|
127
128
|
*/
|
|
128
129
|
createDataAsset(createDataAssetRequest: requests.CreateDataAssetRequest): Promise<responses.CreateDataAssetResponse>;
|
|
129
130
|
/**
|
|
@@ -133,7 +134,7 @@ export declare class DataIntegrationClient {
|
|
|
133
134
|
* @param CreateDataFlowRequest
|
|
134
135
|
* @return CreateDataFlowResponse
|
|
135
136
|
* @throws OciError when an error occurs
|
|
136
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
137
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/CreateDataFlow.ts.html |here} to see how to use CreateDataFlow API.
|
|
137
138
|
*/
|
|
138
139
|
createDataFlow(createDataFlowRequest: requests.CreateDataFlowRequest): Promise<responses.CreateDataFlowResponse>;
|
|
139
140
|
/**
|
|
@@ -143,7 +144,7 @@ export declare class DataIntegrationClient {
|
|
|
143
144
|
* @param CreateDataFlowValidationRequest
|
|
144
145
|
* @return CreateDataFlowValidationResponse
|
|
145
146
|
* @throws OciError when an error occurs
|
|
146
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
147
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/CreateDataFlowValidation.ts.html |here} to see how to use CreateDataFlowValidation API.
|
|
147
148
|
*/
|
|
148
149
|
createDataFlowValidation(createDataFlowValidationRequest: requests.CreateDataFlowValidationRequest): Promise<responses.CreateDataFlowValidationResponse>;
|
|
149
150
|
/**
|
|
@@ -153,7 +154,7 @@ export declare class DataIntegrationClient {
|
|
|
153
154
|
* @param CreateDisApplicationRequest
|
|
154
155
|
* @return CreateDisApplicationResponse
|
|
155
156
|
* @throws OciError when an error occurs
|
|
156
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
157
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/CreateDisApplication.ts.html |here} to see how to use CreateDisApplication API.
|
|
157
158
|
*/
|
|
158
159
|
createDisApplication(createDisApplicationRequest: requests.CreateDisApplicationRequest): Promise<responses.CreateDisApplicationResponse>;
|
|
159
160
|
/**
|
|
@@ -162,7 +163,7 @@ export declare class DataIntegrationClient {
|
|
|
162
163
|
* @param CreateEntityShapeRequest
|
|
163
164
|
* @return CreateEntityShapeResponse
|
|
164
165
|
* @throws OciError when an error occurs
|
|
165
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
166
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/CreateEntityShape.ts.html |here} to see how to use CreateEntityShape API.
|
|
166
167
|
*/
|
|
167
168
|
createEntityShape(createEntityShapeRequest: requests.CreateEntityShapeRequest): Promise<responses.CreateEntityShapeResponse>;
|
|
168
169
|
/**
|
|
@@ -171,7 +172,7 @@ export declare class DataIntegrationClient {
|
|
|
171
172
|
* @param CreateExternalPublicationRequest
|
|
172
173
|
* @return CreateExternalPublicationResponse
|
|
173
174
|
* @throws OciError when an error occurs
|
|
174
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
175
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/CreateExternalPublication.ts.html |here} to see how to use CreateExternalPublication API.
|
|
175
176
|
*/
|
|
176
177
|
createExternalPublication(createExternalPublicationRequest: requests.CreateExternalPublicationRequest): Promise<responses.CreateExternalPublicationResponse>;
|
|
177
178
|
/**
|
|
@@ -180,7 +181,7 @@ export declare class DataIntegrationClient {
|
|
|
180
181
|
* @param CreateExternalPublicationValidationRequest
|
|
181
182
|
* @return CreateExternalPublicationValidationResponse
|
|
182
183
|
* @throws OciError when an error occurs
|
|
183
|
-
* @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.28.0/dataintegration/CreateExternalPublicationValidation.ts.html |here} to see how to use CreateExternalPublicationValidation API.
|
|
184
185
|
*/
|
|
185
186
|
createExternalPublicationValidation(createExternalPublicationValidationRequest: requests.CreateExternalPublicationValidationRequest): Promise<responses.CreateExternalPublicationValidationResponse>;
|
|
186
187
|
/**
|
|
@@ -191,7 +192,7 @@ export declare class DataIntegrationClient {
|
|
|
191
192
|
* @param CreateFolderRequest
|
|
192
193
|
* @return CreateFolderResponse
|
|
193
194
|
* @throws OciError when an error occurs
|
|
194
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
195
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/CreateFolder.ts.html |here} to see how to use CreateFolder API.
|
|
195
196
|
*/
|
|
196
197
|
createFolder(createFolderRequest: requests.CreateFolderRequest): Promise<responses.CreateFolderResponse>;
|
|
197
198
|
/**
|
|
@@ -202,7 +203,7 @@ export declare class DataIntegrationClient {
|
|
|
202
203
|
* @param CreateFunctionLibraryRequest
|
|
203
204
|
* @return CreateFunctionLibraryResponse
|
|
204
205
|
* @throws OciError when an error occurs
|
|
205
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
206
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/CreateFunctionLibrary.ts.html |here} to see how to use CreateFunctionLibrary API.
|
|
206
207
|
*/
|
|
207
208
|
createFunctionLibrary(createFunctionLibraryRequest: requests.CreateFunctionLibraryRequest): Promise<responses.CreateFunctionLibraryResponse>;
|
|
208
209
|
/**
|
|
@@ -211,7 +212,7 @@ export declare class DataIntegrationClient {
|
|
|
211
212
|
* @param CreatePatchRequest
|
|
212
213
|
* @return CreatePatchResponse
|
|
213
214
|
* @throws OciError when an error occurs
|
|
214
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
215
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/CreatePatch.ts.html |here} to see how to use CreatePatch API.
|
|
215
216
|
*/
|
|
216
217
|
createPatch(createPatchRequest: requests.CreatePatchRequest): Promise<responses.CreatePatchResponse>;
|
|
217
218
|
/**
|
|
@@ -221,7 +222,7 @@ export declare class DataIntegrationClient {
|
|
|
221
222
|
* @param CreatePipelineRequest
|
|
222
223
|
* @return CreatePipelineResponse
|
|
223
224
|
* @throws OciError when an error occurs
|
|
224
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
225
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/CreatePipeline.ts.html |here} to see how to use CreatePipeline API.
|
|
225
226
|
*/
|
|
226
227
|
createPipeline(createPipelineRequest: requests.CreatePipelineRequest): Promise<responses.CreatePipelineResponse>;
|
|
227
228
|
/**
|
|
@@ -231,7 +232,7 @@ export declare class DataIntegrationClient {
|
|
|
231
232
|
* @param CreatePipelineValidationRequest
|
|
232
233
|
* @return CreatePipelineValidationResponse
|
|
233
234
|
* @throws OciError when an error occurs
|
|
234
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
235
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/CreatePipelineValidation.ts.html |here} to see how to use CreatePipelineValidation API.
|
|
235
236
|
*/
|
|
236
237
|
createPipelineValidation(createPipelineValidationRequest: requests.CreatePipelineValidationRequest): Promise<responses.CreatePipelineValidationResponse>;
|
|
237
238
|
/**
|
|
@@ -241,7 +242,7 @@ export declare class DataIntegrationClient {
|
|
|
241
242
|
* @param CreateProjectRequest
|
|
242
243
|
* @return CreateProjectResponse
|
|
243
244
|
* @throws OciError when an error occurs
|
|
244
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
245
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/CreateProject.ts.html |here} to see how to use CreateProject API.
|
|
245
246
|
*/
|
|
246
247
|
createProject(createProjectRequest: requests.CreateProjectRequest): Promise<responses.CreateProjectResponse>;
|
|
247
248
|
/**
|
|
@@ -250,7 +251,7 @@ export declare class DataIntegrationClient {
|
|
|
250
251
|
* @param CreateScheduleRequest
|
|
251
252
|
* @return CreateScheduleResponse
|
|
252
253
|
* @throws OciError when an error occurs
|
|
253
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
254
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/CreateSchedule.ts.html |here} to see how to use CreateSchedule API.
|
|
254
255
|
*/
|
|
255
256
|
createSchedule(createScheduleRequest: requests.CreateScheduleRequest): Promise<responses.CreateScheduleResponse>;
|
|
256
257
|
/**
|
|
@@ -260,7 +261,7 @@ export declare class DataIntegrationClient {
|
|
|
260
261
|
* @param CreateTaskRequest
|
|
261
262
|
* @return CreateTaskResponse
|
|
262
263
|
* @throws OciError when an error occurs
|
|
263
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
264
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/CreateTask.ts.html |here} to see how to use CreateTask API.
|
|
264
265
|
*/
|
|
265
266
|
createTask(createTaskRequest: requests.CreateTaskRequest): Promise<responses.CreateTaskResponse>;
|
|
266
267
|
/**
|
|
@@ -269,7 +270,7 @@ export declare class DataIntegrationClient {
|
|
|
269
270
|
* @param CreateTaskRunRequest
|
|
270
271
|
* @return CreateTaskRunResponse
|
|
271
272
|
* @throws OciError when an error occurs
|
|
272
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
273
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/CreateTaskRun.ts.html |here} to see how to use CreateTaskRun API.
|
|
273
274
|
*/
|
|
274
275
|
createTaskRun(createTaskRunRequest: requests.CreateTaskRunRequest): Promise<responses.CreateTaskRunResponse>;
|
|
275
276
|
/**
|
|
@@ -278,7 +279,7 @@ export declare class DataIntegrationClient {
|
|
|
278
279
|
* @param CreateTaskScheduleRequest
|
|
279
280
|
* @return CreateTaskScheduleResponse
|
|
280
281
|
* @throws OciError when an error occurs
|
|
281
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
282
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/CreateTaskSchedule.ts.html |here} to see how to use CreateTaskSchedule API.
|
|
282
283
|
*/
|
|
283
284
|
createTaskSchedule(createTaskScheduleRequest: requests.CreateTaskScheduleRequest): Promise<responses.CreateTaskScheduleResponse>;
|
|
284
285
|
/**
|
|
@@ -287,7 +288,7 @@ export declare class DataIntegrationClient {
|
|
|
287
288
|
* @param CreateTaskValidationRequest
|
|
288
289
|
* @return CreateTaskValidationResponse
|
|
289
290
|
* @throws OciError when an error occurs
|
|
290
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
291
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/CreateTaskValidation.ts.html |here} to see how to use CreateTaskValidation API.
|
|
291
292
|
*/
|
|
292
293
|
createTaskValidation(createTaskValidationRequest: requests.CreateTaskValidationRequest): Promise<responses.CreateTaskValidationResponse>;
|
|
293
294
|
/**
|
|
@@ -297,7 +298,7 @@ export declare class DataIntegrationClient {
|
|
|
297
298
|
* @param CreateUserDefinedFunctionRequest
|
|
298
299
|
* @return CreateUserDefinedFunctionResponse
|
|
299
300
|
* @throws OciError when an error occurs
|
|
300
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
301
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/CreateUserDefinedFunction.ts.html |here} to see how to use CreateUserDefinedFunction API.
|
|
301
302
|
*/
|
|
302
303
|
createUserDefinedFunction(createUserDefinedFunctionRequest: requests.CreateUserDefinedFunctionRequest): Promise<responses.CreateUserDefinedFunctionResponse>;
|
|
303
304
|
/**
|
|
@@ -307,7 +308,7 @@ export declare class DataIntegrationClient {
|
|
|
307
308
|
* @param CreateUserDefinedFunctionValidationRequest
|
|
308
309
|
* @return CreateUserDefinedFunctionValidationResponse
|
|
309
310
|
* @throws OciError when an error occurs
|
|
310
|
-
* @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.28.0/dataintegration/CreateUserDefinedFunctionValidation.ts.html |here} to see how to use CreateUserDefinedFunctionValidation API.
|
|
311
312
|
*/
|
|
312
313
|
createUserDefinedFunctionValidation(createUserDefinedFunctionValidationRequest: requests.CreateUserDefinedFunctionValidationRequest): Promise<responses.CreateUserDefinedFunctionValidationResponse>;
|
|
313
314
|
/**
|
|
@@ -317,7 +318,7 @@ export declare class DataIntegrationClient {
|
|
|
317
318
|
* @param CreateWorkspaceRequest
|
|
318
319
|
* @return CreateWorkspaceResponse
|
|
319
320
|
* @throws OciError when an error occurs
|
|
320
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
321
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/CreateWorkspace.ts.html |here} to see how to use CreateWorkspace API.
|
|
321
322
|
*/
|
|
322
323
|
createWorkspace(createWorkspaceRequest: requests.CreateWorkspaceRequest): Promise<responses.CreateWorkspaceResponse>;
|
|
323
324
|
/**
|
|
@@ -326,7 +327,7 @@ export declare class DataIntegrationClient {
|
|
|
326
327
|
* @param DeleteApplicationRequest
|
|
327
328
|
* @return DeleteApplicationResponse
|
|
328
329
|
* @throws OciError when an error occurs
|
|
329
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
330
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
|
|
330
331
|
*/
|
|
331
332
|
deleteApplication(deleteApplicationRequest: requests.DeleteApplicationRequest): Promise<responses.DeleteApplicationResponse>;
|
|
332
333
|
/**
|
|
@@ -335,7 +336,7 @@ export declare class DataIntegrationClient {
|
|
|
335
336
|
* @param DeleteConnectionRequest
|
|
336
337
|
* @return DeleteConnectionResponse
|
|
337
338
|
* @throws OciError when an error occurs
|
|
338
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
339
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/DeleteConnection.ts.html |here} to see how to use DeleteConnection API.
|
|
339
340
|
*/
|
|
340
341
|
deleteConnection(deleteConnectionRequest: requests.DeleteConnectionRequest): Promise<responses.DeleteConnectionResponse>;
|
|
341
342
|
/**
|
|
@@ -344,7 +345,7 @@ export declare class DataIntegrationClient {
|
|
|
344
345
|
* @param DeleteConnectionValidationRequest
|
|
345
346
|
* @return DeleteConnectionValidationResponse
|
|
346
347
|
* @throws OciError when an error occurs
|
|
347
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
348
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/DeleteConnectionValidation.ts.html |here} to see how to use DeleteConnectionValidation API.
|
|
348
349
|
*/
|
|
349
350
|
deleteConnectionValidation(deleteConnectionValidationRequest: requests.DeleteConnectionValidationRequest): Promise<responses.DeleteConnectionValidationResponse>;
|
|
350
351
|
/**
|
|
@@ -353,7 +354,7 @@ export declare class DataIntegrationClient {
|
|
|
353
354
|
* @param DeleteDataAssetRequest
|
|
354
355
|
* @return DeleteDataAssetResponse
|
|
355
356
|
* @throws OciError when an error occurs
|
|
356
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
357
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/DeleteDataAsset.ts.html |here} to see how to use DeleteDataAsset API.
|
|
357
358
|
*/
|
|
358
359
|
deleteDataAsset(deleteDataAssetRequest: requests.DeleteDataAssetRequest): Promise<responses.DeleteDataAssetResponse>;
|
|
359
360
|
/**
|
|
@@ -362,7 +363,7 @@ export declare class DataIntegrationClient {
|
|
|
362
363
|
* @param DeleteDataFlowRequest
|
|
363
364
|
* @return DeleteDataFlowResponse
|
|
364
365
|
* @throws OciError when an error occurs
|
|
365
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
366
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/DeleteDataFlow.ts.html |here} to see how to use DeleteDataFlow API.
|
|
366
367
|
*/
|
|
367
368
|
deleteDataFlow(deleteDataFlowRequest: requests.DeleteDataFlowRequest): Promise<responses.DeleteDataFlowResponse>;
|
|
368
369
|
/**
|
|
@@ -371,7 +372,7 @@ export declare class DataIntegrationClient {
|
|
|
371
372
|
* @param DeleteDataFlowValidationRequest
|
|
372
373
|
* @return DeleteDataFlowValidationResponse
|
|
373
374
|
* @throws OciError when an error occurs
|
|
374
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
375
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/DeleteDataFlowValidation.ts.html |here} to see how to use DeleteDataFlowValidation API.
|
|
375
376
|
*/
|
|
376
377
|
deleteDataFlowValidation(deleteDataFlowValidationRequest: requests.DeleteDataFlowValidationRequest): Promise<responses.DeleteDataFlowValidationResponse>;
|
|
377
378
|
/**
|
|
@@ -380,7 +381,7 @@ export declare class DataIntegrationClient {
|
|
|
380
381
|
* @param DeleteDisApplicationRequest
|
|
381
382
|
* @return DeleteDisApplicationResponse
|
|
382
383
|
* @throws OciError when an error occurs
|
|
383
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
384
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/DeleteDisApplication.ts.html |here} to see how to use DeleteDisApplication API.
|
|
384
385
|
*/
|
|
385
386
|
deleteDisApplication(deleteDisApplicationRequest: requests.DeleteDisApplicationRequest): Promise<responses.DeleteDisApplicationResponse>;
|
|
386
387
|
/**
|
|
@@ -389,7 +390,7 @@ export declare class DataIntegrationClient {
|
|
|
389
390
|
* @param DeleteExternalPublicationRequest
|
|
390
391
|
* @return DeleteExternalPublicationResponse
|
|
391
392
|
* @throws OciError when an error occurs
|
|
392
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
393
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/DeleteExternalPublication.ts.html |here} to see how to use DeleteExternalPublication API.
|
|
393
394
|
*/
|
|
394
395
|
deleteExternalPublication(deleteExternalPublicationRequest: requests.DeleteExternalPublicationRequest): Promise<responses.DeleteExternalPublicationResponse>;
|
|
395
396
|
/**
|
|
@@ -399,7 +400,7 @@ export declare class DataIntegrationClient {
|
|
|
399
400
|
* @param DeleteExternalPublicationValidationRequest
|
|
400
401
|
* @return DeleteExternalPublicationValidationResponse
|
|
401
402
|
* @throws OciError when an error occurs
|
|
402
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
403
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/DeleteExternalPublicationValidation.ts.html |here} to see how to use DeleteExternalPublicationValidation API.
|
|
403
404
|
*/
|
|
404
405
|
deleteExternalPublicationValidation(deleteExternalPublicationValidationRequest: requests.DeleteExternalPublicationValidationRequest): Promise<responses.DeleteExternalPublicationValidationResponse>;
|
|
405
406
|
/**
|
|
@@ -408,7 +409,7 @@ export declare class DataIntegrationClient {
|
|
|
408
409
|
* @param DeleteFolderRequest
|
|
409
410
|
* @return DeleteFolderResponse
|
|
410
411
|
* @throws OciError when an error occurs
|
|
411
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
412
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/DeleteFolder.ts.html |here} to see how to use DeleteFolder API.
|
|
412
413
|
*/
|
|
413
414
|
deleteFolder(deleteFolderRequest: requests.DeleteFolderRequest): Promise<responses.DeleteFolderResponse>;
|
|
414
415
|
/**
|
|
@@ -417,7 +418,7 @@ export declare class DataIntegrationClient {
|
|
|
417
418
|
* @param DeleteFunctionLibraryRequest
|
|
418
419
|
* @return DeleteFunctionLibraryResponse
|
|
419
420
|
* @throws OciError when an error occurs
|
|
420
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
421
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/DeleteFunctionLibrary.ts.html |here} to see how to use DeleteFunctionLibrary API.
|
|
421
422
|
*/
|
|
422
423
|
deleteFunctionLibrary(deleteFunctionLibraryRequest: requests.DeleteFunctionLibraryRequest): Promise<responses.DeleteFunctionLibraryResponse>;
|
|
423
424
|
/**
|
|
@@ -426,7 +427,7 @@ export declare class DataIntegrationClient {
|
|
|
426
427
|
* @param DeletePatchRequest
|
|
427
428
|
* @return DeletePatchResponse
|
|
428
429
|
* @throws OciError when an error occurs
|
|
429
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
430
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/DeletePatch.ts.html |here} to see how to use DeletePatch API.
|
|
430
431
|
*/
|
|
431
432
|
deletePatch(deletePatchRequest: requests.DeletePatchRequest): Promise<responses.DeletePatchResponse>;
|
|
432
433
|
/**
|
|
@@ -435,7 +436,7 @@ export declare class DataIntegrationClient {
|
|
|
435
436
|
* @param DeletePipelineRequest
|
|
436
437
|
* @return DeletePipelineResponse
|
|
437
438
|
* @throws OciError when an error occurs
|
|
438
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
439
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/DeletePipeline.ts.html |here} to see how to use DeletePipeline API.
|
|
439
440
|
*/
|
|
440
441
|
deletePipeline(deletePipelineRequest: requests.DeletePipelineRequest): Promise<responses.DeletePipelineResponse>;
|
|
441
442
|
/**
|
|
@@ -444,7 +445,7 @@ export declare class DataIntegrationClient {
|
|
|
444
445
|
* @param DeletePipelineValidationRequest
|
|
445
446
|
* @return DeletePipelineValidationResponse
|
|
446
447
|
* @throws OciError when an error occurs
|
|
447
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
448
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/DeletePipelineValidation.ts.html |here} to see how to use DeletePipelineValidation API.
|
|
448
449
|
*/
|
|
449
450
|
deletePipelineValidation(deletePipelineValidationRequest: requests.DeletePipelineValidationRequest): Promise<responses.DeletePipelineValidationResponse>;
|
|
450
451
|
/**
|
|
@@ -453,7 +454,7 @@ export declare class DataIntegrationClient {
|
|
|
453
454
|
* @param DeleteProjectRequest
|
|
454
455
|
* @return DeleteProjectResponse
|
|
455
456
|
* @throws OciError when an error occurs
|
|
456
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
457
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/DeleteProject.ts.html |here} to see how to use DeleteProject API.
|
|
457
458
|
*/
|
|
458
459
|
deleteProject(deleteProjectRequest: requests.DeleteProjectRequest): Promise<responses.DeleteProjectResponse>;
|
|
459
460
|
/**
|
|
@@ -462,7 +463,7 @@ export declare class DataIntegrationClient {
|
|
|
462
463
|
* @param DeleteScheduleRequest
|
|
463
464
|
* @return DeleteScheduleResponse
|
|
464
465
|
* @throws OciError when an error occurs
|
|
465
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
466
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/DeleteSchedule.ts.html |here} to see how to use DeleteSchedule API.
|
|
466
467
|
*/
|
|
467
468
|
deleteSchedule(deleteScheduleRequest: requests.DeleteScheduleRequest): Promise<responses.DeleteScheduleResponse>;
|
|
468
469
|
/**
|
|
@@ -471,7 +472,7 @@ export declare class DataIntegrationClient {
|
|
|
471
472
|
* @param DeleteTaskRequest
|
|
472
473
|
* @return DeleteTaskResponse
|
|
473
474
|
* @throws OciError when an error occurs
|
|
474
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
475
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/DeleteTask.ts.html |here} to see how to use DeleteTask API.
|
|
475
476
|
*/
|
|
476
477
|
deleteTask(deleteTaskRequest: requests.DeleteTaskRequest): Promise<responses.DeleteTaskResponse>;
|
|
477
478
|
/**
|
|
@@ -480,7 +481,7 @@ export declare class DataIntegrationClient {
|
|
|
480
481
|
* @param DeleteTaskRunRequest
|
|
481
482
|
* @return DeleteTaskRunResponse
|
|
482
483
|
* @throws OciError when an error occurs
|
|
483
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
484
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/DeleteTaskRun.ts.html |here} to see how to use DeleteTaskRun API.
|
|
484
485
|
*/
|
|
485
486
|
deleteTaskRun(deleteTaskRunRequest: requests.DeleteTaskRunRequest): Promise<responses.DeleteTaskRunResponse>;
|
|
486
487
|
/**
|
|
@@ -489,7 +490,7 @@ export declare class DataIntegrationClient {
|
|
|
489
490
|
* @param DeleteTaskScheduleRequest
|
|
490
491
|
* @return DeleteTaskScheduleResponse
|
|
491
492
|
* @throws OciError when an error occurs
|
|
492
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
493
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/DeleteTaskSchedule.ts.html |here} to see how to use DeleteTaskSchedule API.
|
|
493
494
|
*/
|
|
494
495
|
deleteTaskSchedule(deleteTaskScheduleRequest: requests.DeleteTaskScheduleRequest): Promise<responses.DeleteTaskScheduleResponse>;
|
|
495
496
|
/**
|
|
@@ -499,7 +500,7 @@ export declare class DataIntegrationClient {
|
|
|
499
500
|
* @param DeleteTaskValidationRequest
|
|
500
501
|
* @return DeleteTaskValidationResponse
|
|
501
502
|
* @throws OciError when an error occurs
|
|
502
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
503
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/DeleteTaskValidation.ts.html |here} to see how to use DeleteTaskValidation API.
|
|
503
504
|
*/
|
|
504
505
|
deleteTaskValidation(deleteTaskValidationRequest: requests.DeleteTaskValidationRequest): Promise<responses.DeleteTaskValidationResponse>;
|
|
505
506
|
/**
|
|
@@ -508,7 +509,7 @@ export declare class DataIntegrationClient {
|
|
|
508
509
|
* @param DeleteUserDefinedFunctionRequest
|
|
509
510
|
* @return DeleteUserDefinedFunctionResponse
|
|
510
511
|
* @throws OciError when an error occurs
|
|
511
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
512
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/DeleteUserDefinedFunction.ts.html |here} to see how to use DeleteUserDefinedFunction API.
|
|
512
513
|
*/
|
|
513
514
|
deleteUserDefinedFunction(deleteUserDefinedFunctionRequest: requests.DeleteUserDefinedFunctionRequest): Promise<responses.DeleteUserDefinedFunctionResponse>;
|
|
514
515
|
/**
|
|
@@ -517,7 +518,7 @@ export declare class DataIntegrationClient {
|
|
|
517
518
|
* @param DeleteUserDefinedFunctionValidationRequest
|
|
518
519
|
* @return DeleteUserDefinedFunctionValidationResponse
|
|
519
520
|
* @throws OciError when an error occurs
|
|
520
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
521
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/DeleteUserDefinedFunctionValidation.ts.html |here} to see how to use DeleteUserDefinedFunctionValidation API.
|
|
521
522
|
*/
|
|
522
523
|
deleteUserDefinedFunctionValidation(deleteUserDefinedFunctionValidationRequest: requests.DeleteUserDefinedFunctionValidationRequest): Promise<responses.DeleteUserDefinedFunctionValidationResponse>;
|
|
523
524
|
/**
|
|
@@ -526,7 +527,7 @@ export declare class DataIntegrationClient {
|
|
|
526
527
|
* @param DeleteWorkspaceRequest
|
|
527
528
|
* @return DeleteWorkspaceResponse
|
|
528
529
|
* @throws OciError when an error occurs
|
|
529
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
530
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/DeleteWorkspace.ts.html |here} to see how to use DeleteWorkspace API.
|
|
530
531
|
*/
|
|
531
532
|
deleteWorkspace(deleteWorkspaceRequest: requests.DeleteWorkspaceRequest): Promise<responses.DeleteWorkspaceResponse>;
|
|
532
533
|
/**
|
|
@@ -535,7 +536,7 @@ export declare class DataIntegrationClient {
|
|
|
535
536
|
* @param GetApplicationRequest
|
|
536
537
|
* @return GetApplicationResponse
|
|
537
538
|
* @throws OciError when an error occurs
|
|
538
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
539
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/GetApplication.ts.html |here} to see how to use GetApplication API.
|
|
539
540
|
*/
|
|
540
541
|
getApplication(getApplicationRequest: requests.GetApplicationRequest): Promise<responses.GetApplicationResponse>;
|
|
541
542
|
/**
|
|
@@ -544,7 +545,7 @@ export declare class DataIntegrationClient {
|
|
|
544
545
|
* @param GetConnectionRequest
|
|
545
546
|
* @return GetConnectionResponse
|
|
546
547
|
* @throws OciError when an error occurs
|
|
547
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
548
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/GetConnection.ts.html |here} to see how to use GetConnection API.
|
|
548
549
|
*/
|
|
549
550
|
getConnection(getConnectionRequest: requests.GetConnectionRequest): Promise<responses.GetConnectionResponse>;
|
|
550
551
|
/**
|
|
@@ -553,7 +554,7 @@ export declare class DataIntegrationClient {
|
|
|
553
554
|
* @param GetConnectionValidationRequest
|
|
554
555
|
* @return GetConnectionValidationResponse
|
|
555
556
|
* @throws OciError when an error occurs
|
|
556
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
557
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/GetConnectionValidation.ts.html |here} to see how to use GetConnectionValidation API.
|
|
557
558
|
*/
|
|
558
559
|
getConnectionValidation(getConnectionValidationRequest: requests.GetConnectionValidationRequest): Promise<responses.GetConnectionValidationResponse>;
|
|
559
560
|
/**
|
|
@@ -564,7 +565,7 @@ export declare class DataIntegrationClient {
|
|
|
564
565
|
* @param GetCountStatisticRequest
|
|
565
566
|
* @return GetCountStatisticResponse
|
|
566
567
|
* @throws OciError when an error occurs
|
|
567
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
568
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/GetCountStatistic.ts.html |here} to see how to use GetCountStatistic API.
|
|
568
569
|
*/
|
|
569
570
|
getCountStatistic(getCountStatisticRequest: requests.GetCountStatisticRequest): Promise<responses.GetCountStatisticResponse>;
|
|
570
571
|
/**
|
|
@@ -573,7 +574,7 @@ export declare class DataIntegrationClient {
|
|
|
573
574
|
* @param GetDataAssetRequest
|
|
574
575
|
* @return GetDataAssetResponse
|
|
575
576
|
* @throws OciError when an error occurs
|
|
576
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
577
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/GetDataAsset.ts.html |here} to see how to use GetDataAsset API.
|
|
577
578
|
*/
|
|
578
579
|
getDataAsset(getDataAssetRequest: requests.GetDataAssetRequest): Promise<responses.GetDataAssetResponse>;
|
|
579
580
|
/**
|
|
@@ -582,7 +583,7 @@ export declare class DataIntegrationClient {
|
|
|
582
583
|
* @param GetDataEntityRequest
|
|
583
584
|
* @return GetDataEntityResponse
|
|
584
585
|
* @throws OciError when an error occurs
|
|
585
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
586
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/GetDataEntity.ts.html |here} to see how to use GetDataEntity API.
|
|
586
587
|
*/
|
|
587
588
|
getDataEntity(getDataEntityRequest: requests.GetDataEntityRequest): Promise<responses.GetDataEntityResponse>;
|
|
588
589
|
/**
|
|
@@ -591,7 +592,7 @@ export declare class DataIntegrationClient {
|
|
|
591
592
|
* @param GetDataFlowRequest
|
|
592
593
|
* @return GetDataFlowResponse
|
|
593
594
|
* @throws OciError when an error occurs
|
|
594
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
595
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/GetDataFlow.ts.html |here} to see how to use GetDataFlow API.
|
|
595
596
|
*/
|
|
596
597
|
getDataFlow(getDataFlowRequest: requests.GetDataFlowRequest): Promise<responses.GetDataFlowResponse>;
|
|
597
598
|
/**
|
|
@@ -600,7 +601,7 @@ export declare class DataIntegrationClient {
|
|
|
600
601
|
* @param GetDataFlowValidationRequest
|
|
601
602
|
* @return GetDataFlowValidationResponse
|
|
602
603
|
* @throws OciError when an error occurs
|
|
603
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
604
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/GetDataFlowValidation.ts.html |here} to see how to use GetDataFlowValidation API.
|
|
604
605
|
*/
|
|
605
606
|
getDataFlowValidation(getDataFlowValidationRequest: requests.GetDataFlowValidationRequest): Promise<responses.GetDataFlowValidationResponse>;
|
|
606
607
|
/**
|
|
@@ -609,7 +610,7 @@ export declare class DataIntegrationClient {
|
|
|
609
610
|
* @param GetDependentObjectRequest
|
|
610
611
|
* @return GetDependentObjectResponse
|
|
611
612
|
* @throws OciError when an error occurs
|
|
612
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
613
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/GetDependentObject.ts.html |here} to see how to use GetDependentObject API.
|
|
613
614
|
*/
|
|
614
615
|
getDependentObject(getDependentObjectRequest: requests.GetDependentObjectRequest): Promise<responses.GetDependentObjectResponse>;
|
|
615
616
|
/**
|
|
@@ -618,7 +619,7 @@ export declare class DataIntegrationClient {
|
|
|
618
619
|
* @param GetDisApplicationRequest
|
|
619
620
|
* @return GetDisApplicationResponse
|
|
620
621
|
* @throws OciError when an error occurs
|
|
621
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
622
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/GetDisApplication.ts.html |here} to see how to use GetDisApplication API.
|
|
622
623
|
*/
|
|
623
624
|
getDisApplication(getDisApplicationRequest: requests.GetDisApplicationRequest): Promise<responses.GetDisApplicationResponse>;
|
|
624
625
|
/**
|
|
@@ -627,7 +628,7 @@ export declare class DataIntegrationClient {
|
|
|
627
628
|
* @param GetExternalPublicationRequest
|
|
628
629
|
* @return GetExternalPublicationResponse
|
|
629
630
|
* @throws OciError when an error occurs
|
|
630
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
631
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/GetExternalPublication.ts.html |here} to see how to use GetExternalPublication API.
|
|
631
632
|
*/
|
|
632
633
|
getExternalPublication(getExternalPublicationRequest: requests.GetExternalPublicationRequest): Promise<responses.GetExternalPublicationResponse>;
|
|
633
634
|
/**
|
|
@@ -636,7 +637,7 @@ export declare class DataIntegrationClient {
|
|
|
636
637
|
* @param GetExternalPublicationValidationRequest
|
|
637
638
|
* @return GetExternalPublicationValidationResponse
|
|
638
639
|
* @throws OciError when an error occurs
|
|
639
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
640
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/GetExternalPublicationValidation.ts.html |here} to see how to use GetExternalPublicationValidation API.
|
|
640
641
|
*/
|
|
641
642
|
getExternalPublicationValidation(getExternalPublicationValidationRequest: requests.GetExternalPublicationValidationRequest): Promise<responses.GetExternalPublicationValidationResponse>;
|
|
642
643
|
/**
|
|
@@ -645,7 +646,7 @@ export declare class DataIntegrationClient {
|
|
|
645
646
|
* @param GetFolderRequest
|
|
646
647
|
* @return GetFolderResponse
|
|
647
648
|
* @throws OciError when an error occurs
|
|
648
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
649
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/GetFolder.ts.html |here} to see how to use GetFolder API.
|
|
649
650
|
*/
|
|
650
651
|
getFolder(getFolderRequest: requests.GetFolderRequest): Promise<responses.GetFolderResponse>;
|
|
651
652
|
/**
|
|
@@ -654,7 +655,7 @@ export declare class DataIntegrationClient {
|
|
|
654
655
|
* @param GetFunctionLibraryRequest
|
|
655
656
|
* @return GetFunctionLibraryResponse
|
|
656
657
|
* @throws OciError when an error occurs
|
|
657
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
658
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/GetFunctionLibrary.ts.html |here} to see how to use GetFunctionLibrary API.
|
|
658
659
|
*/
|
|
659
660
|
getFunctionLibrary(getFunctionLibraryRequest: requests.GetFunctionLibraryRequest): Promise<responses.GetFunctionLibraryResponse>;
|
|
660
661
|
/**
|
|
@@ -663,7 +664,7 @@ export declare class DataIntegrationClient {
|
|
|
663
664
|
* @param GetPatchRequest
|
|
664
665
|
* @return GetPatchResponse
|
|
665
666
|
* @throws OciError when an error occurs
|
|
666
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
667
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/GetPatch.ts.html |here} to see how to use GetPatch API.
|
|
667
668
|
*/
|
|
668
669
|
getPatch(getPatchRequest: requests.GetPatchRequest): Promise<responses.GetPatchResponse>;
|
|
669
670
|
/**
|
|
@@ -672,7 +673,7 @@ export declare class DataIntegrationClient {
|
|
|
672
673
|
* @param GetPipelineRequest
|
|
673
674
|
* @return GetPipelineResponse
|
|
674
675
|
* @throws OciError when an error occurs
|
|
675
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
676
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/GetPipeline.ts.html |here} to see how to use GetPipeline API.
|
|
676
677
|
*/
|
|
677
678
|
getPipeline(getPipelineRequest: requests.GetPipelineRequest): Promise<responses.GetPipelineResponse>;
|
|
678
679
|
/**
|
|
@@ -681,7 +682,7 @@ export declare class DataIntegrationClient {
|
|
|
681
682
|
* @param GetPipelineValidationRequest
|
|
682
683
|
* @return GetPipelineValidationResponse
|
|
683
684
|
* @throws OciError when an error occurs
|
|
684
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
685
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/GetPipelineValidation.ts.html |here} to see how to use GetPipelineValidation API.
|
|
685
686
|
*/
|
|
686
687
|
getPipelineValidation(getPipelineValidationRequest: requests.GetPipelineValidationRequest): Promise<responses.GetPipelineValidationResponse>;
|
|
687
688
|
/**
|
|
@@ -690,7 +691,7 @@ export declare class DataIntegrationClient {
|
|
|
690
691
|
* @param GetProjectRequest
|
|
691
692
|
* @return GetProjectResponse
|
|
692
693
|
* @throws OciError when an error occurs
|
|
693
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
694
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/GetProject.ts.html |here} to see how to use GetProject API.
|
|
694
695
|
*/
|
|
695
696
|
getProject(getProjectRequest: requests.GetProjectRequest): Promise<responses.GetProjectResponse>;
|
|
696
697
|
/**
|
|
@@ -699,7 +700,7 @@ export declare class DataIntegrationClient {
|
|
|
699
700
|
* @param GetPublishedObjectRequest
|
|
700
701
|
* @return GetPublishedObjectResponse
|
|
701
702
|
* @throws OciError when an error occurs
|
|
702
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
703
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/GetPublishedObject.ts.html |here} to see how to use GetPublishedObject API.
|
|
703
704
|
*/
|
|
704
705
|
getPublishedObject(getPublishedObjectRequest: requests.GetPublishedObjectRequest): Promise<responses.GetPublishedObjectResponse>;
|
|
705
706
|
/**
|
|
@@ -708,7 +709,7 @@ export declare class DataIntegrationClient {
|
|
|
708
709
|
* @param GetReferenceRequest
|
|
709
710
|
* @return GetReferenceResponse
|
|
710
711
|
* @throws OciError when an error occurs
|
|
711
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
712
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/GetReference.ts.html |here} to see how to use GetReference API.
|
|
712
713
|
*/
|
|
713
714
|
getReference(getReferenceRequest: requests.GetReferenceRequest): Promise<responses.GetReferenceResponse>;
|
|
714
715
|
/**
|
|
@@ -717,7 +718,7 @@ export declare class DataIntegrationClient {
|
|
|
717
718
|
* @param GetScheduleRequest
|
|
718
719
|
* @return GetScheduleResponse
|
|
719
720
|
* @throws OciError when an error occurs
|
|
720
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
721
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/GetSchedule.ts.html |here} to see how to use GetSchedule API.
|
|
721
722
|
*/
|
|
722
723
|
getSchedule(getScheduleRequest: requests.GetScheduleRequest): Promise<responses.GetScheduleResponse>;
|
|
723
724
|
/**
|
|
@@ -726,7 +727,7 @@ export declare class DataIntegrationClient {
|
|
|
726
727
|
* @param GetSchemaRequest
|
|
727
728
|
* @return GetSchemaResponse
|
|
728
729
|
* @throws OciError when an error occurs
|
|
729
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
730
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/GetSchema.ts.html |here} to see how to use GetSchema API.
|
|
730
731
|
*/
|
|
731
732
|
getSchema(getSchemaRequest: requests.GetSchemaRequest): Promise<responses.GetSchemaResponse>;
|
|
732
733
|
/**
|
|
@@ -735,7 +736,7 @@ export declare class DataIntegrationClient {
|
|
|
735
736
|
* @param GetTaskRequest
|
|
736
737
|
* @return GetTaskResponse
|
|
737
738
|
* @throws OciError when an error occurs
|
|
738
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
739
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/GetTask.ts.html |here} to see how to use GetTask API.
|
|
739
740
|
*/
|
|
740
741
|
getTask(getTaskRequest: requests.GetTaskRequest): Promise<responses.GetTaskResponse>;
|
|
741
742
|
/**
|
|
@@ -744,7 +745,7 @@ export declare class DataIntegrationClient {
|
|
|
744
745
|
* @param GetTaskRunRequest
|
|
745
746
|
* @return GetTaskRunResponse
|
|
746
747
|
* @throws OciError when an error occurs
|
|
747
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
748
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/GetTaskRun.ts.html |here} to see how to use GetTaskRun API.
|
|
748
749
|
*/
|
|
749
750
|
getTaskRun(getTaskRunRequest: requests.GetTaskRunRequest): Promise<responses.GetTaskRunResponse>;
|
|
750
751
|
/**
|
|
@@ -753,7 +754,7 @@ export declare class DataIntegrationClient {
|
|
|
753
754
|
* @param GetTaskScheduleRequest
|
|
754
755
|
* @return GetTaskScheduleResponse
|
|
755
756
|
* @throws OciError when an error occurs
|
|
756
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
757
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/GetTaskSchedule.ts.html |here} to see how to use GetTaskSchedule API.
|
|
757
758
|
*/
|
|
758
759
|
getTaskSchedule(getTaskScheduleRequest: requests.GetTaskScheduleRequest): Promise<responses.GetTaskScheduleResponse>;
|
|
759
760
|
/**
|
|
@@ -763,7 +764,7 @@ export declare class DataIntegrationClient {
|
|
|
763
764
|
* @param GetTaskValidationRequest
|
|
764
765
|
* @return GetTaskValidationResponse
|
|
765
766
|
* @throws OciError when an error occurs
|
|
766
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
767
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/GetTaskValidation.ts.html |here} to see how to use GetTaskValidation API.
|
|
767
768
|
*/
|
|
768
769
|
getTaskValidation(getTaskValidationRequest: requests.GetTaskValidationRequest): Promise<responses.GetTaskValidationResponse>;
|
|
769
770
|
/**
|
|
@@ -772,7 +773,7 @@ export declare class DataIntegrationClient {
|
|
|
772
773
|
* @param GetUserDefinedFunctionRequest
|
|
773
774
|
* @return GetUserDefinedFunctionResponse
|
|
774
775
|
* @throws OciError when an error occurs
|
|
775
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
776
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/GetUserDefinedFunction.ts.html |here} to see how to use GetUserDefinedFunction API.
|
|
776
777
|
*/
|
|
777
778
|
getUserDefinedFunction(getUserDefinedFunctionRequest: requests.GetUserDefinedFunctionRequest): Promise<responses.GetUserDefinedFunctionResponse>;
|
|
778
779
|
/**
|
|
@@ -781,7 +782,7 @@ export declare class DataIntegrationClient {
|
|
|
781
782
|
* @param GetUserDefinedFunctionValidationRequest
|
|
782
783
|
* @return GetUserDefinedFunctionValidationResponse
|
|
783
784
|
* @throws OciError when an error occurs
|
|
784
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
785
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/GetUserDefinedFunctionValidation.ts.html |here} to see how to use GetUserDefinedFunctionValidation API.
|
|
785
786
|
*/
|
|
786
787
|
getUserDefinedFunctionValidation(getUserDefinedFunctionValidationRequest: requests.GetUserDefinedFunctionValidationRequest): Promise<responses.GetUserDefinedFunctionValidationResponse>;
|
|
787
788
|
/**
|
|
@@ -790,7 +791,7 @@ export declare class DataIntegrationClient {
|
|
|
790
791
|
* @param GetWorkRequestRequest
|
|
791
792
|
* @return GetWorkRequestResponse
|
|
792
793
|
* @throws OciError when an error occurs
|
|
793
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
794
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
794
795
|
*/
|
|
795
796
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
796
797
|
/**
|
|
@@ -799,7 +800,7 @@ export declare class DataIntegrationClient {
|
|
|
799
800
|
* @param GetWorkspaceRequest
|
|
800
801
|
* @return GetWorkspaceResponse
|
|
801
802
|
* @throws OciError when an error occurs
|
|
802
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
803
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/GetWorkspace.ts.html |here} to see how to use GetWorkspace API.
|
|
803
804
|
*/
|
|
804
805
|
getWorkspace(getWorkspaceRequest: requests.GetWorkspaceRequest): Promise<responses.GetWorkspaceResponse>;
|
|
805
806
|
/**
|
|
@@ -808,7 +809,7 @@ export declare class DataIntegrationClient {
|
|
|
808
809
|
* @param ListApplicationsRequest
|
|
809
810
|
* @return ListApplicationsResponse
|
|
810
811
|
* @throws OciError when an error occurs
|
|
811
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
812
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/ListApplications.ts.html |here} to see how to use ListApplications API.
|
|
812
813
|
*/
|
|
813
814
|
listApplications(listApplicationsRequest: requests.ListApplicationsRequest): Promise<responses.ListApplicationsResponse>;
|
|
814
815
|
/**
|
|
@@ -817,7 +818,7 @@ export declare class DataIntegrationClient {
|
|
|
817
818
|
* @param ListConnectionValidationsRequest
|
|
818
819
|
* @return ListConnectionValidationsResponse
|
|
819
820
|
* @throws OciError when an error occurs
|
|
820
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
821
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/ListConnectionValidations.ts.html |here} to see how to use ListConnectionValidations API.
|
|
821
822
|
*/
|
|
822
823
|
listConnectionValidations(listConnectionValidationsRequest: requests.ListConnectionValidationsRequest): Promise<responses.ListConnectionValidationsResponse>;
|
|
823
824
|
/**
|
|
@@ -826,7 +827,7 @@ export declare class DataIntegrationClient {
|
|
|
826
827
|
* @param ListConnectionsRequest
|
|
827
828
|
* @return ListConnectionsResponse
|
|
828
829
|
* @throws OciError when an error occurs
|
|
829
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
830
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/ListConnections.ts.html |here} to see how to use ListConnections API.
|
|
830
831
|
*/
|
|
831
832
|
listConnections(listConnectionsRequest: requests.ListConnectionsRequest): Promise<responses.ListConnectionsResponse>;
|
|
832
833
|
/**
|
|
@@ -836,7 +837,7 @@ export declare class DataIntegrationClient {
|
|
|
836
837
|
* @param ListDataAssetsRequest
|
|
837
838
|
* @return ListDataAssetsResponse
|
|
838
839
|
* @throws OciError when an error occurs
|
|
839
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
840
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/ListDataAssets.ts.html |here} to see how to use ListDataAssets API.
|
|
840
841
|
*/
|
|
841
842
|
listDataAssets(listDataAssetsRequest: requests.ListDataAssetsRequest): Promise<responses.ListDataAssetsResponse>;
|
|
842
843
|
/**
|
|
@@ -846,7 +847,7 @@ export declare class DataIntegrationClient {
|
|
|
846
847
|
* @param ListDataEntitiesRequest
|
|
847
848
|
* @return ListDataEntitiesResponse
|
|
848
849
|
* @throws OciError when an error occurs
|
|
849
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
850
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/ListDataEntities.ts.html |here} to see how to use ListDataEntities API.
|
|
850
851
|
*/
|
|
851
852
|
listDataEntities(listDataEntitiesRequest: requests.ListDataEntitiesRequest): Promise<responses.ListDataEntitiesResponse>;
|
|
852
853
|
/**
|
|
@@ -855,7 +856,7 @@ export declare class DataIntegrationClient {
|
|
|
855
856
|
* @param ListDataFlowValidationsRequest
|
|
856
857
|
* @return ListDataFlowValidationsResponse
|
|
857
858
|
* @throws OciError when an error occurs
|
|
858
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
859
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/ListDataFlowValidations.ts.html |here} to see how to use ListDataFlowValidations API.
|
|
859
860
|
*/
|
|
860
861
|
listDataFlowValidations(listDataFlowValidationsRequest: requests.ListDataFlowValidationsRequest): Promise<responses.ListDataFlowValidationsResponse>;
|
|
861
862
|
/**
|
|
@@ -865,7 +866,7 @@ export declare class DataIntegrationClient {
|
|
|
865
866
|
* @param ListDataFlowsRequest
|
|
866
867
|
* @return ListDataFlowsResponse
|
|
867
868
|
* @throws OciError when an error occurs
|
|
868
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
869
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/ListDataFlows.ts.html |here} to see how to use ListDataFlows API.
|
|
869
870
|
*/
|
|
870
871
|
listDataFlows(listDataFlowsRequest: requests.ListDataFlowsRequest): Promise<responses.ListDataFlowsResponse>;
|
|
871
872
|
/**
|
|
@@ -874,7 +875,7 @@ export declare class DataIntegrationClient {
|
|
|
874
875
|
* @param ListDependentObjectsRequest
|
|
875
876
|
* @return ListDependentObjectsResponse
|
|
876
877
|
* @throws OciError when an error occurs
|
|
877
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
878
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/ListDependentObjects.ts.html |here} to see how to use ListDependentObjects API.
|
|
878
879
|
*/
|
|
879
880
|
listDependentObjects(listDependentObjectsRequest: requests.ListDependentObjectsRequest): Promise<responses.ListDependentObjectsResponse>;
|
|
880
881
|
/**
|
|
@@ -883,7 +884,7 @@ export declare class DataIntegrationClient {
|
|
|
883
884
|
* @param ListDisApplicationsRequest
|
|
884
885
|
* @return ListDisApplicationsResponse
|
|
885
886
|
* @throws OciError when an error occurs
|
|
886
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
887
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/ListDisApplications.ts.html |here} to see how to use ListDisApplications API.
|
|
887
888
|
*/
|
|
888
889
|
listDisApplications(listDisApplicationsRequest: requests.ListDisApplicationsRequest): Promise<responses.ListDisApplicationsResponse>;
|
|
889
890
|
/**
|
|
@@ -893,7 +894,7 @@ export declare class DataIntegrationClient {
|
|
|
893
894
|
* @param ListExternalPublicationValidationsRequest
|
|
894
895
|
* @return ListExternalPublicationValidationsResponse
|
|
895
896
|
* @throws OciError when an error occurs
|
|
896
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
897
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/ListExternalPublicationValidations.ts.html |here} to see how to use ListExternalPublicationValidations API.
|
|
897
898
|
*/
|
|
898
899
|
listExternalPublicationValidations(listExternalPublicationValidationsRequest: requests.ListExternalPublicationValidationsRequest): Promise<responses.ListExternalPublicationValidationsResponse>;
|
|
899
900
|
/**
|
|
@@ -902,7 +903,7 @@ export declare class DataIntegrationClient {
|
|
|
902
903
|
* @param ListExternalPublicationsRequest
|
|
903
904
|
* @return ListExternalPublicationsResponse
|
|
904
905
|
* @throws OciError when an error occurs
|
|
905
|
-
* @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.28.0/dataintegration/ListExternalPublications.ts.html |here} to see how to use ListExternalPublications API.
|
|
906
907
|
*/
|
|
907
908
|
listExternalPublications(listExternalPublicationsRequest: requests.ListExternalPublicationsRequest): Promise<responses.ListExternalPublicationsResponse>;
|
|
908
909
|
/**
|
|
@@ -912,7 +913,7 @@ export declare class DataIntegrationClient {
|
|
|
912
913
|
* @param ListFoldersRequest
|
|
913
914
|
* @return ListFoldersResponse
|
|
914
915
|
* @throws OciError when an error occurs
|
|
915
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
916
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/ListFolders.ts.html |here} to see how to use ListFolders API.
|
|
916
917
|
*/
|
|
917
918
|
listFolders(listFoldersRequest: requests.ListFoldersRequest): Promise<responses.ListFoldersResponse>;
|
|
918
919
|
/**
|
|
@@ -922,7 +923,7 @@ export declare class DataIntegrationClient {
|
|
|
922
923
|
* @param ListFunctionLibrariesRequest
|
|
923
924
|
* @return ListFunctionLibrariesResponse
|
|
924
925
|
* @throws OciError when an error occurs
|
|
925
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
926
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/ListFunctionLibraries.ts.html |here} to see how to use ListFunctionLibraries API.
|
|
926
927
|
*/
|
|
927
928
|
listFunctionLibraries(listFunctionLibrariesRequest: requests.ListFunctionLibrariesRequest): Promise<responses.ListFunctionLibrariesResponse>;
|
|
928
929
|
/**
|
|
@@ -931,7 +932,7 @@ export declare class DataIntegrationClient {
|
|
|
931
932
|
* @param ListPatchChangesRequest
|
|
932
933
|
* @return ListPatchChangesResponse
|
|
933
934
|
* @throws OciError when an error occurs
|
|
934
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
935
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/ListPatchChanges.ts.html |here} to see how to use ListPatchChanges API.
|
|
935
936
|
*/
|
|
936
937
|
listPatchChanges(listPatchChangesRequest: requests.ListPatchChangesRequest): Promise<responses.ListPatchChangesResponse>;
|
|
937
938
|
/**
|
|
@@ -940,7 +941,7 @@ export declare class DataIntegrationClient {
|
|
|
940
941
|
* @param ListPatchesRequest
|
|
941
942
|
* @return ListPatchesResponse
|
|
942
943
|
* @throws OciError when an error occurs
|
|
943
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
944
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/ListPatches.ts.html |here} to see how to use ListPatches API.
|
|
944
945
|
*/
|
|
945
946
|
listPatches(listPatchesRequest: requests.ListPatchesRequest): Promise<responses.ListPatchesResponse>;
|
|
946
947
|
/**
|
|
@@ -949,7 +950,7 @@ export declare class DataIntegrationClient {
|
|
|
949
950
|
* @param ListPipelineValidationsRequest
|
|
950
951
|
* @return ListPipelineValidationsResponse
|
|
951
952
|
* @throws OciError when an error occurs
|
|
952
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
953
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/ListPipelineValidations.ts.html |here} to see how to use ListPipelineValidations API.
|
|
953
954
|
*/
|
|
954
955
|
listPipelineValidations(listPipelineValidationsRequest: requests.ListPipelineValidationsRequest): Promise<responses.ListPipelineValidationsResponse>;
|
|
955
956
|
/**
|
|
@@ -959,7 +960,7 @@ export declare class DataIntegrationClient {
|
|
|
959
960
|
* @param ListPipelinesRequest
|
|
960
961
|
* @return ListPipelinesResponse
|
|
961
962
|
* @throws OciError when an error occurs
|
|
962
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
963
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/ListPipelines.ts.html |here} to see how to use ListPipelines API.
|
|
963
964
|
*/
|
|
964
965
|
listPipelines(listPipelinesRequest: requests.ListPipelinesRequest): Promise<responses.ListPipelinesResponse>;
|
|
965
966
|
/**
|
|
@@ -969,7 +970,7 @@ export declare class DataIntegrationClient {
|
|
|
969
970
|
* @param ListProjectsRequest
|
|
970
971
|
* @return ListProjectsResponse
|
|
971
972
|
* @throws OciError when an error occurs
|
|
972
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
973
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/ListProjects.ts.html |here} to see how to use ListProjects API.
|
|
973
974
|
*/
|
|
974
975
|
listProjects(listProjectsRequest: requests.ListProjectsRequest): Promise<responses.ListProjectsResponse>;
|
|
975
976
|
/**
|
|
@@ -978,7 +979,7 @@ export declare class DataIntegrationClient {
|
|
|
978
979
|
* @param ListPublishedObjectsRequest
|
|
979
980
|
* @return ListPublishedObjectsResponse
|
|
980
981
|
* @throws OciError when an error occurs
|
|
981
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
982
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/ListPublishedObjects.ts.html |here} to see how to use ListPublishedObjects API.
|
|
982
983
|
*/
|
|
983
984
|
listPublishedObjects(listPublishedObjectsRequest: requests.ListPublishedObjectsRequest): Promise<responses.ListPublishedObjectsResponse>;
|
|
984
985
|
/**
|
|
@@ -987,7 +988,7 @@ export declare class DataIntegrationClient {
|
|
|
987
988
|
* @param ListReferencesRequest
|
|
988
989
|
* @return ListReferencesResponse
|
|
989
990
|
* @throws OciError when an error occurs
|
|
990
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
991
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/ListReferences.ts.html |here} to see how to use ListReferences API.
|
|
991
992
|
*/
|
|
992
993
|
listReferences(listReferencesRequest: requests.ListReferencesRequest): Promise<responses.ListReferencesResponse>;
|
|
993
994
|
/**
|
|
@@ -997,7 +998,7 @@ export declare class DataIntegrationClient {
|
|
|
997
998
|
* @param ListSchedulesRequest
|
|
998
999
|
* @return ListSchedulesResponse
|
|
999
1000
|
* @throws OciError when an error occurs
|
|
1000
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1001
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/ListSchedules.ts.html |here} to see how to use ListSchedules API.
|
|
1001
1002
|
*/
|
|
1002
1003
|
listSchedules(listSchedulesRequest: requests.ListSchedulesRequest): Promise<responses.ListSchedulesResponse>;
|
|
1003
1004
|
/**
|
|
@@ -1006,7 +1007,7 @@ export declare class DataIntegrationClient {
|
|
|
1006
1007
|
* @param ListSchemasRequest
|
|
1007
1008
|
* @return ListSchemasResponse
|
|
1008
1009
|
* @throws OciError when an error occurs
|
|
1009
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1010
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/ListSchemas.ts.html |here} to see how to use ListSchemas API.
|
|
1010
1011
|
*/
|
|
1011
1012
|
listSchemas(listSchemasRequest: requests.ListSchemasRequest): Promise<responses.ListSchemasResponse>;
|
|
1012
1013
|
/**
|
|
@@ -1015,7 +1016,7 @@ export declare class DataIntegrationClient {
|
|
|
1015
1016
|
* @param ListTaskRunLogsRequest
|
|
1016
1017
|
* @return ListTaskRunLogsResponse
|
|
1017
1018
|
* @throws OciError when an error occurs
|
|
1018
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1019
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/ListTaskRunLogs.ts.html |here} to see how to use ListTaskRunLogs API.
|
|
1019
1020
|
*/
|
|
1020
1021
|
listTaskRunLogs(listTaskRunLogsRequest: requests.ListTaskRunLogsRequest): Promise<responses.ListTaskRunLogsResponse>;
|
|
1021
1022
|
/**
|
|
@@ -1056,7 +1057,7 @@ export declare class DataIntegrationClient {
|
|
|
1056
1057
|
* @param ListTaskRunsRequest
|
|
1057
1058
|
* @return ListTaskRunsResponse
|
|
1058
1059
|
* @throws OciError when an error occurs
|
|
1059
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1060
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/ListTaskRuns.ts.html |here} to see how to use ListTaskRuns API.
|
|
1060
1061
|
*/
|
|
1061
1062
|
listTaskRuns(listTaskRunsRequest: requests.ListTaskRunsRequest): Promise<responses.ListTaskRunsResponse>;
|
|
1062
1063
|
/**
|
|
@@ -1066,7 +1067,7 @@ export declare class DataIntegrationClient {
|
|
|
1066
1067
|
* @param ListTaskSchedulesRequest
|
|
1067
1068
|
* @return ListTaskSchedulesResponse
|
|
1068
1069
|
* @throws OciError when an error occurs
|
|
1069
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1070
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/ListTaskSchedules.ts.html |here} to see how to use ListTaskSchedules API.
|
|
1070
1071
|
*/
|
|
1071
1072
|
listTaskSchedules(listTaskSchedulesRequest: requests.ListTaskSchedulesRequest): Promise<responses.ListTaskSchedulesResponse>;
|
|
1072
1073
|
/**
|
|
@@ -1076,7 +1077,7 @@ export declare class DataIntegrationClient {
|
|
|
1076
1077
|
* @param ListTaskValidationsRequest
|
|
1077
1078
|
* @return ListTaskValidationsResponse
|
|
1078
1079
|
* @throws OciError when an error occurs
|
|
1079
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1080
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/ListTaskValidations.ts.html |here} to see how to use ListTaskValidations API.
|
|
1080
1081
|
*/
|
|
1081
1082
|
listTaskValidations(listTaskValidationsRequest: requests.ListTaskValidationsRequest): Promise<responses.ListTaskValidationsResponse>;
|
|
1082
1083
|
/**
|
|
@@ -1086,7 +1087,7 @@ export declare class DataIntegrationClient {
|
|
|
1086
1087
|
* @param ListTasksRequest
|
|
1087
1088
|
* @return ListTasksResponse
|
|
1088
1089
|
* @throws OciError when an error occurs
|
|
1089
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1090
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/ListTasks.ts.html |here} to see how to use ListTasks API.
|
|
1090
1091
|
*/
|
|
1091
1092
|
listTasks(listTasksRequest: requests.ListTasksRequest): Promise<responses.ListTasksResponse>;
|
|
1092
1093
|
/**
|
|
@@ -1095,7 +1096,7 @@ export declare class DataIntegrationClient {
|
|
|
1095
1096
|
* @param ListUserDefinedFunctionValidationsRequest
|
|
1096
1097
|
* @return ListUserDefinedFunctionValidationsResponse
|
|
1097
1098
|
* @throws OciError when an error occurs
|
|
1098
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1099
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/ListUserDefinedFunctionValidations.ts.html |here} to see how to use ListUserDefinedFunctionValidations API.
|
|
1099
1100
|
*/
|
|
1100
1101
|
listUserDefinedFunctionValidations(listUserDefinedFunctionValidationsRequest: requests.ListUserDefinedFunctionValidationsRequest): Promise<responses.ListUserDefinedFunctionValidationsResponse>;
|
|
1101
1102
|
/**
|
|
@@ -1105,7 +1106,7 @@ export declare class DataIntegrationClient {
|
|
|
1105
1106
|
* @param ListUserDefinedFunctionsRequest
|
|
1106
1107
|
* @return ListUserDefinedFunctionsResponse
|
|
1107
1108
|
* @throws OciError when an error occurs
|
|
1108
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1109
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/ListUserDefinedFunctions.ts.html |here} to see how to use ListUserDefinedFunctions API.
|
|
1109
1110
|
*/
|
|
1110
1111
|
listUserDefinedFunctions(listUserDefinedFunctionsRequest: requests.ListUserDefinedFunctionsRequest): Promise<responses.ListUserDefinedFunctionsResponse>;
|
|
1111
1112
|
/**
|
|
@@ -1115,7 +1116,7 @@ export declare class DataIntegrationClient {
|
|
|
1115
1116
|
* @param ListWorkRequestErrorsRequest
|
|
1116
1117
|
* @return ListWorkRequestErrorsResponse
|
|
1117
1118
|
* @throws OciError when an error occurs
|
|
1118
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1119
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
1119
1120
|
*/
|
|
1120
1121
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
1121
1122
|
/**
|
|
@@ -1157,7 +1158,7 @@ export declare class DataIntegrationClient {
|
|
|
1157
1158
|
* @param ListWorkRequestLogsRequest
|
|
1158
1159
|
* @return ListWorkRequestLogsResponse
|
|
1159
1160
|
* @throws OciError when an error occurs
|
|
1160
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1161
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
1161
1162
|
*/
|
|
1162
1163
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
1163
1164
|
/**
|
|
@@ -1199,7 +1200,7 @@ export declare class DataIntegrationClient {
|
|
|
1199
1200
|
* @param ListWorkRequestsRequest
|
|
1200
1201
|
* @return ListWorkRequestsResponse
|
|
1201
1202
|
* @throws OciError when an error occurs
|
|
1202
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1203
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
1203
1204
|
*/
|
|
1204
1205
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
1205
1206
|
/**
|
|
@@ -1241,7 +1242,7 @@ export declare class DataIntegrationClient {
|
|
|
1241
1242
|
* @param ListWorkspacesRequest
|
|
1242
1243
|
* @return ListWorkspacesResponse
|
|
1243
1244
|
* @throws OciError when an error occurs
|
|
1244
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1245
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/ListWorkspaces.ts.html |here} to see how to use ListWorkspaces API.
|
|
1245
1246
|
*/
|
|
1246
1247
|
listWorkspaces(listWorkspacesRequest: requests.ListWorkspacesRequest): Promise<responses.ListWorkspacesResponse>;
|
|
1247
1248
|
/**
|
|
@@ -1283,7 +1284,7 @@ export declare class DataIntegrationClient {
|
|
|
1283
1284
|
* @param StartWorkspaceRequest
|
|
1284
1285
|
* @return StartWorkspaceResponse
|
|
1285
1286
|
* @throws OciError when an error occurs
|
|
1286
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1287
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/StartWorkspace.ts.html |here} to see how to use StartWorkspace API.
|
|
1287
1288
|
*/
|
|
1288
1289
|
startWorkspace(startWorkspaceRequest: requests.StartWorkspaceRequest): Promise<responses.StartWorkspaceResponse>;
|
|
1289
1290
|
/**
|
|
@@ -1293,7 +1294,7 @@ export declare class DataIntegrationClient {
|
|
|
1293
1294
|
* @param StopWorkspaceRequest
|
|
1294
1295
|
* @return StopWorkspaceResponse
|
|
1295
1296
|
* @throws OciError when an error occurs
|
|
1296
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1297
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/StopWorkspace.ts.html |here} to see how to use StopWorkspace API.
|
|
1297
1298
|
*/
|
|
1298
1299
|
stopWorkspace(stopWorkspaceRequest: requests.StopWorkspaceRequest): Promise<responses.StopWorkspaceResponse>;
|
|
1299
1300
|
/**
|
|
@@ -1302,7 +1303,7 @@ export declare class DataIntegrationClient {
|
|
|
1302
1303
|
* @param UpdateApplicationRequest
|
|
1303
1304
|
* @return UpdateApplicationResponse
|
|
1304
1305
|
* @throws OciError when an error occurs
|
|
1305
|
-
* @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.28.0/dataintegration/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
|
|
1306
1307
|
*/
|
|
1307
1308
|
updateApplication(updateApplicationRequest: requests.UpdateApplicationRequest): Promise<responses.UpdateApplicationResponse>;
|
|
1308
1309
|
/**
|
|
@@ -1311,7 +1312,7 @@ export declare class DataIntegrationClient {
|
|
|
1311
1312
|
* @param UpdateConnectionRequest
|
|
1312
1313
|
* @return UpdateConnectionResponse
|
|
1313
1314
|
* @throws OciError when an error occurs
|
|
1314
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1315
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/UpdateConnection.ts.html |here} to see how to use UpdateConnection API.
|
|
1315
1316
|
*/
|
|
1316
1317
|
updateConnection(updateConnectionRequest: requests.UpdateConnectionRequest): Promise<responses.UpdateConnectionResponse>;
|
|
1317
1318
|
/**
|
|
@@ -1320,7 +1321,7 @@ export declare class DataIntegrationClient {
|
|
|
1320
1321
|
* @param UpdateDataAssetRequest
|
|
1321
1322
|
* @return UpdateDataAssetResponse
|
|
1322
1323
|
* @throws OciError when an error occurs
|
|
1323
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1324
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/UpdateDataAsset.ts.html |here} to see how to use UpdateDataAsset API.
|
|
1324
1325
|
*/
|
|
1325
1326
|
updateDataAsset(updateDataAssetRequest: requests.UpdateDataAssetRequest): Promise<responses.UpdateDataAssetResponse>;
|
|
1326
1327
|
/**
|
|
@@ -1329,7 +1330,7 @@ export declare class DataIntegrationClient {
|
|
|
1329
1330
|
* @param UpdateDataFlowRequest
|
|
1330
1331
|
* @return UpdateDataFlowResponse
|
|
1331
1332
|
* @throws OciError when an error occurs
|
|
1332
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1333
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/UpdateDataFlow.ts.html |here} to see how to use UpdateDataFlow API.
|
|
1333
1334
|
*/
|
|
1334
1335
|
updateDataFlow(updateDataFlowRequest: requests.UpdateDataFlowRequest): Promise<responses.UpdateDataFlowResponse>;
|
|
1335
1336
|
/**
|
|
@@ -1338,7 +1339,7 @@ export declare class DataIntegrationClient {
|
|
|
1338
1339
|
* @param UpdateDisApplicationRequest
|
|
1339
1340
|
* @return UpdateDisApplicationResponse
|
|
1340
1341
|
* @throws OciError when an error occurs
|
|
1341
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1342
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/UpdateDisApplication.ts.html |here} to see how to use UpdateDisApplication API.
|
|
1342
1343
|
*/
|
|
1343
1344
|
updateDisApplication(updateDisApplicationRequest: requests.UpdateDisApplicationRequest): Promise<responses.UpdateDisApplicationResponse>;
|
|
1344
1345
|
/**
|
|
@@ -1347,7 +1348,7 @@ export declare class DataIntegrationClient {
|
|
|
1347
1348
|
* @param UpdateExternalPublicationRequest
|
|
1348
1349
|
* @return UpdateExternalPublicationResponse
|
|
1349
1350
|
* @throws OciError when an error occurs
|
|
1350
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1351
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/UpdateExternalPublication.ts.html |here} to see how to use UpdateExternalPublication API.
|
|
1351
1352
|
*/
|
|
1352
1353
|
updateExternalPublication(updateExternalPublicationRequest: requests.UpdateExternalPublicationRequest): Promise<responses.UpdateExternalPublicationResponse>;
|
|
1353
1354
|
/**
|
|
@@ -1356,7 +1357,7 @@ export declare class DataIntegrationClient {
|
|
|
1356
1357
|
* @param UpdateFolderRequest
|
|
1357
1358
|
* @return UpdateFolderResponse
|
|
1358
1359
|
* @throws OciError when an error occurs
|
|
1359
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1360
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/UpdateFolder.ts.html |here} to see how to use UpdateFolder API.
|
|
1360
1361
|
*/
|
|
1361
1362
|
updateFolder(updateFolderRequest: requests.UpdateFolderRequest): Promise<responses.UpdateFolderResponse>;
|
|
1362
1363
|
/**
|
|
@@ -1365,7 +1366,7 @@ export declare class DataIntegrationClient {
|
|
|
1365
1366
|
* @param UpdateFunctionLibraryRequest
|
|
1366
1367
|
* @return UpdateFunctionLibraryResponse
|
|
1367
1368
|
* @throws OciError when an error occurs
|
|
1368
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1369
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/UpdateFunctionLibrary.ts.html |here} to see how to use UpdateFunctionLibrary API.
|
|
1369
1370
|
*/
|
|
1370
1371
|
updateFunctionLibrary(updateFunctionLibraryRequest: requests.UpdateFunctionLibraryRequest): Promise<responses.UpdateFunctionLibraryResponse>;
|
|
1371
1372
|
/**
|
|
@@ -1374,7 +1375,7 @@ export declare class DataIntegrationClient {
|
|
|
1374
1375
|
* @param UpdatePipelineRequest
|
|
1375
1376
|
* @return UpdatePipelineResponse
|
|
1376
1377
|
* @throws OciError when an error occurs
|
|
1377
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1378
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/UpdatePipeline.ts.html |here} to see how to use UpdatePipeline API.
|
|
1378
1379
|
*/
|
|
1379
1380
|
updatePipeline(updatePipelineRequest: requests.UpdatePipelineRequest): Promise<responses.UpdatePipelineResponse>;
|
|
1380
1381
|
/**
|
|
@@ -1383,7 +1384,7 @@ export declare class DataIntegrationClient {
|
|
|
1383
1384
|
* @param UpdateProjectRequest
|
|
1384
1385
|
* @return UpdateProjectResponse
|
|
1385
1386
|
* @throws OciError when an error occurs
|
|
1386
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1387
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/UpdateProject.ts.html |here} to see how to use UpdateProject API.
|
|
1387
1388
|
*/
|
|
1388
1389
|
updateProject(updateProjectRequest: requests.UpdateProjectRequest): Promise<responses.UpdateProjectResponse>;
|
|
1389
1390
|
/**
|
|
@@ -1392,7 +1393,7 @@ export declare class DataIntegrationClient {
|
|
|
1392
1393
|
* @param UpdateReferenceRequest
|
|
1393
1394
|
* @return UpdateReferenceResponse
|
|
1394
1395
|
* @throws OciError when an error occurs
|
|
1395
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1396
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/UpdateReference.ts.html |here} to see how to use UpdateReference API.
|
|
1396
1397
|
*/
|
|
1397
1398
|
updateReference(updateReferenceRequest: requests.UpdateReferenceRequest): Promise<responses.UpdateReferenceResponse>;
|
|
1398
1399
|
/**
|
|
@@ -1401,7 +1402,7 @@ export declare class DataIntegrationClient {
|
|
|
1401
1402
|
* @param UpdateScheduleRequest
|
|
1402
1403
|
* @return UpdateScheduleResponse
|
|
1403
1404
|
* @throws OciError when an error occurs
|
|
1404
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1405
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/UpdateSchedule.ts.html |here} to see how to use UpdateSchedule API.
|
|
1405
1406
|
*/
|
|
1406
1407
|
updateSchedule(updateScheduleRequest: requests.UpdateScheduleRequest): Promise<responses.UpdateScheduleResponse>;
|
|
1407
1408
|
/**
|
|
@@ -1410,7 +1411,7 @@ export declare class DataIntegrationClient {
|
|
|
1410
1411
|
* @param UpdateTaskRequest
|
|
1411
1412
|
* @return UpdateTaskResponse
|
|
1412
1413
|
* @throws OciError when an error occurs
|
|
1413
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1414
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/UpdateTask.ts.html |here} to see how to use UpdateTask API.
|
|
1414
1415
|
*/
|
|
1415
1416
|
updateTask(updateTaskRequest: requests.UpdateTaskRequest): Promise<responses.UpdateTaskResponse>;
|
|
1416
1417
|
/**
|
|
@@ -1419,7 +1420,7 @@ export declare class DataIntegrationClient {
|
|
|
1419
1420
|
* @param UpdateTaskRunRequest
|
|
1420
1421
|
* @return UpdateTaskRunResponse
|
|
1421
1422
|
* @throws OciError when an error occurs
|
|
1422
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1423
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/UpdateTaskRun.ts.html |here} to see how to use UpdateTaskRun API.
|
|
1423
1424
|
*/
|
|
1424
1425
|
updateTaskRun(updateTaskRunRequest: requests.UpdateTaskRunRequest): Promise<responses.UpdateTaskRunResponse>;
|
|
1425
1426
|
/**
|
|
@@ -1428,7 +1429,7 @@ export declare class DataIntegrationClient {
|
|
|
1428
1429
|
* @param UpdateTaskScheduleRequest
|
|
1429
1430
|
* @return UpdateTaskScheduleResponse
|
|
1430
1431
|
* @throws OciError when an error occurs
|
|
1431
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1432
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/UpdateTaskSchedule.ts.html |here} to see how to use UpdateTaskSchedule API.
|
|
1432
1433
|
*/
|
|
1433
1434
|
updateTaskSchedule(updateTaskScheduleRequest: requests.UpdateTaskScheduleRequest): Promise<responses.UpdateTaskScheduleResponse>;
|
|
1434
1435
|
/**
|
|
@@ -1437,7 +1438,7 @@ export declare class DataIntegrationClient {
|
|
|
1437
1438
|
* @param UpdateUserDefinedFunctionRequest
|
|
1438
1439
|
* @return UpdateUserDefinedFunctionResponse
|
|
1439
1440
|
* @throws OciError when an error occurs
|
|
1440
|
-
* @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.28.0/dataintegration/UpdateUserDefinedFunction.ts.html |here} to see how to use UpdateUserDefinedFunction API.
|
|
1441
1442
|
*/
|
|
1442
1443
|
updateUserDefinedFunction(updateUserDefinedFunctionRequest: requests.UpdateUserDefinedFunctionRequest): Promise<responses.UpdateUserDefinedFunctionResponse>;
|
|
1443
1444
|
/**
|
|
@@ -1446,7 +1447,7 @@ export declare class DataIntegrationClient {
|
|
|
1446
1447
|
* @param UpdateWorkspaceRequest
|
|
1447
1448
|
* @return UpdateWorkspaceResponse
|
|
1448
1449
|
* @throws OciError when an error occurs
|
|
1449
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1450
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/dataintegration/UpdateWorkspace.ts.html |here} to see how to use UpdateWorkspace API.
|
|
1450
1451
|
*/
|
|
1451
1452
|
updateWorkspace(updateWorkspaceRequest: requests.UpdateWorkspaceRequest): Promise<responses.UpdateWorkspaceResponse>;
|
|
1452
1453
|
}
|