oci-databasemigration 2.84.0 → 2.85.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 +45 -41
- package/lib/client.js +47 -41
- package/lib/client.js.map +1 -1
- package/lib/model/aws-s3-data-transfer-medium-details.d.ts +1 -0
- package/lib/model/aws-s3-data-transfer-medium-details.js +10 -2
- package/lib/model/aws-s3-data-transfer-medium-details.js.map +1 -1
- package/lib/model/data-transfer-medium-details-v2.d.ts +1 -1
- package/lib/model/nfs-data-transfer-medium-details.d.ts +1 -0
- package/lib/model/nfs-data-transfer-medium-details.js +10 -2
- package/lib/model/nfs-data-transfer-medium-details.js.map +1 -1
- package/lib/request/abort-job-request.d.ts +1 -1
- package/lib/request/add-migration-objects-request.d.ts +1 -1
- package/lib/request/change-agent-compartment-request.d.ts +1 -1
- package/lib/request/change-connection-compartment-request.d.ts +1 -1
- package/lib/request/change-migration-compartment-request.d.ts +1 -1
- package/lib/request/clone-migration-request.d.ts +1 -1
- package/lib/request/connection-diagnostics-request.d.ts +1 -1
- package/lib/request/create-connection-request.d.ts +1 -1
- package/lib/request/create-migration-request.d.ts +1 -1
- package/lib/request/delete-agent-request.d.ts +1 -1
- package/lib/request/delete-connection-request.d.ts +1 -1
- package/lib/request/delete-job-request.d.ts +1 -1
- package/lib/request/delete-migration-request.d.ts +1 -1
- package/lib/request/evaluate-migration-request.d.ts +1 -1
- package/lib/request/get-advisor-report-request.d.ts +1 -1
- package/lib/request/get-agent-request.d.ts +1 -1
- package/lib/request/get-connection-request.d.ts +1 -1
- package/lib/request/get-job-output-content-request.d.ts +1 -1
- package/lib/request/get-job-request.d.ts +1 -1
- package/lib/request/get-migration-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/list-agent-images-request.d.ts +1 -1
- package/lib/request/list-agents-request.d.ts +1 -1
- package/lib/request/list-connections-request.d.ts +1 -1
- package/lib/request/list-excluded-objects-request.d.ts +1 -1
- package/lib/request/list-job-outputs-request.d.ts +1 -1
- package/lib/request/list-jobs-request.d.ts +1 -1
- package/lib/request/list-migration-object-types-request.d.ts +1 -1
- package/lib/request/list-migration-objects-request.d.ts +1 -1
- package/lib/request/list-migrations-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/remove-migration-objects-request.d.ts +1 -1
- package/lib/request/resume-job-request.d.ts +1 -1
- package/lib/request/retrieve-supported-phases-request.d.ts +1 -1
- package/lib/request/start-migration-request.d.ts +1 -1
- package/lib/request/update-agent-request.d.ts +1 -1
- package/lib/request/update-connection-request.d.ts +1 -1
- package/lib/request/update-job-request.d.ts +1 -1
- package/lib/request/update-migration-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.js
CHANGED
|
@@ -190,6 +190,12 @@ class DatabaseMigrationClient {
|
|
|
190
190
|
this._circuitBreaker.shutdown();
|
|
191
191
|
}
|
|
192
192
|
}
|
|
193
|
+
/**
|
|
194
|
+
* Close the client once it is no longer needed
|
|
195
|
+
*/
|
|
196
|
+
close() {
|
|
197
|
+
this.shutdownCircuitBreaker();
|
|
198
|
+
}
|
|
193
199
|
/**
|
|
194
200
|
* Aborts a Migration Job (either Evaluation or Migration).
|
|
195
201
|
*
|
|
@@ -197,7 +203,7 @@ class DatabaseMigrationClient {
|
|
|
197
203
|
* @param AbortJobRequest
|
|
198
204
|
* @return AbortJobResponse
|
|
199
205
|
* @throws OciError when an error occurs
|
|
200
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
206
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/databasemigration/AbortJob.ts.html |here} to see how to use AbortJob API.
|
|
201
207
|
*/
|
|
202
208
|
abortJob(abortJobRequest) {
|
|
203
209
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -263,7 +269,7 @@ class DatabaseMigrationClient {
|
|
|
263
269
|
* @param AddMigrationObjectsRequest
|
|
264
270
|
* @return AddMigrationObjectsResponse
|
|
265
271
|
* @throws OciError when an error occurs
|
|
266
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
272
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/databasemigration/AddMigrationObjects.ts.html |here} to see how to use AddMigrationObjects API.
|
|
267
273
|
*/
|
|
268
274
|
addMigrationObjects(addMigrationObjectsRequest) {
|
|
269
275
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -320,7 +326,7 @@ class DatabaseMigrationClient {
|
|
|
320
326
|
* @param ChangeAgentCompartmentRequest
|
|
321
327
|
* @return ChangeAgentCompartmentResponse
|
|
322
328
|
* @throws OciError when an error occurs
|
|
323
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
329
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/databasemigration/ChangeAgentCompartment.ts.html |here} to see how to use ChangeAgentCompartment API.
|
|
324
330
|
*/
|
|
325
331
|
changeAgentCompartment(changeAgentCompartmentRequest) {
|
|
326
332
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -378,7 +384,7 @@ class DatabaseMigrationClient {
|
|
|
378
384
|
* @param ChangeConnectionCompartmentRequest
|
|
379
385
|
* @return ChangeConnectionCompartmentResponse
|
|
380
386
|
* @throws OciError when an error occurs
|
|
381
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
387
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/databasemigration/ChangeConnectionCompartment.ts.html |here} to see how to use ChangeConnectionCompartment API.
|
|
382
388
|
*/
|
|
383
389
|
changeConnectionCompartment(changeConnectionCompartmentRequest) {
|
|
384
390
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -436,7 +442,7 @@ class DatabaseMigrationClient {
|
|
|
436
442
|
* @param ChangeMigrationCompartmentRequest
|
|
437
443
|
* @return ChangeMigrationCompartmentResponse
|
|
438
444
|
* @throws OciError when an error occurs
|
|
439
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
445
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/databasemigration/ChangeMigrationCompartment.ts.html |here} to see how to use ChangeMigrationCompartment API.
|
|
440
446
|
*/
|
|
441
447
|
changeMigrationCompartment(changeMigrationCompartmentRequest) {
|
|
442
448
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -494,7 +500,7 @@ class DatabaseMigrationClient {
|
|
|
494
500
|
* @param CloneMigrationRequest
|
|
495
501
|
* @return CloneMigrationResponse
|
|
496
502
|
* @throws OciError when an error occurs
|
|
497
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
503
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/databasemigration/CloneMigration.ts.html |here} to see how to use CloneMigration API.
|
|
498
504
|
*/
|
|
499
505
|
cloneMigration(cloneMigrationRequest) {
|
|
500
506
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -566,7 +572,7 @@ class DatabaseMigrationClient {
|
|
|
566
572
|
* @param ConnectionDiagnosticsRequest
|
|
567
573
|
* @return ConnectionDiagnosticsResponse
|
|
568
574
|
* @throws OciError when an error occurs
|
|
569
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
575
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/databasemigration/ConnectionDiagnostics.ts.html |here} to see how to use ConnectionDiagnostics API.
|
|
570
576
|
*/
|
|
571
577
|
connectionDiagnostics(connectionDiagnosticsRequest) {
|
|
572
578
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -633,7 +639,7 @@ class DatabaseMigrationClient {
|
|
|
633
639
|
* @param CreateConnectionRequest
|
|
634
640
|
* @return CreateConnectionResponse
|
|
635
641
|
* @throws OciError when an error occurs
|
|
636
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
642
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/databasemigration/CreateConnection.ts.html |here} to see how to use CreateConnection API.
|
|
637
643
|
*/
|
|
638
644
|
createConnection(createConnectionRequest) {
|
|
639
645
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -704,7 +710,7 @@ class DatabaseMigrationClient {
|
|
|
704
710
|
* @param CreateMigrationRequest
|
|
705
711
|
* @return CreateMigrationResponse
|
|
706
712
|
* @throws OciError when an error occurs
|
|
707
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
713
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/databasemigration/CreateMigration.ts.html |here} to see how to use CreateMigration API.
|
|
708
714
|
*/
|
|
709
715
|
createMigration(createMigrationRequest) {
|
|
710
716
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -773,7 +779,7 @@ class DatabaseMigrationClient {
|
|
|
773
779
|
* @param DeleteAgentRequest
|
|
774
780
|
* @return DeleteAgentResponse
|
|
775
781
|
* @throws OciError when an error occurs
|
|
776
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
782
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/databasemigration/DeleteAgent.ts.html |here} to see how to use DeleteAgent API.
|
|
777
783
|
*/
|
|
778
784
|
deleteAgent(deleteAgentRequest) {
|
|
779
785
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -834,7 +840,7 @@ class DatabaseMigrationClient {
|
|
|
834
840
|
* @param DeleteConnectionRequest
|
|
835
841
|
* @return DeleteConnectionResponse
|
|
836
842
|
* @throws OciError when an error occurs
|
|
837
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
843
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/databasemigration/DeleteConnection.ts.html |here} to see how to use DeleteConnection API.
|
|
838
844
|
*/
|
|
839
845
|
deleteConnection(deleteConnectionRequest) {
|
|
840
846
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -895,7 +901,7 @@ class DatabaseMigrationClient {
|
|
|
895
901
|
* @param DeleteJobRequest
|
|
896
902
|
* @return DeleteJobResponse
|
|
897
903
|
* @throws OciError when an error occurs
|
|
898
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
904
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/databasemigration/DeleteJob.ts.html |here} to see how to use DeleteJob API.
|
|
899
905
|
*/
|
|
900
906
|
deleteJob(deleteJobRequest) {
|
|
901
907
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -951,7 +957,7 @@ class DatabaseMigrationClient {
|
|
|
951
957
|
* @param DeleteMigrationRequest
|
|
952
958
|
* @return DeleteMigrationResponse
|
|
953
959
|
* @throws OciError when an error occurs
|
|
954
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
960
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/databasemigration/DeleteMigration.ts.html |here} to see how to use DeleteMigration API.
|
|
955
961
|
*/
|
|
956
962
|
deleteMigration(deleteMigrationRequest) {
|
|
957
963
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1012,7 +1018,7 @@ class DatabaseMigrationClient {
|
|
|
1012
1018
|
* @param EvaluateMigrationRequest
|
|
1013
1019
|
* @return EvaluateMigrationResponse
|
|
1014
1020
|
* @throws OciError when an error occurs
|
|
1015
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1021
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/databasemigration/EvaluateMigration.ts.html |here} to see how to use EvaluateMigration API.
|
|
1016
1022
|
*/
|
|
1017
1023
|
evaluateMigration(evaluateMigrationRequest) {
|
|
1018
1024
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1083,7 +1089,7 @@ class DatabaseMigrationClient {
|
|
|
1083
1089
|
* @param GetAdvisorReportRequest
|
|
1084
1090
|
* @return GetAdvisorReportResponse
|
|
1085
1091
|
* @throws OciError when an error occurs
|
|
1086
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1092
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/databasemigration/GetAdvisorReport.ts.html |here} to see how to use GetAdvisorReport API.
|
|
1087
1093
|
*/
|
|
1088
1094
|
getAdvisorReport(getAdvisorReportRequest) {
|
|
1089
1095
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1147,7 +1153,7 @@ class DatabaseMigrationClient {
|
|
|
1147
1153
|
* @param GetAgentRequest
|
|
1148
1154
|
* @return GetAgentResponse
|
|
1149
1155
|
* @throws OciError when an error occurs
|
|
1150
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1156
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/databasemigration/GetAgent.ts.html |here} to see how to use GetAgent API.
|
|
1151
1157
|
*/
|
|
1152
1158
|
getAgent(getAgentRequest) {
|
|
1153
1159
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1211,7 +1217,7 @@ class DatabaseMigrationClient {
|
|
|
1211
1217
|
* @param GetConnectionRequest
|
|
1212
1218
|
* @return GetConnectionResponse
|
|
1213
1219
|
* @throws OciError when an error occurs
|
|
1214
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1220
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/databasemigration/GetConnection.ts.html |here} to see how to use GetConnection API.
|
|
1215
1221
|
*/
|
|
1216
1222
|
getConnection(getConnectionRequest) {
|
|
1217
1223
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1275,7 +1281,7 @@ class DatabaseMigrationClient {
|
|
|
1275
1281
|
* @param GetJobRequest
|
|
1276
1282
|
* @return GetJobResponse
|
|
1277
1283
|
* @throws OciError when an error occurs
|
|
1278
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1284
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/databasemigration/GetJob.ts.html |here} to see how to use GetJob API.
|
|
1279
1285
|
*/
|
|
1280
1286
|
getJob(getJobRequest) {
|
|
1281
1287
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1339,7 +1345,7 @@ class DatabaseMigrationClient {
|
|
|
1339
1345
|
* @param GetJobOutputContentRequest
|
|
1340
1346
|
* @return GetJobOutputContentResponse
|
|
1341
1347
|
* @throws OciError when an error occurs
|
|
1342
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1348
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/databasemigration/GetJobOutputContent.ts.html |here} to see how to use GetJobOutputContent API.
|
|
1343
1349
|
*/
|
|
1344
1350
|
getJobOutputContent(getJobOutputContentRequest) {
|
|
1345
1351
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1397,7 +1403,7 @@ class DatabaseMigrationClient {
|
|
|
1397
1403
|
* @param GetMigrationRequest
|
|
1398
1404
|
* @return GetMigrationResponse
|
|
1399
1405
|
* @throws OciError when an error occurs
|
|
1400
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1406
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/databasemigration/GetMigration.ts.html |here} to see how to use GetMigration API.
|
|
1401
1407
|
*/
|
|
1402
1408
|
getMigration(getMigrationRequest) {
|
|
1403
1409
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1462,7 +1468,7 @@ class DatabaseMigrationClient {
|
|
|
1462
1468
|
* @param GetWorkRequestRequest
|
|
1463
1469
|
* @return GetWorkRequestResponse
|
|
1464
1470
|
* @throws OciError when an error occurs
|
|
1465
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1471
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/databasemigration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
1466
1472
|
*/
|
|
1467
1473
|
getWorkRequest(getWorkRequestRequest) {
|
|
1468
1474
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1521,7 +1527,7 @@ class DatabaseMigrationClient {
|
|
|
1521
1527
|
* @param ListAgentImagesRequest
|
|
1522
1528
|
* @return ListAgentImagesResponse
|
|
1523
1529
|
* @throws OciError when an error occurs
|
|
1524
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1530
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/databasemigration/ListAgentImages.ts.html |here} to see how to use ListAgentImages API.
|
|
1525
1531
|
*/
|
|
1526
1532
|
listAgentImages(listAgentImagesRequest) {
|
|
1527
1533
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1587,7 +1593,7 @@ class DatabaseMigrationClient {
|
|
|
1587
1593
|
* @param ListAgentsRequest
|
|
1588
1594
|
* @return ListAgentsResponse
|
|
1589
1595
|
* @throws OciError when an error occurs
|
|
1590
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1596
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/databasemigration/ListAgents.ts.html |here} to see how to use ListAgents API.
|
|
1591
1597
|
*/
|
|
1592
1598
|
listAgents(listAgentsRequest) {
|
|
1593
1599
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1657,7 +1663,7 @@ class DatabaseMigrationClient {
|
|
|
1657
1663
|
* @param ListConnectionsRequest
|
|
1658
1664
|
* @return ListConnectionsResponse
|
|
1659
1665
|
* @throws OciError when an error occurs
|
|
1660
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1666
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/databasemigration/ListConnections.ts.html |here} to see how to use ListConnections API.
|
|
1661
1667
|
*/
|
|
1662
1668
|
listConnections(listConnectionsRequest) {
|
|
1663
1669
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1727,7 +1733,7 @@ class DatabaseMigrationClient {
|
|
|
1727
1733
|
* @param ListExcludedObjectsRequest
|
|
1728
1734
|
* @return ListExcludedObjectsResponse
|
|
1729
1735
|
* @throws OciError when an error occurs
|
|
1730
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1736
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/databasemigration/ListExcludedObjects.ts.html |here} to see how to use ListExcludedObjects API.
|
|
1731
1737
|
*/
|
|
1732
1738
|
listExcludedObjects(listExcludedObjectsRequest) {
|
|
1733
1739
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1803,7 +1809,7 @@ class DatabaseMigrationClient {
|
|
|
1803
1809
|
* @param ListJobOutputsRequest
|
|
1804
1810
|
* @return ListJobOutputsResponse
|
|
1805
1811
|
* @throws OciError when an error occurs
|
|
1806
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1812
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/databasemigration/ListJobOutputs.ts.html |here} to see how to use ListJobOutputs API.
|
|
1807
1813
|
*/
|
|
1808
1814
|
listJobOutputs(listJobOutputsRequest) {
|
|
1809
1815
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1871,7 +1877,7 @@ class DatabaseMigrationClient {
|
|
|
1871
1877
|
* @param ListJobsRequest
|
|
1872
1878
|
* @return ListJobsResponse
|
|
1873
1879
|
* @throws OciError when an error occurs
|
|
1874
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1880
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/databasemigration/ListJobs.ts.html |here} to see how to use ListJobs API.
|
|
1875
1881
|
*/
|
|
1876
1882
|
listJobs(listJobsRequest) {
|
|
1877
1883
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1941,7 +1947,7 @@ class DatabaseMigrationClient {
|
|
|
1941
1947
|
* @param ListMigrationObjectTypesRequest
|
|
1942
1948
|
* @return ListMigrationObjectTypesResponse
|
|
1943
1949
|
* @throws OciError when an error occurs
|
|
1944
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1950
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/databasemigration/ListMigrationObjectTypes.ts.html |here} to see how to use ListMigrationObjectTypes API.
|
|
1945
1951
|
*/
|
|
1946
1952
|
listMigrationObjectTypes(listMigrationObjectTypesRequest) {
|
|
1947
1953
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2008,7 +2014,7 @@ class DatabaseMigrationClient {
|
|
|
2008
2014
|
* @param ListMigrationObjectsRequest
|
|
2009
2015
|
* @return ListMigrationObjectsResponse
|
|
2010
2016
|
* @throws OciError when an error occurs
|
|
2011
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2017
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/databasemigration/ListMigrationObjects.ts.html |here} to see how to use ListMigrationObjects API.
|
|
2012
2018
|
*/
|
|
2013
2019
|
listMigrationObjects(listMigrationObjectsRequest) {
|
|
2014
2020
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2076,7 +2082,7 @@ class DatabaseMigrationClient {
|
|
|
2076
2082
|
* @param ListMigrationsRequest
|
|
2077
2083
|
* @return ListMigrationsResponse
|
|
2078
2084
|
* @throws OciError when an error occurs
|
|
2079
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2085
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/databasemigration/ListMigrations.ts.html |here} to see how to use ListMigrations API.
|
|
2080
2086
|
*/
|
|
2081
2087
|
listMigrations(listMigrationsRequest) {
|
|
2082
2088
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2147,7 +2153,7 @@ class DatabaseMigrationClient {
|
|
|
2147
2153
|
* @param ListWorkRequestErrorsRequest
|
|
2148
2154
|
* @return ListWorkRequestErrorsResponse
|
|
2149
2155
|
* @throws OciError when an error occurs
|
|
2150
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2156
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/databasemigration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
2151
2157
|
*/
|
|
2152
2158
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
2153
2159
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2216,7 +2222,7 @@ class DatabaseMigrationClient {
|
|
|
2216
2222
|
* @param ListWorkRequestLogsRequest
|
|
2217
2223
|
* @return ListWorkRequestLogsResponse
|
|
2218
2224
|
* @throws OciError when an error occurs
|
|
2219
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2225
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/databasemigration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
2220
2226
|
*/
|
|
2221
2227
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
2222
2228
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2285,7 +2291,7 @@ class DatabaseMigrationClient {
|
|
|
2285
2291
|
* @param ListWorkRequestsRequest
|
|
2286
2292
|
* @return ListWorkRequestsResponse
|
|
2287
2293
|
* @throws OciError when an error occurs
|
|
2288
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2294
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/databasemigration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
2289
2295
|
*/
|
|
2290
2296
|
listWorkRequests(listWorkRequestsRequest) {
|
|
2291
2297
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2355,7 +2361,7 @@ class DatabaseMigrationClient {
|
|
|
2355
2361
|
* @param RemoveMigrationObjectsRequest
|
|
2356
2362
|
* @return RemoveMigrationObjectsResponse
|
|
2357
2363
|
* @throws OciError when an error occurs
|
|
2358
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2364
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/databasemigration/RemoveMigrationObjects.ts.html |here} to see how to use RemoveMigrationObjects API.
|
|
2359
2365
|
*/
|
|
2360
2366
|
removeMigrationObjects(removeMigrationObjectsRequest) {
|
|
2361
2367
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2412,7 +2418,7 @@ class DatabaseMigrationClient {
|
|
|
2412
2418
|
* @param ResumeJobRequest
|
|
2413
2419
|
* @return ResumeJobResponse
|
|
2414
2420
|
* @throws OciError when an error occurs
|
|
2415
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2421
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/databasemigration/ResumeJob.ts.html |here} to see how to use ResumeJob API.
|
|
2416
2422
|
*/
|
|
2417
2423
|
resumeJob(resumeJobRequest) {
|
|
2418
2424
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2479,7 +2485,7 @@ class DatabaseMigrationClient {
|
|
|
2479
2485
|
* @param RetrieveSupportedPhasesRequest
|
|
2480
2486
|
* @return RetrieveSupportedPhasesResponse
|
|
2481
2487
|
* @throws OciError when an error occurs
|
|
2482
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2488
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/databasemigration/RetrieveSupportedPhases.ts.html |here} to see how to use RetrieveSupportedPhases API.
|
|
2483
2489
|
*/
|
|
2484
2490
|
retrieveSupportedPhases(retrieveSupportedPhasesRequest) {
|
|
2485
2491
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2538,7 +2544,7 @@ class DatabaseMigrationClient {
|
|
|
2538
2544
|
* @param StartMigrationRequest
|
|
2539
2545
|
* @return StartMigrationResponse
|
|
2540
2546
|
* @throws OciError when an error occurs
|
|
2541
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2547
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/databasemigration/StartMigration.ts.html |here} to see how to use StartMigration API.
|
|
2542
2548
|
*/
|
|
2543
2549
|
startMigration(startMigrationRequest) {
|
|
2544
2550
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2610,7 +2616,7 @@ class DatabaseMigrationClient {
|
|
|
2610
2616
|
* @param UpdateAgentRequest
|
|
2611
2617
|
* @return UpdateAgentResponse
|
|
2612
2618
|
* @throws OciError when an error occurs
|
|
2613
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2619
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/databasemigration/UpdateAgent.ts.html |here} to see how to use UpdateAgent API.
|
|
2614
2620
|
*/
|
|
2615
2621
|
updateAgent(updateAgentRequest) {
|
|
2616
2622
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2677,7 +2683,7 @@ class DatabaseMigrationClient {
|
|
|
2677
2683
|
* @param UpdateConnectionRequest
|
|
2678
2684
|
* @return UpdateConnectionResponse
|
|
2679
2685
|
* @throws OciError when an error occurs
|
|
2680
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2686
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/databasemigration/UpdateConnection.ts.html |here} to see how to use UpdateConnection API.
|
|
2681
2687
|
*/
|
|
2682
2688
|
updateConnection(updateConnectionRequest) {
|
|
2683
2689
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2739,7 +2745,7 @@ class DatabaseMigrationClient {
|
|
|
2739
2745
|
* @param UpdateJobRequest
|
|
2740
2746
|
* @return UpdateJobResponse
|
|
2741
2747
|
* @throws OciError when an error occurs
|
|
2742
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2748
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/databasemigration/UpdateJob.ts.html |here} to see how to use UpdateJob API.
|
|
2743
2749
|
*/
|
|
2744
2750
|
updateJob(updateJobRequest) {
|
|
2745
2751
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2805,7 +2811,7 @@ class DatabaseMigrationClient {
|
|
|
2805
2811
|
* @param UpdateMigrationRequest
|
|
2806
2812
|
* @return UpdateMigrationResponse
|
|
2807
2813
|
* @throws OciError when an error occurs
|
|
2808
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2814
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/databasemigration/UpdateMigration.ts.html |here} to see how to use UpdateMigration API.
|
|
2809
2815
|
*/
|
|
2810
2816
|
updateMigration(updateMigrationRequest) {
|
|
2811
2817
|
return __awaiter(this, void 0, void 0, function* () {
|