oci-databasemigration 2.64.0 → 2.66.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.
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
@@ -180,7 +180,7 @@ class DatabaseMigrationClient {
180
180
  * @param AbortJobRequest
181
181
  * @return AbortJobResponse
182
182
  * @throws OciError when an error occurs
183
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/databasemigration/AbortJob.ts.html |here} to see how to use AbortJob API.
183
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/databasemigration/AbortJob.ts.html |here} to see how to use AbortJob API.
184
184
  */
185
185
  abortJob(abortJobRequest) {
186
186
  return __awaiter(this, void 0, void 0, function* () {
@@ -246,7 +246,7 @@ class DatabaseMigrationClient {
246
246
  * @param AddMigrationObjectsRequest
247
247
  * @return AddMigrationObjectsResponse
248
248
  * @throws OciError when an error occurs
249
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/databasemigration/AddMigrationObjects.ts.html |here} to see how to use AddMigrationObjects API.
249
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/databasemigration/AddMigrationObjects.ts.html |here} to see how to use AddMigrationObjects API.
250
250
  */
251
251
  addMigrationObjects(addMigrationObjectsRequest) {
252
252
  return __awaiter(this, void 0, void 0, function* () {
@@ -303,7 +303,7 @@ class DatabaseMigrationClient {
303
303
  * @param ChangeAgentCompartmentRequest
304
304
  * @return ChangeAgentCompartmentResponse
305
305
  * @throws OciError when an error occurs
306
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/databasemigration/ChangeAgentCompartment.ts.html |here} to see how to use ChangeAgentCompartment API.
306
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/databasemigration/ChangeAgentCompartment.ts.html |here} to see how to use ChangeAgentCompartment API.
307
307
  */
308
308
  changeAgentCompartment(changeAgentCompartmentRequest) {
309
309
  return __awaiter(this, void 0, void 0, function* () {
@@ -361,7 +361,7 @@ class DatabaseMigrationClient {
361
361
  * @param ChangeConnectionCompartmentRequest
362
362
  * @return ChangeConnectionCompartmentResponse
363
363
  * @throws OciError when an error occurs
364
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/databasemigration/ChangeConnectionCompartment.ts.html |here} to see how to use ChangeConnectionCompartment API.
364
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/databasemigration/ChangeConnectionCompartment.ts.html |here} to see how to use ChangeConnectionCompartment API.
365
365
  */
366
366
  changeConnectionCompartment(changeConnectionCompartmentRequest) {
367
367
  return __awaiter(this, void 0, void 0, function* () {
@@ -419,7 +419,7 @@ class DatabaseMigrationClient {
419
419
  * @param ChangeMigrationCompartmentRequest
420
420
  * @return ChangeMigrationCompartmentResponse
421
421
  * @throws OciError when an error occurs
422
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/databasemigration/ChangeMigrationCompartment.ts.html |here} to see how to use ChangeMigrationCompartment API.
422
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/databasemigration/ChangeMigrationCompartment.ts.html |here} to see how to use ChangeMigrationCompartment API.
423
423
  */
424
424
  changeMigrationCompartment(changeMigrationCompartmentRequest) {
425
425
  return __awaiter(this, void 0, void 0, function* () {
@@ -477,7 +477,7 @@ class DatabaseMigrationClient {
477
477
  * @param CloneMigrationRequest
478
478
  * @return CloneMigrationResponse
479
479
  * @throws OciError when an error occurs
480
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/databasemigration/CloneMigration.ts.html |here} to see how to use CloneMigration API.
480
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/databasemigration/CloneMigration.ts.html |here} to see how to use CloneMigration API.
481
481
  */
482
482
  cloneMigration(cloneMigrationRequest) {
483
483
  return __awaiter(this, void 0, void 0, function* () {
@@ -549,7 +549,7 @@ class DatabaseMigrationClient {
549
549
  * @param ConnectionDiagnosticsRequest
550
550
  * @return ConnectionDiagnosticsResponse
551
551
  * @throws OciError when an error occurs
552
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/databasemigration/ConnectionDiagnostics.ts.html |here} to see how to use ConnectionDiagnostics API.
552
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/databasemigration/ConnectionDiagnostics.ts.html |here} to see how to use ConnectionDiagnostics API.
553
553
  */
554
554
  connectionDiagnostics(connectionDiagnosticsRequest) {
555
555
  return __awaiter(this, void 0, void 0, function* () {
@@ -616,7 +616,7 @@ class DatabaseMigrationClient {
616
616
  * @param CreateConnectionRequest
617
617
  * @return CreateConnectionResponse
618
618
  * @throws OciError when an error occurs
619
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/databasemigration/CreateConnection.ts.html |here} to see how to use CreateConnection API.
619
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/databasemigration/CreateConnection.ts.html |here} to see how to use CreateConnection API.
620
620
  */
621
621
  createConnection(createConnectionRequest) {
622
622
  return __awaiter(this, void 0, void 0, function* () {
@@ -687,7 +687,7 @@ class DatabaseMigrationClient {
687
687
  * @param CreateMigrationRequest
688
688
  * @return CreateMigrationResponse
689
689
  * @throws OciError when an error occurs
690
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/databasemigration/CreateMigration.ts.html |here} to see how to use CreateMigration API.
690
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/databasemigration/CreateMigration.ts.html |here} to see how to use CreateMigration API.
691
691
  */
692
692
  createMigration(createMigrationRequest) {
693
693
  return __awaiter(this, void 0, void 0, function* () {
@@ -756,7 +756,7 @@ class DatabaseMigrationClient {
756
756
  * @param DeleteAgentRequest
757
757
  * @return DeleteAgentResponse
758
758
  * @throws OciError when an error occurs
759
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/databasemigration/DeleteAgent.ts.html |here} to see how to use DeleteAgent API.
759
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/databasemigration/DeleteAgent.ts.html |here} to see how to use DeleteAgent API.
760
760
  */
761
761
  deleteAgent(deleteAgentRequest) {
762
762
  return __awaiter(this, void 0, void 0, function* () {
@@ -817,7 +817,7 @@ class DatabaseMigrationClient {
817
817
  * @param DeleteConnectionRequest
818
818
  * @return DeleteConnectionResponse
819
819
  * @throws OciError when an error occurs
820
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/databasemigration/DeleteConnection.ts.html |here} to see how to use DeleteConnection API.
820
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/databasemigration/DeleteConnection.ts.html |here} to see how to use DeleteConnection API.
821
821
  */
822
822
  deleteConnection(deleteConnectionRequest) {
823
823
  return __awaiter(this, void 0, void 0, function* () {
@@ -878,7 +878,7 @@ class DatabaseMigrationClient {
878
878
  * @param DeleteJobRequest
879
879
  * @return DeleteJobResponse
880
880
  * @throws OciError when an error occurs
881
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/databasemigration/DeleteJob.ts.html |here} to see how to use DeleteJob API.
881
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/databasemigration/DeleteJob.ts.html |here} to see how to use DeleteJob API.
882
882
  */
883
883
  deleteJob(deleteJobRequest) {
884
884
  return __awaiter(this, void 0, void 0, function* () {
@@ -934,7 +934,7 @@ class DatabaseMigrationClient {
934
934
  * @param DeleteMigrationRequest
935
935
  * @return DeleteMigrationResponse
936
936
  * @throws OciError when an error occurs
937
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/databasemigration/DeleteMigration.ts.html |here} to see how to use DeleteMigration API.
937
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/databasemigration/DeleteMigration.ts.html |here} to see how to use DeleteMigration API.
938
938
  */
939
939
  deleteMigration(deleteMigrationRequest) {
940
940
  return __awaiter(this, void 0, void 0, function* () {
@@ -995,7 +995,7 @@ class DatabaseMigrationClient {
995
995
  * @param EvaluateMigrationRequest
996
996
  * @return EvaluateMigrationResponse
997
997
  * @throws OciError when an error occurs
998
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/databasemigration/EvaluateMigration.ts.html |here} to see how to use EvaluateMigration API.
998
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/databasemigration/EvaluateMigration.ts.html |here} to see how to use EvaluateMigration API.
999
999
  */
1000
1000
  evaluateMigration(evaluateMigrationRequest) {
1001
1001
  return __awaiter(this, void 0, void 0, function* () {
@@ -1066,7 +1066,7 @@ class DatabaseMigrationClient {
1066
1066
  * @param GetAdvisorReportRequest
1067
1067
  * @return GetAdvisorReportResponse
1068
1068
  * @throws OciError when an error occurs
1069
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/databasemigration/GetAdvisorReport.ts.html |here} to see how to use GetAdvisorReport API.
1069
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/databasemigration/GetAdvisorReport.ts.html |here} to see how to use GetAdvisorReport API.
1070
1070
  */
1071
1071
  getAdvisorReport(getAdvisorReportRequest) {
1072
1072
  return __awaiter(this, void 0, void 0, function* () {
@@ -1130,7 +1130,7 @@ class DatabaseMigrationClient {
1130
1130
  * @param GetAgentRequest
1131
1131
  * @return GetAgentResponse
1132
1132
  * @throws OciError when an error occurs
1133
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/databasemigration/GetAgent.ts.html |here} to see how to use GetAgent API.
1133
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/databasemigration/GetAgent.ts.html |here} to see how to use GetAgent API.
1134
1134
  */
1135
1135
  getAgent(getAgentRequest) {
1136
1136
  return __awaiter(this, void 0, void 0, function* () {
@@ -1194,7 +1194,7 @@ class DatabaseMigrationClient {
1194
1194
  * @param GetConnectionRequest
1195
1195
  * @return GetConnectionResponse
1196
1196
  * @throws OciError when an error occurs
1197
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/databasemigration/GetConnection.ts.html |here} to see how to use GetConnection API.
1197
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/databasemigration/GetConnection.ts.html |here} to see how to use GetConnection API.
1198
1198
  */
1199
1199
  getConnection(getConnectionRequest) {
1200
1200
  return __awaiter(this, void 0, void 0, function* () {
@@ -1258,7 +1258,7 @@ class DatabaseMigrationClient {
1258
1258
  * @param GetJobRequest
1259
1259
  * @return GetJobResponse
1260
1260
  * @throws OciError when an error occurs
1261
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/databasemigration/GetJob.ts.html |here} to see how to use GetJob API.
1261
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/databasemigration/GetJob.ts.html |here} to see how to use GetJob API.
1262
1262
  */
1263
1263
  getJob(getJobRequest) {
1264
1264
  return __awaiter(this, void 0, void 0, function* () {
@@ -1322,7 +1322,7 @@ class DatabaseMigrationClient {
1322
1322
  * @param GetJobOutputContentRequest
1323
1323
  * @return GetJobOutputContentResponse
1324
1324
  * @throws OciError when an error occurs
1325
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/databasemigration/GetJobOutputContent.ts.html |here} to see how to use GetJobOutputContent API.
1325
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/databasemigration/GetJobOutputContent.ts.html |here} to see how to use GetJobOutputContent API.
1326
1326
  */
1327
1327
  getJobOutputContent(getJobOutputContentRequest) {
1328
1328
  return __awaiter(this, void 0, void 0, function* () {
@@ -1380,7 +1380,7 @@ class DatabaseMigrationClient {
1380
1380
  * @param GetMigrationRequest
1381
1381
  * @return GetMigrationResponse
1382
1382
  * @throws OciError when an error occurs
1383
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/databasemigration/GetMigration.ts.html |here} to see how to use GetMigration API.
1383
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/databasemigration/GetMigration.ts.html |here} to see how to use GetMigration API.
1384
1384
  */
1385
1385
  getMigration(getMigrationRequest) {
1386
1386
  return __awaiter(this, void 0, void 0, function* () {
@@ -1445,7 +1445,7 @@ class DatabaseMigrationClient {
1445
1445
  * @param GetWorkRequestRequest
1446
1446
  * @return GetWorkRequestResponse
1447
1447
  * @throws OciError when an error occurs
1448
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/databasemigration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1448
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/databasemigration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1449
1449
  */
1450
1450
  getWorkRequest(getWorkRequestRequest) {
1451
1451
  return __awaiter(this, void 0, void 0, function* () {
@@ -1504,7 +1504,7 @@ class DatabaseMigrationClient {
1504
1504
  * @param ListAgentImagesRequest
1505
1505
  * @return ListAgentImagesResponse
1506
1506
  * @throws OciError when an error occurs
1507
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/databasemigration/ListAgentImages.ts.html |here} to see how to use ListAgentImages API.
1507
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/databasemigration/ListAgentImages.ts.html |here} to see how to use ListAgentImages API.
1508
1508
  */
1509
1509
  listAgentImages(listAgentImagesRequest) {
1510
1510
  return __awaiter(this, void 0, void 0, function* () {
@@ -1570,7 +1570,7 @@ class DatabaseMigrationClient {
1570
1570
  * @param ListAgentsRequest
1571
1571
  * @return ListAgentsResponse
1572
1572
  * @throws OciError when an error occurs
1573
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/databasemigration/ListAgents.ts.html |here} to see how to use ListAgents API.
1573
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/databasemigration/ListAgents.ts.html |here} to see how to use ListAgents API.
1574
1574
  */
1575
1575
  listAgents(listAgentsRequest) {
1576
1576
  return __awaiter(this, void 0, void 0, function* () {
@@ -1640,7 +1640,7 @@ class DatabaseMigrationClient {
1640
1640
  * @param ListConnectionsRequest
1641
1641
  * @return ListConnectionsResponse
1642
1642
  * @throws OciError when an error occurs
1643
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/databasemigration/ListConnections.ts.html |here} to see how to use ListConnections API.
1643
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/databasemigration/ListConnections.ts.html |here} to see how to use ListConnections API.
1644
1644
  */
1645
1645
  listConnections(listConnectionsRequest) {
1646
1646
  return __awaiter(this, void 0, void 0, function* () {
@@ -1710,7 +1710,7 @@ class DatabaseMigrationClient {
1710
1710
  * @param ListExcludedObjectsRequest
1711
1711
  * @return ListExcludedObjectsResponse
1712
1712
  * @throws OciError when an error occurs
1713
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/databasemigration/ListExcludedObjects.ts.html |here} to see how to use ListExcludedObjects API.
1713
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/databasemigration/ListExcludedObjects.ts.html |here} to see how to use ListExcludedObjects API.
1714
1714
  */
1715
1715
  listExcludedObjects(listExcludedObjectsRequest) {
1716
1716
  return __awaiter(this, void 0, void 0, function* () {
@@ -1786,7 +1786,7 @@ class DatabaseMigrationClient {
1786
1786
  * @param ListJobOutputsRequest
1787
1787
  * @return ListJobOutputsResponse
1788
1788
  * @throws OciError when an error occurs
1789
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/databasemigration/ListJobOutputs.ts.html |here} to see how to use ListJobOutputs API.
1789
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/databasemigration/ListJobOutputs.ts.html |here} to see how to use ListJobOutputs API.
1790
1790
  */
1791
1791
  listJobOutputs(listJobOutputsRequest) {
1792
1792
  return __awaiter(this, void 0, void 0, function* () {
@@ -1854,7 +1854,7 @@ class DatabaseMigrationClient {
1854
1854
  * @param ListJobsRequest
1855
1855
  * @return ListJobsResponse
1856
1856
  * @throws OciError when an error occurs
1857
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/databasemigration/ListJobs.ts.html |here} to see how to use ListJobs API.
1857
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/databasemigration/ListJobs.ts.html |here} to see how to use ListJobs API.
1858
1858
  */
1859
1859
  listJobs(listJobsRequest) {
1860
1860
  return __awaiter(this, void 0, void 0, function* () {
@@ -1924,7 +1924,7 @@ class DatabaseMigrationClient {
1924
1924
  * @param ListMigrationObjectTypesRequest
1925
1925
  * @return ListMigrationObjectTypesResponse
1926
1926
  * @throws OciError when an error occurs
1927
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/databasemigration/ListMigrationObjectTypes.ts.html |here} to see how to use ListMigrationObjectTypes API.
1927
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/databasemigration/ListMigrationObjectTypes.ts.html |here} to see how to use ListMigrationObjectTypes API.
1928
1928
  */
1929
1929
  listMigrationObjectTypes(listMigrationObjectTypesRequest) {
1930
1930
  return __awaiter(this, void 0, void 0, function* () {
@@ -1991,7 +1991,7 @@ class DatabaseMigrationClient {
1991
1991
  * @param ListMigrationObjectsRequest
1992
1992
  * @return ListMigrationObjectsResponse
1993
1993
  * @throws OciError when an error occurs
1994
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/databasemigration/ListMigrationObjects.ts.html |here} to see how to use ListMigrationObjects API.
1994
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/databasemigration/ListMigrationObjects.ts.html |here} to see how to use ListMigrationObjects API.
1995
1995
  */
1996
1996
  listMigrationObjects(listMigrationObjectsRequest) {
1997
1997
  return __awaiter(this, void 0, void 0, function* () {
@@ -2059,7 +2059,7 @@ class DatabaseMigrationClient {
2059
2059
  * @param ListMigrationsRequest
2060
2060
  * @return ListMigrationsResponse
2061
2061
  * @throws OciError when an error occurs
2062
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/databasemigration/ListMigrations.ts.html |here} to see how to use ListMigrations API.
2062
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/databasemigration/ListMigrations.ts.html |here} to see how to use ListMigrations API.
2063
2063
  */
2064
2064
  listMigrations(listMigrationsRequest) {
2065
2065
  return __awaiter(this, void 0, void 0, function* () {
@@ -2130,7 +2130,7 @@ class DatabaseMigrationClient {
2130
2130
  * @param ListWorkRequestErrorsRequest
2131
2131
  * @return ListWorkRequestErrorsResponse
2132
2132
  * @throws OciError when an error occurs
2133
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/databasemigration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
2133
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/databasemigration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
2134
2134
  */
2135
2135
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
2136
2136
  return __awaiter(this, void 0, void 0, function* () {
@@ -2199,7 +2199,7 @@ class DatabaseMigrationClient {
2199
2199
  * @param ListWorkRequestLogsRequest
2200
2200
  * @return ListWorkRequestLogsResponse
2201
2201
  * @throws OciError when an error occurs
2202
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/databasemigration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
2202
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/databasemigration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
2203
2203
  */
2204
2204
  listWorkRequestLogs(listWorkRequestLogsRequest) {
2205
2205
  return __awaiter(this, void 0, void 0, function* () {
@@ -2268,7 +2268,7 @@ class DatabaseMigrationClient {
2268
2268
  * @param ListWorkRequestsRequest
2269
2269
  * @return ListWorkRequestsResponse
2270
2270
  * @throws OciError when an error occurs
2271
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/databasemigration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
2271
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/databasemigration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
2272
2272
  */
2273
2273
  listWorkRequests(listWorkRequestsRequest) {
2274
2274
  return __awaiter(this, void 0, void 0, function* () {
@@ -2338,7 +2338,7 @@ class DatabaseMigrationClient {
2338
2338
  * @param RemoveMigrationObjectsRequest
2339
2339
  * @return RemoveMigrationObjectsResponse
2340
2340
  * @throws OciError when an error occurs
2341
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/databasemigration/RemoveMigrationObjects.ts.html |here} to see how to use RemoveMigrationObjects API.
2341
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/databasemigration/RemoveMigrationObjects.ts.html |here} to see how to use RemoveMigrationObjects API.
2342
2342
  */
2343
2343
  removeMigrationObjects(removeMigrationObjectsRequest) {
2344
2344
  return __awaiter(this, void 0, void 0, function* () {
@@ -2395,7 +2395,7 @@ class DatabaseMigrationClient {
2395
2395
  * @param ResumeJobRequest
2396
2396
  * @return ResumeJobResponse
2397
2397
  * @throws OciError when an error occurs
2398
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/databasemigration/ResumeJob.ts.html |here} to see how to use ResumeJob API.
2398
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/databasemigration/ResumeJob.ts.html |here} to see how to use ResumeJob API.
2399
2399
  */
2400
2400
  resumeJob(resumeJobRequest) {
2401
2401
  return __awaiter(this, void 0, void 0, function* () {
@@ -2462,7 +2462,7 @@ class DatabaseMigrationClient {
2462
2462
  * @param RetrieveSupportedPhasesRequest
2463
2463
  * @return RetrieveSupportedPhasesResponse
2464
2464
  * @throws OciError when an error occurs
2465
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/databasemigration/RetrieveSupportedPhases.ts.html |here} to see how to use RetrieveSupportedPhases API.
2465
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/databasemigration/RetrieveSupportedPhases.ts.html |here} to see how to use RetrieveSupportedPhases API.
2466
2466
  */
2467
2467
  retrieveSupportedPhases(retrieveSupportedPhasesRequest) {
2468
2468
  return __awaiter(this, void 0, void 0, function* () {
@@ -2521,7 +2521,7 @@ class DatabaseMigrationClient {
2521
2521
  * @param StartMigrationRequest
2522
2522
  * @return StartMigrationResponse
2523
2523
  * @throws OciError when an error occurs
2524
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/databasemigration/StartMigration.ts.html |here} to see how to use StartMigration API.
2524
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/databasemigration/StartMigration.ts.html |here} to see how to use StartMigration API.
2525
2525
  */
2526
2526
  startMigration(startMigrationRequest) {
2527
2527
  return __awaiter(this, void 0, void 0, function* () {
@@ -2593,7 +2593,7 @@ class DatabaseMigrationClient {
2593
2593
  * @param UpdateAgentRequest
2594
2594
  * @return UpdateAgentResponse
2595
2595
  * @throws OciError when an error occurs
2596
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/databasemigration/UpdateAgent.ts.html |here} to see how to use UpdateAgent API.
2596
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/databasemigration/UpdateAgent.ts.html |here} to see how to use UpdateAgent API.
2597
2597
  */
2598
2598
  updateAgent(updateAgentRequest) {
2599
2599
  return __awaiter(this, void 0, void 0, function* () {
@@ -2660,7 +2660,7 @@ class DatabaseMigrationClient {
2660
2660
  * @param UpdateConnectionRequest
2661
2661
  * @return UpdateConnectionResponse
2662
2662
  * @throws OciError when an error occurs
2663
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/databasemigration/UpdateConnection.ts.html |here} to see how to use UpdateConnection API.
2663
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/databasemigration/UpdateConnection.ts.html |here} to see how to use UpdateConnection API.
2664
2664
  */
2665
2665
  updateConnection(updateConnectionRequest) {
2666
2666
  return __awaiter(this, void 0, void 0, function* () {
@@ -2722,7 +2722,7 @@ class DatabaseMigrationClient {
2722
2722
  * @param UpdateJobRequest
2723
2723
  * @return UpdateJobResponse
2724
2724
  * @throws OciError when an error occurs
2725
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/databasemigration/UpdateJob.ts.html |here} to see how to use UpdateJob API.
2725
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/databasemigration/UpdateJob.ts.html |here} to see how to use UpdateJob API.
2726
2726
  */
2727
2727
  updateJob(updateJobRequest) {
2728
2728
  return __awaiter(this, void 0, void 0, function* () {
@@ -2788,7 +2788,7 @@ class DatabaseMigrationClient {
2788
2788
  * @param UpdateMigrationRequest
2789
2789
  * @return UpdateMigrationResponse
2790
2790
  * @throws OciError when an error occurs
2791
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/databasemigration/UpdateMigration.ts.html |here} to see how to use UpdateMigration API.
2791
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/databasemigration/UpdateMigration.ts.html |here} to see how to use UpdateMigration API.
2792
2792
  */
2793
2793
  updateMigration(updateMigrationRequest) {
2794
2794
  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.64.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.66.0/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.64.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.66.0/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.64.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.66.0/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.64.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.66.0/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.64.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.66.0/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.64.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.66.0/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.64.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.66.0/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.64.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.66.0/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.64.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.66.0/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.64.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.66.0/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.64.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.66.0/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.64.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.66.0/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.64.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.66.0/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.64.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.66.0/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.64.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.66.0/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.64.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.66.0/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.64.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.66.0/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.64.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.66.0/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.64.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.66.0/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.64.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.66.0/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.64.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.66.0/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.64.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.66.0/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.64.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.66.0/databasemigration/ListAgents.ts.html |here} to see how to use ListAgentsRequest.
17
17
  */
18
18
  export interface ListAgentsRequest 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.64.0/databasemigration/ListConnections.ts.html |here} to see how to use ListConnectionsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/databasemigration/ListConnections.ts.html |here} to see how to use ListConnectionsRequest.
17
17
  */
18
18
  export interface ListConnectionsRequest extends common.BaseRequest {
19
19
  /**