oci-databasemigration 2.80.0 → 2.82.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
@@ -197,7 +197,7 @@ class DatabaseMigrationClient {
197
197
  * @param AbortJobRequest
198
198
  * @return AbortJobResponse
199
199
  * @throws OciError when an error occurs
200
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/databasemigration/AbortJob.ts.html |here} to see how to use AbortJob API.
200
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/databasemigration/AbortJob.ts.html |here} to see how to use AbortJob API.
201
201
  */
202
202
  abortJob(abortJobRequest) {
203
203
  return __awaiter(this, void 0, void 0, function* () {
@@ -263,7 +263,7 @@ class DatabaseMigrationClient {
263
263
  * @param AddMigrationObjectsRequest
264
264
  * @return AddMigrationObjectsResponse
265
265
  * @throws OciError when an error occurs
266
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/databasemigration/AddMigrationObjects.ts.html |here} to see how to use AddMigrationObjects API.
266
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/databasemigration/AddMigrationObjects.ts.html |here} to see how to use AddMigrationObjects API.
267
267
  */
268
268
  addMigrationObjects(addMigrationObjectsRequest) {
269
269
  return __awaiter(this, void 0, void 0, function* () {
@@ -320,7 +320,7 @@ class DatabaseMigrationClient {
320
320
  * @param ChangeAgentCompartmentRequest
321
321
  * @return ChangeAgentCompartmentResponse
322
322
  * @throws OciError when an error occurs
323
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/databasemigration/ChangeAgentCompartment.ts.html |here} to see how to use ChangeAgentCompartment API.
323
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/databasemigration/ChangeAgentCompartment.ts.html |here} to see how to use ChangeAgentCompartment API.
324
324
  */
325
325
  changeAgentCompartment(changeAgentCompartmentRequest) {
326
326
  return __awaiter(this, void 0, void 0, function* () {
@@ -378,7 +378,7 @@ class DatabaseMigrationClient {
378
378
  * @param ChangeConnectionCompartmentRequest
379
379
  * @return ChangeConnectionCompartmentResponse
380
380
  * @throws OciError when an error occurs
381
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/databasemigration/ChangeConnectionCompartment.ts.html |here} to see how to use ChangeConnectionCompartment API.
381
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/databasemigration/ChangeConnectionCompartment.ts.html |here} to see how to use ChangeConnectionCompartment API.
382
382
  */
383
383
  changeConnectionCompartment(changeConnectionCompartmentRequest) {
384
384
  return __awaiter(this, void 0, void 0, function* () {
@@ -436,7 +436,7 @@ class DatabaseMigrationClient {
436
436
  * @param ChangeMigrationCompartmentRequest
437
437
  * @return ChangeMigrationCompartmentResponse
438
438
  * @throws OciError when an error occurs
439
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/databasemigration/ChangeMigrationCompartment.ts.html |here} to see how to use ChangeMigrationCompartment API.
439
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/databasemigration/ChangeMigrationCompartment.ts.html |here} to see how to use ChangeMigrationCompartment API.
440
440
  */
441
441
  changeMigrationCompartment(changeMigrationCompartmentRequest) {
442
442
  return __awaiter(this, void 0, void 0, function* () {
@@ -494,7 +494,7 @@ class DatabaseMigrationClient {
494
494
  * @param CloneMigrationRequest
495
495
  * @return CloneMigrationResponse
496
496
  * @throws OciError when an error occurs
497
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/databasemigration/CloneMigration.ts.html |here} to see how to use CloneMigration API.
497
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/databasemigration/CloneMigration.ts.html |here} to see how to use CloneMigration API.
498
498
  */
499
499
  cloneMigration(cloneMigrationRequest) {
500
500
  return __awaiter(this, void 0, void 0, function* () {
@@ -566,7 +566,7 @@ class DatabaseMigrationClient {
566
566
  * @param ConnectionDiagnosticsRequest
567
567
  * @return ConnectionDiagnosticsResponse
568
568
  * @throws OciError when an error occurs
569
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/databasemigration/ConnectionDiagnostics.ts.html |here} to see how to use ConnectionDiagnostics API.
569
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/databasemigration/ConnectionDiagnostics.ts.html |here} to see how to use ConnectionDiagnostics API.
570
570
  */
571
571
  connectionDiagnostics(connectionDiagnosticsRequest) {
572
572
  return __awaiter(this, void 0, void 0, function* () {
@@ -633,7 +633,7 @@ class DatabaseMigrationClient {
633
633
  * @param CreateConnectionRequest
634
634
  * @return CreateConnectionResponse
635
635
  * @throws OciError when an error occurs
636
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/databasemigration/CreateConnection.ts.html |here} to see how to use CreateConnection API.
636
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/databasemigration/CreateConnection.ts.html |here} to see how to use CreateConnection API.
637
637
  */
638
638
  createConnection(createConnectionRequest) {
639
639
  return __awaiter(this, void 0, void 0, function* () {
@@ -704,7 +704,7 @@ class DatabaseMigrationClient {
704
704
  * @param CreateMigrationRequest
705
705
  * @return CreateMigrationResponse
706
706
  * @throws OciError when an error occurs
707
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/databasemigration/CreateMigration.ts.html |here} to see how to use CreateMigration API.
707
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/databasemigration/CreateMigration.ts.html |here} to see how to use CreateMigration API.
708
708
  */
709
709
  createMigration(createMigrationRequest) {
710
710
  return __awaiter(this, void 0, void 0, function* () {
@@ -773,7 +773,7 @@ class DatabaseMigrationClient {
773
773
  * @param DeleteAgentRequest
774
774
  * @return DeleteAgentResponse
775
775
  * @throws OciError when an error occurs
776
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/databasemigration/DeleteAgent.ts.html |here} to see how to use DeleteAgent API.
776
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/databasemigration/DeleteAgent.ts.html |here} to see how to use DeleteAgent API.
777
777
  */
778
778
  deleteAgent(deleteAgentRequest) {
779
779
  return __awaiter(this, void 0, void 0, function* () {
@@ -834,7 +834,7 @@ class DatabaseMigrationClient {
834
834
  * @param DeleteConnectionRequest
835
835
  * @return DeleteConnectionResponse
836
836
  * @throws OciError when an error occurs
837
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/databasemigration/DeleteConnection.ts.html |here} to see how to use DeleteConnection API.
837
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/databasemigration/DeleteConnection.ts.html |here} to see how to use DeleteConnection API.
838
838
  */
839
839
  deleteConnection(deleteConnectionRequest) {
840
840
  return __awaiter(this, void 0, void 0, function* () {
@@ -895,7 +895,7 @@ class DatabaseMigrationClient {
895
895
  * @param DeleteJobRequest
896
896
  * @return DeleteJobResponse
897
897
  * @throws OciError when an error occurs
898
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/databasemigration/DeleteJob.ts.html |here} to see how to use DeleteJob API.
898
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/databasemigration/DeleteJob.ts.html |here} to see how to use DeleteJob API.
899
899
  */
900
900
  deleteJob(deleteJobRequest) {
901
901
  return __awaiter(this, void 0, void 0, function* () {
@@ -951,7 +951,7 @@ class DatabaseMigrationClient {
951
951
  * @param DeleteMigrationRequest
952
952
  * @return DeleteMigrationResponse
953
953
  * @throws OciError when an error occurs
954
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/databasemigration/DeleteMigration.ts.html |here} to see how to use DeleteMigration API.
954
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/databasemigration/DeleteMigration.ts.html |here} to see how to use DeleteMigration API.
955
955
  */
956
956
  deleteMigration(deleteMigrationRequest) {
957
957
  return __awaiter(this, void 0, void 0, function* () {
@@ -1012,7 +1012,7 @@ class DatabaseMigrationClient {
1012
1012
  * @param EvaluateMigrationRequest
1013
1013
  * @return EvaluateMigrationResponse
1014
1014
  * @throws OciError when an error occurs
1015
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/databasemigration/EvaluateMigration.ts.html |here} to see how to use EvaluateMigration API.
1015
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/databasemigration/EvaluateMigration.ts.html |here} to see how to use EvaluateMigration API.
1016
1016
  */
1017
1017
  evaluateMigration(evaluateMigrationRequest) {
1018
1018
  return __awaiter(this, void 0, void 0, function* () {
@@ -1083,7 +1083,7 @@ class DatabaseMigrationClient {
1083
1083
  * @param GetAdvisorReportRequest
1084
1084
  * @return GetAdvisorReportResponse
1085
1085
  * @throws OciError when an error occurs
1086
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/databasemigration/GetAdvisorReport.ts.html |here} to see how to use GetAdvisorReport API.
1086
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/databasemigration/GetAdvisorReport.ts.html |here} to see how to use GetAdvisorReport API.
1087
1087
  */
1088
1088
  getAdvisorReport(getAdvisorReportRequest) {
1089
1089
  return __awaiter(this, void 0, void 0, function* () {
@@ -1147,7 +1147,7 @@ class DatabaseMigrationClient {
1147
1147
  * @param GetAgentRequest
1148
1148
  * @return GetAgentResponse
1149
1149
  * @throws OciError when an error occurs
1150
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/databasemigration/GetAgent.ts.html |here} to see how to use GetAgent API.
1150
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/databasemigration/GetAgent.ts.html |here} to see how to use GetAgent API.
1151
1151
  */
1152
1152
  getAgent(getAgentRequest) {
1153
1153
  return __awaiter(this, void 0, void 0, function* () {
@@ -1211,7 +1211,7 @@ class DatabaseMigrationClient {
1211
1211
  * @param GetConnectionRequest
1212
1212
  * @return GetConnectionResponse
1213
1213
  * @throws OciError when an error occurs
1214
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/databasemigration/GetConnection.ts.html |here} to see how to use GetConnection API.
1214
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/databasemigration/GetConnection.ts.html |here} to see how to use GetConnection API.
1215
1215
  */
1216
1216
  getConnection(getConnectionRequest) {
1217
1217
  return __awaiter(this, void 0, void 0, function* () {
@@ -1275,7 +1275,7 @@ class DatabaseMigrationClient {
1275
1275
  * @param GetJobRequest
1276
1276
  * @return GetJobResponse
1277
1277
  * @throws OciError when an error occurs
1278
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/databasemigration/GetJob.ts.html |here} to see how to use GetJob API.
1278
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/databasemigration/GetJob.ts.html |here} to see how to use GetJob API.
1279
1279
  */
1280
1280
  getJob(getJobRequest) {
1281
1281
  return __awaiter(this, void 0, void 0, function* () {
@@ -1339,7 +1339,7 @@ class DatabaseMigrationClient {
1339
1339
  * @param GetJobOutputContentRequest
1340
1340
  * @return GetJobOutputContentResponse
1341
1341
  * @throws OciError when an error occurs
1342
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/databasemigration/GetJobOutputContent.ts.html |here} to see how to use GetJobOutputContent API.
1342
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/databasemigration/GetJobOutputContent.ts.html |here} to see how to use GetJobOutputContent API.
1343
1343
  */
1344
1344
  getJobOutputContent(getJobOutputContentRequest) {
1345
1345
  return __awaiter(this, void 0, void 0, function* () {
@@ -1397,7 +1397,7 @@ class DatabaseMigrationClient {
1397
1397
  * @param GetMigrationRequest
1398
1398
  * @return GetMigrationResponse
1399
1399
  * @throws OciError when an error occurs
1400
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/databasemigration/GetMigration.ts.html |here} to see how to use GetMigration API.
1400
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/databasemigration/GetMigration.ts.html |here} to see how to use GetMigration API.
1401
1401
  */
1402
1402
  getMigration(getMigrationRequest) {
1403
1403
  return __awaiter(this, void 0, void 0, function* () {
@@ -1462,7 +1462,7 @@ class DatabaseMigrationClient {
1462
1462
  * @param GetWorkRequestRequest
1463
1463
  * @return GetWorkRequestResponse
1464
1464
  * @throws OciError when an error occurs
1465
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/databasemigration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1465
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/databasemigration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1466
1466
  */
1467
1467
  getWorkRequest(getWorkRequestRequest) {
1468
1468
  return __awaiter(this, void 0, void 0, function* () {
@@ -1521,7 +1521,7 @@ class DatabaseMigrationClient {
1521
1521
  * @param ListAgentImagesRequest
1522
1522
  * @return ListAgentImagesResponse
1523
1523
  * @throws OciError when an error occurs
1524
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/databasemigration/ListAgentImages.ts.html |here} to see how to use ListAgentImages API.
1524
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/databasemigration/ListAgentImages.ts.html |here} to see how to use ListAgentImages API.
1525
1525
  */
1526
1526
  listAgentImages(listAgentImagesRequest) {
1527
1527
  return __awaiter(this, void 0, void 0, function* () {
@@ -1587,7 +1587,7 @@ class DatabaseMigrationClient {
1587
1587
  * @param ListAgentsRequest
1588
1588
  * @return ListAgentsResponse
1589
1589
  * @throws OciError when an error occurs
1590
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/databasemigration/ListAgents.ts.html |here} to see how to use ListAgents API.
1590
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/databasemigration/ListAgents.ts.html |here} to see how to use ListAgents API.
1591
1591
  */
1592
1592
  listAgents(listAgentsRequest) {
1593
1593
  return __awaiter(this, void 0, void 0, function* () {
@@ -1657,7 +1657,7 @@ class DatabaseMigrationClient {
1657
1657
  * @param ListConnectionsRequest
1658
1658
  * @return ListConnectionsResponse
1659
1659
  * @throws OciError when an error occurs
1660
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/databasemigration/ListConnections.ts.html |here} to see how to use ListConnections API.
1660
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/databasemigration/ListConnections.ts.html |here} to see how to use ListConnections API.
1661
1661
  */
1662
1662
  listConnections(listConnectionsRequest) {
1663
1663
  return __awaiter(this, void 0, void 0, function* () {
@@ -1727,7 +1727,7 @@ class DatabaseMigrationClient {
1727
1727
  * @param ListExcludedObjectsRequest
1728
1728
  * @return ListExcludedObjectsResponse
1729
1729
  * @throws OciError when an error occurs
1730
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/databasemigration/ListExcludedObjects.ts.html |here} to see how to use ListExcludedObjects API.
1730
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/databasemigration/ListExcludedObjects.ts.html |here} to see how to use ListExcludedObjects API.
1731
1731
  */
1732
1732
  listExcludedObjects(listExcludedObjectsRequest) {
1733
1733
  return __awaiter(this, void 0, void 0, function* () {
@@ -1803,7 +1803,7 @@ class DatabaseMigrationClient {
1803
1803
  * @param ListJobOutputsRequest
1804
1804
  * @return ListJobOutputsResponse
1805
1805
  * @throws OciError when an error occurs
1806
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/databasemigration/ListJobOutputs.ts.html |here} to see how to use ListJobOutputs API.
1806
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/databasemigration/ListJobOutputs.ts.html |here} to see how to use ListJobOutputs API.
1807
1807
  */
1808
1808
  listJobOutputs(listJobOutputsRequest) {
1809
1809
  return __awaiter(this, void 0, void 0, function* () {
@@ -1871,7 +1871,7 @@ class DatabaseMigrationClient {
1871
1871
  * @param ListJobsRequest
1872
1872
  * @return ListJobsResponse
1873
1873
  * @throws OciError when an error occurs
1874
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/databasemigration/ListJobs.ts.html |here} to see how to use ListJobs API.
1874
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/databasemigration/ListJobs.ts.html |here} to see how to use ListJobs API.
1875
1875
  */
1876
1876
  listJobs(listJobsRequest) {
1877
1877
  return __awaiter(this, void 0, void 0, function* () {
@@ -1941,7 +1941,7 @@ class DatabaseMigrationClient {
1941
1941
  * @param ListMigrationObjectTypesRequest
1942
1942
  * @return ListMigrationObjectTypesResponse
1943
1943
  * @throws OciError when an error occurs
1944
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/databasemigration/ListMigrationObjectTypes.ts.html |here} to see how to use ListMigrationObjectTypes API.
1944
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/databasemigration/ListMigrationObjectTypes.ts.html |here} to see how to use ListMigrationObjectTypes API.
1945
1945
  */
1946
1946
  listMigrationObjectTypes(listMigrationObjectTypesRequest) {
1947
1947
  return __awaiter(this, void 0, void 0, function* () {
@@ -2008,7 +2008,7 @@ class DatabaseMigrationClient {
2008
2008
  * @param ListMigrationObjectsRequest
2009
2009
  * @return ListMigrationObjectsResponse
2010
2010
  * @throws OciError when an error occurs
2011
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/databasemigration/ListMigrationObjects.ts.html |here} to see how to use ListMigrationObjects API.
2011
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/databasemigration/ListMigrationObjects.ts.html |here} to see how to use ListMigrationObjects API.
2012
2012
  */
2013
2013
  listMigrationObjects(listMigrationObjectsRequest) {
2014
2014
  return __awaiter(this, void 0, void 0, function* () {
@@ -2076,7 +2076,7 @@ class DatabaseMigrationClient {
2076
2076
  * @param ListMigrationsRequest
2077
2077
  * @return ListMigrationsResponse
2078
2078
  * @throws OciError when an error occurs
2079
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/databasemigration/ListMigrations.ts.html |here} to see how to use ListMigrations API.
2079
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/databasemigration/ListMigrations.ts.html |here} to see how to use ListMigrations API.
2080
2080
  */
2081
2081
  listMigrations(listMigrationsRequest) {
2082
2082
  return __awaiter(this, void 0, void 0, function* () {
@@ -2147,7 +2147,7 @@ class DatabaseMigrationClient {
2147
2147
  * @param ListWorkRequestErrorsRequest
2148
2148
  * @return ListWorkRequestErrorsResponse
2149
2149
  * @throws OciError when an error occurs
2150
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/databasemigration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
2150
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/databasemigration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
2151
2151
  */
2152
2152
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
2153
2153
  return __awaiter(this, void 0, void 0, function* () {
@@ -2216,7 +2216,7 @@ class DatabaseMigrationClient {
2216
2216
  * @param ListWorkRequestLogsRequest
2217
2217
  * @return ListWorkRequestLogsResponse
2218
2218
  * @throws OciError when an error occurs
2219
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/databasemigration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
2219
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/databasemigration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
2220
2220
  */
2221
2221
  listWorkRequestLogs(listWorkRequestLogsRequest) {
2222
2222
  return __awaiter(this, void 0, void 0, function* () {
@@ -2285,7 +2285,7 @@ class DatabaseMigrationClient {
2285
2285
  * @param ListWorkRequestsRequest
2286
2286
  * @return ListWorkRequestsResponse
2287
2287
  * @throws OciError when an error occurs
2288
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/databasemigration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
2288
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/databasemigration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
2289
2289
  */
2290
2290
  listWorkRequests(listWorkRequestsRequest) {
2291
2291
  return __awaiter(this, void 0, void 0, function* () {
@@ -2355,7 +2355,7 @@ class DatabaseMigrationClient {
2355
2355
  * @param RemoveMigrationObjectsRequest
2356
2356
  * @return RemoveMigrationObjectsResponse
2357
2357
  * @throws OciError when an error occurs
2358
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/databasemigration/RemoveMigrationObjects.ts.html |here} to see how to use RemoveMigrationObjects API.
2358
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/databasemigration/RemoveMigrationObjects.ts.html |here} to see how to use RemoveMigrationObjects API.
2359
2359
  */
2360
2360
  removeMigrationObjects(removeMigrationObjectsRequest) {
2361
2361
  return __awaiter(this, void 0, void 0, function* () {
@@ -2412,7 +2412,7 @@ class DatabaseMigrationClient {
2412
2412
  * @param ResumeJobRequest
2413
2413
  * @return ResumeJobResponse
2414
2414
  * @throws OciError when an error occurs
2415
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/databasemigration/ResumeJob.ts.html |here} to see how to use ResumeJob API.
2415
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/databasemigration/ResumeJob.ts.html |here} to see how to use ResumeJob API.
2416
2416
  */
2417
2417
  resumeJob(resumeJobRequest) {
2418
2418
  return __awaiter(this, void 0, void 0, function* () {
@@ -2479,7 +2479,7 @@ class DatabaseMigrationClient {
2479
2479
  * @param RetrieveSupportedPhasesRequest
2480
2480
  * @return RetrieveSupportedPhasesResponse
2481
2481
  * @throws OciError when an error occurs
2482
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/databasemigration/RetrieveSupportedPhases.ts.html |here} to see how to use RetrieveSupportedPhases API.
2482
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/databasemigration/RetrieveSupportedPhases.ts.html |here} to see how to use RetrieveSupportedPhases API.
2483
2483
  */
2484
2484
  retrieveSupportedPhases(retrieveSupportedPhasesRequest) {
2485
2485
  return __awaiter(this, void 0, void 0, function* () {
@@ -2538,7 +2538,7 @@ class DatabaseMigrationClient {
2538
2538
  * @param StartMigrationRequest
2539
2539
  * @return StartMigrationResponse
2540
2540
  * @throws OciError when an error occurs
2541
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/databasemigration/StartMigration.ts.html |here} to see how to use StartMigration API.
2541
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/databasemigration/StartMigration.ts.html |here} to see how to use StartMigration API.
2542
2542
  */
2543
2543
  startMigration(startMigrationRequest) {
2544
2544
  return __awaiter(this, void 0, void 0, function* () {
@@ -2610,7 +2610,7 @@ class DatabaseMigrationClient {
2610
2610
  * @param UpdateAgentRequest
2611
2611
  * @return UpdateAgentResponse
2612
2612
  * @throws OciError when an error occurs
2613
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/databasemigration/UpdateAgent.ts.html |here} to see how to use UpdateAgent API.
2613
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/databasemigration/UpdateAgent.ts.html |here} to see how to use UpdateAgent API.
2614
2614
  */
2615
2615
  updateAgent(updateAgentRequest) {
2616
2616
  return __awaiter(this, void 0, void 0, function* () {
@@ -2677,7 +2677,7 @@ class DatabaseMigrationClient {
2677
2677
  * @param UpdateConnectionRequest
2678
2678
  * @return UpdateConnectionResponse
2679
2679
  * @throws OciError when an error occurs
2680
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/databasemigration/UpdateConnection.ts.html |here} to see how to use UpdateConnection API.
2680
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/databasemigration/UpdateConnection.ts.html |here} to see how to use UpdateConnection API.
2681
2681
  */
2682
2682
  updateConnection(updateConnectionRequest) {
2683
2683
  return __awaiter(this, void 0, void 0, function* () {
@@ -2739,7 +2739,7 @@ class DatabaseMigrationClient {
2739
2739
  * @param UpdateJobRequest
2740
2740
  * @return UpdateJobResponse
2741
2741
  * @throws OciError when an error occurs
2742
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/databasemigration/UpdateJob.ts.html |here} to see how to use UpdateJob API.
2742
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/databasemigration/UpdateJob.ts.html |here} to see how to use UpdateJob API.
2743
2743
  */
2744
2744
  updateJob(updateJobRequest) {
2745
2745
  return __awaiter(this, void 0, void 0, function* () {
@@ -2805,7 +2805,7 @@ class DatabaseMigrationClient {
2805
2805
  * @param UpdateMigrationRequest
2806
2806
  * @return UpdateMigrationResponse
2807
2807
  * @throws OciError when an error occurs
2808
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/databasemigration/UpdateMigration.ts.html |here} to see how to use UpdateMigration API.
2808
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/databasemigration/UpdateMigration.ts.html |here} to see how to use UpdateMigration API.
2809
2809
  */
2810
2810
  updateMigration(updateMigrationRequest) {
2811
2811
  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.80.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.82.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.80.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.82.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.80.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.82.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.80.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.82.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.80.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.82.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.80.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.82.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.80.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.82.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.80.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.82.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.80.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.82.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.80.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.82.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.80.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.82.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.80.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.82.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.80.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.82.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.80.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.82.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.80.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.82.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.80.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.82.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.80.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.82.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.80.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.82.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.80.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.82.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.80.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.82.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.80.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.82.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.80.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.82.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.80.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.82.1/databasemigration/ListAgents.ts.html |here} to see how to use ListAgentsRequest.
17
17
  */
18
18
  export interface ListAgentsRequest extends common.BaseRequest {
19
19
  /**