oci-dataintegration 2.17.0 → 2.18.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 +181 -125
- package/lib/client.js +512 -125
- package/lib/client.js.map +1 -1
- package/lib/dataintegration-waiter.d.ts +24 -0
- package/lib/dataintegration-waiter.js +36 -0
- package/lib/dataintegration-waiter.js.map +1 -1
- package/lib/model/abstract-formatted-text.d.ts +23 -0
- package/lib/model/abstract-formatted-text.js +57 -0
- package/lib/model/abstract-formatted-text.js.map +1 -0
- package/lib/model/application-details.d.ts +34 -0
- package/lib/model/application-details.js +9 -0
- package/lib/model/application-details.js.map +1 -1
- package/lib/model/application-summary.d.ts +58 -0
- package/lib/model/application-summary.js +14 -0
- package/lib/model/application-summary.js.map +1 -1
- package/lib/model/application.d.ts +58 -0
- package/lib/model/application.js +14 -0
- package/lib/model/application.js.map +1 -1
- package/lib/model/auth-config.d.ts +32 -0
- package/lib/model/auth-config.js +71 -0
- package/lib/model/auth-config.js.map +1 -0
- package/lib/model/auth-details.d.ts +1 -1
- package/lib/model/change-dis-application-compartment-details.d.ts +25 -0
- package/lib/model/change-dis-application-compartment-details.js +29 -0
- package/lib/model/change-dis-application-compartment-details.js.map +1 -0
- package/lib/model/create-application-details.d.ts +34 -0
- package/lib/model/create-application-details.js +9 -0
- package/lib/model/create-application-details.js.map +1 -1
- package/lib/model/create-dis-application-details.d.ts +89 -0
- package/lib/model/create-dis-application-details.js +76 -0
- package/lib/model/create-dis-application-details.js.map +1 -0
- package/lib/model/create-task-from-rest-task.d.ts +6 -0
- package/lib/model/create-task-from-rest-task.js +20 -0
- package/lib/model/create-task-from-rest-task.js.map +1 -1
- package/lib/model/dependent-object.d.ts +58 -0
- package/lib/model/dependent-object.js +14 -0
- package/lib/model/dependent-object.js.map +1 -1
- package/lib/model/direct-field-map.d.ts +4 -2
- package/lib/model/direct-field-map.js +12 -0
- package/lib/model/direct-field-map.js.map +1 -1
- package/lib/model/direct-named-field-map.d.ts +4 -2
- package/lib/model/direct-named-field-map.js +12 -0
- package/lib/model/direct-named-field-map.js.map +1 -1
- package/lib/model/dis-application-summary-collection.d.ts +26 -0
- package/lib/model/dis-application-summary-collection.js +61 -0
- package/lib/model/dis-application-summary-collection.js.map +1 -0
- package/lib/model/dis-application-summary.d.ts +140 -0
- package/lib/model/dis-application-summary.js +96 -0
- package/lib/model/dis-application-summary.js.map +1 -0
- package/lib/model/dis-application.d.ts +140 -0
- package/lib/model/dis-application.js +96 -0
- package/lib/model/dis-application.js.map +1 -0
- package/lib/model/index.d.ts +26 -0
- package/lib/model/index.js +35 -9
- package/lib/model/index.js.map +1 -1
- package/lib/model/json-text.d.ts +27 -0
- package/lib/model/json-text.js +57 -0
- package/lib/model/json-text.js.map +1 -0
- package/lib/model/poll-rest-call-config.d.ts +40 -0
- package/lib/model/poll-rest-call-config.js +65 -0
- package/lib/model/poll-rest-call-config.js.map +1 -0
- package/lib/model/proxy-field.d.ts +2 -1
- package/lib/model/proxy-field.js +6 -0
- package/lib/model/proxy-field.js.map +1 -1
- package/lib/model/resource-principal-auth-config.d.ts +37 -0
- package/lib/model/resource-principal-auth-config.js +64 -0
- package/lib/model/resource-principal-auth-config.js.map +1 -0
- package/lib/model/rule-type-config.d.ts +2 -1
- package/lib/model/rule-type-config.js +6 -0
- package/lib/model/rule-type-config.js.map +1 -1
- package/lib/model/scope-reference.d.ts +45 -0
- package/lib/model/scope-reference.js +42 -0
- package/lib/model/scope-reference.js.map +1 -0
- package/lib/model/task-from-rest-task-details.d.ts +6 -0
- package/lib/model/task-from-rest-task-details.js +20 -0
- package/lib/model/task-from-rest-task-details.js.map +1 -1
- package/lib/model/task-summary-from-rest-task.d.ts +2 -0
- package/lib/model/task-summary-from-rest-task.js +10 -0
- package/lib/model/task-summary-from-rest-task.js.map +1 -1
- package/lib/model/typed-expression.d.ts +28 -0
- package/lib/model/typed-expression.js +52 -0
- package/lib/model/typed-expression.js.map +1 -0
- package/lib/model/typed-object.js +4 -0
- package/lib/model/typed-object.js.map +1 -1
- package/lib/model/update-application-details.d.ts +34 -0
- package/lib/model/update-application-details.js +9 -0
- package/lib/model/update-application-details.js.map +1 -1
- package/lib/model/update-dis-application-details.d.ts +94 -0
- package/lib/model/update-dis-application-details.js +68 -0
- package/lib/model/update-dis-application-details.js.map +1 -0
- package/lib/model/update-task-from-rest-task.d.ts +6 -0
- package/lib/model/update-task-from-rest-task.js +20 -0
- package/lib/model/update-task-from-rest-task.js.map +1 -1
- package/lib/request/change-compartment-request.d.ts +1 -1
- package/lib/request/change-dis-application-compartment-request.d.ts +50 -0
- package/lib/request/change-dis-application-compartment-request.js +15 -0
- package/lib/request/change-dis-application-compartment-request.js.map +1 -0
- package/lib/request/create-application-request.d.ts +1 -1
- package/lib/request/create-connection-request.d.ts +1 -1
- 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 +39 -0
- package/lib/request/create-dis-application-request.js +15 -0
- package/lib/request/create-dis-application-request.js.map +1 -0
- 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 +40 -0
- package/lib/request/delete-dis-application-request.js +15 -0
- package/lib/request/delete-dis-application-request.js.map +1 -0
- package/lib/request/delete-external-publication-request.d.ts +1 -1
- package/lib/request/delete-external-publication-validation-request.d.ts +1 -1
- package/lib/request/delete-folder-request.d.ts +1 -1
- package/lib/request/delete-function-library-request.d.ts +1 -1
- package/lib/request/delete-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 +33 -0
- package/lib/request/get-dis-application-request.js +15 -0
- package/lib/request/get-dis-application-request.js.map +1 -0
- package/lib/request/get-external-publication-request.d.ts +1 -1
- package/lib/request/get-external-publication-validation-request.d.ts +1 -1
- package/lib/request/get-folder-request.d.ts +1 -1
- package/lib/request/get-function-library-request.d.ts +1 -1
- package/lib/request/get-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/index.d.ts +12 -0
- package/lib/request/index.js +3 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-applications-request.d.ts +1 -1
- package/lib/request/list-connection-validations-request.d.ts +1 -1
- package/lib/request/list-connections-request.d.ts +1 -1
- package/lib/request/list-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 +76 -0
- package/lib/request/list-dis-applications-request.js +29 -0
- package/lib/request/list-dis-applications-request.js.map +1 -0
- package/lib/request/list-external-publication-validations-request.d.ts +1 -1
- package/lib/request/list-external-publications-request.d.ts +1 -1
- package/lib/request/list-folders-request.d.ts +1 -1
- package/lib/request/list-function-libraries-request.d.ts +1 -1
- package/lib/request/list-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 +1 -1
- 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 +45 -0
- package/lib/request/update-dis-application-request.js +15 -0
- package/lib/request/update-dis-application-request.js.map +1 -0
- package/lib/request/update-external-publication-request.d.ts +1 -1
- package/lib/request/update-folder-request.d.ts +1 -1
- package/lib/request/update-function-library-request.d.ts +1 -1
- package/lib/request/update-pipeline-request.d.ts +1 -1
- package/lib/request/update-project-request.d.ts +1 -1
- package/lib/request/update-reference-request.d.ts +1 -1
- package/lib/request/update-schedule-request.d.ts +1 -1
- package/lib/request/update-task-request.d.ts +1 -1
- package/lib/request/update-task-run-request.d.ts +1 -1
- package/lib/request/update-task-schedule-request.d.ts +1 -1
- package/lib/request/update-user-defined-function-request.d.ts +1 -1
- package/lib/request/update-workspace-request.d.ts +1 -1
- package/lib/response/change-dis-application-compartment-response.d.ts +26 -0
- package/lib/response/change-dis-application-compartment-response.js +15 -0
- package/lib/response/change-dis-application-compartment-response.js.map +1 -0
- package/lib/response/create-dis-application-response.d.ts +30 -0
- package/lib/response/create-dis-application-response.js +15 -0
- package/lib/response/create-dis-application-response.js.map +1 -0
- package/lib/response/delete-dis-application-response.d.ts +20 -0
- package/lib/response/delete-dis-application-response.js +15 -0
- package/lib/response/delete-dis-application-response.js.map +1 -0
- package/lib/response/get-dis-application-response.d.ts +30 -0
- package/lib/response/get-dis-application-response.js +15 -0
- package/lib/response/get-dis-application-response.js.map +1 -0
- package/lib/response/index.d.ts +12 -0
- package/lib/response/list-dis-applications-response.d.ts +40 -0
- package/lib/response/list-dis-applications-response.js +15 -0
- package/lib/response/list-dis-applications-response.js.map +1 -0
- package/lib/response/update-dis-application-response.d.ts +30 -0
- package/lib/response/update-dis-application-response.js +15 -0
- package/lib/response/update-dis-application-response.js.map +1 -0
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -75,9 +75,19 @@ export declare class DataIntegrationClient {
|
|
|
75
75
|
* @param ChangeCompartmentRequest
|
|
76
76
|
* @return ChangeCompartmentResponse
|
|
77
77
|
* @throws OciError when an error occurs
|
|
78
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
78
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/ChangeCompartment.ts.html |here} to see how to use ChangeCompartment API.
|
|
79
79
|
*/
|
|
80
80
|
changeCompartment(changeCompartmentRequest: requests.ChangeCompartmentRequest): Promise<responses.ChangeCompartmentResponse>;
|
|
81
|
+
/**
|
|
82
|
+
* Moves a DIS Application to a specified compartment.
|
|
83
|
+
*
|
|
84
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
85
|
+
* @param ChangeDisApplicationCompartmentRequest
|
|
86
|
+
* @return ChangeDisApplicationCompartmentResponse
|
|
87
|
+
* @throws OciError when an error occurs
|
|
88
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/ChangeDisApplicationCompartment.ts.html |here} to see how to use ChangeDisApplicationCompartment API.
|
|
89
|
+
*/
|
|
90
|
+
changeDisApplicationCompartment(changeDisApplicationCompartmentRequest: requests.ChangeDisApplicationCompartmentRequest): Promise<responses.ChangeDisApplicationCompartmentResponse>;
|
|
81
91
|
/**
|
|
82
92
|
* Creates an application.
|
|
83
93
|
*
|
|
@@ -85,7 +95,7 @@ export declare class DataIntegrationClient {
|
|
|
85
95
|
* @param CreateApplicationRequest
|
|
86
96
|
* @return CreateApplicationResponse
|
|
87
97
|
* @throws OciError when an error occurs
|
|
88
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
98
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/CreateApplication.ts.html |here} to see how to use CreateApplication API.
|
|
89
99
|
*/
|
|
90
100
|
createApplication(createApplicationRequest: requests.CreateApplicationRequest): Promise<responses.CreateApplicationResponse>;
|
|
91
101
|
/**
|
|
@@ -94,7 +104,7 @@ export declare class DataIntegrationClient {
|
|
|
94
104
|
* @param CreateConnectionRequest
|
|
95
105
|
* @return CreateConnectionResponse
|
|
96
106
|
* @throws OciError when an error occurs
|
|
97
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
107
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/CreateConnection.ts.html |here} to see how to use CreateConnection API.
|
|
98
108
|
*/
|
|
99
109
|
createConnection(createConnectionRequest: requests.CreateConnectionRequest): Promise<responses.CreateConnectionResponse>;
|
|
100
110
|
/**
|
|
@@ -103,7 +113,7 @@ export declare class DataIntegrationClient {
|
|
|
103
113
|
* @param CreateConnectionValidationRequest
|
|
104
114
|
* @return CreateConnectionValidationResponse
|
|
105
115
|
* @throws OciError when an error occurs
|
|
106
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
116
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/CreateConnectionValidation.ts.html |here} to see how to use CreateConnectionValidation API.
|
|
107
117
|
*/
|
|
108
118
|
createConnectionValidation(createConnectionValidationRequest: requests.CreateConnectionValidationRequest): Promise<responses.CreateConnectionValidationResponse>;
|
|
109
119
|
/**
|
|
@@ -112,7 +122,7 @@ export declare class DataIntegrationClient {
|
|
|
112
122
|
* @param CreateDataAssetRequest
|
|
113
123
|
* @return CreateDataAssetResponse
|
|
114
124
|
* @throws OciError when an error occurs
|
|
115
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
125
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/CreateDataAsset.ts.html |here} to see how to use CreateDataAsset API.
|
|
116
126
|
*/
|
|
117
127
|
createDataAsset(createDataAssetRequest: requests.CreateDataAssetRequest): Promise<responses.CreateDataAssetResponse>;
|
|
118
128
|
/**
|
|
@@ -122,7 +132,7 @@ export declare class DataIntegrationClient {
|
|
|
122
132
|
* @param CreateDataFlowRequest
|
|
123
133
|
* @return CreateDataFlowResponse
|
|
124
134
|
* @throws OciError when an error occurs
|
|
125
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
135
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/CreateDataFlow.ts.html |here} to see how to use CreateDataFlow API.
|
|
126
136
|
*/
|
|
127
137
|
createDataFlow(createDataFlowRequest: requests.CreateDataFlowRequest): Promise<responses.CreateDataFlowResponse>;
|
|
128
138
|
/**
|
|
@@ -132,16 +142,26 @@ export declare class DataIntegrationClient {
|
|
|
132
142
|
* @param CreateDataFlowValidationRequest
|
|
133
143
|
* @return CreateDataFlowValidationResponse
|
|
134
144
|
* @throws OciError when an error occurs
|
|
135
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
145
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/CreateDataFlowValidation.ts.html |here} to see how to use CreateDataFlowValidation API.
|
|
136
146
|
*/
|
|
137
147
|
createDataFlowValidation(createDataFlowValidationRequest: requests.CreateDataFlowValidationRequest): Promise<responses.CreateDataFlowValidationResponse>;
|
|
148
|
+
/**
|
|
149
|
+
* Creates a DIS Application.
|
|
150
|
+
*
|
|
151
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
152
|
+
* @param CreateDisApplicationRequest
|
|
153
|
+
* @return CreateDisApplicationResponse
|
|
154
|
+
* @throws OciError when an error occurs
|
|
155
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/CreateDisApplication.ts.html |here} to see how to use CreateDisApplication API.
|
|
156
|
+
*/
|
|
157
|
+
createDisApplication(createDisApplicationRequest: requests.CreateDisApplicationRequest): Promise<responses.CreateDisApplicationResponse>;
|
|
138
158
|
/**
|
|
139
159
|
* Creates the data entity shape using the shape from the data asset.
|
|
140
160
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
141
161
|
* @param CreateEntityShapeRequest
|
|
142
162
|
* @return CreateEntityShapeResponse
|
|
143
163
|
* @throws OciError when an error occurs
|
|
144
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
164
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/CreateEntityShape.ts.html |here} to see how to use CreateEntityShape API.
|
|
145
165
|
*/
|
|
146
166
|
createEntityShape(createEntityShapeRequest: requests.CreateEntityShapeRequest): Promise<responses.CreateEntityShapeResponse>;
|
|
147
167
|
/**
|
|
@@ -150,7 +170,7 @@ export declare class DataIntegrationClient {
|
|
|
150
170
|
* @param CreateExternalPublicationRequest
|
|
151
171
|
* @return CreateExternalPublicationResponse
|
|
152
172
|
* @throws OciError when an error occurs
|
|
153
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
173
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/CreateExternalPublication.ts.html |here} to see how to use CreateExternalPublication API.
|
|
154
174
|
*/
|
|
155
175
|
createExternalPublication(createExternalPublicationRequest: requests.CreateExternalPublicationRequest): Promise<responses.CreateExternalPublicationResponse>;
|
|
156
176
|
/**
|
|
@@ -159,7 +179,7 @@ export declare class DataIntegrationClient {
|
|
|
159
179
|
* @param CreateExternalPublicationValidationRequest
|
|
160
180
|
* @return CreateExternalPublicationValidationResponse
|
|
161
181
|
* @throws OciError when an error occurs
|
|
162
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
182
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/CreateExternalPublicationValidation.ts.html |here} to see how to use CreateExternalPublicationValidation API.
|
|
163
183
|
*/
|
|
164
184
|
createExternalPublicationValidation(createExternalPublicationValidationRequest: requests.CreateExternalPublicationValidationRequest): Promise<responses.CreateExternalPublicationValidationResponse>;
|
|
165
185
|
/**
|
|
@@ -170,7 +190,7 @@ export declare class DataIntegrationClient {
|
|
|
170
190
|
* @param CreateFolderRequest
|
|
171
191
|
* @return CreateFolderResponse
|
|
172
192
|
* @throws OciError when an error occurs
|
|
173
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
193
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/CreateFolder.ts.html |here} to see how to use CreateFolder API.
|
|
174
194
|
*/
|
|
175
195
|
createFolder(createFolderRequest: requests.CreateFolderRequest): Promise<responses.CreateFolderResponse>;
|
|
176
196
|
/**
|
|
@@ -181,7 +201,7 @@ export declare class DataIntegrationClient {
|
|
|
181
201
|
* @param CreateFunctionLibraryRequest
|
|
182
202
|
* @return CreateFunctionLibraryResponse
|
|
183
203
|
* @throws OciError when an error occurs
|
|
184
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
204
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/CreateFunctionLibrary.ts.html |here} to see how to use CreateFunctionLibrary API.
|
|
185
205
|
*/
|
|
186
206
|
createFunctionLibrary(createFunctionLibraryRequest: requests.CreateFunctionLibraryRequest): Promise<responses.CreateFunctionLibraryResponse>;
|
|
187
207
|
/**
|
|
@@ -190,7 +210,7 @@ export declare class DataIntegrationClient {
|
|
|
190
210
|
* @param CreatePatchRequest
|
|
191
211
|
* @return CreatePatchResponse
|
|
192
212
|
* @throws OciError when an error occurs
|
|
193
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
213
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/CreatePatch.ts.html |here} to see how to use CreatePatch API.
|
|
194
214
|
*/
|
|
195
215
|
createPatch(createPatchRequest: requests.CreatePatchRequest): Promise<responses.CreatePatchResponse>;
|
|
196
216
|
/**
|
|
@@ -200,7 +220,7 @@ export declare class DataIntegrationClient {
|
|
|
200
220
|
* @param CreatePipelineRequest
|
|
201
221
|
* @return CreatePipelineResponse
|
|
202
222
|
* @throws OciError when an error occurs
|
|
203
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
223
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/CreatePipeline.ts.html |here} to see how to use CreatePipeline API.
|
|
204
224
|
*/
|
|
205
225
|
createPipeline(createPipelineRequest: requests.CreatePipelineRequest): Promise<responses.CreatePipelineResponse>;
|
|
206
226
|
/**
|
|
@@ -210,7 +230,7 @@ export declare class DataIntegrationClient {
|
|
|
210
230
|
* @param CreatePipelineValidationRequest
|
|
211
231
|
* @return CreatePipelineValidationResponse
|
|
212
232
|
* @throws OciError when an error occurs
|
|
213
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
233
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/CreatePipelineValidation.ts.html |here} to see how to use CreatePipelineValidation API.
|
|
214
234
|
*/
|
|
215
235
|
createPipelineValidation(createPipelineValidationRequest: requests.CreatePipelineValidationRequest): Promise<responses.CreatePipelineValidationResponse>;
|
|
216
236
|
/**
|
|
@@ -220,7 +240,7 @@ export declare class DataIntegrationClient {
|
|
|
220
240
|
* @param CreateProjectRequest
|
|
221
241
|
* @return CreateProjectResponse
|
|
222
242
|
* @throws OciError when an error occurs
|
|
223
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
243
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/CreateProject.ts.html |here} to see how to use CreateProject API.
|
|
224
244
|
*/
|
|
225
245
|
createProject(createProjectRequest: requests.CreateProjectRequest): Promise<responses.CreateProjectResponse>;
|
|
226
246
|
/**
|
|
@@ -229,7 +249,7 @@ export declare class DataIntegrationClient {
|
|
|
229
249
|
* @param CreateScheduleRequest
|
|
230
250
|
* @return CreateScheduleResponse
|
|
231
251
|
* @throws OciError when an error occurs
|
|
232
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
252
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/CreateSchedule.ts.html |here} to see how to use CreateSchedule API.
|
|
233
253
|
*/
|
|
234
254
|
createSchedule(createScheduleRequest: requests.CreateScheduleRequest): Promise<responses.CreateScheduleResponse>;
|
|
235
255
|
/**
|
|
@@ -239,7 +259,7 @@ export declare class DataIntegrationClient {
|
|
|
239
259
|
* @param CreateTaskRequest
|
|
240
260
|
* @return CreateTaskResponse
|
|
241
261
|
* @throws OciError when an error occurs
|
|
242
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
262
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/CreateTask.ts.html |here} to see how to use CreateTask API.
|
|
243
263
|
*/
|
|
244
264
|
createTask(createTaskRequest: requests.CreateTaskRequest): Promise<responses.CreateTaskResponse>;
|
|
245
265
|
/**
|
|
@@ -248,7 +268,7 @@ export declare class DataIntegrationClient {
|
|
|
248
268
|
* @param CreateTaskRunRequest
|
|
249
269
|
* @return CreateTaskRunResponse
|
|
250
270
|
* @throws OciError when an error occurs
|
|
251
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
271
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/CreateTaskRun.ts.html |here} to see how to use CreateTaskRun API.
|
|
252
272
|
*/
|
|
253
273
|
createTaskRun(createTaskRunRequest: requests.CreateTaskRunRequest): Promise<responses.CreateTaskRunResponse>;
|
|
254
274
|
/**
|
|
@@ -257,7 +277,7 @@ export declare class DataIntegrationClient {
|
|
|
257
277
|
* @param CreateTaskScheduleRequest
|
|
258
278
|
* @return CreateTaskScheduleResponse
|
|
259
279
|
* @throws OciError when an error occurs
|
|
260
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
280
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/CreateTaskSchedule.ts.html |here} to see how to use CreateTaskSchedule API.
|
|
261
281
|
*/
|
|
262
282
|
createTaskSchedule(createTaskScheduleRequest: requests.CreateTaskScheduleRequest): Promise<responses.CreateTaskScheduleResponse>;
|
|
263
283
|
/**
|
|
@@ -266,7 +286,7 @@ export declare class DataIntegrationClient {
|
|
|
266
286
|
* @param CreateTaskValidationRequest
|
|
267
287
|
* @return CreateTaskValidationResponse
|
|
268
288
|
* @throws OciError when an error occurs
|
|
269
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
289
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/CreateTaskValidation.ts.html |here} to see how to use CreateTaskValidation API.
|
|
270
290
|
*/
|
|
271
291
|
createTaskValidation(createTaskValidationRequest: requests.CreateTaskValidationRequest): Promise<responses.CreateTaskValidationResponse>;
|
|
272
292
|
/**
|
|
@@ -276,7 +296,7 @@ export declare class DataIntegrationClient {
|
|
|
276
296
|
* @param CreateUserDefinedFunctionRequest
|
|
277
297
|
* @return CreateUserDefinedFunctionResponse
|
|
278
298
|
* @throws OciError when an error occurs
|
|
279
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
299
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/CreateUserDefinedFunction.ts.html |here} to see how to use CreateUserDefinedFunction API.
|
|
280
300
|
*/
|
|
281
301
|
createUserDefinedFunction(createUserDefinedFunctionRequest: requests.CreateUserDefinedFunctionRequest): Promise<responses.CreateUserDefinedFunctionResponse>;
|
|
282
302
|
/**
|
|
@@ -286,7 +306,7 @@ export declare class DataIntegrationClient {
|
|
|
286
306
|
* @param CreateUserDefinedFunctionValidationRequest
|
|
287
307
|
* @return CreateUserDefinedFunctionValidationResponse
|
|
288
308
|
* @throws OciError when an error occurs
|
|
289
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
309
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/CreateUserDefinedFunctionValidation.ts.html |here} to see how to use CreateUserDefinedFunctionValidation API.
|
|
290
310
|
*/
|
|
291
311
|
createUserDefinedFunctionValidation(createUserDefinedFunctionValidationRequest: requests.CreateUserDefinedFunctionValidationRequest): Promise<responses.CreateUserDefinedFunctionValidationResponse>;
|
|
292
312
|
/**
|
|
@@ -296,7 +316,7 @@ export declare class DataIntegrationClient {
|
|
|
296
316
|
* @param CreateWorkspaceRequest
|
|
297
317
|
* @return CreateWorkspaceResponse
|
|
298
318
|
* @throws OciError when an error occurs
|
|
299
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
319
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/CreateWorkspace.ts.html |here} to see how to use CreateWorkspace API.
|
|
300
320
|
*/
|
|
301
321
|
createWorkspace(createWorkspaceRequest: requests.CreateWorkspaceRequest): Promise<responses.CreateWorkspaceResponse>;
|
|
302
322
|
/**
|
|
@@ -305,7 +325,7 @@ export declare class DataIntegrationClient {
|
|
|
305
325
|
* @param DeleteApplicationRequest
|
|
306
326
|
* @return DeleteApplicationResponse
|
|
307
327
|
* @throws OciError when an error occurs
|
|
308
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
328
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
|
|
309
329
|
*/
|
|
310
330
|
deleteApplication(deleteApplicationRequest: requests.DeleteApplicationRequest): Promise<responses.DeleteApplicationResponse>;
|
|
311
331
|
/**
|
|
@@ -314,7 +334,7 @@ export declare class DataIntegrationClient {
|
|
|
314
334
|
* @param DeleteConnectionRequest
|
|
315
335
|
* @return DeleteConnectionResponse
|
|
316
336
|
* @throws OciError when an error occurs
|
|
317
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
337
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/DeleteConnection.ts.html |here} to see how to use DeleteConnection API.
|
|
318
338
|
*/
|
|
319
339
|
deleteConnection(deleteConnectionRequest: requests.DeleteConnectionRequest): Promise<responses.DeleteConnectionResponse>;
|
|
320
340
|
/**
|
|
@@ -323,7 +343,7 @@ export declare class DataIntegrationClient {
|
|
|
323
343
|
* @param DeleteConnectionValidationRequest
|
|
324
344
|
* @return DeleteConnectionValidationResponse
|
|
325
345
|
* @throws OciError when an error occurs
|
|
326
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
346
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/DeleteConnectionValidation.ts.html |here} to see how to use DeleteConnectionValidation API.
|
|
327
347
|
*/
|
|
328
348
|
deleteConnectionValidation(deleteConnectionValidationRequest: requests.DeleteConnectionValidationRequest): Promise<responses.DeleteConnectionValidationResponse>;
|
|
329
349
|
/**
|
|
@@ -332,7 +352,7 @@ export declare class DataIntegrationClient {
|
|
|
332
352
|
* @param DeleteDataAssetRequest
|
|
333
353
|
* @return DeleteDataAssetResponse
|
|
334
354
|
* @throws OciError when an error occurs
|
|
335
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
355
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/DeleteDataAsset.ts.html |here} to see how to use DeleteDataAsset API.
|
|
336
356
|
*/
|
|
337
357
|
deleteDataAsset(deleteDataAssetRequest: requests.DeleteDataAssetRequest): Promise<responses.DeleteDataAssetResponse>;
|
|
338
358
|
/**
|
|
@@ -341,7 +361,7 @@ export declare class DataIntegrationClient {
|
|
|
341
361
|
* @param DeleteDataFlowRequest
|
|
342
362
|
* @return DeleteDataFlowResponse
|
|
343
363
|
* @throws OciError when an error occurs
|
|
344
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
364
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/DeleteDataFlow.ts.html |here} to see how to use DeleteDataFlow API.
|
|
345
365
|
*/
|
|
346
366
|
deleteDataFlow(deleteDataFlowRequest: requests.DeleteDataFlowRequest): Promise<responses.DeleteDataFlowResponse>;
|
|
347
367
|
/**
|
|
@@ -350,16 +370,25 @@ export declare class DataIntegrationClient {
|
|
|
350
370
|
* @param DeleteDataFlowValidationRequest
|
|
351
371
|
* @return DeleteDataFlowValidationResponse
|
|
352
372
|
* @throws OciError when an error occurs
|
|
353
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
373
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/DeleteDataFlowValidation.ts.html |here} to see how to use DeleteDataFlowValidation API.
|
|
354
374
|
*/
|
|
355
375
|
deleteDataFlowValidation(deleteDataFlowValidationRequest: requests.DeleteDataFlowValidationRequest): Promise<responses.DeleteDataFlowValidationResponse>;
|
|
376
|
+
/**
|
|
377
|
+
* Removes a DIS application using the specified identifier.
|
|
378
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
379
|
+
* @param DeleteDisApplicationRequest
|
|
380
|
+
* @return DeleteDisApplicationResponse
|
|
381
|
+
* @throws OciError when an error occurs
|
|
382
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/DeleteDisApplication.ts.html |here} to see how to use DeleteDisApplication API.
|
|
383
|
+
*/
|
|
384
|
+
deleteDisApplication(deleteDisApplicationRequest: requests.DeleteDisApplicationRequest): Promise<responses.DeleteDisApplicationResponse>;
|
|
356
385
|
/**
|
|
357
386
|
* Removes a published object using the specified identifier.
|
|
358
387
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
359
388
|
* @param DeleteExternalPublicationRequest
|
|
360
389
|
* @return DeleteExternalPublicationResponse
|
|
361
390
|
* @throws OciError when an error occurs
|
|
362
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
391
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/DeleteExternalPublication.ts.html |here} to see how to use DeleteExternalPublication API.
|
|
363
392
|
*/
|
|
364
393
|
deleteExternalPublication(deleteExternalPublicationRequest: requests.DeleteExternalPublicationRequest): Promise<responses.DeleteExternalPublicationResponse>;
|
|
365
394
|
/**
|
|
@@ -369,7 +398,7 @@ export declare class DataIntegrationClient {
|
|
|
369
398
|
* @param DeleteExternalPublicationValidationRequest
|
|
370
399
|
* @return DeleteExternalPublicationValidationResponse
|
|
371
400
|
* @throws OciError when an error occurs
|
|
372
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
401
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/DeleteExternalPublicationValidation.ts.html |here} to see how to use DeleteExternalPublicationValidation API.
|
|
373
402
|
*/
|
|
374
403
|
deleteExternalPublicationValidation(deleteExternalPublicationValidationRequest: requests.DeleteExternalPublicationValidationRequest): Promise<responses.DeleteExternalPublicationValidationResponse>;
|
|
375
404
|
/**
|
|
@@ -378,7 +407,7 @@ export declare class DataIntegrationClient {
|
|
|
378
407
|
* @param DeleteFolderRequest
|
|
379
408
|
* @return DeleteFolderResponse
|
|
380
409
|
* @throws OciError when an error occurs
|
|
381
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
410
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/DeleteFolder.ts.html |here} to see how to use DeleteFolder API.
|
|
382
411
|
*/
|
|
383
412
|
deleteFolder(deleteFolderRequest: requests.DeleteFolderRequest): Promise<responses.DeleteFolderResponse>;
|
|
384
413
|
/**
|
|
@@ -387,7 +416,7 @@ export declare class DataIntegrationClient {
|
|
|
387
416
|
* @param DeleteFunctionLibraryRequest
|
|
388
417
|
* @return DeleteFunctionLibraryResponse
|
|
389
418
|
* @throws OciError when an error occurs
|
|
390
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
419
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/DeleteFunctionLibrary.ts.html |here} to see how to use DeleteFunctionLibrary API.
|
|
391
420
|
*/
|
|
392
421
|
deleteFunctionLibrary(deleteFunctionLibraryRequest: requests.DeleteFunctionLibraryRequest): Promise<responses.DeleteFunctionLibraryResponse>;
|
|
393
422
|
/**
|
|
@@ -396,7 +425,7 @@ export declare class DataIntegrationClient {
|
|
|
396
425
|
* @param DeletePatchRequest
|
|
397
426
|
* @return DeletePatchResponse
|
|
398
427
|
* @throws OciError when an error occurs
|
|
399
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
428
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/DeletePatch.ts.html |here} to see how to use DeletePatch API.
|
|
400
429
|
*/
|
|
401
430
|
deletePatch(deletePatchRequest: requests.DeletePatchRequest): Promise<responses.DeletePatchResponse>;
|
|
402
431
|
/**
|
|
@@ -405,7 +434,7 @@ export declare class DataIntegrationClient {
|
|
|
405
434
|
* @param DeletePipelineRequest
|
|
406
435
|
* @return DeletePipelineResponse
|
|
407
436
|
* @throws OciError when an error occurs
|
|
408
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
437
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/DeletePipeline.ts.html |here} to see how to use DeletePipeline API.
|
|
409
438
|
*/
|
|
410
439
|
deletePipeline(deletePipelineRequest: requests.DeletePipelineRequest): Promise<responses.DeletePipelineResponse>;
|
|
411
440
|
/**
|
|
@@ -414,7 +443,7 @@ export declare class DataIntegrationClient {
|
|
|
414
443
|
* @param DeletePipelineValidationRequest
|
|
415
444
|
* @return DeletePipelineValidationResponse
|
|
416
445
|
* @throws OciError when an error occurs
|
|
417
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
446
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/DeletePipelineValidation.ts.html |here} to see how to use DeletePipelineValidation API.
|
|
418
447
|
*/
|
|
419
448
|
deletePipelineValidation(deletePipelineValidationRequest: requests.DeletePipelineValidationRequest): Promise<responses.DeletePipelineValidationResponse>;
|
|
420
449
|
/**
|
|
@@ -423,7 +452,7 @@ export declare class DataIntegrationClient {
|
|
|
423
452
|
* @param DeleteProjectRequest
|
|
424
453
|
* @return DeleteProjectResponse
|
|
425
454
|
* @throws OciError when an error occurs
|
|
426
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
455
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/DeleteProject.ts.html |here} to see how to use DeleteProject API.
|
|
427
456
|
*/
|
|
428
457
|
deleteProject(deleteProjectRequest: requests.DeleteProjectRequest): Promise<responses.DeleteProjectResponse>;
|
|
429
458
|
/**
|
|
@@ -432,7 +461,7 @@ export declare class DataIntegrationClient {
|
|
|
432
461
|
* @param DeleteScheduleRequest
|
|
433
462
|
* @return DeleteScheduleResponse
|
|
434
463
|
* @throws OciError when an error occurs
|
|
435
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
464
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/DeleteSchedule.ts.html |here} to see how to use DeleteSchedule API.
|
|
436
465
|
*/
|
|
437
466
|
deleteSchedule(deleteScheduleRequest: requests.DeleteScheduleRequest): Promise<responses.DeleteScheduleResponse>;
|
|
438
467
|
/**
|
|
@@ -441,7 +470,7 @@ export declare class DataIntegrationClient {
|
|
|
441
470
|
* @param DeleteTaskRequest
|
|
442
471
|
* @return DeleteTaskResponse
|
|
443
472
|
* @throws OciError when an error occurs
|
|
444
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
473
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/DeleteTask.ts.html |here} to see how to use DeleteTask API.
|
|
445
474
|
*/
|
|
446
475
|
deleteTask(deleteTaskRequest: requests.DeleteTaskRequest): Promise<responses.DeleteTaskResponse>;
|
|
447
476
|
/**
|
|
@@ -450,7 +479,7 @@ export declare class DataIntegrationClient {
|
|
|
450
479
|
* @param DeleteTaskRunRequest
|
|
451
480
|
* @return DeleteTaskRunResponse
|
|
452
481
|
* @throws OciError when an error occurs
|
|
453
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
482
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/DeleteTaskRun.ts.html |here} to see how to use DeleteTaskRun API.
|
|
454
483
|
*/
|
|
455
484
|
deleteTaskRun(deleteTaskRunRequest: requests.DeleteTaskRunRequest): Promise<responses.DeleteTaskRunResponse>;
|
|
456
485
|
/**
|
|
@@ -459,7 +488,7 @@ export declare class DataIntegrationClient {
|
|
|
459
488
|
* @param DeleteTaskScheduleRequest
|
|
460
489
|
* @return DeleteTaskScheduleResponse
|
|
461
490
|
* @throws OciError when an error occurs
|
|
462
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
491
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/DeleteTaskSchedule.ts.html |here} to see how to use DeleteTaskSchedule API.
|
|
463
492
|
*/
|
|
464
493
|
deleteTaskSchedule(deleteTaskScheduleRequest: requests.DeleteTaskScheduleRequest): Promise<responses.DeleteTaskScheduleResponse>;
|
|
465
494
|
/**
|
|
@@ -469,7 +498,7 @@ export declare class DataIntegrationClient {
|
|
|
469
498
|
* @param DeleteTaskValidationRequest
|
|
470
499
|
* @return DeleteTaskValidationResponse
|
|
471
500
|
* @throws OciError when an error occurs
|
|
472
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
501
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/DeleteTaskValidation.ts.html |here} to see how to use DeleteTaskValidation API.
|
|
473
502
|
*/
|
|
474
503
|
deleteTaskValidation(deleteTaskValidationRequest: requests.DeleteTaskValidationRequest): Promise<responses.DeleteTaskValidationResponse>;
|
|
475
504
|
/**
|
|
@@ -478,7 +507,7 @@ export declare class DataIntegrationClient {
|
|
|
478
507
|
* @param DeleteUserDefinedFunctionRequest
|
|
479
508
|
* @return DeleteUserDefinedFunctionResponse
|
|
480
509
|
* @throws OciError when an error occurs
|
|
481
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
510
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/DeleteUserDefinedFunction.ts.html |here} to see how to use DeleteUserDefinedFunction API.
|
|
482
511
|
*/
|
|
483
512
|
deleteUserDefinedFunction(deleteUserDefinedFunctionRequest: requests.DeleteUserDefinedFunctionRequest): Promise<responses.DeleteUserDefinedFunctionResponse>;
|
|
484
513
|
/**
|
|
@@ -487,7 +516,7 @@ export declare class DataIntegrationClient {
|
|
|
487
516
|
* @param DeleteUserDefinedFunctionValidationRequest
|
|
488
517
|
* @return DeleteUserDefinedFunctionValidationResponse
|
|
489
518
|
* @throws OciError when an error occurs
|
|
490
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
519
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/DeleteUserDefinedFunctionValidation.ts.html |here} to see how to use DeleteUserDefinedFunctionValidation API.
|
|
491
520
|
*/
|
|
492
521
|
deleteUserDefinedFunctionValidation(deleteUserDefinedFunctionValidationRequest: requests.DeleteUserDefinedFunctionValidationRequest): Promise<responses.DeleteUserDefinedFunctionValidationResponse>;
|
|
493
522
|
/**
|
|
@@ -496,7 +525,7 @@ export declare class DataIntegrationClient {
|
|
|
496
525
|
* @param DeleteWorkspaceRequest
|
|
497
526
|
* @return DeleteWorkspaceResponse
|
|
498
527
|
* @throws OciError when an error occurs
|
|
499
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
528
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/DeleteWorkspace.ts.html |here} to see how to use DeleteWorkspace API.
|
|
500
529
|
*/
|
|
501
530
|
deleteWorkspace(deleteWorkspaceRequest: requests.DeleteWorkspaceRequest): Promise<responses.DeleteWorkspaceResponse>;
|
|
502
531
|
/**
|
|
@@ -505,7 +534,7 @@ export declare class DataIntegrationClient {
|
|
|
505
534
|
* @param GetApplicationRequest
|
|
506
535
|
* @return GetApplicationResponse
|
|
507
536
|
* @throws OciError when an error occurs
|
|
508
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
537
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/GetApplication.ts.html |here} to see how to use GetApplication API.
|
|
509
538
|
*/
|
|
510
539
|
getApplication(getApplicationRequest: requests.GetApplicationRequest): Promise<responses.GetApplicationResponse>;
|
|
511
540
|
/**
|
|
@@ -514,7 +543,7 @@ export declare class DataIntegrationClient {
|
|
|
514
543
|
* @param GetConnectionRequest
|
|
515
544
|
* @return GetConnectionResponse
|
|
516
545
|
* @throws OciError when an error occurs
|
|
517
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
546
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/GetConnection.ts.html |here} to see how to use GetConnection API.
|
|
518
547
|
*/
|
|
519
548
|
getConnection(getConnectionRequest: requests.GetConnectionRequest): Promise<responses.GetConnectionResponse>;
|
|
520
549
|
/**
|
|
@@ -523,7 +552,7 @@ export declare class DataIntegrationClient {
|
|
|
523
552
|
* @param GetConnectionValidationRequest
|
|
524
553
|
* @return GetConnectionValidationResponse
|
|
525
554
|
* @throws OciError when an error occurs
|
|
526
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
555
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/GetConnectionValidation.ts.html |here} to see how to use GetConnectionValidation API.
|
|
527
556
|
*/
|
|
528
557
|
getConnectionValidation(getConnectionValidationRequest: requests.GetConnectionValidationRequest): Promise<responses.GetConnectionValidationResponse>;
|
|
529
558
|
/**
|
|
@@ -534,7 +563,7 @@ export declare class DataIntegrationClient {
|
|
|
534
563
|
* @param GetCountStatisticRequest
|
|
535
564
|
* @return GetCountStatisticResponse
|
|
536
565
|
* @throws OciError when an error occurs
|
|
537
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
566
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/GetCountStatistic.ts.html |here} to see how to use GetCountStatistic API.
|
|
538
567
|
*/
|
|
539
568
|
getCountStatistic(getCountStatisticRequest: requests.GetCountStatisticRequest): Promise<responses.GetCountStatisticResponse>;
|
|
540
569
|
/**
|
|
@@ -543,7 +572,7 @@ export declare class DataIntegrationClient {
|
|
|
543
572
|
* @param GetDataAssetRequest
|
|
544
573
|
* @return GetDataAssetResponse
|
|
545
574
|
* @throws OciError when an error occurs
|
|
546
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
575
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/GetDataAsset.ts.html |here} to see how to use GetDataAsset API.
|
|
547
576
|
*/
|
|
548
577
|
getDataAsset(getDataAssetRequest: requests.GetDataAssetRequest): Promise<responses.GetDataAssetResponse>;
|
|
549
578
|
/**
|
|
@@ -552,7 +581,7 @@ export declare class DataIntegrationClient {
|
|
|
552
581
|
* @param GetDataEntityRequest
|
|
553
582
|
* @return GetDataEntityResponse
|
|
554
583
|
* @throws OciError when an error occurs
|
|
555
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
584
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/GetDataEntity.ts.html |here} to see how to use GetDataEntity API.
|
|
556
585
|
*/
|
|
557
586
|
getDataEntity(getDataEntityRequest: requests.GetDataEntityRequest): Promise<responses.GetDataEntityResponse>;
|
|
558
587
|
/**
|
|
@@ -561,7 +590,7 @@ export declare class DataIntegrationClient {
|
|
|
561
590
|
* @param GetDataFlowRequest
|
|
562
591
|
* @return GetDataFlowResponse
|
|
563
592
|
* @throws OciError when an error occurs
|
|
564
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
593
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/GetDataFlow.ts.html |here} to see how to use GetDataFlow API.
|
|
565
594
|
*/
|
|
566
595
|
getDataFlow(getDataFlowRequest: requests.GetDataFlowRequest): Promise<responses.GetDataFlowResponse>;
|
|
567
596
|
/**
|
|
@@ -570,7 +599,7 @@ export declare class DataIntegrationClient {
|
|
|
570
599
|
* @param GetDataFlowValidationRequest
|
|
571
600
|
* @return GetDataFlowValidationResponse
|
|
572
601
|
* @throws OciError when an error occurs
|
|
573
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
602
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/GetDataFlowValidation.ts.html |here} to see how to use GetDataFlowValidation API.
|
|
574
603
|
*/
|
|
575
604
|
getDataFlowValidation(getDataFlowValidationRequest: requests.GetDataFlowValidationRequest): Promise<responses.GetDataFlowValidationResponse>;
|
|
576
605
|
/**
|
|
@@ -579,16 +608,25 @@ export declare class DataIntegrationClient {
|
|
|
579
608
|
* @param GetDependentObjectRequest
|
|
580
609
|
* @return GetDependentObjectResponse
|
|
581
610
|
* @throws OciError when an error occurs
|
|
582
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
611
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/GetDependentObject.ts.html |here} to see how to use GetDependentObject API.
|
|
583
612
|
*/
|
|
584
613
|
getDependentObject(getDependentObjectRequest: requests.GetDependentObjectRequest): Promise<responses.GetDependentObjectResponse>;
|
|
614
|
+
/**
|
|
615
|
+
* Retrieves an application using the specified OCID.
|
|
616
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
617
|
+
* @param GetDisApplicationRequest
|
|
618
|
+
* @return GetDisApplicationResponse
|
|
619
|
+
* @throws OciError when an error occurs
|
|
620
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/GetDisApplication.ts.html |here} to see how to use GetDisApplication API.
|
|
621
|
+
*/
|
|
622
|
+
getDisApplication(getDisApplicationRequest: requests.GetDisApplicationRequest): Promise<responses.GetDisApplicationResponse>;
|
|
585
623
|
/**
|
|
586
624
|
* Retrieves a publshed object in an task using the specified identifier.
|
|
587
625
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
588
626
|
* @param GetExternalPublicationRequest
|
|
589
627
|
* @return GetExternalPublicationResponse
|
|
590
628
|
* @throws OciError when an error occurs
|
|
591
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
629
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/GetExternalPublication.ts.html |here} to see how to use GetExternalPublication API.
|
|
592
630
|
*/
|
|
593
631
|
getExternalPublication(getExternalPublicationRequest: requests.GetExternalPublicationRequest): Promise<responses.GetExternalPublicationResponse>;
|
|
594
632
|
/**
|
|
@@ -597,7 +635,7 @@ export declare class DataIntegrationClient {
|
|
|
597
635
|
* @param GetExternalPublicationValidationRequest
|
|
598
636
|
* @return GetExternalPublicationValidationResponse
|
|
599
637
|
* @throws OciError when an error occurs
|
|
600
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
638
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/GetExternalPublicationValidation.ts.html |here} to see how to use GetExternalPublicationValidation API.
|
|
601
639
|
*/
|
|
602
640
|
getExternalPublicationValidation(getExternalPublicationValidationRequest: requests.GetExternalPublicationValidationRequest): Promise<responses.GetExternalPublicationValidationResponse>;
|
|
603
641
|
/**
|
|
@@ -606,7 +644,7 @@ export declare class DataIntegrationClient {
|
|
|
606
644
|
* @param GetFolderRequest
|
|
607
645
|
* @return GetFolderResponse
|
|
608
646
|
* @throws OciError when an error occurs
|
|
609
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
647
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/GetFolder.ts.html |here} to see how to use GetFolder API.
|
|
610
648
|
*/
|
|
611
649
|
getFolder(getFolderRequest: requests.GetFolderRequest): Promise<responses.GetFolderResponse>;
|
|
612
650
|
/**
|
|
@@ -615,7 +653,7 @@ export declare class DataIntegrationClient {
|
|
|
615
653
|
* @param GetFunctionLibraryRequest
|
|
616
654
|
* @return GetFunctionLibraryResponse
|
|
617
655
|
* @throws OciError when an error occurs
|
|
618
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
656
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/GetFunctionLibrary.ts.html |here} to see how to use GetFunctionLibrary API.
|
|
619
657
|
*/
|
|
620
658
|
getFunctionLibrary(getFunctionLibraryRequest: requests.GetFunctionLibraryRequest): Promise<responses.GetFunctionLibraryResponse>;
|
|
621
659
|
/**
|
|
@@ -624,7 +662,7 @@ export declare class DataIntegrationClient {
|
|
|
624
662
|
* @param GetPatchRequest
|
|
625
663
|
* @return GetPatchResponse
|
|
626
664
|
* @throws OciError when an error occurs
|
|
627
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
665
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/GetPatch.ts.html |here} to see how to use GetPatch API.
|
|
628
666
|
*/
|
|
629
667
|
getPatch(getPatchRequest: requests.GetPatchRequest): Promise<responses.GetPatchResponse>;
|
|
630
668
|
/**
|
|
@@ -633,7 +671,7 @@ export declare class DataIntegrationClient {
|
|
|
633
671
|
* @param GetPipelineRequest
|
|
634
672
|
* @return GetPipelineResponse
|
|
635
673
|
* @throws OciError when an error occurs
|
|
636
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
674
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/GetPipeline.ts.html |here} to see how to use GetPipeline API.
|
|
637
675
|
*/
|
|
638
676
|
getPipeline(getPipelineRequest: requests.GetPipelineRequest): Promise<responses.GetPipelineResponse>;
|
|
639
677
|
/**
|
|
@@ -642,7 +680,7 @@ export declare class DataIntegrationClient {
|
|
|
642
680
|
* @param GetPipelineValidationRequest
|
|
643
681
|
* @return GetPipelineValidationResponse
|
|
644
682
|
* @throws OciError when an error occurs
|
|
645
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
683
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/GetPipelineValidation.ts.html |here} to see how to use GetPipelineValidation API.
|
|
646
684
|
*/
|
|
647
685
|
getPipelineValidation(getPipelineValidationRequest: requests.GetPipelineValidationRequest): Promise<responses.GetPipelineValidationResponse>;
|
|
648
686
|
/**
|
|
@@ -651,7 +689,7 @@ export declare class DataIntegrationClient {
|
|
|
651
689
|
* @param GetProjectRequest
|
|
652
690
|
* @return GetProjectResponse
|
|
653
691
|
* @throws OciError when an error occurs
|
|
654
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
692
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/GetProject.ts.html |here} to see how to use GetProject API.
|
|
655
693
|
*/
|
|
656
694
|
getProject(getProjectRequest: requests.GetProjectRequest): Promise<responses.GetProjectResponse>;
|
|
657
695
|
/**
|
|
@@ -660,7 +698,7 @@ export declare class DataIntegrationClient {
|
|
|
660
698
|
* @param GetPublishedObjectRequest
|
|
661
699
|
* @return GetPublishedObjectResponse
|
|
662
700
|
* @throws OciError when an error occurs
|
|
663
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
701
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/GetPublishedObject.ts.html |here} to see how to use GetPublishedObject API.
|
|
664
702
|
*/
|
|
665
703
|
getPublishedObject(getPublishedObjectRequest: requests.GetPublishedObjectRequest): Promise<responses.GetPublishedObjectResponse>;
|
|
666
704
|
/**
|
|
@@ -669,7 +707,7 @@ export declare class DataIntegrationClient {
|
|
|
669
707
|
* @param GetReferenceRequest
|
|
670
708
|
* @return GetReferenceResponse
|
|
671
709
|
* @throws OciError when an error occurs
|
|
672
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
710
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/GetReference.ts.html |here} to see how to use GetReference API.
|
|
673
711
|
*/
|
|
674
712
|
getReference(getReferenceRequest: requests.GetReferenceRequest): Promise<responses.GetReferenceResponse>;
|
|
675
713
|
/**
|
|
@@ -678,7 +716,7 @@ export declare class DataIntegrationClient {
|
|
|
678
716
|
* @param GetScheduleRequest
|
|
679
717
|
* @return GetScheduleResponse
|
|
680
718
|
* @throws OciError when an error occurs
|
|
681
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
719
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/GetSchedule.ts.html |here} to see how to use GetSchedule API.
|
|
682
720
|
*/
|
|
683
721
|
getSchedule(getScheduleRequest: requests.GetScheduleRequest): Promise<responses.GetScheduleResponse>;
|
|
684
722
|
/**
|
|
@@ -687,7 +725,7 @@ export declare class DataIntegrationClient {
|
|
|
687
725
|
* @param GetSchemaRequest
|
|
688
726
|
* @return GetSchemaResponse
|
|
689
727
|
* @throws OciError when an error occurs
|
|
690
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
728
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/GetSchema.ts.html |here} to see how to use GetSchema API.
|
|
691
729
|
*/
|
|
692
730
|
getSchema(getSchemaRequest: requests.GetSchemaRequest): Promise<responses.GetSchemaResponse>;
|
|
693
731
|
/**
|
|
@@ -696,7 +734,7 @@ export declare class DataIntegrationClient {
|
|
|
696
734
|
* @param GetTaskRequest
|
|
697
735
|
* @return GetTaskResponse
|
|
698
736
|
* @throws OciError when an error occurs
|
|
699
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
737
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/GetTask.ts.html |here} to see how to use GetTask API.
|
|
700
738
|
*/
|
|
701
739
|
getTask(getTaskRequest: requests.GetTaskRequest): Promise<responses.GetTaskResponse>;
|
|
702
740
|
/**
|
|
@@ -705,7 +743,7 @@ export declare class DataIntegrationClient {
|
|
|
705
743
|
* @param GetTaskRunRequest
|
|
706
744
|
* @return GetTaskRunResponse
|
|
707
745
|
* @throws OciError when an error occurs
|
|
708
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
746
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/GetTaskRun.ts.html |here} to see how to use GetTaskRun API.
|
|
709
747
|
*/
|
|
710
748
|
getTaskRun(getTaskRunRequest: requests.GetTaskRunRequest): Promise<responses.GetTaskRunResponse>;
|
|
711
749
|
/**
|
|
@@ -714,7 +752,7 @@ export declare class DataIntegrationClient {
|
|
|
714
752
|
* @param GetTaskScheduleRequest
|
|
715
753
|
* @return GetTaskScheduleResponse
|
|
716
754
|
* @throws OciError when an error occurs
|
|
717
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
755
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/GetTaskSchedule.ts.html |here} to see how to use GetTaskSchedule API.
|
|
718
756
|
*/
|
|
719
757
|
getTaskSchedule(getTaskScheduleRequest: requests.GetTaskScheduleRequest): Promise<responses.GetTaskScheduleResponse>;
|
|
720
758
|
/**
|
|
@@ -724,7 +762,7 @@ export declare class DataIntegrationClient {
|
|
|
724
762
|
* @param GetTaskValidationRequest
|
|
725
763
|
* @return GetTaskValidationResponse
|
|
726
764
|
* @throws OciError when an error occurs
|
|
727
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
765
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/GetTaskValidation.ts.html |here} to see how to use GetTaskValidation API.
|
|
728
766
|
*/
|
|
729
767
|
getTaskValidation(getTaskValidationRequest: requests.GetTaskValidationRequest): Promise<responses.GetTaskValidationResponse>;
|
|
730
768
|
/**
|
|
@@ -733,7 +771,7 @@ export declare class DataIntegrationClient {
|
|
|
733
771
|
* @param GetUserDefinedFunctionRequest
|
|
734
772
|
* @return GetUserDefinedFunctionResponse
|
|
735
773
|
* @throws OciError when an error occurs
|
|
736
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
774
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/GetUserDefinedFunction.ts.html |here} to see how to use GetUserDefinedFunction API.
|
|
737
775
|
*/
|
|
738
776
|
getUserDefinedFunction(getUserDefinedFunctionRequest: requests.GetUserDefinedFunctionRequest): Promise<responses.GetUserDefinedFunctionResponse>;
|
|
739
777
|
/**
|
|
@@ -742,7 +780,7 @@ export declare class DataIntegrationClient {
|
|
|
742
780
|
* @param GetUserDefinedFunctionValidationRequest
|
|
743
781
|
* @return GetUserDefinedFunctionValidationResponse
|
|
744
782
|
* @throws OciError when an error occurs
|
|
745
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
783
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/GetUserDefinedFunctionValidation.ts.html |here} to see how to use GetUserDefinedFunctionValidation API.
|
|
746
784
|
*/
|
|
747
785
|
getUserDefinedFunctionValidation(getUserDefinedFunctionValidationRequest: requests.GetUserDefinedFunctionValidationRequest): Promise<responses.GetUserDefinedFunctionValidationResponse>;
|
|
748
786
|
/**
|
|
@@ -751,7 +789,7 @@ export declare class DataIntegrationClient {
|
|
|
751
789
|
* @param GetWorkRequestRequest
|
|
752
790
|
* @return GetWorkRequestResponse
|
|
753
791
|
* @throws OciError when an error occurs
|
|
754
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
792
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
755
793
|
*/
|
|
756
794
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
757
795
|
/**
|
|
@@ -760,7 +798,7 @@ export declare class DataIntegrationClient {
|
|
|
760
798
|
* @param GetWorkspaceRequest
|
|
761
799
|
* @return GetWorkspaceResponse
|
|
762
800
|
* @throws OciError when an error occurs
|
|
763
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
801
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/GetWorkspace.ts.html |here} to see how to use GetWorkspace API.
|
|
764
802
|
*/
|
|
765
803
|
getWorkspace(getWorkspaceRequest: requests.GetWorkspaceRequest): Promise<responses.GetWorkspaceResponse>;
|
|
766
804
|
/**
|
|
@@ -769,7 +807,7 @@ export declare class DataIntegrationClient {
|
|
|
769
807
|
* @param ListApplicationsRequest
|
|
770
808
|
* @return ListApplicationsResponse
|
|
771
809
|
* @throws OciError when an error occurs
|
|
772
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
810
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/ListApplications.ts.html |here} to see how to use ListApplications API.
|
|
773
811
|
*/
|
|
774
812
|
listApplications(listApplicationsRequest: requests.ListApplicationsRequest): Promise<responses.ListApplicationsResponse>;
|
|
775
813
|
/**
|
|
@@ -778,7 +816,7 @@ export declare class DataIntegrationClient {
|
|
|
778
816
|
* @param ListConnectionValidationsRequest
|
|
779
817
|
* @return ListConnectionValidationsResponse
|
|
780
818
|
* @throws OciError when an error occurs
|
|
781
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
819
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/ListConnectionValidations.ts.html |here} to see how to use ListConnectionValidations API.
|
|
782
820
|
*/
|
|
783
821
|
listConnectionValidations(listConnectionValidationsRequest: requests.ListConnectionValidationsRequest): Promise<responses.ListConnectionValidationsResponse>;
|
|
784
822
|
/**
|
|
@@ -787,7 +825,7 @@ export declare class DataIntegrationClient {
|
|
|
787
825
|
* @param ListConnectionsRequest
|
|
788
826
|
* @return ListConnectionsResponse
|
|
789
827
|
* @throws OciError when an error occurs
|
|
790
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
828
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/ListConnections.ts.html |here} to see how to use ListConnections API.
|
|
791
829
|
*/
|
|
792
830
|
listConnections(listConnectionsRequest: requests.ListConnectionsRequest): Promise<responses.ListConnectionsResponse>;
|
|
793
831
|
/**
|
|
@@ -797,7 +835,7 @@ export declare class DataIntegrationClient {
|
|
|
797
835
|
* @param ListDataAssetsRequest
|
|
798
836
|
* @return ListDataAssetsResponse
|
|
799
837
|
* @throws OciError when an error occurs
|
|
800
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
838
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/ListDataAssets.ts.html |here} to see how to use ListDataAssets API.
|
|
801
839
|
*/
|
|
802
840
|
listDataAssets(listDataAssetsRequest: requests.ListDataAssetsRequest): Promise<responses.ListDataAssetsResponse>;
|
|
803
841
|
/**
|
|
@@ -807,7 +845,7 @@ export declare class DataIntegrationClient {
|
|
|
807
845
|
* @param ListDataEntitiesRequest
|
|
808
846
|
* @return ListDataEntitiesResponse
|
|
809
847
|
* @throws OciError when an error occurs
|
|
810
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
848
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/ListDataEntities.ts.html |here} to see how to use ListDataEntities API.
|
|
811
849
|
*/
|
|
812
850
|
listDataEntities(listDataEntitiesRequest: requests.ListDataEntitiesRequest): Promise<responses.ListDataEntitiesResponse>;
|
|
813
851
|
/**
|
|
@@ -816,7 +854,7 @@ export declare class DataIntegrationClient {
|
|
|
816
854
|
* @param ListDataFlowValidationsRequest
|
|
817
855
|
* @return ListDataFlowValidationsResponse
|
|
818
856
|
* @throws OciError when an error occurs
|
|
819
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
857
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/ListDataFlowValidations.ts.html |here} to see how to use ListDataFlowValidations API.
|
|
820
858
|
*/
|
|
821
859
|
listDataFlowValidations(listDataFlowValidationsRequest: requests.ListDataFlowValidationsRequest): Promise<responses.ListDataFlowValidationsResponse>;
|
|
822
860
|
/**
|
|
@@ -826,7 +864,7 @@ export declare class DataIntegrationClient {
|
|
|
826
864
|
* @param ListDataFlowsRequest
|
|
827
865
|
* @return ListDataFlowsResponse
|
|
828
866
|
* @throws OciError when an error occurs
|
|
829
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
867
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/ListDataFlows.ts.html |here} to see how to use ListDataFlows API.
|
|
830
868
|
*/
|
|
831
869
|
listDataFlows(listDataFlowsRequest: requests.ListDataFlowsRequest): Promise<responses.ListDataFlowsResponse>;
|
|
832
870
|
/**
|
|
@@ -835,9 +873,18 @@ export declare class DataIntegrationClient {
|
|
|
835
873
|
* @param ListDependentObjectsRequest
|
|
836
874
|
* @return ListDependentObjectsResponse
|
|
837
875
|
* @throws OciError when an error occurs
|
|
838
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
876
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/ListDependentObjects.ts.html |here} to see how to use ListDependentObjects API.
|
|
839
877
|
*/
|
|
840
878
|
listDependentObjects(listDependentObjectsRequest: requests.ListDependentObjectsRequest): Promise<responses.ListDependentObjectsResponse>;
|
|
879
|
+
/**
|
|
880
|
+
* Retrieves a list of DIS Applications in a compartment and provides options to filter the list.
|
|
881
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
882
|
+
* @param ListDisApplicationsRequest
|
|
883
|
+
* @return ListDisApplicationsResponse
|
|
884
|
+
* @throws OciError when an error occurs
|
|
885
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/ListDisApplications.ts.html |here} to see how to use ListDisApplications API.
|
|
886
|
+
*/
|
|
887
|
+
listDisApplications(listDisApplicationsRequest: requests.ListDisApplicationsRequest): Promise<responses.ListDisApplicationsResponse>;
|
|
841
888
|
/**
|
|
842
889
|
* Retrieves a lists of external publication validations in a workspace and provides options to filter the list.
|
|
843
890
|
*
|
|
@@ -845,7 +892,7 @@ export declare class DataIntegrationClient {
|
|
|
845
892
|
* @param ListExternalPublicationValidationsRequest
|
|
846
893
|
* @return ListExternalPublicationValidationsResponse
|
|
847
894
|
* @throws OciError when an error occurs
|
|
848
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
895
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/ListExternalPublicationValidations.ts.html |here} to see how to use ListExternalPublicationValidations API.
|
|
849
896
|
*/
|
|
850
897
|
listExternalPublicationValidations(listExternalPublicationValidationsRequest: requests.ListExternalPublicationValidationsRequest): Promise<responses.ListExternalPublicationValidationsResponse>;
|
|
851
898
|
/**
|
|
@@ -854,7 +901,7 @@ export declare class DataIntegrationClient {
|
|
|
854
901
|
* @param ListExternalPublicationsRequest
|
|
855
902
|
* @return ListExternalPublicationsResponse
|
|
856
903
|
* @throws OciError when an error occurs
|
|
857
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
904
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/ListExternalPublications.ts.html |here} to see how to use ListExternalPublications API.
|
|
858
905
|
*/
|
|
859
906
|
listExternalPublications(listExternalPublicationsRequest: requests.ListExternalPublicationsRequest): Promise<responses.ListExternalPublicationsResponse>;
|
|
860
907
|
/**
|
|
@@ -864,7 +911,7 @@ export declare class DataIntegrationClient {
|
|
|
864
911
|
* @param ListFoldersRequest
|
|
865
912
|
* @return ListFoldersResponse
|
|
866
913
|
* @throws OciError when an error occurs
|
|
867
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
914
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/ListFolders.ts.html |here} to see how to use ListFolders API.
|
|
868
915
|
*/
|
|
869
916
|
listFolders(listFoldersRequest: requests.ListFoldersRequest): Promise<responses.ListFoldersResponse>;
|
|
870
917
|
/**
|
|
@@ -874,7 +921,7 @@ export declare class DataIntegrationClient {
|
|
|
874
921
|
* @param ListFunctionLibrariesRequest
|
|
875
922
|
* @return ListFunctionLibrariesResponse
|
|
876
923
|
* @throws OciError when an error occurs
|
|
877
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
924
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/ListFunctionLibraries.ts.html |here} to see how to use ListFunctionLibraries API.
|
|
878
925
|
*/
|
|
879
926
|
listFunctionLibraries(listFunctionLibrariesRequest: requests.ListFunctionLibrariesRequest): Promise<responses.ListFunctionLibrariesResponse>;
|
|
880
927
|
/**
|
|
@@ -883,7 +930,7 @@ export declare class DataIntegrationClient {
|
|
|
883
930
|
* @param ListPatchChangesRequest
|
|
884
931
|
* @return ListPatchChangesResponse
|
|
885
932
|
* @throws OciError when an error occurs
|
|
886
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
933
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/ListPatchChanges.ts.html |here} to see how to use ListPatchChanges API.
|
|
887
934
|
*/
|
|
888
935
|
listPatchChanges(listPatchChangesRequest: requests.ListPatchChangesRequest): Promise<responses.ListPatchChangesResponse>;
|
|
889
936
|
/**
|
|
@@ -892,7 +939,7 @@ export declare class DataIntegrationClient {
|
|
|
892
939
|
* @param ListPatchesRequest
|
|
893
940
|
* @return ListPatchesResponse
|
|
894
941
|
* @throws OciError when an error occurs
|
|
895
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
942
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/ListPatches.ts.html |here} to see how to use ListPatches API.
|
|
896
943
|
*/
|
|
897
944
|
listPatches(listPatchesRequest: requests.ListPatchesRequest): Promise<responses.ListPatchesResponse>;
|
|
898
945
|
/**
|
|
@@ -901,7 +948,7 @@ export declare class DataIntegrationClient {
|
|
|
901
948
|
* @param ListPipelineValidationsRequest
|
|
902
949
|
* @return ListPipelineValidationsResponse
|
|
903
950
|
* @throws OciError when an error occurs
|
|
904
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
951
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/ListPipelineValidations.ts.html |here} to see how to use ListPipelineValidations API.
|
|
905
952
|
*/
|
|
906
953
|
listPipelineValidations(listPipelineValidationsRequest: requests.ListPipelineValidationsRequest): Promise<responses.ListPipelineValidationsResponse>;
|
|
907
954
|
/**
|
|
@@ -911,7 +958,7 @@ export declare class DataIntegrationClient {
|
|
|
911
958
|
* @param ListPipelinesRequest
|
|
912
959
|
* @return ListPipelinesResponse
|
|
913
960
|
* @throws OciError when an error occurs
|
|
914
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
961
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/ListPipelines.ts.html |here} to see how to use ListPipelines API.
|
|
915
962
|
*/
|
|
916
963
|
listPipelines(listPipelinesRequest: requests.ListPipelinesRequest): Promise<responses.ListPipelinesResponse>;
|
|
917
964
|
/**
|
|
@@ -921,7 +968,7 @@ export declare class DataIntegrationClient {
|
|
|
921
968
|
* @param ListProjectsRequest
|
|
922
969
|
* @return ListProjectsResponse
|
|
923
970
|
* @throws OciError when an error occurs
|
|
924
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
971
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/ListProjects.ts.html |here} to see how to use ListProjects API.
|
|
925
972
|
*/
|
|
926
973
|
listProjects(listProjectsRequest: requests.ListProjectsRequest): Promise<responses.ListProjectsResponse>;
|
|
927
974
|
/**
|
|
@@ -930,7 +977,7 @@ export declare class DataIntegrationClient {
|
|
|
930
977
|
* @param ListPublishedObjectsRequest
|
|
931
978
|
* @return ListPublishedObjectsResponse
|
|
932
979
|
* @throws OciError when an error occurs
|
|
933
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
980
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/ListPublishedObjects.ts.html |here} to see how to use ListPublishedObjects API.
|
|
934
981
|
*/
|
|
935
982
|
listPublishedObjects(listPublishedObjectsRequest: requests.ListPublishedObjectsRequest): Promise<responses.ListPublishedObjectsResponse>;
|
|
936
983
|
/**
|
|
@@ -939,7 +986,7 @@ export declare class DataIntegrationClient {
|
|
|
939
986
|
* @param ListReferencesRequest
|
|
940
987
|
* @return ListReferencesResponse
|
|
941
988
|
* @throws OciError when an error occurs
|
|
942
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
989
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/ListReferences.ts.html |here} to see how to use ListReferences API.
|
|
943
990
|
*/
|
|
944
991
|
listReferences(listReferencesRequest: requests.ListReferencesRequest): Promise<responses.ListReferencesResponse>;
|
|
945
992
|
/**
|
|
@@ -949,7 +996,7 @@ export declare class DataIntegrationClient {
|
|
|
949
996
|
* @param ListSchedulesRequest
|
|
950
997
|
* @return ListSchedulesResponse
|
|
951
998
|
* @throws OciError when an error occurs
|
|
952
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
999
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/ListSchedules.ts.html |here} to see how to use ListSchedules API.
|
|
953
1000
|
*/
|
|
954
1001
|
listSchedules(listSchedulesRequest: requests.ListSchedulesRequest): Promise<responses.ListSchedulesResponse>;
|
|
955
1002
|
/**
|
|
@@ -958,7 +1005,7 @@ export declare class DataIntegrationClient {
|
|
|
958
1005
|
* @param ListSchemasRequest
|
|
959
1006
|
* @return ListSchemasResponse
|
|
960
1007
|
* @throws OciError when an error occurs
|
|
961
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1008
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/ListSchemas.ts.html |here} to see how to use ListSchemas API.
|
|
962
1009
|
*/
|
|
963
1010
|
listSchemas(listSchemasRequest: requests.ListSchemasRequest): Promise<responses.ListSchemasResponse>;
|
|
964
1011
|
/**
|
|
@@ -967,7 +1014,7 @@ export declare class DataIntegrationClient {
|
|
|
967
1014
|
* @param ListTaskRunLogsRequest
|
|
968
1015
|
* @return ListTaskRunLogsResponse
|
|
969
1016
|
* @throws OciError when an error occurs
|
|
970
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1017
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/ListTaskRunLogs.ts.html |here} to see how to use ListTaskRunLogs API.
|
|
971
1018
|
*/
|
|
972
1019
|
listTaskRunLogs(listTaskRunLogsRequest: requests.ListTaskRunLogsRequest): Promise<responses.ListTaskRunLogsResponse>;
|
|
973
1020
|
/**
|
|
@@ -1008,7 +1055,7 @@ export declare class DataIntegrationClient {
|
|
|
1008
1055
|
* @param ListTaskRunsRequest
|
|
1009
1056
|
* @return ListTaskRunsResponse
|
|
1010
1057
|
* @throws OciError when an error occurs
|
|
1011
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1058
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/ListTaskRuns.ts.html |here} to see how to use ListTaskRuns API.
|
|
1012
1059
|
*/
|
|
1013
1060
|
listTaskRuns(listTaskRunsRequest: requests.ListTaskRunsRequest): Promise<responses.ListTaskRunsResponse>;
|
|
1014
1061
|
/**
|
|
@@ -1018,7 +1065,7 @@ export declare class DataIntegrationClient {
|
|
|
1018
1065
|
* @param ListTaskSchedulesRequest
|
|
1019
1066
|
* @return ListTaskSchedulesResponse
|
|
1020
1067
|
* @throws OciError when an error occurs
|
|
1021
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1068
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/ListTaskSchedules.ts.html |here} to see how to use ListTaskSchedules API.
|
|
1022
1069
|
*/
|
|
1023
1070
|
listTaskSchedules(listTaskSchedulesRequest: requests.ListTaskSchedulesRequest): Promise<responses.ListTaskSchedulesResponse>;
|
|
1024
1071
|
/**
|
|
@@ -1028,7 +1075,7 @@ export declare class DataIntegrationClient {
|
|
|
1028
1075
|
* @param ListTaskValidationsRequest
|
|
1029
1076
|
* @return ListTaskValidationsResponse
|
|
1030
1077
|
* @throws OciError when an error occurs
|
|
1031
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1078
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/ListTaskValidations.ts.html |here} to see how to use ListTaskValidations API.
|
|
1032
1079
|
*/
|
|
1033
1080
|
listTaskValidations(listTaskValidationsRequest: requests.ListTaskValidationsRequest): Promise<responses.ListTaskValidationsResponse>;
|
|
1034
1081
|
/**
|
|
@@ -1038,7 +1085,7 @@ export declare class DataIntegrationClient {
|
|
|
1038
1085
|
* @param ListTasksRequest
|
|
1039
1086
|
* @return ListTasksResponse
|
|
1040
1087
|
* @throws OciError when an error occurs
|
|
1041
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1088
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/ListTasks.ts.html |here} to see how to use ListTasks API.
|
|
1042
1089
|
*/
|
|
1043
1090
|
listTasks(listTasksRequest: requests.ListTasksRequest): Promise<responses.ListTasksResponse>;
|
|
1044
1091
|
/**
|
|
@@ -1047,7 +1094,7 @@ export declare class DataIntegrationClient {
|
|
|
1047
1094
|
* @param ListUserDefinedFunctionValidationsRequest
|
|
1048
1095
|
* @return ListUserDefinedFunctionValidationsResponse
|
|
1049
1096
|
* @throws OciError when an error occurs
|
|
1050
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1097
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/ListUserDefinedFunctionValidations.ts.html |here} to see how to use ListUserDefinedFunctionValidations API.
|
|
1051
1098
|
*/
|
|
1052
1099
|
listUserDefinedFunctionValidations(listUserDefinedFunctionValidationsRequest: requests.ListUserDefinedFunctionValidationsRequest): Promise<responses.ListUserDefinedFunctionValidationsResponse>;
|
|
1053
1100
|
/**
|
|
@@ -1057,7 +1104,7 @@ export declare class DataIntegrationClient {
|
|
|
1057
1104
|
* @param ListUserDefinedFunctionsRequest
|
|
1058
1105
|
* @return ListUserDefinedFunctionsResponse
|
|
1059
1106
|
* @throws OciError when an error occurs
|
|
1060
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1107
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/ListUserDefinedFunctions.ts.html |here} to see how to use ListUserDefinedFunctions API.
|
|
1061
1108
|
*/
|
|
1062
1109
|
listUserDefinedFunctions(listUserDefinedFunctionsRequest: requests.ListUserDefinedFunctionsRequest): Promise<responses.ListUserDefinedFunctionsResponse>;
|
|
1063
1110
|
/**
|
|
@@ -1067,7 +1114,7 @@ export declare class DataIntegrationClient {
|
|
|
1067
1114
|
* @param ListWorkRequestErrorsRequest
|
|
1068
1115
|
* @return ListWorkRequestErrorsResponse
|
|
1069
1116
|
* @throws OciError when an error occurs
|
|
1070
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1117
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
1071
1118
|
*/
|
|
1072
1119
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
1073
1120
|
/**
|
|
@@ -1109,7 +1156,7 @@ export declare class DataIntegrationClient {
|
|
|
1109
1156
|
* @param ListWorkRequestLogsRequest
|
|
1110
1157
|
* @return ListWorkRequestLogsResponse
|
|
1111
1158
|
* @throws OciError when an error occurs
|
|
1112
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1159
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
1113
1160
|
*/
|
|
1114
1161
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
1115
1162
|
/**
|
|
@@ -1151,7 +1198,7 @@ export declare class DataIntegrationClient {
|
|
|
1151
1198
|
* @param ListWorkRequestsRequest
|
|
1152
1199
|
* @return ListWorkRequestsResponse
|
|
1153
1200
|
* @throws OciError when an error occurs
|
|
1154
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1201
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
1155
1202
|
*/
|
|
1156
1203
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
1157
1204
|
/**
|
|
@@ -1193,7 +1240,7 @@ export declare class DataIntegrationClient {
|
|
|
1193
1240
|
* @param ListWorkspacesRequest
|
|
1194
1241
|
* @return ListWorkspacesResponse
|
|
1195
1242
|
* @throws OciError when an error occurs
|
|
1196
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1243
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/ListWorkspaces.ts.html |here} to see how to use ListWorkspaces API.
|
|
1197
1244
|
*/
|
|
1198
1245
|
listWorkspaces(listWorkspacesRequest: requests.ListWorkspacesRequest): Promise<responses.ListWorkspacesResponse>;
|
|
1199
1246
|
/**
|
|
@@ -1235,7 +1282,7 @@ export declare class DataIntegrationClient {
|
|
|
1235
1282
|
* @param StartWorkspaceRequest
|
|
1236
1283
|
* @return StartWorkspaceResponse
|
|
1237
1284
|
* @throws OciError when an error occurs
|
|
1238
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1285
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/StartWorkspace.ts.html |here} to see how to use StartWorkspace API.
|
|
1239
1286
|
*/
|
|
1240
1287
|
startWorkspace(startWorkspaceRequest: requests.StartWorkspaceRequest): Promise<responses.StartWorkspaceResponse>;
|
|
1241
1288
|
/**
|
|
@@ -1245,7 +1292,7 @@ export declare class DataIntegrationClient {
|
|
|
1245
1292
|
* @param StopWorkspaceRequest
|
|
1246
1293
|
* @return StopWorkspaceResponse
|
|
1247
1294
|
* @throws OciError when an error occurs
|
|
1248
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1295
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/StopWorkspace.ts.html |here} to see how to use StopWorkspace API.
|
|
1249
1296
|
*/
|
|
1250
1297
|
stopWorkspace(stopWorkspaceRequest: requests.StopWorkspaceRequest): Promise<responses.StopWorkspaceResponse>;
|
|
1251
1298
|
/**
|
|
@@ -1254,7 +1301,7 @@ export declare class DataIntegrationClient {
|
|
|
1254
1301
|
* @param UpdateApplicationRequest
|
|
1255
1302
|
* @return UpdateApplicationResponse
|
|
1256
1303
|
* @throws OciError when an error occurs
|
|
1257
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1304
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
|
|
1258
1305
|
*/
|
|
1259
1306
|
updateApplication(updateApplicationRequest: requests.UpdateApplicationRequest): Promise<responses.UpdateApplicationResponse>;
|
|
1260
1307
|
/**
|
|
@@ -1263,7 +1310,7 @@ export declare class DataIntegrationClient {
|
|
|
1263
1310
|
* @param UpdateConnectionRequest
|
|
1264
1311
|
* @return UpdateConnectionResponse
|
|
1265
1312
|
* @throws OciError when an error occurs
|
|
1266
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1313
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/UpdateConnection.ts.html |here} to see how to use UpdateConnection API.
|
|
1267
1314
|
*/
|
|
1268
1315
|
updateConnection(updateConnectionRequest: requests.UpdateConnectionRequest): Promise<responses.UpdateConnectionResponse>;
|
|
1269
1316
|
/**
|
|
@@ -1272,7 +1319,7 @@ export declare class DataIntegrationClient {
|
|
|
1272
1319
|
* @param UpdateDataAssetRequest
|
|
1273
1320
|
* @return UpdateDataAssetResponse
|
|
1274
1321
|
* @throws OciError when an error occurs
|
|
1275
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1322
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/UpdateDataAsset.ts.html |here} to see how to use UpdateDataAsset API.
|
|
1276
1323
|
*/
|
|
1277
1324
|
updateDataAsset(updateDataAssetRequest: requests.UpdateDataAssetRequest): Promise<responses.UpdateDataAssetResponse>;
|
|
1278
1325
|
/**
|
|
@@ -1281,16 +1328,25 @@ export declare class DataIntegrationClient {
|
|
|
1281
1328
|
* @param UpdateDataFlowRequest
|
|
1282
1329
|
* @return UpdateDataFlowResponse
|
|
1283
1330
|
* @throws OciError when an error occurs
|
|
1284
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1331
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/UpdateDataFlow.ts.html |here} to see how to use UpdateDataFlow API.
|
|
1285
1332
|
*/
|
|
1286
1333
|
updateDataFlow(updateDataFlowRequest: requests.UpdateDataFlowRequest): Promise<responses.UpdateDataFlowResponse>;
|
|
1334
|
+
/**
|
|
1335
|
+
* Updates a DIS Application.
|
|
1336
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
1337
|
+
* @param UpdateDisApplicationRequest
|
|
1338
|
+
* @return UpdateDisApplicationResponse
|
|
1339
|
+
* @throws OciError when an error occurs
|
|
1340
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/UpdateDisApplication.ts.html |here} to see how to use UpdateDisApplication API.
|
|
1341
|
+
*/
|
|
1342
|
+
updateDisApplication(updateDisApplicationRequest: requests.UpdateDisApplicationRequest): Promise<responses.UpdateDisApplicationResponse>;
|
|
1287
1343
|
/**
|
|
1288
1344
|
* Updates the external publication object.
|
|
1289
1345
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
1290
1346
|
* @param UpdateExternalPublicationRequest
|
|
1291
1347
|
* @return UpdateExternalPublicationResponse
|
|
1292
1348
|
* @throws OciError when an error occurs
|
|
1293
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1349
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/UpdateExternalPublication.ts.html |here} to see how to use UpdateExternalPublication API.
|
|
1294
1350
|
*/
|
|
1295
1351
|
updateExternalPublication(updateExternalPublicationRequest: requests.UpdateExternalPublicationRequest): Promise<responses.UpdateExternalPublicationResponse>;
|
|
1296
1352
|
/**
|
|
@@ -1299,7 +1355,7 @@ export declare class DataIntegrationClient {
|
|
|
1299
1355
|
* @param UpdateFolderRequest
|
|
1300
1356
|
* @return UpdateFolderResponse
|
|
1301
1357
|
* @throws OciError when an error occurs
|
|
1302
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1358
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/UpdateFolder.ts.html |here} to see how to use UpdateFolder API.
|
|
1303
1359
|
*/
|
|
1304
1360
|
updateFolder(updateFolderRequest: requests.UpdateFolderRequest): Promise<responses.UpdateFolderResponse>;
|
|
1305
1361
|
/**
|
|
@@ -1308,7 +1364,7 @@ export declare class DataIntegrationClient {
|
|
|
1308
1364
|
* @param UpdateFunctionLibraryRequest
|
|
1309
1365
|
* @return UpdateFunctionLibraryResponse
|
|
1310
1366
|
* @throws OciError when an error occurs
|
|
1311
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1367
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/UpdateFunctionLibrary.ts.html |here} to see how to use UpdateFunctionLibrary API.
|
|
1312
1368
|
*/
|
|
1313
1369
|
updateFunctionLibrary(updateFunctionLibraryRequest: requests.UpdateFunctionLibraryRequest): Promise<responses.UpdateFunctionLibraryResponse>;
|
|
1314
1370
|
/**
|
|
@@ -1317,7 +1373,7 @@ export declare class DataIntegrationClient {
|
|
|
1317
1373
|
* @param UpdatePipelineRequest
|
|
1318
1374
|
* @return UpdatePipelineResponse
|
|
1319
1375
|
* @throws OciError when an error occurs
|
|
1320
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1376
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/UpdatePipeline.ts.html |here} to see how to use UpdatePipeline API.
|
|
1321
1377
|
*/
|
|
1322
1378
|
updatePipeline(updatePipelineRequest: requests.UpdatePipelineRequest): Promise<responses.UpdatePipelineResponse>;
|
|
1323
1379
|
/**
|
|
@@ -1326,7 +1382,7 @@ export declare class DataIntegrationClient {
|
|
|
1326
1382
|
* @param UpdateProjectRequest
|
|
1327
1383
|
* @return UpdateProjectResponse
|
|
1328
1384
|
* @throws OciError when an error occurs
|
|
1329
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1385
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/UpdateProject.ts.html |here} to see how to use UpdateProject API.
|
|
1330
1386
|
*/
|
|
1331
1387
|
updateProject(updateProjectRequest: requests.UpdateProjectRequest): Promise<responses.UpdateProjectResponse>;
|
|
1332
1388
|
/**
|
|
@@ -1335,7 +1391,7 @@ export declare class DataIntegrationClient {
|
|
|
1335
1391
|
* @param UpdateReferenceRequest
|
|
1336
1392
|
* @return UpdateReferenceResponse
|
|
1337
1393
|
* @throws OciError when an error occurs
|
|
1338
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1394
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/UpdateReference.ts.html |here} to see how to use UpdateReference API.
|
|
1339
1395
|
*/
|
|
1340
1396
|
updateReference(updateReferenceRequest: requests.UpdateReferenceRequest): Promise<responses.UpdateReferenceResponse>;
|
|
1341
1397
|
/**
|
|
@@ -1344,7 +1400,7 @@ export declare class DataIntegrationClient {
|
|
|
1344
1400
|
* @param UpdateScheduleRequest
|
|
1345
1401
|
* @return UpdateScheduleResponse
|
|
1346
1402
|
* @throws OciError when an error occurs
|
|
1347
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1403
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/UpdateSchedule.ts.html |here} to see how to use UpdateSchedule API.
|
|
1348
1404
|
*/
|
|
1349
1405
|
updateSchedule(updateScheduleRequest: requests.UpdateScheduleRequest): Promise<responses.UpdateScheduleResponse>;
|
|
1350
1406
|
/**
|
|
@@ -1353,7 +1409,7 @@ export declare class DataIntegrationClient {
|
|
|
1353
1409
|
* @param UpdateTaskRequest
|
|
1354
1410
|
* @return UpdateTaskResponse
|
|
1355
1411
|
* @throws OciError when an error occurs
|
|
1356
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1412
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/UpdateTask.ts.html |here} to see how to use UpdateTask API.
|
|
1357
1413
|
*/
|
|
1358
1414
|
updateTask(updateTaskRequest: requests.UpdateTaskRequest): Promise<responses.UpdateTaskResponse>;
|
|
1359
1415
|
/**
|
|
@@ -1362,7 +1418,7 @@ export declare class DataIntegrationClient {
|
|
|
1362
1418
|
* @param UpdateTaskRunRequest
|
|
1363
1419
|
* @return UpdateTaskRunResponse
|
|
1364
1420
|
* @throws OciError when an error occurs
|
|
1365
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1421
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/UpdateTaskRun.ts.html |here} to see how to use UpdateTaskRun API.
|
|
1366
1422
|
*/
|
|
1367
1423
|
updateTaskRun(updateTaskRunRequest: requests.UpdateTaskRunRequest): Promise<responses.UpdateTaskRunResponse>;
|
|
1368
1424
|
/**
|
|
@@ -1371,7 +1427,7 @@ export declare class DataIntegrationClient {
|
|
|
1371
1427
|
* @param UpdateTaskScheduleRequest
|
|
1372
1428
|
* @return UpdateTaskScheduleResponse
|
|
1373
1429
|
* @throws OciError when an error occurs
|
|
1374
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1430
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/UpdateTaskSchedule.ts.html |here} to see how to use UpdateTaskSchedule API.
|
|
1375
1431
|
*/
|
|
1376
1432
|
updateTaskSchedule(updateTaskScheduleRequest: requests.UpdateTaskScheduleRequest): Promise<responses.UpdateTaskScheduleResponse>;
|
|
1377
1433
|
/**
|
|
@@ -1380,7 +1436,7 @@ export declare class DataIntegrationClient {
|
|
|
1380
1436
|
* @param UpdateUserDefinedFunctionRequest
|
|
1381
1437
|
* @return UpdateUserDefinedFunctionResponse
|
|
1382
1438
|
* @throws OciError when an error occurs
|
|
1383
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1439
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/UpdateUserDefinedFunction.ts.html |here} to see how to use UpdateUserDefinedFunction API.
|
|
1384
1440
|
*/
|
|
1385
1441
|
updateUserDefinedFunction(updateUserDefinedFunctionRequest: requests.UpdateUserDefinedFunctionRequest): Promise<responses.UpdateUserDefinedFunctionResponse>;
|
|
1386
1442
|
/**
|
|
@@ -1389,7 +1445,7 @@ export declare class DataIntegrationClient {
|
|
|
1389
1445
|
* @param UpdateWorkspaceRequest
|
|
1390
1446
|
* @return UpdateWorkspaceResponse
|
|
1391
1447
|
* @throws OciError when an error occurs
|
|
1392
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1448
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/dataintegration/UpdateWorkspace.ts.html |here} to see how to use UpdateWorkspace API.
|
|
1393
1449
|
*/
|
|
1394
1450
|
updateWorkspace(updateWorkspaceRequest: requests.UpdateWorkspaceRequest): Promise<responses.UpdateWorkspaceResponse>;
|
|
1395
1451
|
}
|