oci-databasemigration 2.69.0 → 2.70.1

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.
Files changed (44) hide show
  1. package/lib/client.d.ts +41 -41
  2. package/lib/client.js +41 -41
  3. package/lib/request/abort-job-request.d.ts +1 -1
  4. package/lib/request/add-migration-objects-request.d.ts +1 -1
  5. package/lib/request/change-agent-compartment-request.d.ts +1 -1
  6. package/lib/request/change-connection-compartment-request.d.ts +1 -1
  7. package/lib/request/change-migration-compartment-request.d.ts +1 -1
  8. package/lib/request/clone-migration-request.d.ts +1 -1
  9. package/lib/request/connection-diagnostics-request.d.ts +1 -1
  10. package/lib/request/create-connection-request.d.ts +1 -1
  11. package/lib/request/create-migration-request.d.ts +1 -1
  12. package/lib/request/delete-agent-request.d.ts +1 -1
  13. package/lib/request/delete-connection-request.d.ts +1 -1
  14. package/lib/request/delete-job-request.d.ts +1 -1
  15. package/lib/request/delete-migration-request.d.ts +1 -1
  16. package/lib/request/evaluate-migration-request.d.ts +1 -1
  17. package/lib/request/get-advisor-report-request.d.ts +1 -1
  18. package/lib/request/get-agent-request.d.ts +1 -1
  19. package/lib/request/get-connection-request.d.ts +1 -1
  20. package/lib/request/get-job-output-content-request.d.ts +1 -1
  21. package/lib/request/get-job-request.d.ts +1 -1
  22. package/lib/request/get-migration-request.d.ts +1 -1
  23. package/lib/request/get-work-request-request.d.ts +1 -1
  24. package/lib/request/list-agent-images-request.d.ts +1 -1
  25. package/lib/request/list-agents-request.d.ts +1 -1
  26. package/lib/request/list-connections-request.d.ts +1 -1
  27. package/lib/request/list-excluded-objects-request.d.ts +1 -1
  28. package/lib/request/list-job-outputs-request.d.ts +1 -1
  29. package/lib/request/list-jobs-request.d.ts +1 -1
  30. package/lib/request/list-migration-object-types-request.d.ts +1 -1
  31. package/lib/request/list-migration-objects-request.d.ts +1 -1
  32. package/lib/request/list-migrations-request.d.ts +1 -1
  33. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  34. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  35. package/lib/request/list-work-requests-request.d.ts +1 -1
  36. package/lib/request/remove-migration-objects-request.d.ts +1 -1
  37. package/lib/request/resume-job-request.d.ts +1 -1
  38. package/lib/request/retrieve-supported-phases-request.d.ts +1 -1
  39. package/lib/request/start-migration-request.d.ts +1 -1
  40. package/lib/request/update-agent-request.d.ts +1 -1
  41. package/lib/request/update-connection-request.d.ts +1 -1
  42. package/lib/request/update-job-request.d.ts +1 -1
  43. package/lib/request/update-migration-request.d.ts +1 -1
  44. package/package.json +3 -3
package/lib/client.js CHANGED
@@ -184,7 +184,7 @@ class DatabaseMigrationClient {
184
184
  * @param AbortJobRequest
185
185
  * @return AbortJobResponse
186
186
  * @throws OciError when an error occurs
187
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/databasemigration/AbortJob.ts.html |here} to see how to use AbortJob API.
187
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/databasemigration/AbortJob.ts.html |here} to see how to use AbortJob API.
188
188
  */
189
189
  abortJob(abortJobRequest) {
190
190
  return __awaiter(this, void 0, void 0, function* () {
@@ -250,7 +250,7 @@ class DatabaseMigrationClient {
250
250
  * @param AddMigrationObjectsRequest
251
251
  * @return AddMigrationObjectsResponse
252
252
  * @throws OciError when an error occurs
253
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/databasemigration/AddMigrationObjects.ts.html |here} to see how to use AddMigrationObjects API.
253
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/databasemigration/AddMigrationObjects.ts.html |here} to see how to use AddMigrationObjects API.
254
254
  */
255
255
  addMigrationObjects(addMigrationObjectsRequest) {
256
256
  return __awaiter(this, void 0, void 0, function* () {
@@ -307,7 +307,7 @@ class DatabaseMigrationClient {
307
307
  * @param ChangeAgentCompartmentRequest
308
308
  * @return ChangeAgentCompartmentResponse
309
309
  * @throws OciError when an error occurs
310
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/databasemigration/ChangeAgentCompartment.ts.html |here} to see how to use ChangeAgentCompartment API.
310
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/databasemigration/ChangeAgentCompartment.ts.html |here} to see how to use ChangeAgentCompartment API.
311
311
  */
312
312
  changeAgentCompartment(changeAgentCompartmentRequest) {
313
313
  return __awaiter(this, void 0, void 0, function* () {
@@ -365,7 +365,7 @@ class DatabaseMigrationClient {
365
365
  * @param ChangeConnectionCompartmentRequest
366
366
  * @return ChangeConnectionCompartmentResponse
367
367
  * @throws OciError when an error occurs
368
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/databasemigration/ChangeConnectionCompartment.ts.html |here} to see how to use ChangeConnectionCompartment API.
368
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/databasemigration/ChangeConnectionCompartment.ts.html |here} to see how to use ChangeConnectionCompartment API.
369
369
  */
370
370
  changeConnectionCompartment(changeConnectionCompartmentRequest) {
371
371
  return __awaiter(this, void 0, void 0, function* () {
@@ -423,7 +423,7 @@ class DatabaseMigrationClient {
423
423
  * @param ChangeMigrationCompartmentRequest
424
424
  * @return ChangeMigrationCompartmentResponse
425
425
  * @throws OciError when an error occurs
426
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/databasemigration/ChangeMigrationCompartment.ts.html |here} to see how to use ChangeMigrationCompartment API.
426
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/databasemigration/ChangeMigrationCompartment.ts.html |here} to see how to use ChangeMigrationCompartment API.
427
427
  */
428
428
  changeMigrationCompartment(changeMigrationCompartmentRequest) {
429
429
  return __awaiter(this, void 0, void 0, function* () {
@@ -481,7 +481,7 @@ class DatabaseMigrationClient {
481
481
  * @param CloneMigrationRequest
482
482
  * @return CloneMigrationResponse
483
483
  * @throws OciError when an error occurs
484
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/databasemigration/CloneMigration.ts.html |here} to see how to use CloneMigration API.
484
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/databasemigration/CloneMigration.ts.html |here} to see how to use CloneMigration API.
485
485
  */
486
486
  cloneMigration(cloneMigrationRequest) {
487
487
  return __awaiter(this, void 0, void 0, function* () {
@@ -553,7 +553,7 @@ class DatabaseMigrationClient {
553
553
  * @param ConnectionDiagnosticsRequest
554
554
  * @return ConnectionDiagnosticsResponse
555
555
  * @throws OciError when an error occurs
556
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/databasemigration/ConnectionDiagnostics.ts.html |here} to see how to use ConnectionDiagnostics API.
556
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/databasemigration/ConnectionDiagnostics.ts.html |here} to see how to use ConnectionDiagnostics API.
557
557
  */
558
558
  connectionDiagnostics(connectionDiagnosticsRequest) {
559
559
  return __awaiter(this, void 0, void 0, function* () {
@@ -620,7 +620,7 @@ class DatabaseMigrationClient {
620
620
  * @param CreateConnectionRequest
621
621
  * @return CreateConnectionResponse
622
622
  * @throws OciError when an error occurs
623
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/databasemigration/CreateConnection.ts.html |here} to see how to use CreateConnection API.
623
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/databasemigration/CreateConnection.ts.html |here} to see how to use CreateConnection API.
624
624
  */
625
625
  createConnection(createConnectionRequest) {
626
626
  return __awaiter(this, void 0, void 0, function* () {
@@ -691,7 +691,7 @@ class DatabaseMigrationClient {
691
691
  * @param CreateMigrationRequest
692
692
  * @return CreateMigrationResponse
693
693
  * @throws OciError when an error occurs
694
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/databasemigration/CreateMigration.ts.html |here} to see how to use CreateMigration API.
694
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/databasemigration/CreateMigration.ts.html |here} to see how to use CreateMigration API.
695
695
  */
696
696
  createMigration(createMigrationRequest) {
697
697
  return __awaiter(this, void 0, void 0, function* () {
@@ -760,7 +760,7 @@ class DatabaseMigrationClient {
760
760
  * @param DeleteAgentRequest
761
761
  * @return DeleteAgentResponse
762
762
  * @throws OciError when an error occurs
763
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/databasemigration/DeleteAgent.ts.html |here} to see how to use DeleteAgent API.
763
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/databasemigration/DeleteAgent.ts.html |here} to see how to use DeleteAgent API.
764
764
  */
765
765
  deleteAgent(deleteAgentRequest) {
766
766
  return __awaiter(this, void 0, void 0, function* () {
@@ -821,7 +821,7 @@ class DatabaseMigrationClient {
821
821
  * @param DeleteConnectionRequest
822
822
  * @return DeleteConnectionResponse
823
823
  * @throws OciError when an error occurs
824
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/databasemigration/DeleteConnection.ts.html |here} to see how to use DeleteConnection API.
824
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/databasemigration/DeleteConnection.ts.html |here} to see how to use DeleteConnection API.
825
825
  */
826
826
  deleteConnection(deleteConnectionRequest) {
827
827
  return __awaiter(this, void 0, void 0, function* () {
@@ -882,7 +882,7 @@ class DatabaseMigrationClient {
882
882
  * @param DeleteJobRequest
883
883
  * @return DeleteJobResponse
884
884
  * @throws OciError when an error occurs
885
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/databasemigration/DeleteJob.ts.html |here} to see how to use DeleteJob API.
885
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/databasemigration/DeleteJob.ts.html |here} to see how to use DeleteJob API.
886
886
  */
887
887
  deleteJob(deleteJobRequest) {
888
888
  return __awaiter(this, void 0, void 0, function* () {
@@ -938,7 +938,7 @@ class DatabaseMigrationClient {
938
938
  * @param DeleteMigrationRequest
939
939
  * @return DeleteMigrationResponse
940
940
  * @throws OciError when an error occurs
941
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/databasemigration/DeleteMigration.ts.html |here} to see how to use DeleteMigration API.
941
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/databasemigration/DeleteMigration.ts.html |here} to see how to use DeleteMigration API.
942
942
  */
943
943
  deleteMigration(deleteMigrationRequest) {
944
944
  return __awaiter(this, void 0, void 0, function* () {
@@ -999,7 +999,7 @@ class DatabaseMigrationClient {
999
999
  * @param EvaluateMigrationRequest
1000
1000
  * @return EvaluateMigrationResponse
1001
1001
  * @throws OciError when an error occurs
1002
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/databasemigration/EvaluateMigration.ts.html |here} to see how to use EvaluateMigration API.
1002
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/databasemigration/EvaluateMigration.ts.html |here} to see how to use EvaluateMigration API.
1003
1003
  */
1004
1004
  evaluateMigration(evaluateMigrationRequest) {
1005
1005
  return __awaiter(this, void 0, void 0, function* () {
@@ -1070,7 +1070,7 @@ class DatabaseMigrationClient {
1070
1070
  * @param GetAdvisorReportRequest
1071
1071
  * @return GetAdvisorReportResponse
1072
1072
  * @throws OciError when an error occurs
1073
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/databasemigration/GetAdvisorReport.ts.html |here} to see how to use GetAdvisorReport API.
1073
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/databasemigration/GetAdvisorReport.ts.html |here} to see how to use GetAdvisorReport API.
1074
1074
  */
1075
1075
  getAdvisorReport(getAdvisorReportRequest) {
1076
1076
  return __awaiter(this, void 0, void 0, function* () {
@@ -1134,7 +1134,7 @@ class DatabaseMigrationClient {
1134
1134
  * @param GetAgentRequest
1135
1135
  * @return GetAgentResponse
1136
1136
  * @throws OciError when an error occurs
1137
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/databasemigration/GetAgent.ts.html |here} to see how to use GetAgent API.
1137
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/databasemigration/GetAgent.ts.html |here} to see how to use GetAgent API.
1138
1138
  */
1139
1139
  getAgent(getAgentRequest) {
1140
1140
  return __awaiter(this, void 0, void 0, function* () {
@@ -1198,7 +1198,7 @@ class DatabaseMigrationClient {
1198
1198
  * @param GetConnectionRequest
1199
1199
  * @return GetConnectionResponse
1200
1200
  * @throws OciError when an error occurs
1201
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/databasemigration/GetConnection.ts.html |here} to see how to use GetConnection API.
1201
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/databasemigration/GetConnection.ts.html |here} to see how to use GetConnection API.
1202
1202
  */
1203
1203
  getConnection(getConnectionRequest) {
1204
1204
  return __awaiter(this, void 0, void 0, function* () {
@@ -1262,7 +1262,7 @@ class DatabaseMigrationClient {
1262
1262
  * @param GetJobRequest
1263
1263
  * @return GetJobResponse
1264
1264
  * @throws OciError when an error occurs
1265
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/databasemigration/GetJob.ts.html |here} to see how to use GetJob API.
1265
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/databasemigration/GetJob.ts.html |here} to see how to use GetJob API.
1266
1266
  */
1267
1267
  getJob(getJobRequest) {
1268
1268
  return __awaiter(this, void 0, void 0, function* () {
@@ -1326,7 +1326,7 @@ class DatabaseMigrationClient {
1326
1326
  * @param GetJobOutputContentRequest
1327
1327
  * @return GetJobOutputContentResponse
1328
1328
  * @throws OciError when an error occurs
1329
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/databasemigration/GetJobOutputContent.ts.html |here} to see how to use GetJobOutputContent API.
1329
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/databasemigration/GetJobOutputContent.ts.html |here} to see how to use GetJobOutputContent API.
1330
1330
  */
1331
1331
  getJobOutputContent(getJobOutputContentRequest) {
1332
1332
  return __awaiter(this, void 0, void 0, function* () {
@@ -1384,7 +1384,7 @@ class DatabaseMigrationClient {
1384
1384
  * @param GetMigrationRequest
1385
1385
  * @return GetMigrationResponse
1386
1386
  * @throws OciError when an error occurs
1387
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/databasemigration/GetMigration.ts.html |here} to see how to use GetMigration API.
1387
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/databasemigration/GetMigration.ts.html |here} to see how to use GetMigration API.
1388
1388
  */
1389
1389
  getMigration(getMigrationRequest) {
1390
1390
  return __awaiter(this, void 0, void 0, function* () {
@@ -1449,7 +1449,7 @@ class DatabaseMigrationClient {
1449
1449
  * @param GetWorkRequestRequest
1450
1450
  * @return GetWorkRequestResponse
1451
1451
  * @throws OciError when an error occurs
1452
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/databasemigration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1452
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/databasemigration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1453
1453
  */
1454
1454
  getWorkRequest(getWorkRequestRequest) {
1455
1455
  return __awaiter(this, void 0, void 0, function* () {
@@ -1508,7 +1508,7 @@ class DatabaseMigrationClient {
1508
1508
  * @param ListAgentImagesRequest
1509
1509
  * @return ListAgentImagesResponse
1510
1510
  * @throws OciError when an error occurs
1511
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/databasemigration/ListAgentImages.ts.html |here} to see how to use ListAgentImages API.
1511
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/databasemigration/ListAgentImages.ts.html |here} to see how to use ListAgentImages API.
1512
1512
  */
1513
1513
  listAgentImages(listAgentImagesRequest) {
1514
1514
  return __awaiter(this, void 0, void 0, function* () {
@@ -1574,7 +1574,7 @@ class DatabaseMigrationClient {
1574
1574
  * @param ListAgentsRequest
1575
1575
  * @return ListAgentsResponse
1576
1576
  * @throws OciError when an error occurs
1577
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/databasemigration/ListAgents.ts.html |here} to see how to use ListAgents API.
1577
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/databasemigration/ListAgents.ts.html |here} to see how to use ListAgents API.
1578
1578
  */
1579
1579
  listAgents(listAgentsRequest) {
1580
1580
  return __awaiter(this, void 0, void 0, function* () {
@@ -1644,7 +1644,7 @@ class DatabaseMigrationClient {
1644
1644
  * @param ListConnectionsRequest
1645
1645
  * @return ListConnectionsResponse
1646
1646
  * @throws OciError when an error occurs
1647
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/databasemigration/ListConnections.ts.html |here} to see how to use ListConnections API.
1647
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/databasemigration/ListConnections.ts.html |here} to see how to use ListConnections API.
1648
1648
  */
1649
1649
  listConnections(listConnectionsRequest) {
1650
1650
  return __awaiter(this, void 0, void 0, function* () {
@@ -1714,7 +1714,7 @@ class DatabaseMigrationClient {
1714
1714
  * @param ListExcludedObjectsRequest
1715
1715
  * @return ListExcludedObjectsResponse
1716
1716
  * @throws OciError when an error occurs
1717
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/databasemigration/ListExcludedObjects.ts.html |here} to see how to use ListExcludedObjects API.
1717
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/databasemigration/ListExcludedObjects.ts.html |here} to see how to use ListExcludedObjects API.
1718
1718
  */
1719
1719
  listExcludedObjects(listExcludedObjectsRequest) {
1720
1720
  return __awaiter(this, void 0, void 0, function* () {
@@ -1790,7 +1790,7 @@ class DatabaseMigrationClient {
1790
1790
  * @param ListJobOutputsRequest
1791
1791
  * @return ListJobOutputsResponse
1792
1792
  * @throws OciError when an error occurs
1793
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/databasemigration/ListJobOutputs.ts.html |here} to see how to use ListJobOutputs API.
1793
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/databasemigration/ListJobOutputs.ts.html |here} to see how to use ListJobOutputs API.
1794
1794
  */
1795
1795
  listJobOutputs(listJobOutputsRequest) {
1796
1796
  return __awaiter(this, void 0, void 0, function* () {
@@ -1858,7 +1858,7 @@ class DatabaseMigrationClient {
1858
1858
  * @param ListJobsRequest
1859
1859
  * @return ListJobsResponse
1860
1860
  * @throws OciError when an error occurs
1861
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/databasemigration/ListJobs.ts.html |here} to see how to use ListJobs API.
1861
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/databasemigration/ListJobs.ts.html |here} to see how to use ListJobs API.
1862
1862
  */
1863
1863
  listJobs(listJobsRequest) {
1864
1864
  return __awaiter(this, void 0, void 0, function* () {
@@ -1928,7 +1928,7 @@ class DatabaseMigrationClient {
1928
1928
  * @param ListMigrationObjectTypesRequest
1929
1929
  * @return ListMigrationObjectTypesResponse
1930
1930
  * @throws OciError when an error occurs
1931
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/databasemigration/ListMigrationObjectTypes.ts.html |here} to see how to use ListMigrationObjectTypes API.
1931
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/databasemigration/ListMigrationObjectTypes.ts.html |here} to see how to use ListMigrationObjectTypes API.
1932
1932
  */
1933
1933
  listMigrationObjectTypes(listMigrationObjectTypesRequest) {
1934
1934
  return __awaiter(this, void 0, void 0, function* () {
@@ -1995,7 +1995,7 @@ class DatabaseMigrationClient {
1995
1995
  * @param ListMigrationObjectsRequest
1996
1996
  * @return ListMigrationObjectsResponse
1997
1997
  * @throws OciError when an error occurs
1998
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/databasemigration/ListMigrationObjects.ts.html |here} to see how to use ListMigrationObjects API.
1998
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/databasemigration/ListMigrationObjects.ts.html |here} to see how to use ListMigrationObjects API.
1999
1999
  */
2000
2000
  listMigrationObjects(listMigrationObjectsRequest) {
2001
2001
  return __awaiter(this, void 0, void 0, function* () {
@@ -2063,7 +2063,7 @@ class DatabaseMigrationClient {
2063
2063
  * @param ListMigrationsRequest
2064
2064
  * @return ListMigrationsResponse
2065
2065
  * @throws OciError when an error occurs
2066
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/databasemigration/ListMigrations.ts.html |here} to see how to use ListMigrations API.
2066
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/databasemigration/ListMigrations.ts.html |here} to see how to use ListMigrations API.
2067
2067
  */
2068
2068
  listMigrations(listMigrationsRequest) {
2069
2069
  return __awaiter(this, void 0, void 0, function* () {
@@ -2134,7 +2134,7 @@ class DatabaseMigrationClient {
2134
2134
  * @param ListWorkRequestErrorsRequest
2135
2135
  * @return ListWorkRequestErrorsResponse
2136
2136
  * @throws OciError when an error occurs
2137
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/databasemigration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
2137
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/databasemigration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
2138
2138
  */
2139
2139
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
2140
2140
  return __awaiter(this, void 0, void 0, function* () {
@@ -2203,7 +2203,7 @@ class DatabaseMigrationClient {
2203
2203
  * @param ListWorkRequestLogsRequest
2204
2204
  * @return ListWorkRequestLogsResponse
2205
2205
  * @throws OciError when an error occurs
2206
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/databasemigration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
2206
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/databasemigration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
2207
2207
  */
2208
2208
  listWorkRequestLogs(listWorkRequestLogsRequest) {
2209
2209
  return __awaiter(this, void 0, void 0, function* () {
@@ -2272,7 +2272,7 @@ class DatabaseMigrationClient {
2272
2272
  * @param ListWorkRequestsRequest
2273
2273
  * @return ListWorkRequestsResponse
2274
2274
  * @throws OciError when an error occurs
2275
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/databasemigration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
2275
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/databasemigration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
2276
2276
  */
2277
2277
  listWorkRequests(listWorkRequestsRequest) {
2278
2278
  return __awaiter(this, void 0, void 0, function* () {
@@ -2342,7 +2342,7 @@ class DatabaseMigrationClient {
2342
2342
  * @param RemoveMigrationObjectsRequest
2343
2343
  * @return RemoveMigrationObjectsResponse
2344
2344
  * @throws OciError when an error occurs
2345
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/databasemigration/RemoveMigrationObjects.ts.html |here} to see how to use RemoveMigrationObjects API.
2345
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/databasemigration/RemoveMigrationObjects.ts.html |here} to see how to use RemoveMigrationObjects API.
2346
2346
  */
2347
2347
  removeMigrationObjects(removeMigrationObjectsRequest) {
2348
2348
  return __awaiter(this, void 0, void 0, function* () {
@@ -2399,7 +2399,7 @@ class DatabaseMigrationClient {
2399
2399
  * @param ResumeJobRequest
2400
2400
  * @return ResumeJobResponse
2401
2401
  * @throws OciError when an error occurs
2402
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/databasemigration/ResumeJob.ts.html |here} to see how to use ResumeJob API.
2402
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/databasemigration/ResumeJob.ts.html |here} to see how to use ResumeJob API.
2403
2403
  */
2404
2404
  resumeJob(resumeJobRequest) {
2405
2405
  return __awaiter(this, void 0, void 0, function* () {
@@ -2466,7 +2466,7 @@ class DatabaseMigrationClient {
2466
2466
  * @param RetrieveSupportedPhasesRequest
2467
2467
  * @return RetrieveSupportedPhasesResponse
2468
2468
  * @throws OciError when an error occurs
2469
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/databasemigration/RetrieveSupportedPhases.ts.html |here} to see how to use RetrieveSupportedPhases API.
2469
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/databasemigration/RetrieveSupportedPhases.ts.html |here} to see how to use RetrieveSupportedPhases API.
2470
2470
  */
2471
2471
  retrieveSupportedPhases(retrieveSupportedPhasesRequest) {
2472
2472
  return __awaiter(this, void 0, void 0, function* () {
@@ -2525,7 +2525,7 @@ class DatabaseMigrationClient {
2525
2525
  * @param StartMigrationRequest
2526
2526
  * @return StartMigrationResponse
2527
2527
  * @throws OciError when an error occurs
2528
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/databasemigration/StartMigration.ts.html |here} to see how to use StartMigration API.
2528
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/databasemigration/StartMigration.ts.html |here} to see how to use StartMigration API.
2529
2529
  */
2530
2530
  startMigration(startMigrationRequest) {
2531
2531
  return __awaiter(this, void 0, void 0, function* () {
@@ -2597,7 +2597,7 @@ class DatabaseMigrationClient {
2597
2597
  * @param UpdateAgentRequest
2598
2598
  * @return UpdateAgentResponse
2599
2599
  * @throws OciError when an error occurs
2600
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/databasemigration/UpdateAgent.ts.html |here} to see how to use UpdateAgent API.
2600
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/databasemigration/UpdateAgent.ts.html |here} to see how to use UpdateAgent API.
2601
2601
  */
2602
2602
  updateAgent(updateAgentRequest) {
2603
2603
  return __awaiter(this, void 0, void 0, function* () {
@@ -2664,7 +2664,7 @@ class DatabaseMigrationClient {
2664
2664
  * @param UpdateConnectionRequest
2665
2665
  * @return UpdateConnectionResponse
2666
2666
  * @throws OciError when an error occurs
2667
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/databasemigration/UpdateConnection.ts.html |here} to see how to use UpdateConnection API.
2667
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/databasemigration/UpdateConnection.ts.html |here} to see how to use UpdateConnection API.
2668
2668
  */
2669
2669
  updateConnection(updateConnectionRequest) {
2670
2670
  return __awaiter(this, void 0, void 0, function* () {
@@ -2726,7 +2726,7 @@ class DatabaseMigrationClient {
2726
2726
  * @param UpdateJobRequest
2727
2727
  * @return UpdateJobResponse
2728
2728
  * @throws OciError when an error occurs
2729
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/databasemigration/UpdateJob.ts.html |here} to see how to use UpdateJob API.
2729
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/databasemigration/UpdateJob.ts.html |here} to see how to use UpdateJob API.
2730
2730
  */
2731
2731
  updateJob(updateJobRequest) {
2732
2732
  return __awaiter(this, void 0, void 0, function* () {
@@ -2792,7 +2792,7 @@ class DatabaseMigrationClient {
2792
2792
  * @param UpdateMigrationRequest
2793
2793
  * @return UpdateMigrationResponse
2794
2794
  * @throws OciError when an error occurs
2795
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/databasemigration/UpdateMigration.ts.html |here} to see how to use UpdateMigration API.
2795
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/databasemigration/UpdateMigration.ts.html |here} to see how to use UpdateMigration API.
2796
2796
  */
2797
2797
  updateMigration(updateMigrationRequest) {
2798
2798
  return __awaiter(this, void 0, void 0, function* () {
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/databasemigration/AbortJob.ts.html |here} to see how to use AbortJobRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/databasemigration/AddMigrationObjects.ts.html |here} to see how to use AddMigrationObjectsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/databasemigration/ChangeAgentCompartment.ts.html |here} to see how to use ChangeAgentCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/databasemigration/ChangeAgentCompartment.ts.html |here} to see how to use ChangeAgentCompartmentRequest.
17
17
  */
18
18
  export interface ChangeAgentCompartmentRequest 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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/databasemigration/ChangeConnectionCompartment.ts.html |here} to see how to use ChangeConnectionCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/databasemigration/ChangeMigrationCompartment.ts.html |here} to see how to use ChangeMigrationCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/databasemigration/CloneMigration.ts.html |here} to see how to use CloneMigrationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/databasemigration/ConnectionDiagnostics.ts.html |here} to see how to use ConnectionDiagnosticsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/databasemigration/CreateConnection.ts.html |here} to see how to use CreateConnectionRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/databasemigration/CreateMigration.ts.html |here} to see how to use CreateMigrationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/databasemigration/CreateMigration.ts.html |here} to see how to use CreateMigrationRequest.
17
17
  */
18
18
  export interface CreateMigrationRequest 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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/databasemigration/DeleteAgent.ts.html |here} to see how to use DeleteAgentRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/databasemigration/DeleteAgent.ts.html |here} to see how to use DeleteAgentRequest.
16
16
  */
17
17
  export interface DeleteAgentRequest 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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/databasemigration/DeleteConnection.ts.html |here} to see how to use DeleteConnectionRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/databasemigration/DeleteJob.ts.html |here} to see how to use DeleteJobRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/databasemigration/DeleteMigration.ts.html |here} to see how to use DeleteMigrationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/databasemigration/EvaluateMigration.ts.html |here} to see how to use EvaluateMigrationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/databasemigration/GetAdvisorReport.ts.html |here} to see how to use GetAdvisorReportRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/databasemigration/GetAgent.ts.html |here} to see how to use GetAgentRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/databasemigration/GetAgent.ts.html |here} to see how to use GetAgentRequest.
16
16
  */
17
17
  export interface GetAgentRequest 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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/databasemigration/GetConnection.ts.html |here} to see how to use GetConnectionRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/databasemigration/GetJobOutputContent.ts.html |here} to see how to use GetJobOutputContentRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/databasemigration/GetJob.ts.html |here} to see how to use GetJobRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/databasemigration/GetJob.ts.html |here} to see how to use GetJobRequest.
16
16
  */
17
17
  export interface GetJobRequest 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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/databasemigration/GetMigration.ts.html |here} to see how to use GetMigrationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/databasemigration/GetMigration.ts.html |here} to see how to use GetMigrationRequest.
16
16
  */
17
17
  export interface GetMigrationRequest 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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/databasemigration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/databasemigration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
16
16
  */
17
17
  export interface GetWorkRequestRequest 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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/databasemigration/ListAgentImages.ts.html |here} to see how to use ListAgentImagesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/databasemigration/ListAgentImages.ts.html |here} to see how to use ListAgentImagesRequest.
17
17
  */
18
18
  export interface ListAgentImagesRequest 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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/databasemigration/ListAgents.ts.html |here} to see how to use ListAgentsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/databasemigration/ListAgents.ts.html |here} to see how to use ListAgentsRequest.
17
17
  */
18
18
  export interface ListAgentsRequest extends common.BaseRequest {
19
19
  /**