oci-dataintegration 2.77.0 → 2.78.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 +170 -164
- package/lib/client.js +172 -163
- package/lib/client.js.map +1 -1
- package/lib/model/configuration-details.d.ts +1 -1
- package/lib/model/configuration-details.js.map +1 -1
- package/lib/model/connection-details.js +4 -0
- package/lib/model/connection-details.js.map +1 -1
- package/lib/model/connection-from-oauth2-details.d.ts +44 -0
- package/lib/model/connection-from-oauth2-details.js +66 -0
- package/lib/model/connection-from-oauth2-details.js.map +1 -0
- package/lib/model/connection-from-oauth2.d.ts +49 -0
- package/lib/model/connection-from-oauth2.js +69 -0
- package/lib/model/connection-from-oauth2.js.map +1 -0
- package/lib/model/connection-summary-from-oauth2.d.ts +49 -0
- package/lib/model/connection-summary-from-oauth2.js +71 -0
- package/lib/model/connection-summary-from-oauth2.js.map +1 -0
- package/lib/model/connection-summary.js +4 -0
- package/lib/model/connection-summary.js.map +1 -1
- package/lib/model/connection.js +4 -0
- package/lib/model/connection.js.map +1 -1
- package/lib/model/create-connection-details.js +4 -0
- package/lib/model/create-connection-details.js.map +1 -1
- package/lib/model/create-connection-from-oauth2.d.ts +44 -0
- package/lib/model/create-connection-from-oauth2.js +66 -0
- package/lib/model/create-connection-from-oauth2.js.map +1 -0
- package/lib/model/create-connection-validation-details.d.ts +1 -1
- package/lib/model/create-connection-validation-details.js.map +1 -1
- package/lib/model/create-data-asset-from-adwc.d.ts +1 -1
- package/lib/model/create-data-asset-from-adwc.js.map +1 -1
- package/lib/model/create-data-asset-from-atp.d.ts +1 -1
- package/lib/model/create-data-asset-from-atp.js.map +1 -1
- package/lib/model/create-data-asset-from-fusion-app.d.ts +1 -1
- package/lib/model/create-data-asset-from-fusion-app.js.map +1 -1
- package/lib/model/create-data-asset-from-rest.d.ts +1 -1
- package/lib/model/create-data-asset-from-rest.js.map +1 -1
- package/lib/model/create-import-request-details.d.ts +4 -0
- package/lib/model/create-import-request-details.js.map +1 -1
- package/lib/model/data-asset-from-adwc-details.d.ts +1 -1
- package/lib/model/data-asset-from-adwc-details.js.map +1 -1
- package/lib/model/data-asset-from-atp-details.d.ts +1 -1
- package/lib/model/data-asset-from-atp-details.js.map +1 -1
- package/lib/model/data-asset-from-fusion-app.d.ts +1 -1
- package/lib/model/data-asset-from-fusion-app.js.map +1 -1
- package/lib/model/data-asset-from-rest-details.d.ts +1 -1
- package/lib/model/data-asset-from-rest-details.js.map +1 -1
- package/lib/model/data-asset-summary-from-fusion-app.d.ts +1 -1
- package/lib/model/data-asset-summary-from-fusion-app.js.map +1 -1
- package/lib/model/data-asset-summary-from-rest.d.ts +1 -1
- package/lib/model/data-asset-summary-from-rest.js.map +1 -1
- package/lib/model/import-object-metadata-summary.d.ts +1 -0
- package/lib/model/import-object-metadata-summary.js +1 -0
- package/lib/model/import-object-metadata-summary.js.map +1 -1
- package/lib/model/import-request-summary.d.ts +4 -0
- package/lib/model/import-request-summary.js.map +1 -1
- package/lib/model/import-request.d.ts +4 -0
- package/lib/model/import-request.js.map +1 -1
- package/lib/model/index.d.ts +10 -0
- package/lib/model/index.js +16 -6
- package/lib/model/index.js.map +1 -1
- package/lib/model/oracle-adwc-write-attribute.d.ts +1 -1
- package/lib/model/oracle-adwc-write-attribute.js.map +1 -1
- package/lib/model/oracle-adwc-write-attributes.d.ts +1 -1
- package/lib/model/oracle-adwc-write-attributes.js.map +1 -1
- package/lib/model/oracle-atp-write-attribute.d.ts +1 -1
- package/lib/model/oracle-atp-write-attribute.js.map +1 -1
- package/lib/model/oracle-atp-write-attributes.d.ts +1 -1
- package/lib/model/oracle-atp-write-attributes.js.map +1 -1
- package/lib/model/update-connection-details.js +4 -0
- package/lib/model/update-connection-details.js.map +1 -1
- package/lib/model/update-connection-from-oauth2.d.ts +44 -0
- package/lib/model/update-connection-from-oauth2.js +66 -0
- package/lib/model/update-connection-from-oauth2.js.map +1 -0
- package/lib/model/update-data-asset-from-rest.d.ts +1 -1
- package/lib/model/update-data-asset-from-rest.js.map +1 -1
- package/lib/request/change-compartment-request.d.ts +1 -1
- package/lib/request/change-dis-application-compartment-request.d.ts +1 -1
- package/lib/request/create-application-detailed-description-request.d.ts +1 -1
- package/lib/request/create-application-request.d.ts +1 -1
- package/lib/request/create-connection-request.d.ts +2 -2
- package/lib/request/create-connection-validation-request.d.ts +1 -1
- package/lib/request/create-copy-object-request-request.d.ts +1 -1
- package/lib/request/create-data-asset-request.d.ts +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-detailed-description-request.d.ts +1 -1
- package/lib/request/create-dis-application-request.d.ts +1 -1
- package/lib/request/create-entity-shape-request.d.ts +1 -1
- package/lib/request/create-export-request-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-import-request-request.d.ts +1 -1
- package/lib/request/create-patch-request.d.ts +1 -1
- package/lib/request/create-pipeline-request.d.ts +1 -1
- package/lib/request/create-pipeline-validation-request.d.ts +1 -1
- package/lib/request/create-project-request.d.ts +1 -1
- package/lib/request/create-schedule-request.d.ts +1 -1
- package/lib/request/create-task-request.d.ts +1 -1
- package/lib/request/create-task-run-request.d.ts +1 -1
- package/lib/request/create-task-schedule-request.d.ts +1 -1
- package/lib/request/create-task-validation-request.d.ts +1 -1
- package/lib/request/create-user-defined-function-request.d.ts +1 -1
- package/lib/request/create-user-defined-function-validation-request.d.ts +1 -1
- package/lib/request/create-workspace-request.d.ts +1 -1
- package/lib/request/delete-application-detailed-description-request.d.ts +1 -1
- package/lib/request/delete-application-request.d.ts +1 -1
- package/lib/request/delete-connection-request.d.ts +1 -1
- package/lib/request/delete-connection-validation-request.d.ts +1 -1
- package/lib/request/delete-copy-object-request-request.d.ts +1 -1
- package/lib/request/delete-data-asset-request.d.ts +1 -1
- package/lib/request/delete-data-flow-request.d.ts +1 -1
- package/lib/request/delete-data-flow-validation-request.d.ts +1 -1
- package/lib/request/delete-dis-application-detailed-description-request.d.ts +1 -1
- package/lib/request/delete-dis-application-request.d.ts +1 -1
- package/lib/request/delete-export-request-request.d.ts +1 -1
- package/lib/request/delete-external-publication-request.d.ts +1 -1
- package/lib/request/delete-external-publication-validation-request.d.ts +1 -1
- package/lib/request/delete-folder-request.d.ts +1 -1
- package/lib/request/delete-function-library-request.d.ts +1 -1
- package/lib/request/delete-import-request-request.d.ts +1 -1
- package/lib/request/delete-patch-request.d.ts +1 -1
- package/lib/request/delete-pipeline-request.d.ts +1 -1
- package/lib/request/delete-pipeline-validation-request.d.ts +1 -1
- package/lib/request/delete-project-request.d.ts +1 -1
- package/lib/request/delete-schedule-request.d.ts +1 -1
- package/lib/request/delete-task-request.d.ts +1 -1
- package/lib/request/delete-task-run-request.d.ts +1 -1
- package/lib/request/delete-task-schedule-request.d.ts +1 -1
- package/lib/request/delete-task-validation-request.d.ts +1 -1
- package/lib/request/delete-user-defined-function-request.d.ts +1 -1
- package/lib/request/delete-user-defined-function-validation-request.d.ts +1 -1
- package/lib/request/delete-workspace-request.d.ts +1 -1
- package/lib/request/get-application-detailed-description-request.d.ts +1 -1
- package/lib/request/get-application-request.d.ts +1 -1
- package/lib/request/get-composite-state-request.d.ts +1 -1
- package/lib/request/get-connection-request.d.ts +1 -1
- package/lib/request/get-connection-validation-request.d.ts +1 -1
- package/lib/request/get-copy-object-request-request.d.ts +1 -1
- package/lib/request/get-count-statistic-request.d.ts +1 -1
- package/lib/request/get-data-asset-request.d.ts +1 -1
- package/lib/request/get-data-entity-request.d.ts +1 -1
- package/lib/request/get-data-flow-request.d.ts +1 -1
- package/lib/request/get-data-flow-validation-request.d.ts +1 -1
- package/lib/request/get-dependent-object-request.d.ts +1 -1
- package/lib/request/get-dis-application-detailed-description-request.d.ts +1 -1
- package/lib/request/get-dis-application-request.d.ts +1 -1
- package/lib/request/get-export-request-request.d.ts +1 -1
- package/lib/request/get-external-publication-request.d.ts +1 -1
- package/lib/request/get-external-publication-validation-request.d.ts +1 -1
- package/lib/request/get-folder-request.d.ts +1 -1
- package/lib/request/get-function-library-request.d.ts +1 -1
- package/lib/request/get-import-request-request.d.ts +1 -1
- package/lib/request/get-patch-request.d.ts +1 -1
- package/lib/request/get-pipeline-request.d.ts +1 -1
- package/lib/request/get-pipeline-validation-request.d.ts +1 -1
- package/lib/request/get-project-request.d.ts +1 -1
- package/lib/request/get-published-object-request.d.ts +1 -1
- package/lib/request/get-reference-request.d.ts +1 -1
- package/lib/request/get-runtime-operator-request.d.ts +1 -1
- package/lib/request/get-runtime-pipeline-request.d.ts +1 -1
- package/lib/request/get-schedule-request.d.ts +1 -1
- package/lib/request/get-schema-request.d.ts +1 -1
- package/lib/request/get-task-request.d.ts +1 -1
- package/lib/request/get-task-run-request.d.ts +1 -1
- package/lib/request/get-task-schedule-request.d.ts +1 -1
- package/lib/request/get-task-validation-request.d.ts +1 -1
- package/lib/request/get-template-request.d.ts +1 -1
- package/lib/request/get-user-defined-function-request.d.ts +1 -1
- package/lib/request/get-user-defined-function-validation-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/get-workspace-request.d.ts +1 -1
- package/lib/request/list-applications-request.d.ts +1 -1
- package/lib/request/list-connection-validations-request.d.ts +1 -1
- package/lib/request/list-connections-request.d.ts +1 -1
- package/lib/request/list-copy-object-requests-request.d.ts +1 -1
- package/lib/request/list-data-assets-request.d.ts +1 -1
- package/lib/request/list-data-entities-request.d.ts +1 -1
- package/lib/request/list-data-flow-validations-request.d.ts +1 -1
- package/lib/request/list-data-flows-request.d.ts +1 -1
- package/lib/request/list-dependent-objects-request.d.ts +1 -1
- package/lib/request/list-dis-application-task-run-lineages-request.d.ts +1 -1
- package/lib/request/list-dis-applications-request.d.ts +1 -1
- package/lib/request/list-export-requests-request.d.ts +1 -1
- package/lib/request/list-external-publication-validations-request.d.ts +1 -1
- package/lib/request/list-external-publications-request.d.ts +1 -1
- package/lib/request/list-folders-request.d.ts +1 -1
- package/lib/request/list-function-libraries-request.d.ts +1 -1
- package/lib/request/list-import-requests-request.d.ts +1 -1
- package/lib/request/list-patch-changes-request.d.ts +1 -1
- package/lib/request/list-patches-request.d.ts +1 -1
- package/lib/request/list-pipeline-validations-request.d.ts +1 -1
- package/lib/request/list-pipelines-request.d.ts +1 -1
- package/lib/request/list-projects-request.d.ts +1 -1
- package/lib/request/list-published-objects-request.d.ts +1 -1
- package/lib/request/list-references-request.d.ts +1 -1
- package/lib/request/list-runtime-operators-request.d.ts +1 -1
- package/lib/request/list-runtime-pipelines-request.d.ts +1 -1
- package/lib/request/list-schedules-request.d.ts +1 -1
- package/lib/request/list-schemas-request.d.ts +1 -1
- package/lib/request/list-task-run-lineages-request.d.ts +1 -1
- package/lib/request/list-task-run-logs-request.d.ts +1 -1
- package/lib/request/list-task-runs-request.d.ts +1 -1
- package/lib/request/list-task-schedules-request.d.ts +1 -1
- package/lib/request/list-task-validations-request.d.ts +1 -1
- package/lib/request/list-tasks-request.d.ts +1 -1
- package/lib/request/list-templates-request.d.ts +1 -1
- package/lib/request/list-user-defined-function-validations-request.d.ts +1 -1
- package/lib/request/list-user-defined-functions-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/list-workspaces-request.d.ts +1 -1
- package/lib/request/start-workspace-request.d.ts +1 -1
- package/lib/request/stop-workspace-request.d.ts +1 -1
- package/lib/request/update-application-detailed-description-request.d.ts +1 -1
- package/lib/request/update-application-request.d.ts +1 -1
- package/lib/request/update-connection-request.d.ts +2 -2
- package/lib/request/update-copy-object-request-request.d.ts +1 -1
- package/lib/request/update-data-asset-request.d.ts +1 -1
- package/lib/request/update-data-flow-request.d.ts +1 -1
- package/lib/request/update-dis-application-detailed-description-request.d.ts +1 -1
- package/lib/request/update-dis-application-request.d.ts +1 -1
- package/lib/request/update-export-request-request.d.ts +1 -1
- package/lib/request/update-external-publication-request.d.ts +1 -1
- package/lib/request/update-folder-request.d.ts +1 -1
- package/lib/request/update-function-library-request.d.ts +1 -1
- package/lib/request/update-import-request-request.d.ts +1 -1
- package/lib/request/update-pipeline-request.d.ts +1 -1
- package/lib/request/update-project-request.d.ts +1 -1
- package/lib/request/update-reference-request.d.ts +1 -1
- package/lib/request/update-schedule-request.d.ts +1 -1
- package/lib/request/update-task-request.d.ts +1 -1
- package/lib/request/update-task-run-request.d.ts +1 -1
- package/lib/request/update-task-schedule-request.d.ts +1 -1
- package/lib/request/update-user-defined-function-request.d.ts +1 -1
- package/lib/request/update-workspace-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.js
CHANGED
|
@@ -46,6 +46,7 @@ const model = __importStar(require("./model"));
|
|
|
46
46
|
const oci_common_1 = require("oci-common");
|
|
47
47
|
const dataintegration_waiter_1 = require("./dataintegration-waiter");
|
|
48
48
|
const oci_common_2 = require("oci-common");
|
|
49
|
+
const Breaker = require("opossum");
|
|
49
50
|
// ===============================================
|
|
50
51
|
// This file is autogenerated - Please do not edit
|
|
51
52
|
// ===============================================
|
|
@@ -182,6 +183,14 @@ class DataIntegrationClient {
|
|
|
182
183
|
}
|
|
183
184
|
throw Error("Waiters do not exist. Please create waiters.");
|
|
184
185
|
}
|
|
186
|
+
/**
|
|
187
|
+
* Shutdown the circuit breaker used by the client when it is no longer needed
|
|
188
|
+
*/
|
|
189
|
+
shutdownCircuitBreaker() {
|
|
190
|
+
if (this._circuitBreaker) {
|
|
191
|
+
this._circuitBreaker.shutdown();
|
|
192
|
+
}
|
|
193
|
+
}
|
|
185
194
|
/**
|
|
186
195
|
* Moves a workspace to a specified compartment.
|
|
187
196
|
*
|
|
@@ -189,7 +198,7 @@ class DataIntegrationClient {
|
|
|
189
198
|
* @param ChangeCompartmentRequest
|
|
190
199
|
* @return ChangeCompartmentResponse
|
|
191
200
|
* @throws OciError when an error occurs
|
|
192
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
201
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ChangeCompartment.ts.html |here} to see how to use ChangeCompartment API.
|
|
193
202
|
*/
|
|
194
203
|
changeCompartment(changeCompartmentRequest) {
|
|
195
204
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -252,7 +261,7 @@ class DataIntegrationClient {
|
|
|
252
261
|
* @param ChangeDisApplicationCompartmentRequest
|
|
253
262
|
* @return ChangeDisApplicationCompartmentResponse
|
|
254
263
|
* @throws OciError when an error occurs
|
|
255
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
264
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ChangeDisApplicationCompartment.ts.html |here} to see how to use ChangeDisApplicationCompartment API.
|
|
256
265
|
*/
|
|
257
266
|
changeDisApplicationCompartment(changeDisApplicationCompartmentRequest) {
|
|
258
267
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -316,7 +325,7 @@ class DataIntegrationClient {
|
|
|
316
325
|
* @param CreateApplicationRequest
|
|
317
326
|
* @return CreateApplicationResponse
|
|
318
327
|
* @throws OciError when an error occurs
|
|
319
|
-
* @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.78.0/dataintegration/CreateApplication.ts.html |here} to see how to use CreateApplication API.
|
|
320
329
|
*/
|
|
321
330
|
createApplication(createApplicationRequest) {
|
|
322
331
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -381,7 +390,7 @@ class DataIntegrationClient {
|
|
|
381
390
|
* @param CreateApplicationDetailedDescriptionRequest
|
|
382
391
|
* @return CreateApplicationDetailedDescriptionResponse
|
|
383
392
|
* @throws OciError when an error occurs
|
|
384
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
393
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreateApplicationDetailedDescription.ts.html |here} to see how to use CreateApplicationDetailedDescription API.
|
|
385
394
|
*/
|
|
386
395
|
createApplicationDetailedDescription(createApplicationDetailedDescriptionRequest) {
|
|
387
396
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -447,7 +456,7 @@ class DataIntegrationClient {
|
|
|
447
456
|
* @param CreateConnectionRequest
|
|
448
457
|
* @return CreateConnectionResponse
|
|
449
458
|
* @throws OciError when an error occurs
|
|
450
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
459
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreateConnection.ts.html |here} to see how to use CreateConnection API.
|
|
451
460
|
*/
|
|
452
461
|
createConnection(createConnectionRequest) {
|
|
453
462
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -512,7 +521,7 @@ class DataIntegrationClient {
|
|
|
512
521
|
* @param CreateConnectionValidationRequest
|
|
513
522
|
* @return CreateConnectionValidationResponse
|
|
514
523
|
* @throws OciError when an error occurs
|
|
515
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
524
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreateConnectionValidation.ts.html |here} to see how to use CreateConnectionValidation API.
|
|
516
525
|
*/
|
|
517
526
|
createConnectionValidation(createConnectionValidationRequest) {
|
|
518
527
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -578,7 +587,7 @@ class DataIntegrationClient {
|
|
|
578
587
|
* @param CreateCopyObjectRequestRequest
|
|
579
588
|
* @return CreateCopyObjectRequestResponse
|
|
580
589
|
* @throws OciError when an error occurs
|
|
581
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
590
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreateCopyObjectRequest.ts.html |here} to see how to use CreateCopyObjectRequest API.
|
|
582
591
|
*/
|
|
583
592
|
createCopyObjectRequest(createCopyObjectRequestRequest) {
|
|
584
593
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -648,7 +657,7 @@ class DataIntegrationClient {
|
|
|
648
657
|
* @param CreateDataAssetRequest
|
|
649
658
|
* @return CreateDataAssetResponse
|
|
650
659
|
* @throws OciError when an error occurs
|
|
651
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
660
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreateDataAsset.ts.html |here} to see how to use CreateDataAsset API.
|
|
652
661
|
*/
|
|
653
662
|
createDataAsset(createDataAssetRequest) {
|
|
654
663
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -714,7 +723,7 @@ class DataIntegrationClient {
|
|
|
714
723
|
* @param CreateDataFlowRequest
|
|
715
724
|
* @return CreateDataFlowResponse
|
|
716
725
|
* @throws OciError when an error occurs
|
|
717
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
726
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreateDataFlow.ts.html |here} to see how to use CreateDataFlow API.
|
|
718
727
|
*/
|
|
719
728
|
createDataFlow(createDataFlowRequest) {
|
|
720
729
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -780,7 +789,7 @@ class DataIntegrationClient {
|
|
|
780
789
|
* @param CreateDataFlowValidationRequest
|
|
781
790
|
* @return CreateDataFlowValidationResponse
|
|
782
791
|
* @throws OciError when an error occurs
|
|
783
|
-
* @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.78.0/dataintegration/CreateDataFlowValidation.ts.html |here} to see how to use CreateDataFlowValidation API.
|
|
784
793
|
*/
|
|
785
794
|
createDataFlowValidation(createDataFlowValidationRequest) {
|
|
786
795
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -846,7 +855,7 @@ class DataIntegrationClient {
|
|
|
846
855
|
* @param CreateDisApplicationRequest
|
|
847
856
|
* @return CreateDisApplicationResponse
|
|
848
857
|
* @throws OciError when an error occurs
|
|
849
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
858
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreateDisApplication.ts.html |here} to see how to use CreateDisApplication API.
|
|
850
859
|
*/
|
|
851
860
|
createDisApplication(createDisApplicationRequest) {
|
|
852
861
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -911,7 +920,7 @@ class DataIntegrationClient {
|
|
|
911
920
|
* @param CreateDisApplicationDetailedDescriptionRequest
|
|
912
921
|
* @return CreateDisApplicationDetailedDescriptionResponse
|
|
913
922
|
* @throws OciError when an error occurs
|
|
914
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
923
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreateDisApplicationDetailedDescription.ts.html |here} to see how to use CreateDisApplicationDetailedDescription API.
|
|
915
924
|
*/
|
|
916
925
|
createDisApplicationDetailedDescription(createDisApplicationDetailedDescriptionRequest) {
|
|
917
926
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -977,7 +986,7 @@ class DataIntegrationClient {
|
|
|
977
986
|
* @param CreateEntityShapeRequest
|
|
978
987
|
* @return CreateEntityShapeResponse
|
|
979
988
|
* @throws OciError when an error occurs
|
|
980
|
-
* @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.78.0/dataintegration/CreateEntityShape.ts.html |here} to see how to use CreateEntityShape API.
|
|
981
990
|
*/
|
|
982
991
|
createEntityShape(createEntityShapeRequest) {
|
|
983
992
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1040,7 +1049,7 @@ class DataIntegrationClient {
|
|
|
1040
1049
|
* @param CreateExportRequestRequest
|
|
1041
1050
|
* @return CreateExportRequestResponse
|
|
1042
1051
|
* @throws OciError when an error occurs
|
|
1043
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1052
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreateExportRequest.ts.html |here} to see how to use CreateExportRequest API.
|
|
1044
1053
|
*/
|
|
1045
1054
|
createExportRequest(createExportRequestRequest) {
|
|
1046
1055
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1110,7 +1119,7 @@ class DataIntegrationClient {
|
|
|
1110
1119
|
* @param CreateExternalPublicationRequest
|
|
1111
1120
|
* @return CreateExternalPublicationResponse
|
|
1112
1121
|
* @throws OciError when an error occurs
|
|
1113
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1122
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreateExternalPublication.ts.html |here} to see how to use CreateExternalPublication API.
|
|
1114
1123
|
*/
|
|
1115
1124
|
createExternalPublication(createExternalPublicationRequest) {
|
|
1116
1125
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1176,7 +1185,7 @@ class DataIntegrationClient {
|
|
|
1176
1185
|
* @param CreateExternalPublicationValidationRequest
|
|
1177
1186
|
* @return CreateExternalPublicationValidationResponse
|
|
1178
1187
|
* @throws OciError when an error occurs
|
|
1179
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1188
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreateExternalPublicationValidation.ts.html |here} to see how to use CreateExternalPublicationValidation API.
|
|
1180
1189
|
*/
|
|
1181
1190
|
createExternalPublicationValidation(createExternalPublicationValidationRequest) {
|
|
1182
1191
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1244,7 +1253,7 @@ class DataIntegrationClient {
|
|
|
1244
1253
|
* @param CreateFolderRequest
|
|
1245
1254
|
* @return CreateFolderResponse
|
|
1246
1255
|
* @throws OciError when an error occurs
|
|
1247
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1256
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreateFolder.ts.html |here} to see how to use CreateFolder API.
|
|
1248
1257
|
*/
|
|
1249
1258
|
createFolder(createFolderRequest) {
|
|
1250
1259
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1311,7 +1320,7 @@ class DataIntegrationClient {
|
|
|
1311
1320
|
* @param CreateFunctionLibraryRequest
|
|
1312
1321
|
* @return CreateFunctionLibraryResponse
|
|
1313
1322
|
* @throws OciError when an error occurs
|
|
1314
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1323
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreateFunctionLibrary.ts.html |here} to see how to use CreateFunctionLibrary API.
|
|
1315
1324
|
*/
|
|
1316
1325
|
createFunctionLibrary(createFunctionLibraryRequest) {
|
|
1317
1326
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1376,7 +1385,7 @@ class DataIntegrationClient {
|
|
|
1376
1385
|
* @param CreateImportRequestRequest
|
|
1377
1386
|
* @return CreateImportRequestResponse
|
|
1378
1387
|
* @throws OciError when an error occurs
|
|
1379
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1388
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreateImportRequest.ts.html |here} to see how to use CreateImportRequest API.
|
|
1380
1389
|
*/
|
|
1381
1390
|
createImportRequest(createImportRequestRequest) {
|
|
1382
1391
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1446,7 +1455,7 @@ class DataIntegrationClient {
|
|
|
1446
1455
|
* @param CreatePatchRequest
|
|
1447
1456
|
* @return CreatePatchResponse
|
|
1448
1457
|
* @throws OciError when an error occurs
|
|
1449
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1458
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreatePatch.ts.html |here} to see how to use CreatePatch API.
|
|
1450
1459
|
*/
|
|
1451
1460
|
createPatch(createPatchRequest) {
|
|
1452
1461
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1513,7 +1522,7 @@ class DataIntegrationClient {
|
|
|
1513
1522
|
* @param CreatePipelineRequest
|
|
1514
1523
|
* @return CreatePipelineResponse
|
|
1515
1524
|
* @throws OciError when an error occurs
|
|
1516
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1525
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreatePipeline.ts.html |here} to see how to use CreatePipeline API.
|
|
1517
1526
|
*/
|
|
1518
1527
|
createPipeline(createPipelineRequest) {
|
|
1519
1528
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1579,7 +1588,7 @@ class DataIntegrationClient {
|
|
|
1579
1588
|
* @param CreatePipelineValidationRequest
|
|
1580
1589
|
* @return CreatePipelineValidationResponse
|
|
1581
1590
|
* @throws OciError when an error occurs
|
|
1582
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1591
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreatePipelineValidation.ts.html |here} to see how to use CreatePipelineValidation API.
|
|
1583
1592
|
*/
|
|
1584
1593
|
createPipelineValidation(createPipelineValidationRequest) {
|
|
1585
1594
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1645,7 +1654,7 @@ class DataIntegrationClient {
|
|
|
1645
1654
|
* @param CreateProjectRequest
|
|
1646
1655
|
* @return CreateProjectResponse
|
|
1647
1656
|
* @throws OciError when an error occurs
|
|
1648
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1657
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreateProject.ts.html |here} to see how to use CreateProject API.
|
|
1649
1658
|
*/
|
|
1650
1659
|
createProject(createProjectRequest) {
|
|
1651
1660
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1710,7 +1719,7 @@ class DataIntegrationClient {
|
|
|
1710
1719
|
* @param CreateScheduleRequest
|
|
1711
1720
|
* @return CreateScheduleResponse
|
|
1712
1721
|
* @throws OciError when an error occurs
|
|
1713
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1722
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreateSchedule.ts.html |here} to see how to use CreateSchedule API.
|
|
1714
1723
|
*/
|
|
1715
1724
|
createSchedule(createScheduleRequest) {
|
|
1716
1725
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1777,7 +1786,7 @@ class DataIntegrationClient {
|
|
|
1777
1786
|
* @param CreateTaskRequest
|
|
1778
1787
|
* @return CreateTaskResponse
|
|
1779
1788
|
* @throws OciError when an error occurs
|
|
1780
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1789
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreateTask.ts.html |here} to see how to use CreateTask API.
|
|
1781
1790
|
*/
|
|
1782
1791
|
createTask(createTaskRequest) {
|
|
1783
1792
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1842,7 +1851,7 @@ class DataIntegrationClient {
|
|
|
1842
1851
|
* @param CreateTaskRunRequest
|
|
1843
1852
|
* @return CreateTaskRunResponse
|
|
1844
1853
|
* @throws OciError when an error occurs
|
|
1845
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1854
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreateTaskRun.ts.html |here} to see how to use CreateTaskRun API.
|
|
1846
1855
|
*/
|
|
1847
1856
|
createTaskRun(createTaskRunRequest) {
|
|
1848
1857
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1908,7 +1917,7 @@ class DataIntegrationClient {
|
|
|
1908
1917
|
* @param CreateTaskScheduleRequest
|
|
1909
1918
|
* @return CreateTaskScheduleResponse
|
|
1910
1919
|
* @throws OciError when an error occurs
|
|
1911
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1920
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreateTaskSchedule.ts.html |here} to see how to use CreateTaskSchedule API.
|
|
1912
1921
|
*/
|
|
1913
1922
|
createTaskSchedule(createTaskScheduleRequest) {
|
|
1914
1923
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1974,7 +1983,7 @@ class DataIntegrationClient {
|
|
|
1974
1983
|
* @param CreateTaskValidationRequest
|
|
1975
1984
|
* @return CreateTaskValidationResponse
|
|
1976
1985
|
* @throws OciError when an error occurs
|
|
1977
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1986
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreateTaskValidation.ts.html |here} to see how to use CreateTaskValidation API.
|
|
1978
1987
|
*/
|
|
1979
1988
|
createTaskValidation(createTaskValidationRequest) {
|
|
1980
1989
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2040,7 +2049,7 @@ class DataIntegrationClient {
|
|
|
2040
2049
|
* @param CreateUserDefinedFunctionRequest
|
|
2041
2050
|
* @return CreateUserDefinedFunctionResponse
|
|
2042
2051
|
* @throws OciError when an error occurs
|
|
2043
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2052
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreateUserDefinedFunction.ts.html |here} to see how to use CreateUserDefinedFunction API.
|
|
2044
2053
|
*/
|
|
2045
2054
|
createUserDefinedFunction(createUserDefinedFunctionRequest) {
|
|
2046
2055
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2106,7 +2115,7 @@ class DataIntegrationClient {
|
|
|
2106
2115
|
* @param CreateUserDefinedFunctionValidationRequest
|
|
2107
2116
|
* @return CreateUserDefinedFunctionValidationResponse
|
|
2108
2117
|
* @throws OciError when an error occurs
|
|
2109
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2118
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreateUserDefinedFunctionValidation.ts.html |here} to see how to use CreateUserDefinedFunctionValidation API.
|
|
2110
2119
|
*/
|
|
2111
2120
|
createUserDefinedFunctionValidation(createUserDefinedFunctionValidationRequest) {
|
|
2112
2121
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2172,7 +2181,7 @@ class DataIntegrationClient {
|
|
|
2172
2181
|
* @param CreateWorkspaceRequest
|
|
2173
2182
|
* @return CreateWorkspaceResponse
|
|
2174
2183
|
* @throws OciError when an error occurs
|
|
2175
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2184
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreateWorkspace.ts.html |here} to see how to use CreateWorkspace API.
|
|
2176
2185
|
*/
|
|
2177
2186
|
createWorkspace(createWorkspaceRequest) {
|
|
2178
2187
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2231,7 +2240,7 @@ class DataIntegrationClient {
|
|
|
2231
2240
|
* @param DeleteApplicationRequest
|
|
2232
2241
|
* @return DeleteApplicationResponse
|
|
2233
2242
|
* @throws OciError when an error occurs
|
|
2234
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2243
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
|
|
2235
2244
|
*/
|
|
2236
2245
|
deleteApplication(deleteApplicationRequest) {
|
|
2237
2246
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2287,7 +2296,7 @@ class DataIntegrationClient {
|
|
|
2287
2296
|
* @param DeleteApplicationDetailedDescriptionRequest
|
|
2288
2297
|
* @return DeleteApplicationDetailedDescriptionResponse
|
|
2289
2298
|
* @throws OciError when an error occurs
|
|
2290
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2299
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeleteApplicationDetailedDescription.ts.html |here} to see how to use DeleteApplicationDetailedDescription API.
|
|
2291
2300
|
*/
|
|
2292
2301
|
deleteApplicationDetailedDescription(deleteApplicationDetailedDescriptionRequest) {
|
|
2293
2302
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2343,7 +2352,7 @@ class DataIntegrationClient {
|
|
|
2343
2352
|
* @param DeleteConnectionRequest
|
|
2344
2353
|
* @return DeleteConnectionResponse
|
|
2345
2354
|
* @throws OciError when an error occurs
|
|
2346
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2355
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeleteConnection.ts.html |here} to see how to use DeleteConnection API.
|
|
2347
2356
|
*/
|
|
2348
2357
|
deleteConnection(deleteConnectionRequest) {
|
|
2349
2358
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2399,7 +2408,7 @@ class DataIntegrationClient {
|
|
|
2399
2408
|
* @param DeleteConnectionValidationRequest
|
|
2400
2409
|
* @return DeleteConnectionValidationResponse
|
|
2401
2410
|
* @throws OciError when an error occurs
|
|
2402
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2411
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeleteConnectionValidation.ts.html |here} to see how to use DeleteConnectionValidation API.
|
|
2403
2412
|
*/
|
|
2404
2413
|
deleteConnectionValidation(deleteConnectionValidationRequest) {
|
|
2405
2414
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2455,7 +2464,7 @@ class DataIntegrationClient {
|
|
|
2455
2464
|
* @param DeleteCopyObjectRequestRequest
|
|
2456
2465
|
* @return DeleteCopyObjectRequestResponse
|
|
2457
2466
|
* @throws OciError when an error occurs
|
|
2458
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2467
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeleteCopyObjectRequest.ts.html |here} to see how to use DeleteCopyObjectRequest API.
|
|
2459
2468
|
*/
|
|
2460
2469
|
deleteCopyObjectRequest(deleteCopyObjectRequestRequest) {
|
|
2461
2470
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2511,7 +2520,7 @@ class DataIntegrationClient {
|
|
|
2511
2520
|
* @param DeleteDataAssetRequest
|
|
2512
2521
|
* @return DeleteDataAssetResponse
|
|
2513
2522
|
* @throws OciError when an error occurs
|
|
2514
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2523
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeleteDataAsset.ts.html |here} to see how to use DeleteDataAsset API.
|
|
2515
2524
|
*/
|
|
2516
2525
|
deleteDataAsset(deleteDataAssetRequest) {
|
|
2517
2526
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2567,7 +2576,7 @@ class DataIntegrationClient {
|
|
|
2567
2576
|
* @param DeleteDataFlowRequest
|
|
2568
2577
|
* @return DeleteDataFlowResponse
|
|
2569
2578
|
* @throws OciError when an error occurs
|
|
2570
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2579
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeleteDataFlow.ts.html |here} to see how to use DeleteDataFlow API.
|
|
2571
2580
|
*/
|
|
2572
2581
|
deleteDataFlow(deleteDataFlowRequest) {
|
|
2573
2582
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2623,7 +2632,7 @@ class DataIntegrationClient {
|
|
|
2623
2632
|
* @param DeleteDataFlowValidationRequest
|
|
2624
2633
|
* @return DeleteDataFlowValidationResponse
|
|
2625
2634
|
* @throws OciError when an error occurs
|
|
2626
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2635
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeleteDataFlowValidation.ts.html |here} to see how to use DeleteDataFlowValidation API.
|
|
2627
2636
|
*/
|
|
2628
2637
|
deleteDataFlowValidation(deleteDataFlowValidationRequest) {
|
|
2629
2638
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2679,7 +2688,7 @@ class DataIntegrationClient {
|
|
|
2679
2688
|
* @param DeleteDisApplicationRequest
|
|
2680
2689
|
* @return DeleteDisApplicationResponse
|
|
2681
2690
|
* @throws OciError when an error occurs
|
|
2682
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2691
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeleteDisApplication.ts.html |here} to see how to use DeleteDisApplication API.
|
|
2683
2692
|
*/
|
|
2684
2693
|
deleteDisApplication(deleteDisApplicationRequest) {
|
|
2685
2694
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2735,7 +2744,7 @@ class DataIntegrationClient {
|
|
|
2735
2744
|
* @param DeleteDisApplicationDetailedDescriptionRequest
|
|
2736
2745
|
* @return DeleteDisApplicationDetailedDescriptionResponse
|
|
2737
2746
|
* @throws OciError when an error occurs
|
|
2738
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2747
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeleteDisApplicationDetailedDescription.ts.html |here} to see how to use DeleteDisApplicationDetailedDescription API.
|
|
2739
2748
|
*/
|
|
2740
2749
|
deleteDisApplicationDetailedDescription(deleteDisApplicationDetailedDescriptionRequest) {
|
|
2741
2750
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2792,7 +2801,7 @@ class DataIntegrationClient {
|
|
|
2792
2801
|
* @param DeleteExportRequestRequest
|
|
2793
2802
|
* @return DeleteExportRequestResponse
|
|
2794
2803
|
* @throws OciError when an error occurs
|
|
2795
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2804
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeleteExportRequest.ts.html |here} to see how to use DeleteExportRequest API.
|
|
2796
2805
|
*/
|
|
2797
2806
|
deleteExportRequest(deleteExportRequestRequest) {
|
|
2798
2807
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2848,7 +2857,7 @@ class DataIntegrationClient {
|
|
|
2848
2857
|
* @param DeleteExternalPublicationRequest
|
|
2849
2858
|
* @return DeleteExternalPublicationResponse
|
|
2850
2859
|
* @throws OciError when an error occurs
|
|
2851
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2860
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeleteExternalPublication.ts.html |here} to see how to use DeleteExternalPublication API.
|
|
2852
2861
|
*/
|
|
2853
2862
|
deleteExternalPublication(deleteExternalPublicationRequest) {
|
|
2854
2863
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2906,7 +2915,7 @@ class DataIntegrationClient {
|
|
|
2906
2915
|
* @param DeleteExternalPublicationValidationRequest
|
|
2907
2916
|
* @return DeleteExternalPublicationValidationResponse
|
|
2908
2917
|
* @throws OciError when an error occurs
|
|
2909
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2918
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeleteExternalPublicationValidation.ts.html |here} to see how to use DeleteExternalPublicationValidation API.
|
|
2910
2919
|
*/
|
|
2911
2920
|
deleteExternalPublicationValidation(deleteExternalPublicationValidationRequest) {
|
|
2912
2921
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2963,7 +2972,7 @@ class DataIntegrationClient {
|
|
|
2963
2972
|
* @param DeleteFolderRequest
|
|
2964
2973
|
* @return DeleteFolderResponse
|
|
2965
2974
|
* @throws OciError when an error occurs
|
|
2966
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2975
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeleteFolder.ts.html |here} to see how to use DeleteFolder API.
|
|
2967
2976
|
*/
|
|
2968
2977
|
deleteFolder(deleteFolderRequest) {
|
|
2969
2978
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3019,7 +3028,7 @@ class DataIntegrationClient {
|
|
|
3019
3028
|
* @param DeleteFunctionLibraryRequest
|
|
3020
3029
|
* @return DeleteFunctionLibraryResponse
|
|
3021
3030
|
* @throws OciError when an error occurs
|
|
3022
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3031
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeleteFunctionLibrary.ts.html |here} to see how to use DeleteFunctionLibrary API.
|
|
3023
3032
|
*/
|
|
3024
3033
|
deleteFunctionLibrary(deleteFunctionLibraryRequest) {
|
|
3025
3034
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3076,7 +3085,7 @@ class DataIntegrationClient {
|
|
|
3076
3085
|
* @param DeleteImportRequestRequest
|
|
3077
3086
|
* @return DeleteImportRequestResponse
|
|
3078
3087
|
* @throws OciError when an error occurs
|
|
3079
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3088
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeleteImportRequest.ts.html |here} to see how to use DeleteImportRequest API.
|
|
3080
3089
|
*/
|
|
3081
3090
|
deleteImportRequest(deleteImportRequestRequest) {
|
|
3082
3091
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3132,7 +3141,7 @@ class DataIntegrationClient {
|
|
|
3132
3141
|
* @param DeletePatchRequest
|
|
3133
3142
|
* @return DeletePatchResponse
|
|
3134
3143
|
* @throws OciError when an error occurs
|
|
3135
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3144
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeletePatch.ts.html |here} to see how to use DeletePatch API.
|
|
3136
3145
|
*/
|
|
3137
3146
|
deletePatch(deletePatchRequest) {
|
|
3138
3147
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3189,7 +3198,7 @@ class DataIntegrationClient {
|
|
|
3189
3198
|
* @param DeletePipelineRequest
|
|
3190
3199
|
* @return DeletePipelineResponse
|
|
3191
3200
|
* @throws OciError when an error occurs
|
|
3192
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3201
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeletePipeline.ts.html |here} to see how to use DeletePipeline API.
|
|
3193
3202
|
*/
|
|
3194
3203
|
deletePipeline(deletePipelineRequest) {
|
|
3195
3204
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3245,7 +3254,7 @@ class DataIntegrationClient {
|
|
|
3245
3254
|
* @param DeletePipelineValidationRequest
|
|
3246
3255
|
* @return DeletePipelineValidationResponse
|
|
3247
3256
|
* @throws OciError when an error occurs
|
|
3248
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3257
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeletePipelineValidation.ts.html |here} to see how to use DeletePipelineValidation API.
|
|
3249
3258
|
*/
|
|
3250
3259
|
deletePipelineValidation(deletePipelineValidationRequest) {
|
|
3251
3260
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3301,7 +3310,7 @@ class DataIntegrationClient {
|
|
|
3301
3310
|
* @param DeleteProjectRequest
|
|
3302
3311
|
* @return DeleteProjectResponse
|
|
3303
3312
|
* @throws OciError when an error occurs
|
|
3304
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3313
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeleteProject.ts.html |here} to see how to use DeleteProject API.
|
|
3305
3314
|
*/
|
|
3306
3315
|
deleteProject(deleteProjectRequest) {
|
|
3307
3316
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3357,7 +3366,7 @@ class DataIntegrationClient {
|
|
|
3357
3366
|
* @param DeleteScheduleRequest
|
|
3358
3367
|
* @return DeleteScheduleResponse
|
|
3359
3368
|
* @throws OciError when an error occurs
|
|
3360
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3369
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeleteSchedule.ts.html |here} to see how to use DeleteSchedule API.
|
|
3361
3370
|
*/
|
|
3362
3371
|
deleteSchedule(deleteScheduleRequest) {
|
|
3363
3372
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3414,7 +3423,7 @@ class DataIntegrationClient {
|
|
|
3414
3423
|
* @param DeleteTaskRequest
|
|
3415
3424
|
* @return DeleteTaskResponse
|
|
3416
3425
|
* @throws OciError when an error occurs
|
|
3417
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3426
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeleteTask.ts.html |here} to see how to use DeleteTask API.
|
|
3418
3427
|
*/
|
|
3419
3428
|
deleteTask(deleteTaskRequest) {
|
|
3420
3429
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3470,7 +3479,7 @@ class DataIntegrationClient {
|
|
|
3470
3479
|
* @param DeleteTaskRunRequest
|
|
3471
3480
|
* @return DeleteTaskRunResponse
|
|
3472
3481
|
* @throws OciError when an error occurs
|
|
3473
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3482
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeleteTaskRun.ts.html |here} to see how to use DeleteTaskRun API.
|
|
3474
3483
|
*/
|
|
3475
3484
|
deleteTaskRun(deleteTaskRunRequest) {
|
|
3476
3485
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3527,7 +3536,7 @@ class DataIntegrationClient {
|
|
|
3527
3536
|
* @param DeleteTaskScheduleRequest
|
|
3528
3537
|
* @return DeleteTaskScheduleResponse
|
|
3529
3538
|
* @throws OciError when an error occurs
|
|
3530
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3539
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeleteTaskSchedule.ts.html |here} to see how to use DeleteTaskSchedule API.
|
|
3531
3540
|
*/
|
|
3532
3541
|
deleteTaskSchedule(deleteTaskScheduleRequest) {
|
|
3533
3542
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3585,7 +3594,7 @@ class DataIntegrationClient {
|
|
|
3585
3594
|
* @param DeleteTaskValidationRequest
|
|
3586
3595
|
* @return DeleteTaskValidationResponse
|
|
3587
3596
|
* @throws OciError when an error occurs
|
|
3588
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3597
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeleteTaskValidation.ts.html |here} to see how to use DeleteTaskValidation API.
|
|
3589
3598
|
*/
|
|
3590
3599
|
deleteTaskValidation(deleteTaskValidationRequest) {
|
|
3591
3600
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3641,7 +3650,7 @@ class DataIntegrationClient {
|
|
|
3641
3650
|
* @param DeleteUserDefinedFunctionRequest
|
|
3642
3651
|
* @return DeleteUserDefinedFunctionResponse
|
|
3643
3652
|
* @throws OciError when an error occurs
|
|
3644
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3653
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeleteUserDefinedFunction.ts.html |here} to see how to use DeleteUserDefinedFunction API.
|
|
3645
3654
|
*/
|
|
3646
3655
|
deleteUserDefinedFunction(deleteUserDefinedFunctionRequest) {
|
|
3647
3656
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3697,7 +3706,7 @@ class DataIntegrationClient {
|
|
|
3697
3706
|
* @param DeleteUserDefinedFunctionValidationRequest
|
|
3698
3707
|
* @return DeleteUserDefinedFunctionValidationResponse
|
|
3699
3708
|
* @throws OciError when an error occurs
|
|
3700
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3709
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeleteUserDefinedFunctionValidation.ts.html |here} to see how to use DeleteUserDefinedFunctionValidation API.
|
|
3701
3710
|
*/
|
|
3702
3711
|
deleteUserDefinedFunctionValidation(deleteUserDefinedFunctionValidationRequest) {
|
|
3703
3712
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3753,7 +3762,7 @@ class DataIntegrationClient {
|
|
|
3753
3762
|
* @param DeleteWorkspaceRequest
|
|
3754
3763
|
* @return DeleteWorkspaceResponse
|
|
3755
3764
|
* @throws OciError when an error occurs
|
|
3756
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3765
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeleteWorkspace.ts.html |here} to see how to use DeleteWorkspace API.
|
|
3757
3766
|
*/
|
|
3758
3767
|
deleteWorkspace(deleteWorkspaceRequest) {
|
|
3759
3768
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3816,7 +3825,7 @@ class DataIntegrationClient {
|
|
|
3816
3825
|
* @param GetApplicationRequest
|
|
3817
3826
|
* @return GetApplicationResponse
|
|
3818
3827
|
* @throws OciError when an error occurs
|
|
3819
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3828
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetApplication.ts.html |here} to see how to use GetApplication API.
|
|
3820
3829
|
*/
|
|
3821
3830
|
getApplication(getApplicationRequest) {
|
|
3822
3831
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3880,7 +3889,7 @@ class DataIntegrationClient {
|
|
|
3880
3889
|
* @param GetApplicationDetailedDescriptionRequest
|
|
3881
3890
|
* @return GetApplicationDetailedDescriptionResponse
|
|
3882
3891
|
* @throws OciError when an error occurs
|
|
3883
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3892
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetApplicationDetailedDescription.ts.html |here} to see how to use GetApplicationDetailedDescription API.
|
|
3884
3893
|
*/
|
|
3885
3894
|
getApplicationDetailedDescription(getApplicationDetailedDescriptionRequest) {
|
|
3886
3895
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3945,7 +3954,7 @@ class DataIntegrationClient {
|
|
|
3945
3954
|
* @param GetCompositeStateRequest
|
|
3946
3955
|
* @return GetCompositeStateResponse
|
|
3947
3956
|
* @throws OciError when an error occurs
|
|
3948
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3957
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetCompositeState.ts.html |here} to see how to use GetCompositeState API.
|
|
3949
3958
|
*/
|
|
3950
3959
|
getCompositeState(getCompositeStateRequest) {
|
|
3951
3960
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4006,7 +4015,7 @@ class DataIntegrationClient {
|
|
|
4006
4015
|
* @param GetConnectionRequest
|
|
4007
4016
|
* @return GetConnectionResponse
|
|
4008
4017
|
* @throws OciError when an error occurs
|
|
4009
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4018
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetConnection.ts.html |here} to see how to use GetConnection API.
|
|
4010
4019
|
*/
|
|
4011
4020
|
getConnection(getConnectionRequest) {
|
|
4012
4021
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4070,7 +4079,7 @@ class DataIntegrationClient {
|
|
|
4070
4079
|
* @param GetConnectionValidationRequest
|
|
4071
4080
|
* @return GetConnectionValidationResponse
|
|
4072
4081
|
* @throws OciError when an error occurs
|
|
4073
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4082
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetConnectionValidation.ts.html |here} to see how to use GetConnectionValidation API.
|
|
4074
4083
|
*/
|
|
4075
4084
|
getConnectionValidation(getConnectionValidationRequest) {
|
|
4076
4085
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4135,7 +4144,7 @@ class DataIntegrationClient {
|
|
|
4135
4144
|
* @param GetCopyObjectRequestRequest
|
|
4136
4145
|
* @return GetCopyObjectRequestResponse
|
|
4137
4146
|
* @throws OciError when an error occurs
|
|
4138
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4147
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetCopyObjectRequest.ts.html |here} to see how to use GetCopyObjectRequest API.
|
|
4139
4148
|
*/
|
|
4140
4149
|
getCopyObjectRequest(getCopyObjectRequestRequest) {
|
|
4141
4150
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4201,7 +4210,7 @@ class DataIntegrationClient {
|
|
|
4201
4210
|
* @param GetCountStatisticRequest
|
|
4202
4211
|
* @return GetCountStatisticResponse
|
|
4203
4212
|
* @throws OciError when an error occurs
|
|
4204
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4213
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetCountStatistic.ts.html |here} to see how to use GetCountStatistic API.
|
|
4205
4214
|
*/
|
|
4206
4215
|
getCountStatistic(getCountStatisticRequest) {
|
|
4207
4216
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4265,7 +4274,7 @@ class DataIntegrationClient {
|
|
|
4265
4274
|
* @param GetDataAssetRequest
|
|
4266
4275
|
* @return GetDataAssetResponse
|
|
4267
4276
|
* @throws OciError when an error occurs
|
|
4268
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4277
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetDataAsset.ts.html |here} to see how to use GetDataAsset API.
|
|
4269
4278
|
*/
|
|
4270
4279
|
getDataAsset(getDataAssetRequest) {
|
|
4271
4280
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4329,7 +4338,7 @@ class DataIntegrationClient {
|
|
|
4329
4338
|
* @param GetDataEntityRequest
|
|
4330
4339
|
* @return GetDataEntityResponse
|
|
4331
4340
|
* @throws OciError when an error occurs
|
|
4332
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4341
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetDataEntity.ts.html |here} to see how to use GetDataEntity API.
|
|
4333
4342
|
*/
|
|
4334
4343
|
getDataEntity(getDataEntityRequest) {
|
|
4335
4344
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4390,7 +4399,7 @@ class DataIntegrationClient {
|
|
|
4390
4399
|
* @param GetDataFlowRequest
|
|
4391
4400
|
* @return GetDataFlowResponse
|
|
4392
4401
|
* @throws OciError when an error occurs
|
|
4393
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4402
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetDataFlow.ts.html |here} to see how to use GetDataFlow API.
|
|
4394
4403
|
*/
|
|
4395
4404
|
getDataFlow(getDataFlowRequest) {
|
|
4396
4405
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4456,7 +4465,7 @@ class DataIntegrationClient {
|
|
|
4456
4465
|
* @param GetDataFlowValidationRequest
|
|
4457
4466
|
* @return GetDataFlowValidationResponse
|
|
4458
4467
|
* @throws OciError when an error occurs
|
|
4459
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4468
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetDataFlowValidation.ts.html |here} to see how to use GetDataFlowValidation API.
|
|
4460
4469
|
*/
|
|
4461
4470
|
getDataFlowValidation(getDataFlowValidationRequest) {
|
|
4462
4471
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4520,7 +4529,7 @@ class DataIntegrationClient {
|
|
|
4520
4529
|
* @param GetDependentObjectRequest
|
|
4521
4530
|
* @return GetDependentObjectResponse
|
|
4522
4531
|
* @throws OciError when an error occurs
|
|
4523
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4532
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetDependentObject.ts.html |here} to see how to use GetDependentObject API.
|
|
4524
4533
|
*/
|
|
4525
4534
|
getDependentObject(getDependentObjectRequest) {
|
|
4526
4535
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4585,7 +4594,7 @@ class DataIntegrationClient {
|
|
|
4585
4594
|
* @param GetDisApplicationRequest
|
|
4586
4595
|
* @return GetDisApplicationResponse
|
|
4587
4596
|
* @throws OciError when an error occurs
|
|
4588
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4597
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetDisApplication.ts.html |here} to see how to use GetDisApplication API.
|
|
4589
4598
|
*/
|
|
4590
4599
|
getDisApplication(getDisApplicationRequest) {
|
|
4591
4600
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4649,7 +4658,7 @@ class DataIntegrationClient {
|
|
|
4649
4658
|
* @param GetDisApplicationDetailedDescriptionRequest
|
|
4650
4659
|
* @return GetDisApplicationDetailedDescriptionResponse
|
|
4651
4660
|
* @throws OciError when an error occurs
|
|
4652
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4661
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetDisApplicationDetailedDescription.ts.html |here} to see how to use GetDisApplicationDetailedDescription API.
|
|
4653
4662
|
*/
|
|
4654
4663
|
getDisApplicationDetailedDescription(getDisApplicationDetailedDescriptionRequest) {
|
|
4655
4664
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4714,7 +4723,7 @@ class DataIntegrationClient {
|
|
|
4714
4723
|
* @param GetExportRequestRequest
|
|
4715
4724
|
* @return GetExportRequestResponse
|
|
4716
4725
|
* @throws OciError when an error occurs
|
|
4717
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4726
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetExportRequest.ts.html |here} to see how to use GetExportRequest API.
|
|
4718
4727
|
*/
|
|
4719
4728
|
getExportRequest(getExportRequestRequest) {
|
|
4720
4729
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4778,7 +4787,7 @@ class DataIntegrationClient {
|
|
|
4778
4787
|
* @param GetExternalPublicationRequest
|
|
4779
4788
|
* @return GetExternalPublicationResponse
|
|
4780
4789
|
* @throws OciError when an error occurs
|
|
4781
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4790
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetExternalPublication.ts.html |here} to see how to use GetExternalPublication API.
|
|
4782
4791
|
*/
|
|
4783
4792
|
getExternalPublication(getExternalPublicationRequest) {
|
|
4784
4793
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4843,7 +4852,7 @@ class DataIntegrationClient {
|
|
|
4843
4852
|
* @param GetExternalPublicationValidationRequest
|
|
4844
4853
|
* @return GetExternalPublicationValidationResponse
|
|
4845
4854
|
* @throws OciError when an error occurs
|
|
4846
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4855
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetExternalPublicationValidation.ts.html |here} to see how to use GetExternalPublicationValidation API.
|
|
4847
4856
|
*/
|
|
4848
4857
|
getExternalPublicationValidation(getExternalPublicationValidationRequest) {
|
|
4849
4858
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4908,7 +4917,7 @@ class DataIntegrationClient {
|
|
|
4908
4917
|
* @param GetFolderRequest
|
|
4909
4918
|
* @return GetFolderResponse
|
|
4910
4919
|
* @throws OciError when an error occurs
|
|
4911
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4920
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetFolder.ts.html |here} to see how to use GetFolder API.
|
|
4912
4921
|
*/
|
|
4913
4922
|
getFolder(getFolderRequest) {
|
|
4914
4923
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4974,7 +4983,7 @@ class DataIntegrationClient {
|
|
|
4974
4983
|
* @param GetFunctionLibraryRequest
|
|
4975
4984
|
* @return GetFunctionLibraryResponse
|
|
4976
4985
|
* @throws OciError when an error occurs
|
|
4977
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4986
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetFunctionLibrary.ts.html |here} to see how to use GetFunctionLibrary API.
|
|
4978
4987
|
*/
|
|
4979
4988
|
getFunctionLibrary(getFunctionLibraryRequest) {
|
|
4980
4989
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5041,7 +5050,7 @@ class DataIntegrationClient {
|
|
|
5041
5050
|
* @param GetImportRequestRequest
|
|
5042
5051
|
* @return GetImportRequestResponse
|
|
5043
5052
|
* @throws OciError when an error occurs
|
|
5044
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5053
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetImportRequest.ts.html |here} to see how to use GetImportRequest API.
|
|
5045
5054
|
*/
|
|
5046
5055
|
getImportRequest(getImportRequestRequest) {
|
|
5047
5056
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5108,7 +5117,7 @@ class DataIntegrationClient {
|
|
|
5108
5117
|
* @param GetPatchRequest
|
|
5109
5118
|
* @return GetPatchResponse
|
|
5110
5119
|
* @throws OciError when an error occurs
|
|
5111
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5120
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetPatch.ts.html |here} to see how to use GetPatch API.
|
|
5112
5121
|
*/
|
|
5113
5122
|
getPatch(getPatchRequest) {
|
|
5114
5123
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5173,7 +5182,7 @@ class DataIntegrationClient {
|
|
|
5173
5182
|
* @param GetPipelineRequest
|
|
5174
5183
|
* @return GetPipelineResponse
|
|
5175
5184
|
* @throws OciError when an error occurs
|
|
5176
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5185
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetPipeline.ts.html |here} to see how to use GetPipeline API.
|
|
5177
5186
|
*/
|
|
5178
5187
|
getPipeline(getPipelineRequest) {
|
|
5179
5188
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5239,7 +5248,7 @@ class DataIntegrationClient {
|
|
|
5239
5248
|
* @param GetPipelineValidationRequest
|
|
5240
5249
|
* @return GetPipelineValidationResponse
|
|
5241
5250
|
* @throws OciError when an error occurs
|
|
5242
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5251
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetPipelineValidation.ts.html |here} to see how to use GetPipelineValidation API.
|
|
5243
5252
|
*/
|
|
5244
5253
|
getPipelineValidation(getPipelineValidationRequest) {
|
|
5245
5254
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5303,7 +5312,7 @@ class DataIntegrationClient {
|
|
|
5303
5312
|
* @param GetProjectRequest
|
|
5304
5313
|
* @return GetProjectResponse
|
|
5305
5314
|
* @throws OciError when an error occurs
|
|
5306
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5315
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetProject.ts.html |here} to see how to use GetProject API.
|
|
5307
5316
|
*/
|
|
5308
5317
|
getProject(getProjectRequest) {
|
|
5309
5318
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5369,7 +5378,7 @@ class DataIntegrationClient {
|
|
|
5369
5378
|
* @param GetPublishedObjectRequest
|
|
5370
5379
|
* @return GetPublishedObjectResponse
|
|
5371
5380
|
* @throws OciError when an error occurs
|
|
5372
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5381
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetPublishedObject.ts.html |here} to see how to use GetPublishedObject API.
|
|
5373
5382
|
*/
|
|
5374
5383
|
getPublishedObject(getPublishedObjectRequest) {
|
|
5375
5384
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5436,7 +5445,7 @@ class DataIntegrationClient {
|
|
|
5436
5445
|
* @param GetReferenceRequest
|
|
5437
5446
|
* @return GetReferenceResponse
|
|
5438
5447
|
* @throws OciError when an error occurs
|
|
5439
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5448
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetReference.ts.html |here} to see how to use GetReference API.
|
|
5440
5449
|
*/
|
|
5441
5450
|
getReference(getReferenceRequest) {
|
|
5442
5451
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5501,7 +5510,7 @@ class DataIntegrationClient {
|
|
|
5501
5510
|
* @param GetRuntimeOperatorRequest
|
|
5502
5511
|
* @return GetRuntimeOperatorResponse
|
|
5503
5512
|
* @throws OciError when an error occurs
|
|
5504
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5513
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetRuntimeOperator.ts.html |here} to see how to use GetRuntimeOperator API.
|
|
5505
5514
|
*/
|
|
5506
5515
|
getRuntimeOperator(getRuntimeOperatorRequest) {
|
|
5507
5516
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5567,7 +5576,7 @@ class DataIntegrationClient {
|
|
|
5567
5576
|
* @param GetRuntimePipelineRequest
|
|
5568
5577
|
* @return GetRuntimePipelineResponse
|
|
5569
5578
|
* @throws OciError when an error occurs
|
|
5570
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5579
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetRuntimePipeline.ts.html |here} to see how to use GetRuntimePipeline API.
|
|
5571
5580
|
*/
|
|
5572
5581
|
getRuntimePipeline(getRuntimePipelineRequest) {
|
|
5573
5582
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5634,7 +5643,7 @@ class DataIntegrationClient {
|
|
|
5634
5643
|
* @param GetScheduleRequest
|
|
5635
5644
|
* @return GetScheduleResponse
|
|
5636
5645
|
* @throws OciError when an error occurs
|
|
5637
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5646
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetSchedule.ts.html |here} to see how to use GetSchedule API.
|
|
5638
5647
|
*/
|
|
5639
5648
|
getSchedule(getScheduleRequest) {
|
|
5640
5649
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5699,7 +5708,7 @@ class DataIntegrationClient {
|
|
|
5699
5708
|
* @param GetSchemaRequest
|
|
5700
5709
|
* @return GetSchemaResponse
|
|
5701
5710
|
* @throws OciError when an error occurs
|
|
5702
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5711
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetSchema.ts.html |here} to see how to use GetSchema API.
|
|
5703
5712
|
*/
|
|
5704
5713
|
getSchema(getSchemaRequest) {
|
|
5705
5714
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5759,7 +5768,7 @@ class DataIntegrationClient {
|
|
|
5759
5768
|
* @param GetTaskRequest
|
|
5760
5769
|
* @return GetTaskResponse
|
|
5761
5770
|
* @throws OciError when an error occurs
|
|
5762
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5771
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetTask.ts.html |here} to see how to use GetTask API.
|
|
5763
5772
|
*/
|
|
5764
5773
|
getTask(getTaskRequest) {
|
|
5765
5774
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5825,7 +5834,7 @@ class DataIntegrationClient {
|
|
|
5825
5834
|
* @param GetTaskRunRequest
|
|
5826
5835
|
* @return GetTaskRunResponse
|
|
5827
5836
|
* @throws OciError when an error occurs
|
|
5828
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5837
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetTaskRun.ts.html |here} to see how to use GetTaskRun API.
|
|
5829
5838
|
*/
|
|
5830
5839
|
getTaskRun(getTaskRunRequest) {
|
|
5831
5840
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5890,7 +5899,7 @@ class DataIntegrationClient {
|
|
|
5890
5899
|
* @param GetTaskScheduleRequest
|
|
5891
5900
|
* @return GetTaskScheduleResponse
|
|
5892
5901
|
* @throws OciError when an error occurs
|
|
5893
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5902
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetTaskSchedule.ts.html |here} to see how to use GetTaskSchedule API.
|
|
5894
5903
|
*/
|
|
5895
5904
|
getTaskSchedule(getTaskScheduleRequest) {
|
|
5896
5905
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5956,7 +5965,7 @@ class DataIntegrationClient {
|
|
|
5956
5965
|
* @param GetTaskValidationRequest
|
|
5957
5966
|
* @return GetTaskValidationResponse
|
|
5958
5967
|
* @throws OciError when an error occurs
|
|
5959
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5968
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetTaskValidation.ts.html |here} to see how to use GetTaskValidation API.
|
|
5960
5969
|
*/
|
|
5961
5970
|
getTaskValidation(getTaskValidationRequest) {
|
|
5962
5971
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6020,7 +6029,7 @@ class DataIntegrationClient {
|
|
|
6020
6029
|
* @param GetTemplateRequest
|
|
6021
6030
|
* @return GetTemplateResponse
|
|
6022
6031
|
* @throws OciError when an error occurs
|
|
6023
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6032
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetTemplate.ts.html |here} to see how to use GetTemplate API.
|
|
6024
6033
|
*/
|
|
6025
6034
|
getTemplate(getTemplateRequest) {
|
|
6026
6035
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6079,7 +6088,7 @@ class DataIntegrationClient {
|
|
|
6079
6088
|
* @param GetUserDefinedFunctionRequest
|
|
6080
6089
|
* @return GetUserDefinedFunctionResponse
|
|
6081
6090
|
* @throws OciError when an error occurs
|
|
6082
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6091
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetUserDefinedFunction.ts.html |here} to see how to use GetUserDefinedFunction API.
|
|
6083
6092
|
*/
|
|
6084
6093
|
getUserDefinedFunction(getUserDefinedFunctionRequest) {
|
|
6085
6094
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6143,7 +6152,7 @@ class DataIntegrationClient {
|
|
|
6143
6152
|
* @param GetUserDefinedFunctionValidationRequest
|
|
6144
6153
|
* @return GetUserDefinedFunctionValidationResponse
|
|
6145
6154
|
* @throws OciError when an error occurs
|
|
6146
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6155
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetUserDefinedFunctionValidation.ts.html |here} to see how to use GetUserDefinedFunctionValidation API.
|
|
6147
6156
|
*/
|
|
6148
6157
|
getUserDefinedFunctionValidation(getUserDefinedFunctionValidationRequest) {
|
|
6149
6158
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6207,7 +6216,7 @@ class DataIntegrationClient {
|
|
|
6207
6216
|
* @param GetWorkRequestRequest
|
|
6208
6217
|
* @return GetWorkRequestResponse
|
|
6209
6218
|
* @throws OciError when an error occurs
|
|
6210
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6219
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
6211
6220
|
*/
|
|
6212
6221
|
getWorkRequest(getWorkRequestRequest) {
|
|
6213
6222
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6275,7 +6284,7 @@ class DataIntegrationClient {
|
|
|
6275
6284
|
* @param GetWorkspaceRequest
|
|
6276
6285
|
* @return GetWorkspaceResponse
|
|
6277
6286
|
* @throws OciError when an error occurs
|
|
6278
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6287
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetWorkspace.ts.html |here} to see how to use GetWorkspace API.
|
|
6279
6288
|
*/
|
|
6280
6289
|
getWorkspace(getWorkspaceRequest) {
|
|
6281
6290
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6338,7 +6347,7 @@ class DataIntegrationClient {
|
|
|
6338
6347
|
* @param ListApplicationsRequest
|
|
6339
6348
|
* @return ListApplicationsResponse
|
|
6340
6349
|
* @throws OciError when an error occurs
|
|
6341
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6350
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListApplications.ts.html |here} to see how to use ListApplications API.
|
|
6342
6351
|
*/
|
|
6343
6352
|
listApplications(listApplicationsRequest) {
|
|
6344
6353
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6420,7 +6429,7 @@ class DataIntegrationClient {
|
|
|
6420
6429
|
* @param ListConnectionValidationsRequest
|
|
6421
6430
|
* @return ListConnectionValidationsResponse
|
|
6422
6431
|
* @throws OciError when an error occurs
|
|
6423
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6432
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListConnectionValidations.ts.html |here} to see how to use ListConnectionValidations API.
|
|
6424
6433
|
*/
|
|
6425
6434
|
listConnectionValidations(listConnectionValidationsRequest) {
|
|
6426
6435
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6502,7 +6511,7 @@ class DataIntegrationClient {
|
|
|
6502
6511
|
* @param ListConnectionsRequest
|
|
6503
6512
|
* @return ListConnectionsResponse
|
|
6504
6513
|
* @throws OciError when an error occurs
|
|
6505
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6514
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListConnections.ts.html |here} to see how to use ListConnections API.
|
|
6506
6515
|
*/
|
|
6507
6516
|
listConnections(listConnectionsRequest) {
|
|
6508
6517
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6585,7 +6594,7 @@ class DataIntegrationClient {
|
|
|
6585
6594
|
* @param ListCopyObjectRequestsRequest
|
|
6586
6595
|
* @return ListCopyObjectRequestsResponse
|
|
6587
6596
|
* @throws OciError when an error occurs
|
|
6588
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6597
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListCopyObjectRequests.ts.html |here} to see how to use ListCopyObjectRequests API.
|
|
6589
6598
|
*/
|
|
6590
6599
|
listCopyObjectRequests(listCopyObjectRequestsRequest) {
|
|
6591
6600
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6659,7 +6668,7 @@ class DataIntegrationClient {
|
|
|
6659
6668
|
* @param ListDataAssetsRequest
|
|
6660
6669
|
* @return ListDataAssetsResponse
|
|
6661
6670
|
* @throws OciError when an error occurs
|
|
6662
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6671
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListDataAssets.ts.html |here} to see how to use ListDataAssets API.
|
|
6663
6672
|
*/
|
|
6664
6673
|
listDataAssets(listDataAssetsRequest) {
|
|
6665
6674
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6741,7 +6750,7 @@ class DataIntegrationClient {
|
|
|
6741
6750
|
* @param ListDataEntitiesRequest
|
|
6742
6751
|
* @return ListDataEntitiesResponse
|
|
6743
6752
|
* @throws OciError when an error occurs
|
|
6744
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6753
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListDataEntities.ts.html |here} to see how to use ListDataEntities API.
|
|
6745
6754
|
*/
|
|
6746
6755
|
listDataEntities(listDataEntitiesRequest) {
|
|
6747
6756
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6827,7 +6836,7 @@ class DataIntegrationClient {
|
|
|
6827
6836
|
* @param ListDataFlowValidationsRequest
|
|
6828
6837
|
* @return ListDataFlowValidationsResponse
|
|
6829
6838
|
* @throws OciError when an error occurs
|
|
6830
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6839
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListDataFlowValidations.ts.html |here} to see how to use ListDataFlowValidations API.
|
|
6831
6840
|
*/
|
|
6832
6841
|
listDataFlowValidations(listDataFlowValidationsRequest) {
|
|
6833
6842
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6910,7 +6919,7 @@ class DataIntegrationClient {
|
|
|
6910
6919
|
* @param ListDataFlowsRequest
|
|
6911
6920
|
* @return ListDataFlowsResponse
|
|
6912
6921
|
* @throws OciError when an error occurs
|
|
6913
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6922
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListDataFlows.ts.html |here} to see how to use ListDataFlows API.
|
|
6914
6923
|
*/
|
|
6915
6924
|
listDataFlows(listDataFlowsRequest) {
|
|
6916
6925
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6992,7 +7001,7 @@ class DataIntegrationClient {
|
|
|
6992
7001
|
* @param ListDependentObjectsRequest
|
|
6993
7002
|
* @return ListDependentObjectsResponse
|
|
6994
7003
|
* @throws OciError when an error occurs
|
|
6995
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7004
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListDependentObjects.ts.html |here} to see how to use ListDependentObjects API.
|
|
6996
7005
|
*/
|
|
6997
7006
|
listDependentObjects(listDependentObjectsRequest) {
|
|
6998
7007
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7078,7 +7087,7 @@ class DataIntegrationClient {
|
|
|
7078
7087
|
* @param ListDisApplicationTaskRunLineagesRequest
|
|
7079
7088
|
* @return ListDisApplicationTaskRunLineagesResponse
|
|
7080
7089
|
* @throws OciError when an error occurs
|
|
7081
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7090
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListDisApplicationTaskRunLineages.ts.html |here} to see how to use ListDisApplicationTaskRunLineages API.
|
|
7082
7091
|
*/
|
|
7083
7092
|
listDisApplicationTaskRunLineages(listDisApplicationTaskRunLineagesRequest) {
|
|
7084
7093
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7153,7 +7162,7 @@ class DataIntegrationClient {
|
|
|
7153
7162
|
* @param ListDisApplicationsRequest
|
|
7154
7163
|
* @return ListDisApplicationsResponse
|
|
7155
7164
|
* @throws OciError when an error occurs
|
|
7156
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7165
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListDisApplications.ts.html |here} to see how to use ListDisApplications API.
|
|
7157
7166
|
*/
|
|
7158
7167
|
listDisApplications(listDisApplicationsRequest) {
|
|
7159
7168
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7237,7 +7246,7 @@ class DataIntegrationClient {
|
|
|
7237
7246
|
* @param ListExportRequestsRequest
|
|
7238
7247
|
* @return ListExportRequestsResponse
|
|
7239
7248
|
* @throws OciError when an error occurs
|
|
7240
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7249
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListExportRequests.ts.html |here} to see how to use ListExportRequests API.
|
|
7241
7250
|
*/
|
|
7242
7251
|
listExportRequests(listExportRequestsRequest) {
|
|
7243
7252
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7311,7 +7320,7 @@ class DataIntegrationClient {
|
|
|
7311
7320
|
* @param ListExternalPublicationValidationsRequest
|
|
7312
7321
|
* @return ListExternalPublicationValidationsResponse
|
|
7313
7322
|
* @throws OciError when an error occurs
|
|
7314
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7323
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListExternalPublicationValidations.ts.html |here} to see how to use ListExternalPublicationValidations API.
|
|
7315
7324
|
*/
|
|
7316
7325
|
listExternalPublicationValidations(listExternalPublicationValidationsRequest) {
|
|
7317
7326
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7393,7 +7402,7 @@ class DataIntegrationClient {
|
|
|
7393
7402
|
* @param ListExternalPublicationsRequest
|
|
7394
7403
|
* @return ListExternalPublicationsResponse
|
|
7395
7404
|
* @throws OciError when an error occurs
|
|
7396
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7405
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListExternalPublications.ts.html |here} to see how to use ListExternalPublications API.
|
|
7397
7406
|
*/
|
|
7398
7407
|
listExternalPublications(listExternalPublicationsRequest) {
|
|
7399
7408
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7475,7 +7484,7 @@ class DataIntegrationClient {
|
|
|
7475
7484
|
* @param ListFoldersRequest
|
|
7476
7485
|
* @return ListFoldersResponse
|
|
7477
7486
|
* @throws OciError when an error occurs
|
|
7478
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7487
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListFolders.ts.html |here} to see how to use ListFolders API.
|
|
7479
7488
|
*/
|
|
7480
7489
|
listFolders(listFoldersRequest) {
|
|
7481
7490
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7559,7 +7568,7 @@ class DataIntegrationClient {
|
|
|
7559
7568
|
* @param ListFunctionLibrariesRequest
|
|
7560
7569
|
* @return ListFunctionLibrariesResponse
|
|
7561
7570
|
* @throws OciError when an error occurs
|
|
7562
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7571
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListFunctionLibraries.ts.html |here} to see how to use ListFunctionLibraries API.
|
|
7563
7572
|
*/
|
|
7564
7573
|
listFunctionLibraries(listFunctionLibrariesRequest) {
|
|
7565
7574
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7642,7 +7651,7 @@ class DataIntegrationClient {
|
|
|
7642
7651
|
* @param ListImportRequestsRequest
|
|
7643
7652
|
* @return ListImportRequestsResponse
|
|
7644
7653
|
* @throws OciError when an error occurs
|
|
7645
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7654
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListImportRequests.ts.html |here} to see how to use ListImportRequests API.
|
|
7646
7655
|
*/
|
|
7647
7656
|
listImportRequests(listImportRequestsRequest) {
|
|
7648
7657
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7715,7 +7724,7 @@ class DataIntegrationClient {
|
|
|
7715
7724
|
* @param ListPatchChangesRequest
|
|
7716
7725
|
* @return ListPatchChangesResponse
|
|
7717
7726
|
* @throws OciError when an error occurs
|
|
7718
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7727
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListPatchChanges.ts.html |here} to see how to use ListPatchChanges API.
|
|
7719
7728
|
*/
|
|
7720
7729
|
listPatchChanges(listPatchChangesRequest) {
|
|
7721
7730
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7797,7 +7806,7 @@ class DataIntegrationClient {
|
|
|
7797
7806
|
* @param ListPatchesRequest
|
|
7798
7807
|
* @return ListPatchesResponse
|
|
7799
7808
|
* @throws OciError when an error occurs
|
|
7800
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7809
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListPatches.ts.html |here} to see how to use ListPatches API.
|
|
7801
7810
|
*/
|
|
7802
7811
|
listPatches(listPatchesRequest) {
|
|
7803
7812
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7879,7 +7888,7 @@ class DataIntegrationClient {
|
|
|
7879
7888
|
* @param ListPipelineValidationsRequest
|
|
7880
7889
|
* @return ListPipelineValidationsResponse
|
|
7881
7890
|
* @throws OciError when an error occurs
|
|
7882
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7891
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListPipelineValidations.ts.html |here} to see how to use ListPipelineValidations API.
|
|
7883
7892
|
*/
|
|
7884
7893
|
listPipelineValidations(listPipelineValidationsRequest) {
|
|
7885
7894
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7962,7 +7971,7 @@ class DataIntegrationClient {
|
|
|
7962
7971
|
* @param ListPipelinesRequest
|
|
7963
7972
|
* @return ListPipelinesResponse
|
|
7964
7973
|
* @throws OciError when an error occurs
|
|
7965
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7974
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListPipelines.ts.html |here} to see how to use ListPipelines API.
|
|
7966
7975
|
*/
|
|
7967
7976
|
listPipelines(listPipelinesRequest) {
|
|
7968
7977
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8045,7 +8054,7 @@ class DataIntegrationClient {
|
|
|
8045
8054
|
* @param ListProjectsRequest
|
|
8046
8055
|
* @return ListProjectsResponse
|
|
8047
8056
|
* @throws OciError when an error occurs
|
|
8048
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8057
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListProjects.ts.html |here} to see how to use ListProjects API.
|
|
8049
8058
|
*/
|
|
8050
8059
|
listProjects(listProjectsRequest) {
|
|
8051
8060
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8127,7 +8136,7 @@ class DataIntegrationClient {
|
|
|
8127
8136
|
* @param ListPublishedObjectsRequest
|
|
8128
8137
|
* @return ListPublishedObjectsResponse
|
|
8129
8138
|
* @throws OciError when an error occurs
|
|
8130
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8139
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListPublishedObjects.ts.html |here} to see how to use ListPublishedObjects API.
|
|
8131
8140
|
*/
|
|
8132
8141
|
listPublishedObjects(listPublishedObjectsRequest) {
|
|
8133
8142
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8213,7 +8222,7 @@ class DataIntegrationClient {
|
|
|
8213
8222
|
* @param ListReferencesRequest
|
|
8214
8223
|
* @return ListReferencesResponse
|
|
8215
8224
|
* @throws OciError when an error occurs
|
|
8216
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8225
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListReferences.ts.html |here} to see how to use ListReferences API.
|
|
8217
8226
|
*/
|
|
8218
8227
|
listReferences(listReferencesRequest) {
|
|
8219
8228
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8299,7 +8308,7 @@ class DataIntegrationClient {
|
|
|
8299
8308
|
* @param ListRuntimeOperatorsRequest
|
|
8300
8309
|
* @return ListRuntimeOperatorsResponse
|
|
8301
8310
|
* @throws OciError when an error occurs
|
|
8302
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8311
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListRuntimeOperators.ts.html |here} to see how to use ListRuntimeOperators API.
|
|
8303
8312
|
*/
|
|
8304
8313
|
listRuntimeOperators(listRuntimeOperatorsRequest) {
|
|
8305
8314
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8375,7 +8384,7 @@ class DataIntegrationClient {
|
|
|
8375
8384
|
* @param ListRuntimePipelinesRequest
|
|
8376
8385
|
* @return ListRuntimePipelinesResponse
|
|
8377
8386
|
* @throws OciError when an error occurs
|
|
8378
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8387
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListRuntimePipelines.ts.html |here} to see how to use ListRuntimePipelines API.
|
|
8379
8388
|
*/
|
|
8380
8389
|
listRuntimePipelines(listRuntimePipelinesRequest) {
|
|
8381
8390
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8452,7 +8461,7 @@ class DataIntegrationClient {
|
|
|
8452
8461
|
* @param ListSchedulesRequest
|
|
8453
8462
|
* @return ListSchedulesResponse
|
|
8454
8463
|
* @throws OciError when an error occurs
|
|
8455
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8464
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListSchedules.ts.html |here} to see how to use ListSchedules API.
|
|
8456
8465
|
*/
|
|
8457
8466
|
listSchedules(listSchedulesRequest) {
|
|
8458
8467
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8535,7 +8544,7 @@ class DataIntegrationClient {
|
|
|
8535
8544
|
* @param ListSchemasRequest
|
|
8536
8545
|
* @return ListSchemasResponse
|
|
8537
8546
|
* @throws OciError when an error occurs
|
|
8538
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8547
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListSchemas.ts.html |here} to see how to use ListSchemas API.
|
|
8539
8548
|
*/
|
|
8540
8549
|
listSchemas(listSchemasRequest) {
|
|
8541
8550
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8620,7 +8629,7 @@ class DataIntegrationClient {
|
|
|
8620
8629
|
* @param ListTaskRunLineagesRequest
|
|
8621
8630
|
* @return ListTaskRunLineagesResponse
|
|
8622
8631
|
* @throws OciError when an error occurs
|
|
8623
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8632
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListTaskRunLineages.ts.html |here} to see how to use ListTaskRunLineages API.
|
|
8624
8633
|
*/
|
|
8625
8634
|
listTaskRunLineages(listTaskRunLineagesRequest) {
|
|
8626
8635
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8695,7 +8704,7 @@ class DataIntegrationClient {
|
|
|
8695
8704
|
* @param ListTaskRunLogsRequest
|
|
8696
8705
|
* @return ListTaskRunLogsResponse
|
|
8697
8706
|
* @throws OciError when an error occurs
|
|
8698
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8707
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListTaskRunLogs.ts.html |here} to see how to use ListTaskRunLogs API.
|
|
8699
8708
|
*/
|
|
8700
8709
|
listTaskRunLogs(listTaskRunLogsRequest) {
|
|
8701
8710
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8815,7 +8824,7 @@ class DataIntegrationClient {
|
|
|
8815
8824
|
* @param ListTaskRunsRequest
|
|
8816
8825
|
* @return ListTaskRunsResponse
|
|
8817
8826
|
* @throws OciError when an error occurs
|
|
8818
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8827
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListTaskRuns.ts.html |here} to see how to use ListTaskRuns API.
|
|
8819
8828
|
*/
|
|
8820
8829
|
listTaskRuns(listTaskRunsRequest) {
|
|
8821
8830
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8903,7 +8912,7 @@ class DataIntegrationClient {
|
|
|
8903
8912
|
* @param ListTaskSchedulesRequest
|
|
8904
8913
|
* @return ListTaskSchedulesResponse
|
|
8905
8914
|
* @throws OciError when an error occurs
|
|
8906
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8915
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListTaskSchedules.ts.html |here} to see how to use ListTaskSchedules API.
|
|
8907
8916
|
*/
|
|
8908
8917
|
listTaskSchedules(listTaskSchedulesRequest) {
|
|
8909
8918
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8988,7 +8997,7 @@ class DataIntegrationClient {
|
|
|
8988
8997
|
* @param ListTaskValidationsRequest
|
|
8989
8998
|
* @return ListTaskValidationsResponse
|
|
8990
8999
|
* @throws OciError when an error occurs
|
|
8991
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9000
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListTaskValidations.ts.html |here} to see how to use ListTaskValidations API.
|
|
8992
9001
|
*/
|
|
8993
9002
|
listTaskValidations(listTaskValidationsRequest) {
|
|
8994
9003
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9071,7 +9080,7 @@ class DataIntegrationClient {
|
|
|
9071
9080
|
* @param ListTasksRequest
|
|
9072
9081
|
* @return ListTasksResponse
|
|
9073
9082
|
* @throws OciError when an error occurs
|
|
9074
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9083
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListTasks.ts.html |here} to see how to use ListTasks API.
|
|
9075
9084
|
*/
|
|
9076
9085
|
listTasks(listTasksRequest) {
|
|
9077
9086
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9155,7 +9164,7 @@ class DataIntegrationClient {
|
|
|
9155
9164
|
* @param ListTemplatesRequest
|
|
9156
9165
|
* @return ListTemplatesResponse
|
|
9157
9166
|
* @throws OciError when an error occurs
|
|
9158
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9167
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListTemplates.ts.html |here} to see how to use ListTemplates API.
|
|
9159
9168
|
*/
|
|
9160
9169
|
listTemplates(listTemplatesRequest) {
|
|
9161
9170
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9236,7 +9245,7 @@ class DataIntegrationClient {
|
|
|
9236
9245
|
* @param ListUserDefinedFunctionValidationsRequest
|
|
9237
9246
|
* @return ListUserDefinedFunctionValidationsResponse
|
|
9238
9247
|
* @throws OciError when an error occurs
|
|
9239
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9248
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListUserDefinedFunctionValidations.ts.html |here} to see how to use ListUserDefinedFunctionValidations API.
|
|
9240
9249
|
*/
|
|
9241
9250
|
listUserDefinedFunctionValidations(listUserDefinedFunctionValidationsRequest) {
|
|
9242
9251
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9319,7 +9328,7 @@ class DataIntegrationClient {
|
|
|
9319
9328
|
* @param ListUserDefinedFunctionsRequest
|
|
9320
9329
|
* @return ListUserDefinedFunctionsResponse
|
|
9321
9330
|
* @throws OciError when an error occurs
|
|
9322
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9331
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListUserDefinedFunctions.ts.html |here} to see how to use ListUserDefinedFunctions API.
|
|
9323
9332
|
*/
|
|
9324
9333
|
listUserDefinedFunctions(listUserDefinedFunctionsRequest) {
|
|
9325
9334
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9402,7 +9411,7 @@ class DataIntegrationClient {
|
|
|
9402
9411
|
* @param ListWorkRequestErrorsRequest
|
|
9403
9412
|
* @return ListWorkRequestErrorsResponse
|
|
9404
9413
|
* @throws OciError when an error occurs
|
|
9405
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9414
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
9406
9415
|
*/
|
|
9407
9416
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
9408
9417
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9511,7 +9520,7 @@ class DataIntegrationClient {
|
|
|
9511
9520
|
* @param ListWorkRequestLogsRequest
|
|
9512
9521
|
* @return ListWorkRequestLogsResponse
|
|
9513
9522
|
* @throws OciError when an error occurs
|
|
9514
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9523
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
9515
9524
|
*/
|
|
9516
9525
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
9517
9526
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9620,7 +9629,7 @@ class DataIntegrationClient {
|
|
|
9620
9629
|
* @param ListWorkRequestsRequest
|
|
9621
9630
|
* @return ListWorkRequestsResponse
|
|
9622
9631
|
* @throws OciError when an error occurs
|
|
9623
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9632
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
9624
9633
|
*/
|
|
9625
9634
|
listWorkRequests(listWorkRequestsRequest) {
|
|
9626
9635
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9730,7 +9739,7 @@ class DataIntegrationClient {
|
|
|
9730
9739
|
* @param ListWorkspacesRequest
|
|
9731
9740
|
* @return ListWorkspacesResponse
|
|
9732
9741
|
* @throws OciError when an error occurs
|
|
9733
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9742
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListWorkspaces.ts.html |here} to see how to use ListWorkspaces API.
|
|
9734
9743
|
*/
|
|
9735
9744
|
listWorkspaces(listWorkspacesRequest) {
|
|
9736
9745
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9840,7 +9849,7 @@ class DataIntegrationClient {
|
|
|
9840
9849
|
* @param StartWorkspaceRequest
|
|
9841
9850
|
* @return StartWorkspaceResponse
|
|
9842
9851
|
* @throws OciError when an error occurs
|
|
9843
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9852
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/StartWorkspace.ts.html |here} to see how to use StartWorkspace API.
|
|
9844
9853
|
*/
|
|
9845
9854
|
startWorkspace(startWorkspaceRequest) {
|
|
9846
9855
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9902,7 +9911,7 @@ class DataIntegrationClient {
|
|
|
9902
9911
|
* @param StopWorkspaceRequest
|
|
9903
9912
|
* @return StopWorkspaceResponse
|
|
9904
9913
|
* @throws OciError when an error occurs
|
|
9905
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9914
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/StopWorkspace.ts.html |here} to see how to use StopWorkspace API.
|
|
9906
9915
|
*/
|
|
9907
9916
|
stopWorkspace(stopWorkspaceRequest) {
|
|
9908
9917
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9966,7 +9975,7 @@ class DataIntegrationClient {
|
|
|
9966
9975
|
* @param UpdateApplicationRequest
|
|
9967
9976
|
* @return UpdateApplicationResponse
|
|
9968
9977
|
* @throws OciError when an error occurs
|
|
9969
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9978
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
|
|
9970
9979
|
*/
|
|
9971
9980
|
updateApplication(updateApplicationRequest) {
|
|
9972
9981
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10032,7 +10041,7 @@ class DataIntegrationClient {
|
|
|
10032
10041
|
* @param UpdateApplicationDetailedDescriptionRequest
|
|
10033
10042
|
* @return UpdateApplicationDetailedDescriptionResponse
|
|
10034
10043
|
* @throws OciError when an error occurs
|
|
10035
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10044
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/UpdateApplicationDetailedDescription.ts.html |here} to see how to use UpdateApplicationDetailedDescription API.
|
|
10036
10045
|
*/
|
|
10037
10046
|
updateApplicationDetailedDescription(updateApplicationDetailedDescriptionRequest) {
|
|
10038
10047
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10098,7 +10107,7 @@ class DataIntegrationClient {
|
|
|
10098
10107
|
* @param UpdateConnectionRequest
|
|
10099
10108
|
* @return UpdateConnectionResponse
|
|
10100
10109
|
* @throws OciError when an error occurs
|
|
10101
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10110
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/UpdateConnection.ts.html |here} to see how to use UpdateConnection API.
|
|
10102
10111
|
*/
|
|
10103
10112
|
updateConnection(updateConnectionRequest) {
|
|
10104
10113
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10164,7 +10173,7 @@ class DataIntegrationClient {
|
|
|
10164
10173
|
* @param UpdateCopyObjectRequestRequest
|
|
10165
10174
|
* @return UpdateCopyObjectRequestResponse
|
|
10166
10175
|
* @throws OciError when an error occurs
|
|
10167
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10176
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/UpdateCopyObjectRequest.ts.html |here} to see how to use UpdateCopyObjectRequest API.
|
|
10168
10177
|
*/
|
|
10169
10178
|
updateCopyObjectRequest(updateCopyObjectRequestRequest) {
|
|
10170
10179
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10230,7 +10239,7 @@ class DataIntegrationClient {
|
|
|
10230
10239
|
* @param UpdateDataAssetRequest
|
|
10231
10240
|
* @return UpdateDataAssetResponse
|
|
10232
10241
|
* @throws OciError when an error occurs
|
|
10233
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10242
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/UpdateDataAsset.ts.html |here} to see how to use UpdateDataAsset API.
|
|
10234
10243
|
*/
|
|
10235
10244
|
updateDataAsset(updateDataAssetRequest) {
|
|
10236
10245
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10296,7 +10305,7 @@ class DataIntegrationClient {
|
|
|
10296
10305
|
* @param UpdateDataFlowRequest
|
|
10297
10306
|
* @return UpdateDataFlowResponse
|
|
10298
10307
|
* @throws OciError when an error occurs
|
|
10299
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10308
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/UpdateDataFlow.ts.html |here} to see how to use UpdateDataFlow API.
|
|
10300
10309
|
*/
|
|
10301
10310
|
updateDataFlow(updateDataFlowRequest) {
|
|
10302
10311
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10362,7 +10371,7 @@ class DataIntegrationClient {
|
|
|
10362
10371
|
* @param UpdateDisApplicationRequest
|
|
10363
10372
|
* @return UpdateDisApplicationResponse
|
|
10364
10373
|
* @throws OciError when an error occurs
|
|
10365
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10374
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/UpdateDisApplication.ts.html |here} to see how to use UpdateDisApplication API.
|
|
10366
10375
|
*/
|
|
10367
10376
|
updateDisApplication(updateDisApplicationRequest) {
|
|
10368
10377
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10428,7 +10437,7 @@ class DataIntegrationClient {
|
|
|
10428
10437
|
* @param UpdateDisApplicationDetailedDescriptionRequest
|
|
10429
10438
|
* @return UpdateDisApplicationDetailedDescriptionResponse
|
|
10430
10439
|
* @throws OciError when an error occurs
|
|
10431
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10440
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/UpdateDisApplicationDetailedDescription.ts.html |here} to see how to use UpdateDisApplicationDetailedDescription API.
|
|
10432
10441
|
*/
|
|
10433
10442
|
updateDisApplicationDetailedDescription(updateDisApplicationDetailedDescriptionRequest) {
|
|
10434
10443
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10494,7 +10503,7 @@ class DataIntegrationClient {
|
|
|
10494
10503
|
* @param UpdateExportRequestRequest
|
|
10495
10504
|
* @return UpdateExportRequestResponse
|
|
10496
10505
|
* @throws OciError when an error occurs
|
|
10497
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10506
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/UpdateExportRequest.ts.html |here} to see how to use UpdateExportRequest API.
|
|
10498
10507
|
*/
|
|
10499
10508
|
updateExportRequest(updateExportRequestRequest) {
|
|
10500
10509
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10560,7 +10569,7 @@ class DataIntegrationClient {
|
|
|
10560
10569
|
* @param UpdateExternalPublicationRequest
|
|
10561
10570
|
* @return UpdateExternalPublicationResponse
|
|
10562
10571
|
* @throws OciError when an error occurs
|
|
10563
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10572
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/UpdateExternalPublication.ts.html |here} to see how to use UpdateExternalPublication API.
|
|
10564
10573
|
*/
|
|
10565
10574
|
updateExternalPublication(updateExternalPublicationRequest) {
|
|
10566
10575
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10627,7 +10636,7 @@ class DataIntegrationClient {
|
|
|
10627
10636
|
* @param UpdateFolderRequest
|
|
10628
10637
|
* @return UpdateFolderResponse
|
|
10629
10638
|
* @throws OciError when an error occurs
|
|
10630
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10639
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/UpdateFolder.ts.html |here} to see how to use UpdateFolder API.
|
|
10631
10640
|
*/
|
|
10632
10641
|
updateFolder(updateFolderRequest) {
|
|
10633
10642
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10693,7 +10702,7 @@ class DataIntegrationClient {
|
|
|
10693
10702
|
* @param UpdateFunctionLibraryRequest
|
|
10694
10703
|
* @return UpdateFunctionLibraryResponse
|
|
10695
10704
|
* @throws OciError when an error occurs
|
|
10696
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10705
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/UpdateFunctionLibrary.ts.html |here} to see how to use UpdateFunctionLibrary API.
|
|
10697
10706
|
*/
|
|
10698
10707
|
updateFunctionLibrary(updateFunctionLibraryRequest) {
|
|
10699
10708
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10759,7 +10768,7 @@ class DataIntegrationClient {
|
|
|
10759
10768
|
* @param UpdateImportRequestRequest
|
|
10760
10769
|
* @return UpdateImportRequestResponse
|
|
10761
10770
|
* @throws OciError when an error occurs
|
|
10762
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10771
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/UpdateImportRequest.ts.html |here} to see how to use UpdateImportRequest API.
|
|
10763
10772
|
*/
|
|
10764
10773
|
updateImportRequest(updateImportRequestRequest) {
|
|
10765
10774
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10825,7 +10834,7 @@ class DataIntegrationClient {
|
|
|
10825
10834
|
* @param UpdatePipelineRequest
|
|
10826
10835
|
* @return UpdatePipelineResponse
|
|
10827
10836
|
* @throws OciError when an error occurs
|
|
10828
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10837
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/UpdatePipeline.ts.html |here} to see how to use UpdatePipeline API.
|
|
10829
10838
|
*/
|
|
10830
10839
|
updatePipeline(updatePipelineRequest) {
|
|
10831
10840
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10891,7 +10900,7 @@ class DataIntegrationClient {
|
|
|
10891
10900
|
* @param UpdateProjectRequest
|
|
10892
10901
|
* @return UpdateProjectResponse
|
|
10893
10902
|
* @throws OciError when an error occurs
|
|
10894
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10903
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/UpdateProject.ts.html |here} to see how to use UpdateProject API.
|
|
10895
10904
|
*/
|
|
10896
10905
|
updateProject(updateProjectRequest) {
|
|
10897
10906
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10957,7 +10966,7 @@ class DataIntegrationClient {
|
|
|
10957
10966
|
* @param UpdateReferenceRequest
|
|
10958
10967
|
* @return UpdateReferenceResponse
|
|
10959
10968
|
* @throws OciError when an error occurs
|
|
10960
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10969
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/UpdateReference.ts.html |here} to see how to use UpdateReference API.
|
|
10961
10970
|
*/
|
|
10962
10971
|
updateReference(updateReferenceRequest) {
|
|
10963
10972
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11025,7 +11034,7 @@ class DataIntegrationClient {
|
|
|
11025
11034
|
* @param UpdateScheduleRequest
|
|
11026
11035
|
* @return UpdateScheduleResponse
|
|
11027
11036
|
* @throws OciError when an error occurs
|
|
11028
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11037
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/UpdateSchedule.ts.html |here} to see how to use UpdateSchedule API.
|
|
11029
11038
|
*/
|
|
11030
11039
|
updateSchedule(updateScheduleRequest) {
|
|
11031
11040
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11092,7 +11101,7 @@ class DataIntegrationClient {
|
|
|
11092
11101
|
* @param UpdateTaskRequest
|
|
11093
11102
|
* @return UpdateTaskResponse
|
|
11094
11103
|
* @throws OciError when an error occurs
|
|
11095
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11104
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/UpdateTask.ts.html |here} to see how to use UpdateTask API.
|
|
11096
11105
|
*/
|
|
11097
11106
|
updateTask(updateTaskRequest) {
|
|
11098
11107
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11158,7 +11167,7 @@ class DataIntegrationClient {
|
|
|
11158
11167
|
* @param UpdateTaskRunRequest
|
|
11159
11168
|
* @return UpdateTaskRunResponse
|
|
11160
11169
|
* @throws OciError when an error occurs
|
|
11161
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11170
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/UpdateTaskRun.ts.html |here} to see how to use UpdateTaskRun API.
|
|
11162
11171
|
*/
|
|
11163
11172
|
updateTaskRun(updateTaskRunRequest) {
|
|
11164
11173
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11225,7 +11234,7 @@ class DataIntegrationClient {
|
|
|
11225
11234
|
* @param UpdateTaskScheduleRequest
|
|
11226
11235
|
* @return UpdateTaskScheduleResponse
|
|
11227
11236
|
* @throws OciError when an error occurs
|
|
11228
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11237
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/UpdateTaskSchedule.ts.html |here} to see how to use UpdateTaskSchedule API.
|
|
11229
11238
|
*/
|
|
11230
11239
|
updateTaskSchedule(updateTaskScheduleRequest) {
|
|
11231
11240
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11292,7 +11301,7 @@ class DataIntegrationClient {
|
|
|
11292
11301
|
* @param UpdateUserDefinedFunctionRequest
|
|
11293
11302
|
* @return UpdateUserDefinedFunctionResponse
|
|
11294
11303
|
* @throws OciError when an error occurs
|
|
11295
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11304
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/UpdateUserDefinedFunction.ts.html |here} to see how to use UpdateUserDefinedFunction API.
|
|
11296
11305
|
*/
|
|
11297
11306
|
updateUserDefinedFunction(updateUserDefinedFunctionRequest) {
|
|
11298
11307
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11358,7 +11367,7 @@ class DataIntegrationClient {
|
|
|
11358
11367
|
* @param UpdateWorkspaceRequest
|
|
11359
11368
|
* @return UpdateWorkspaceResponse
|
|
11360
11369
|
* @throws OciError when an error occurs
|
|
11361
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11370
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/UpdateWorkspace.ts.html |here} to see how to use UpdateWorkspace API.
|
|
11362
11371
|
*/
|
|
11363
11372
|
updateWorkspace(updateWorkspaceRequest) {
|
|
11364
11373
|
return __awaiter(this, void 0, void 0, function* () {
|