oci-databasemigration 2.79.0 → 2.79.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 (59) hide show
  1. package/lib/client.d.ts +41 -42
  2. package/lib/client.js +84 -212
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/create-host-dump-transfer-details.js +2 -4
  5. package/lib/model/create-host-dump-transfer-details.js.map +1 -1
  6. package/lib/model/create-target-type-tablespace-details.js +2 -4
  7. package/lib/model/create-target-type-tablespace-details.js.map +1 -1
  8. package/lib/model/data-transfer-medium-details-v2.js +2 -4
  9. package/lib/model/data-transfer-medium-details-v2.js.map +1 -1
  10. package/lib/model/host-dump-transfer-details.js +2 -4
  11. package/lib/model/host-dump-transfer-details.js.map +1 -1
  12. package/lib/model/target-type-tablespace-details.js +2 -4
  13. package/lib/model/target-type-tablespace-details.js.map +1 -1
  14. package/lib/model/update-host-dump-transfer-details.js +2 -4
  15. package/lib/model/update-host-dump-transfer-details.js.map +1 -1
  16. package/lib/model/update-target-type-tablespace-details.js +2 -4
  17. package/lib/model/update-target-type-tablespace-details.js.map +1 -1
  18. package/lib/request/abort-job-request.d.ts +1 -1
  19. package/lib/request/add-migration-objects-request.d.ts +1 -1
  20. package/lib/request/change-agent-compartment-request.d.ts +1 -1
  21. package/lib/request/change-connection-compartment-request.d.ts +1 -1
  22. package/lib/request/change-migration-compartment-request.d.ts +1 -1
  23. package/lib/request/clone-migration-request.d.ts +1 -1
  24. package/lib/request/connection-diagnostics-request.d.ts +1 -1
  25. package/lib/request/create-connection-request.d.ts +1 -1
  26. package/lib/request/create-migration-request.d.ts +1 -1
  27. package/lib/request/delete-agent-request.d.ts +1 -1
  28. package/lib/request/delete-connection-request.d.ts +1 -1
  29. package/lib/request/delete-job-request.d.ts +1 -1
  30. package/lib/request/delete-migration-request.d.ts +1 -1
  31. package/lib/request/evaluate-migration-request.d.ts +1 -1
  32. package/lib/request/get-advisor-report-request.d.ts +1 -1
  33. package/lib/request/get-agent-request.d.ts +1 -1
  34. package/lib/request/get-connection-request.d.ts +1 -1
  35. package/lib/request/get-job-output-content-request.d.ts +1 -1
  36. package/lib/request/get-job-request.d.ts +1 -1
  37. package/lib/request/get-migration-request.d.ts +1 -1
  38. package/lib/request/get-work-request-request.d.ts +1 -1
  39. package/lib/request/list-agent-images-request.d.ts +1 -1
  40. package/lib/request/list-agents-request.d.ts +1 -1
  41. package/lib/request/list-connections-request.d.ts +1 -1
  42. package/lib/request/list-excluded-objects-request.d.ts +1 -1
  43. package/lib/request/list-job-outputs-request.d.ts +1 -1
  44. package/lib/request/list-jobs-request.d.ts +1 -1
  45. package/lib/request/list-migration-object-types-request.d.ts +1 -1
  46. package/lib/request/list-migration-objects-request.d.ts +1 -1
  47. package/lib/request/list-migrations-request.d.ts +1 -1
  48. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  49. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  50. package/lib/request/list-work-requests-request.d.ts +1 -1
  51. package/lib/request/remove-migration-objects-request.d.ts +1 -1
  52. package/lib/request/resume-job-request.d.ts +1 -1
  53. package/lib/request/retrieve-supported-phases-request.d.ts +1 -1
  54. package/lib/request/start-migration-request.d.ts +1 -1
  55. package/lib/request/update-agent-request.d.ts +1 -1
  56. package/lib/request/update-connection-request.d.ts +1 -1
  57. package/lib/request/update-job-request.d.ts +1 -1
  58. package/lib/request/update-migration-request.d.ts +1 -1
  59. package/package.json +3 -3
@@ -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.79.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.79.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.79.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.79.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.79.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.79.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.79.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.79.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.79.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.79.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.79.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.79.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.79.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.79.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.79.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.79.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.79.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.79.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.79.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.79.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.79.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.79.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.79.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.79.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.79.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.79.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.79.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.79.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.79.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.79.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.79.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.79.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.79.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.79.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.79.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.79.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.79.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.79.1/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.79.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.79.1/databasemigration/ListConnections.ts.html |here} to see how to use ListConnectionsRequest.
17
17
  */
18
18
  export interface ListConnectionsRequest 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.79.0/databasemigration/ListExcludedObjects.ts.html |here} to see how to use ListExcludedObjectsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/databasemigration/ListExcludedObjects.ts.html |here} to see how to use ListExcludedObjectsRequest.
17
17
  */
18
18
  export interface ListExcludedObjectsRequest 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.79.0/databasemigration/ListJobOutputs.ts.html |here} to see how to use ListJobOutputsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/databasemigration/ListJobOutputs.ts.html |here} to see how to use ListJobOutputsRequest.
16
16
  */
17
17
  export interface ListJobOutputsRequest 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.79.0/databasemigration/ListJobs.ts.html |here} to see how to use ListJobsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/databasemigration/ListJobs.ts.html |here} to see how to use ListJobsRequest.
17
17
  */
18
18
  export interface ListJobsRequest 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.79.0/databasemigration/ListMigrationObjectTypes.ts.html |here} to see how to use ListMigrationObjectTypesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/databasemigration/ListMigrationObjectTypes.ts.html |here} to see how to use ListMigrationObjectTypesRequest.
17
17
  */
18
18
  export interface ListMigrationObjectTypesRequest 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.79.0/databasemigration/ListMigrationObjects.ts.html |here} to see how to use ListMigrationObjectsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/databasemigration/ListMigrationObjects.ts.html |here} to see how to use ListMigrationObjectsRequest.
16
16
  */
17
17
  export interface ListMigrationObjectsRequest 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.79.0/databasemigration/ListMigrations.ts.html |here} to see how to use ListMigrationsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/databasemigration/ListMigrations.ts.html |here} to see how to use ListMigrationsRequest.
17
17
  */
18
18
  export interface ListMigrationsRequest 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.79.0/databasemigration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/databasemigration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
17
17
  */
18
18
  export interface ListWorkRequestErrorsRequest 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.79.0/databasemigration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/databasemigration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
17
17
  */
18
18
  export interface ListWorkRequestLogsRequest 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.79.0/databasemigration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/databasemigration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
17
17
  */
18
18
  export interface ListWorkRequestsRequest 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.79.0/databasemigration/RemoveMigrationObjects.ts.html |here} to see how to use RemoveMigrationObjectsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/databasemigration/RemoveMigrationObjects.ts.html |here} to see how to use RemoveMigrationObjectsRequest.
17
17
  */
18
18
  export interface RemoveMigrationObjectsRequest 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.79.0/databasemigration/ResumeJob.ts.html |here} to see how to use ResumeJobRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/databasemigration/ResumeJob.ts.html |here} to see how to use ResumeJobRequest.
17
17
  */
18
18
  export interface ResumeJobRequest 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.79.0/databasemigration/RetrieveSupportedPhases.ts.html |here} to see how to use RetrieveSupportedPhasesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/databasemigration/RetrieveSupportedPhases.ts.html |here} to see how to use RetrieveSupportedPhasesRequest.
16
16
  */
17
17
  export interface RetrieveSupportedPhasesRequest 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.79.0/databasemigration/StartMigration.ts.html |here} to see how to use StartMigrationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/databasemigration/StartMigration.ts.html |here} to see how to use StartMigrationRequest.
17
17
  */
18
18
  export interface StartMigrationRequest 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.79.0/databasemigration/UpdateAgent.ts.html |here} to see how to use UpdateAgentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/databasemigration/UpdateAgent.ts.html |here} to see how to use UpdateAgentRequest.
17
17
  */
18
18
  export interface UpdateAgentRequest 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.79.0/databasemigration/UpdateConnection.ts.html |here} to see how to use UpdateConnectionRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/databasemigration/UpdateConnection.ts.html |here} to see how to use UpdateConnectionRequest.
17
17
  */
18
18
  export interface UpdateConnectionRequest 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.79.0/databasemigration/UpdateJob.ts.html |here} to see how to use UpdateJobRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/databasemigration/UpdateJob.ts.html |here} to see how to use UpdateJobRequest.
17
17
  */
18
18
  export interface UpdateJobRequest 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.79.0/databasemigration/UpdateMigration.ts.html |here} to see how to use UpdateMigrationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/databasemigration/UpdateMigration.ts.html |here} to see how to use UpdateMigrationRequest.
17
17
  */
18
18
  export interface UpdateMigrationRequest extends common.BaseRequest {
19
19
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-databasemigration",
3
- "version": "2.79.0",
3
+ "version": "2.79.1",
4
4
  "description": "OCI NodeJS client for Database Migration Service",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "license": "(UPL-1.0 OR Apache-2.0)",
17
17
  "dependencies": {
18
- "oci-common": "2.79.0",
19
- "oci-workrequests": "2.79.0"
18
+ "oci-common": "2.79.1",
19
+ "oci-workrequests": "2.79.1"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"