oci-databasemigration 2.102.1 → 2.103.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 +42 -42
- package/lib/client.js +42 -42
- package/lib/model/work-request-error.d.ts +1 -1
- package/lib/model/work-request-resource.d.ts +1 -1
- package/lib/model/work-request-summary.d.ts +2 -2
- package/lib/model/work-request.d.ts +2 -2
- 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-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/create-parameter-file-version-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/delete-parameter-file-version-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-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-parameter-file-version-request.d.ts +1 -1
- package/lib/request/get-work-request-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-migration-parameters-request.d.ts +1 -1
- package/lib/request/list-migrations-request.d.ts +1 -1
- package/lib/request/list-parameter-file-versions-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 +2 -2
- package/lib/request/make-current-parameter-file-version-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/suspend-job-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
|
@@ -214,7 +214,7 @@ class DatabaseMigrationClient {
|
|
|
214
214
|
* @param AbortJobRequest
|
|
215
215
|
* @return AbortJobResponse
|
|
216
216
|
* @throws OciError when an error occurs
|
|
217
|
-
* @example Click {@link https://docs.
|
|
217
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/AbortJob.ts.html |here} to see how to use AbortJob API.
|
|
218
218
|
*/
|
|
219
219
|
abortJob(abortJobRequest) {
|
|
220
220
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -280,7 +280,7 @@ class DatabaseMigrationClient {
|
|
|
280
280
|
* @param AddMigrationObjectsRequest
|
|
281
281
|
* @return AddMigrationObjectsResponse
|
|
282
282
|
* @throws OciError when an error occurs
|
|
283
|
-
* @example Click {@link https://docs.
|
|
283
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/AddMigrationObjects.ts.html |here} to see how to use AddMigrationObjects API.
|
|
284
284
|
*/
|
|
285
285
|
addMigrationObjects(addMigrationObjectsRequest) {
|
|
286
286
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -337,7 +337,7 @@ class DatabaseMigrationClient {
|
|
|
337
337
|
* @param ChangeConnectionCompartmentRequest
|
|
338
338
|
* @return ChangeConnectionCompartmentResponse
|
|
339
339
|
* @throws OciError when an error occurs
|
|
340
|
-
* @example Click {@link https://docs.
|
|
340
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/ChangeConnectionCompartment.ts.html |here} to see how to use ChangeConnectionCompartment API.
|
|
341
341
|
*/
|
|
342
342
|
changeConnectionCompartment(changeConnectionCompartmentRequest) {
|
|
343
343
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -395,7 +395,7 @@ class DatabaseMigrationClient {
|
|
|
395
395
|
* @param ChangeMigrationCompartmentRequest
|
|
396
396
|
* @return ChangeMigrationCompartmentResponse
|
|
397
397
|
* @throws OciError when an error occurs
|
|
398
|
-
* @example Click {@link https://docs.
|
|
398
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/ChangeMigrationCompartment.ts.html |here} to see how to use ChangeMigrationCompartment API.
|
|
399
399
|
*/
|
|
400
400
|
changeMigrationCompartment(changeMigrationCompartmentRequest) {
|
|
401
401
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -453,7 +453,7 @@ class DatabaseMigrationClient {
|
|
|
453
453
|
* @param CloneMigrationRequest
|
|
454
454
|
* @return CloneMigrationResponse
|
|
455
455
|
* @throws OciError when an error occurs
|
|
456
|
-
* @example Click {@link https://docs.
|
|
456
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/CloneMigration.ts.html |here} to see how to use CloneMigration API.
|
|
457
457
|
*/
|
|
458
458
|
cloneMigration(cloneMigrationRequest) {
|
|
459
459
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -525,7 +525,7 @@ class DatabaseMigrationClient {
|
|
|
525
525
|
* @param ConnectionDiagnosticsRequest
|
|
526
526
|
* @return ConnectionDiagnosticsResponse
|
|
527
527
|
* @throws OciError when an error occurs
|
|
528
|
-
* @example Click {@link https://docs.
|
|
528
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/ConnectionDiagnostics.ts.html |here} to see how to use ConnectionDiagnostics API.
|
|
529
529
|
*/
|
|
530
530
|
connectionDiagnostics(connectionDiagnosticsRequest) {
|
|
531
531
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -592,7 +592,7 @@ class DatabaseMigrationClient {
|
|
|
592
592
|
* @param CreateConnectionRequest
|
|
593
593
|
* @return CreateConnectionResponse
|
|
594
594
|
* @throws OciError when an error occurs
|
|
595
|
-
* @example Click {@link https://docs.
|
|
595
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/CreateConnection.ts.html |here} to see how to use CreateConnection API.
|
|
596
596
|
*/
|
|
597
597
|
createConnection(createConnectionRequest) {
|
|
598
598
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -663,7 +663,7 @@ class DatabaseMigrationClient {
|
|
|
663
663
|
* @param CreateMigrationRequest
|
|
664
664
|
* @return CreateMigrationResponse
|
|
665
665
|
* @throws OciError when an error occurs
|
|
666
|
-
* @example Click {@link https://docs.
|
|
666
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/CreateMigration.ts.html |here} to see how to use CreateMigration API.
|
|
667
667
|
*/
|
|
668
668
|
createMigration(createMigrationRequest) {
|
|
669
669
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -732,7 +732,7 @@ class DatabaseMigrationClient {
|
|
|
732
732
|
* @param CreateParameterFileVersionRequest
|
|
733
733
|
* @return CreateParameterFileVersionResponse
|
|
734
734
|
* @throws OciError when an error occurs
|
|
735
|
-
* @example Click {@link https://docs.
|
|
735
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/CreateParameterFileVersion.ts.html |here} to see how to use CreateParameterFileVersion API.
|
|
736
736
|
*/
|
|
737
737
|
createParameterFileVersion(createParameterFileVersionRequest) {
|
|
738
738
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -795,7 +795,7 @@ class DatabaseMigrationClient {
|
|
|
795
795
|
* @param DeleteConnectionRequest
|
|
796
796
|
* @return DeleteConnectionResponse
|
|
797
797
|
* @throws OciError when an error occurs
|
|
798
|
-
* @example Click {@link https://docs.
|
|
798
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/DeleteConnection.ts.html |here} to see how to use DeleteConnection API.
|
|
799
799
|
*/
|
|
800
800
|
deleteConnection(deleteConnectionRequest) {
|
|
801
801
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -856,7 +856,7 @@ class DatabaseMigrationClient {
|
|
|
856
856
|
* @param DeleteJobRequest
|
|
857
857
|
* @return DeleteJobResponse
|
|
858
858
|
* @throws OciError when an error occurs
|
|
859
|
-
* @example Click {@link https://docs.
|
|
859
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/DeleteJob.ts.html |here} to see how to use DeleteJob API.
|
|
860
860
|
*/
|
|
861
861
|
deleteJob(deleteJobRequest) {
|
|
862
862
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -912,7 +912,7 @@ class DatabaseMigrationClient {
|
|
|
912
912
|
* @param DeleteMigrationRequest
|
|
913
913
|
* @return DeleteMigrationResponse
|
|
914
914
|
* @throws OciError when an error occurs
|
|
915
|
-
* @example Click {@link https://docs.
|
|
915
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/DeleteMigration.ts.html |here} to see how to use DeleteMigration API.
|
|
916
916
|
*/
|
|
917
917
|
deleteMigration(deleteMigrationRequest) {
|
|
918
918
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -973,7 +973,7 @@ class DatabaseMigrationClient {
|
|
|
973
973
|
* @param DeleteParameterFileVersionRequest
|
|
974
974
|
* @return DeleteParameterFileVersionResponse
|
|
975
975
|
* @throws OciError when an error occurs
|
|
976
|
-
* @example Click {@link https://docs.
|
|
976
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/DeleteParameterFileVersion.ts.html |here} to see how to use DeleteParameterFileVersion API.
|
|
977
977
|
*/
|
|
978
978
|
deleteParameterFileVersion(deleteParameterFileVersionRequest) {
|
|
979
979
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1035,7 +1035,7 @@ class DatabaseMigrationClient {
|
|
|
1035
1035
|
* @param EvaluateMigrationRequest
|
|
1036
1036
|
* @return EvaluateMigrationResponse
|
|
1037
1037
|
* @throws OciError when an error occurs
|
|
1038
|
-
* @example Click {@link https://docs.
|
|
1038
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/EvaluateMigration.ts.html |here} to see how to use EvaluateMigration API.
|
|
1039
1039
|
*/
|
|
1040
1040
|
evaluateMigration(evaluateMigrationRequest) {
|
|
1041
1041
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1106,7 +1106,7 @@ class DatabaseMigrationClient {
|
|
|
1106
1106
|
* @param GetAdvisorReportRequest
|
|
1107
1107
|
* @return GetAdvisorReportResponse
|
|
1108
1108
|
* @throws OciError when an error occurs
|
|
1109
|
-
* @example Click {@link https://docs.
|
|
1109
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/GetAdvisorReport.ts.html |here} to see how to use GetAdvisorReport API.
|
|
1110
1110
|
*/
|
|
1111
1111
|
getAdvisorReport(getAdvisorReportRequest) {
|
|
1112
1112
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1170,7 +1170,7 @@ class DatabaseMigrationClient {
|
|
|
1170
1170
|
* @param GetConnectionRequest
|
|
1171
1171
|
* @return GetConnectionResponse
|
|
1172
1172
|
* @throws OciError when an error occurs
|
|
1173
|
-
* @example Click {@link https://docs.
|
|
1173
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/GetConnection.ts.html |here} to see how to use GetConnection API.
|
|
1174
1174
|
*/
|
|
1175
1175
|
getConnection(getConnectionRequest) {
|
|
1176
1176
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1234,7 +1234,7 @@ class DatabaseMigrationClient {
|
|
|
1234
1234
|
* @param GetJobRequest
|
|
1235
1235
|
* @return GetJobResponse
|
|
1236
1236
|
* @throws OciError when an error occurs
|
|
1237
|
-
* @example Click {@link https://docs.
|
|
1237
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/GetJob.ts.html |here} to see how to use GetJob API.
|
|
1238
1238
|
*/
|
|
1239
1239
|
getJob(getJobRequest) {
|
|
1240
1240
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1298,7 +1298,7 @@ class DatabaseMigrationClient {
|
|
|
1298
1298
|
* @param GetJobOutputContentRequest
|
|
1299
1299
|
* @return GetJobOutputContentResponse
|
|
1300
1300
|
* @throws OciError when an error occurs
|
|
1301
|
-
* @example Click {@link https://docs.
|
|
1301
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/GetJobOutputContent.ts.html |here} to see how to use GetJobOutputContent API.
|
|
1302
1302
|
*/
|
|
1303
1303
|
getJobOutputContent(getJobOutputContentRequest) {
|
|
1304
1304
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1356,7 +1356,7 @@ class DatabaseMigrationClient {
|
|
|
1356
1356
|
* @param GetMigrationRequest
|
|
1357
1357
|
* @return GetMigrationResponse
|
|
1358
1358
|
* @throws OciError when an error occurs
|
|
1359
|
-
* @example Click {@link https://docs.
|
|
1359
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/GetMigration.ts.html |here} to see how to use GetMigration API.
|
|
1360
1360
|
*/
|
|
1361
1361
|
getMigration(getMigrationRequest) {
|
|
1362
1362
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1422,7 +1422,7 @@ class DatabaseMigrationClient {
|
|
|
1422
1422
|
* @param GetParameterFileVersionRequest
|
|
1423
1423
|
* @return GetParameterFileVersionResponse
|
|
1424
1424
|
* @throws OciError when an error occurs
|
|
1425
|
-
* @example Click {@link https://docs.
|
|
1425
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/GetParameterFileVersion.ts.html |here} to see how to use GetParameterFileVersion API.
|
|
1426
1426
|
*/
|
|
1427
1427
|
getParameterFileVersion(getParameterFileVersionRequest) {
|
|
1428
1428
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1487,7 +1487,7 @@ class DatabaseMigrationClient {
|
|
|
1487
1487
|
* @param GetWorkRequestRequest
|
|
1488
1488
|
* @return GetWorkRequestResponse
|
|
1489
1489
|
* @throws OciError when an error occurs
|
|
1490
|
-
* @example Click {@link https://docs.
|
|
1490
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
1491
1491
|
*/
|
|
1492
1492
|
getWorkRequest(getWorkRequestRequest) {
|
|
1493
1493
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1546,7 +1546,7 @@ class DatabaseMigrationClient {
|
|
|
1546
1546
|
* @param ListConnectionsRequest
|
|
1547
1547
|
* @return ListConnectionsResponse
|
|
1548
1548
|
* @throws OciError when an error occurs
|
|
1549
|
-
* @example Click {@link https://docs.
|
|
1549
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/ListConnections.ts.html |here} to see how to use ListConnections API.
|
|
1550
1550
|
*/
|
|
1551
1551
|
listConnections(listConnectionsRequest) {
|
|
1552
1552
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1619,7 +1619,7 @@ class DatabaseMigrationClient {
|
|
|
1619
1619
|
* @param ListExcludedObjectsRequest
|
|
1620
1620
|
* @return ListExcludedObjectsResponse
|
|
1621
1621
|
* @throws OciError when an error occurs
|
|
1622
|
-
* @example Click {@link https://docs.
|
|
1622
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/ListExcludedObjects.ts.html |here} to see how to use ListExcludedObjects API.
|
|
1623
1623
|
*/
|
|
1624
1624
|
listExcludedObjects(listExcludedObjectsRequest) {
|
|
1625
1625
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1695,7 +1695,7 @@ class DatabaseMigrationClient {
|
|
|
1695
1695
|
* @param ListJobOutputsRequest
|
|
1696
1696
|
* @return ListJobOutputsResponse
|
|
1697
1697
|
* @throws OciError when an error occurs
|
|
1698
|
-
* @example Click {@link https://docs.
|
|
1698
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/ListJobOutputs.ts.html |here} to see how to use ListJobOutputs API.
|
|
1699
1699
|
*/
|
|
1700
1700
|
listJobOutputs(listJobOutputsRequest) {
|
|
1701
1701
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1763,7 +1763,7 @@ class DatabaseMigrationClient {
|
|
|
1763
1763
|
* @param ListJobsRequest
|
|
1764
1764
|
* @return ListJobsResponse
|
|
1765
1765
|
* @throws OciError when an error occurs
|
|
1766
|
-
* @example Click {@link https://docs.
|
|
1766
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/ListJobs.ts.html |here} to see how to use ListJobs API.
|
|
1767
1767
|
*/
|
|
1768
1768
|
listJobs(listJobsRequest) {
|
|
1769
1769
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1833,7 +1833,7 @@ class DatabaseMigrationClient {
|
|
|
1833
1833
|
* @param ListMigrationObjectTypesRequest
|
|
1834
1834
|
* @return ListMigrationObjectTypesResponse
|
|
1835
1835
|
* @throws OciError when an error occurs
|
|
1836
|
-
* @example Click {@link https://docs.
|
|
1836
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/ListMigrationObjectTypes.ts.html |here} to see how to use ListMigrationObjectTypes API.
|
|
1837
1837
|
*/
|
|
1838
1838
|
listMigrationObjectTypes(listMigrationObjectTypesRequest) {
|
|
1839
1839
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1901,7 +1901,7 @@ class DatabaseMigrationClient {
|
|
|
1901
1901
|
* @param ListMigrationObjectsRequest
|
|
1902
1902
|
* @return ListMigrationObjectsResponse
|
|
1903
1903
|
* @throws OciError when an error occurs
|
|
1904
|
-
* @example Click {@link https://docs.
|
|
1904
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/ListMigrationObjects.ts.html |here} to see how to use ListMigrationObjects API.
|
|
1905
1905
|
*/
|
|
1906
1906
|
listMigrationObjects(listMigrationObjectsRequest) {
|
|
1907
1907
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1968,7 +1968,7 @@ class DatabaseMigrationClient {
|
|
|
1968
1968
|
* @param ListMigrationParametersRequest
|
|
1969
1969
|
* @return ListMigrationParametersResponse
|
|
1970
1970
|
* @throws OciError when an error occurs
|
|
1971
|
-
* @example Click {@link https://docs.
|
|
1971
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/ListMigrationParameters.ts.html |here} to see how to use ListMigrationParameters API.
|
|
1972
1972
|
*/
|
|
1973
1973
|
listMigrationParameters(listMigrationParametersRequest) {
|
|
1974
1974
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2037,7 +2037,7 @@ class DatabaseMigrationClient {
|
|
|
2037
2037
|
* @param ListMigrationsRequest
|
|
2038
2038
|
* @return ListMigrationsResponse
|
|
2039
2039
|
* @throws OciError when an error occurs
|
|
2040
|
-
* @example Click {@link https://docs.
|
|
2040
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/ListMigrations.ts.html |here} to see how to use ListMigrations API.
|
|
2041
2041
|
*/
|
|
2042
2042
|
listMigrations(listMigrationsRequest) {
|
|
2043
2043
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2110,7 +2110,7 @@ class DatabaseMigrationClient {
|
|
|
2110
2110
|
* @param ListParameterFileVersionsRequest
|
|
2111
2111
|
* @return ListParameterFileVersionsResponse
|
|
2112
2112
|
* @throws OciError when an error occurs
|
|
2113
|
-
* @example Click {@link https://docs.
|
|
2113
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/ListParameterFileVersions.ts.html |here} to see how to use ListParameterFileVersions API.
|
|
2114
2114
|
*/
|
|
2115
2115
|
listParameterFileVersions(listParameterFileVersionsRequest) {
|
|
2116
2116
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2180,7 +2180,7 @@ class DatabaseMigrationClient {
|
|
|
2180
2180
|
* @param ListWorkRequestErrorsRequest
|
|
2181
2181
|
* @return ListWorkRequestErrorsResponse
|
|
2182
2182
|
* @throws OciError when an error occurs
|
|
2183
|
-
* @example Click {@link https://docs.
|
|
2183
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
2184
2184
|
*/
|
|
2185
2185
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
2186
2186
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2249,7 +2249,7 @@ class DatabaseMigrationClient {
|
|
|
2249
2249
|
* @param ListWorkRequestLogsRequest
|
|
2250
2250
|
* @return ListWorkRequestLogsResponse
|
|
2251
2251
|
* @throws OciError when an error occurs
|
|
2252
|
-
* @example Click {@link https://docs.
|
|
2252
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
2253
2253
|
*/
|
|
2254
2254
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
2255
2255
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2318,7 +2318,7 @@ class DatabaseMigrationClient {
|
|
|
2318
2318
|
* @param ListWorkRequestsRequest
|
|
2319
2319
|
* @return ListWorkRequestsResponse
|
|
2320
2320
|
* @throws OciError when an error occurs
|
|
2321
|
-
* @example Click {@link https://docs.
|
|
2321
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
2322
2322
|
*/
|
|
2323
2323
|
listWorkRequests(listWorkRequestsRequest) {
|
|
2324
2324
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2388,7 +2388,7 @@ class DatabaseMigrationClient {
|
|
|
2388
2388
|
* @param MakeCurrentParameterFileVersionRequest
|
|
2389
2389
|
* @return MakeCurrentParameterFileVersionResponse
|
|
2390
2390
|
* @throws OciError when an error occurs
|
|
2391
|
-
* @example Click {@link https://docs.
|
|
2391
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/MakeCurrentParameterFileVersion.ts.html |here} to see how to use MakeCurrentParameterFileVersion API.
|
|
2392
2392
|
*/
|
|
2393
2393
|
makeCurrentParameterFileVersion(makeCurrentParameterFileVersionRequest) {
|
|
2394
2394
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2455,7 +2455,7 @@ class DatabaseMigrationClient {
|
|
|
2455
2455
|
* @param RemoveMigrationObjectsRequest
|
|
2456
2456
|
* @return RemoveMigrationObjectsResponse
|
|
2457
2457
|
* @throws OciError when an error occurs
|
|
2458
|
-
* @example Click {@link https://docs.
|
|
2458
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/RemoveMigrationObjects.ts.html |here} to see how to use RemoveMigrationObjects API.
|
|
2459
2459
|
*/
|
|
2460
2460
|
removeMigrationObjects(removeMigrationObjectsRequest) {
|
|
2461
2461
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2512,7 +2512,7 @@ class DatabaseMigrationClient {
|
|
|
2512
2512
|
* @param ResumeJobRequest
|
|
2513
2513
|
* @return ResumeJobResponse
|
|
2514
2514
|
* @throws OciError when an error occurs
|
|
2515
|
-
* @example Click {@link https://docs.
|
|
2515
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/ResumeJob.ts.html |here} to see how to use ResumeJob API.
|
|
2516
2516
|
*/
|
|
2517
2517
|
resumeJob(resumeJobRequest) {
|
|
2518
2518
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2579,7 +2579,7 @@ class DatabaseMigrationClient {
|
|
|
2579
2579
|
* @param RetrieveSupportedPhasesRequest
|
|
2580
2580
|
* @return RetrieveSupportedPhasesResponse
|
|
2581
2581
|
* @throws OciError when an error occurs
|
|
2582
|
-
* @example Click {@link https://docs.
|
|
2582
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/RetrieveSupportedPhases.ts.html |here} to see how to use RetrieveSupportedPhases API.
|
|
2583
2583
|
*/
|
|
2584
2584
|
retrieveSupportedPhases(retrieveSupportedPhasesRequest) {
|
|
2585
2585
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2638,7 +2638,7 @@ class DatabaseMigrationClient {
|
|
|
2638
2638
|
* @param StartMigrationRequest
|
|
2639
2639
|
* @return StartMigrationResponse
|
|
2640
2640
|
* @throws OciError when an error occurs
|
|
2641
|
-
* @example Click {@link https://docs.
|
|
2641
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/StartMigration.ts.html |here} to see how to use StartMigration API.
|
|
2642
2642
|
*/
|
|
2643
2643
|
startMigration(startMigrationRequest) {
|
|
2644
2644
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2710,7 +2710,7 @@ class DatabaseMigrationClient {
|
|
|
2710
2710
|
* @param SuspendJobRequest
|
|
2711
2711
|
* @return SuspendJobResponse
|
|
2712
2712
|
* @throws OciError when an error occurs
|
|
2713
|
-
* @example Click {@link https://docs.
|
|
2713
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/SuspendJob.ts.html |here} to see how to use SuspendJob API.
|
|
2714
2714
|
*/
|
|
2715
2715
|
suspendJob(suspendJobRequest) {
|
|
2716
2716
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2776,7 +2776,7 @@ class DatabaseMigrationClient {
|
|
|
2776
2776
|
* @param UpdateConnectionRequest
|
|
2777
2777
|
* @return UpdateConnectionResponse
|
|
2778
2778
|
* @throws OciError when an error occurs
|
|
2779
|
-
* @example Click {@link https://docs.
|
|
2779
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/UpdateConnection.ts.html |here} to see how to use UpdateConnection API.
|
|
2780
2780
|
*/
|
|
2781
2781
|
updateConnection(updateConnectionRequest) {
|
|
2782
2782
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2838,7 +2838,7 @@ class DatabaseMigrationClient {
|
|
|
2838
2838
|
* @param UpdateJobRequest
|
|
2839
2839
|
* @return UpdateJobResponse
|
|
2840
2840
|
* @throws OciError when an error occurs
|
|
2841
|
-
* @example Click {@link https://docs.
|
|
2841
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/UpdateJob.ts.html |here} to see how to use UpdateJob API.
|
|
2842
2842
|
*/
|
|
2843
2843
|
updateJob(updateJobRequest) {
|
|
2844
2844
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2904,7 +2904,7 @@ class DatabaseMigrationClient {
|
|
|
2904
2904
|
* @param UpdateMigrationRequest
|
|
2905
2905
|
* @return UpdateMigrationResponse
|
|
2906
2906
|
* @throws OciError when an error occurs
|
|
2907
|
-
* @example Click {@link https://docs.
|
|
2907
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/UpdateMigration.ts.html |here} to see how to use UpdateMigration API.
|
|
2908
2908
|
*/
|
|
2909
2909
|
updateMigration(updateMigrationRequest) {
|
|
2910
2910
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
export interface WorkRequestError {
|
|
18
18
|
/**
|
|
19
19
|
* A machine-usable code for the error that occured. Error codes are listed on
|
|
20
|
-
* [API Errors](https://docs.
|
|
20
|
+
* [API Errors](https://docs.oracle.com/iaas/Content/API/References/apierrors.htm)
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
"code": string;
|
|
@@ -28,7 +28,7 @@ export interface WorkRequestResource {
|
|
|
28
28
|
*/
|
|
29
29
|
"entityType": string;
|
|
30
30
|
/**
|
|
31
|
-
* An [OCID](https://docs.
|
|
31
|
+
* An [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) or other unique identifier for the
|
|
32
32
|
* resource.
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
@@ -26,12 +26,12 @@ export interface WorkRequestSummary {
|
|
|
26
26
|
*/
|
|
27
27
|
"status": WorkRequestSummary.Status;
|
|
28
28
|
/**
|
|
29
|
-
* The [OCID](https://docs.
|
|
29
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the work request.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
"id": string;
|
|
33
33
|
/**
|
|
34
|
-
* The [OCID](https://docs.
|
|
34
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing
|
|
35
35
|
* this work request.
|
|
36
36
|
*
|
|
37
37
|
*/
|
|
@@ -27,12 +27,12 @@ export interface WorkRequest {
|
|
|
27
27
|
*/
|
|
28
28
|
"status": model.OperationStatus;
|
|
29
29
|
/**
|
|
30
|
-
* The [OCID](https://docs.
|
|
30
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the work request.
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
"id": string;
|
|
34
34
|
/**
|
|
35
|
-
* The [OCID](https://docs.
|
|
35
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment
|
|
36
36
|
* that contains the work request.
|
|
37
37
|
*
|
|
38
38
|
*/
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/AbortJob.ts.html |here} to see how to use AbortJobRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface AbortJobRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/AddMigrationObjects.ts.html |here} to see how to use AddMigrationObjectsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface AddMigrationObjectsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/ChangeConnectionCompartment.ts.html |here} to see how to use ChangeConnectionCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeConnectionCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/ChangeMigrationCompartment.ts.html |here} to see how to use ChangeMigrationCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeMigrationCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/CloneMigration.ts.html |here} to see how to use CloneMigrationRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CloneMigrationRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/ConnectionDiagnostics.ts.html |here} to see how to use ConnectionDiagnosticsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ConnectionDiagnosticsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/CreateConnection.ts.html |here} to see how to use CreateConnectionRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateConnectionRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/CreateMigration.ts.html |here} to see how to use CreateMigrationRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateMigrationRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/CreateParameterFileVersion.ts.html |here} to see how to use CreateParameterFileVersionRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateParameterFileVersionRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/DeleteConnection.ts.html |here} to see how to use DeleteConnectionRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteConnectionRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/DeleteJob.ts.html |here} to see how to use DeleteJobRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteJobRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/DeleteMigration.ts.html |here} to see how to use DeleteMigrationRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteMigrationRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/DeleteParameterFileVersion.ts.html |here} to see how to use DeleteParameterFileVersionRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteParameterFileVersionRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/EvaluateMigration.ts.html |here} to see how to use EvaluateMigrationRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface EvaluateMigrationRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/GetAdvisorReport.ts.html |here} to see how to use GetAdvisorReportRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetAdvisorReportRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/GetConnection.ts.html |here} to see how to use GetConnectionRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetConnectionRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/GetJobOutputContent.ts.html |here} to see how to use GetJobOutputContentRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetJobOutputContentRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/GetJob.ts.html |here} to see how to use GetJobRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetJobRequest extends common.BaseRequest {
|
|
18
18
|
/**
|