oci-databasemigration 2.76.1 → 2.77.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 (89) hide show
  1. package/lib/client.d.ts +48 -42
  2. package/lib/client.js +50 -41
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/agent-summary.d.ts +3 -3
  5. package/lib/model/agent.d.ts +3 -3
  6. package/lib/model/clone-migration-details.d.ts +2 -2
  7. package/lib/model/connection-summary.d.ts +3 -3
  8. package/lib/model/connection.d.ts +3 -3
  9. package/lib/model/create-connection-details.d.ts +2 -2
  10. package/lib/model/create-migration-details.d.ts +2 -2
  11. package/lib/model/job-summary.d.ts +3 -3
  12. package/lib/model/job.d.ts +3 -3
  13. package/lib/model/migration-summary.d.ts +3 -3
  14. package/lib/model/migration.d.ts +3 -3
  15. package/lib/model/update-agent-details.d.ts +2 -2
  16. package/lib/model/update-connection-details.d.ts +2 -2
  17. package/lib/model/update-job-details.d.ts +2 -2
  18. package/lib/model/update-migration-details.d.ts +2 -2
  19. package/lib/model/work-request-summary.d.ts +2 -2
  20. package/lib/model/work-request.d.ts +2 -2
  21. package/lib/request/abort-job-request.d.ts +2 -2
  22. package/lib/request/add-migration-objects-request.d.ts +2 -2
  23. package/lib/request/change-agent-compartment-request.d.ts +2 -2
  24. package/lib/request/change-connection-compartment-request.d.ts +2 -2
  25. package/lib/request/change-migration-compartment-request.d.ts +2 -2
  26. package/lib/request/clone-migration-request.d.ts +2 -2
  27. package/lib/request/connection-diagnostics-request.d.ts +2 -2
  28. package/lib/request/create-connection-request.d.ts +1 -1
  29. package/lib/request/create-migration-request.d.ts +1 -1
  30. package/lib/request/delete-agent-request.d.ts +2 -2
  31. package/lib/request/delete-connection-request.d.ts +2 -2
  32. package/lib/request/delete-job-request.d.ts +2 -2
  33. package/lib/request/delete-migration-request.d.ts +2 -2
  34. package/lib/request/evaluate-migration-request.d.ts +2 -2
  35. package/lib/request/get-advisor-report-request.d.ts +1 -1
  36. package/lib/request/get-agent-request.d.ts +1 -1
  37. package/lib/request/get-connection-request.d.ts +1 -1
  38. package/lib/request/get-job-output-content-request.d.ts +1 -1
  39. package/lib/request/get-job-request.d.ts +1 -1
  40. package/lib/request/get-migration-request.d.ts +2 -2
  41. package/lib/request/get-work-request-request.d.ts +1 -1
  42. package/lib/request/list-agent-images-request.d.ts +1 -1
  43. package/lib/request/list-agents-request.d.ts +1 -1
  44. package/lib/request/list-connections-request.d.ts +1 -1
  45. package/lib/request/list-excluded-objects-request.d.ts +1 -1
  46. package/lib/request/list-job-outputs-request.d.ts +1 -1
  47. package/lib/request/list-jobs-request.d.ts +1 -1
  48. package/lib/request/list-migration-object-types-request.d.ts +1 -1
  49. package/lib/request/list-migration-objects-request.d.ts +2 -2
  50. package/lib/request/list-migrations-request.d.ts +1 -1
  51. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  52. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  53. package/lib/request/list-work-requests-request.d.ts +1 -1
  54. package/lib/request/remove-migration-objects-request.d.ts +2 -2
  55. package/lib/request/resume-job-request.d.ts +2 -2
  56. package/lib/request/retrieve-supported-phases-request.d.ts +1 -1
  57. package/lib/request/start-migration-request.d.ts +2 -2
  58. package/lib/request/update-agent-request.d.ts +2 -2
  59. package/lib/request/update-connection-request.d.ts +2 -2
  60. package/lib/request/update-job-request.d.ts +2 -2
  61. package/lib/request/update-migration-request.d.ts +2 -2
  62. package/lib/response/abort-job-response.d.ts +1 -1
  63. package/lib/response/clone-migration-response.d.ts +1 -1
  64. package/lib/response/connection-diagnostics-response.d.ts +1 -1
  65. package/lib/response/create-connection-response.d.ts +1 -1
  66. package/lib/response/create-migration-response.d.ts +1 -1
  67. package/lib/response/evaluate-migration-response.d.ts +1 -1
  68. package/lib/response/get-advisor-report-response.d.ts +1 -1
  69. package/lib/response/get-agent-response.d.ts +1 -1
  70. package/lib/response/get-connection-response.d.ts +1 -1
  71. package/lib/response/get-job-response.d.ts +1 -1
  72. package/lib/response/get-migration-response.d.ts +1 -1
  73. package/lib/response/list-agent-images-response.d.ts +1 -1
  74. package/lib/response/list-agents-response.d.ts +1 -1
  75. package/lib/response/list-connections-response.d.ts +1 -1
  76. package/lib/response/list-excluded-objects-response.d.ts +1 -1
  77. package/lib/response/list-job-outputs-response.d.ts +1 -1
  78. package/lib/response/list-jobs-response.d.ts +1 -1
  79. package/lib/response/list-migration-object-types-response.d.ts +1 -1
  80. package/lib/response/list-migration-objects-response.d.ts +1 -1
  81. package/lib/response/list-migrations-response.d.ts +1 -1
  82. package/lib/response/list-work-request-errors-response.d.ts +1 -1
  83. package/lib/response/list-work-request-logs-response.d.ts +1 -1
  84. package/lib/response/list-work-requests-response.d.ts +1 -1
  85. package/lib/response/resume-job-response.d.ts +1 -1
  86. package/lib/response/start-migration-response.d.ts +1 -1
  87. package/lib/response/update-agent-response.d.ts +1 -1
  88. package/lib/response/update-job-response.d.ts +1 -1
  89. package/package.json +3 -3
@@ -37,7 +37,7 @@ export interface UpdateAgentDetails {
37
37
  "version"?: string;
38
38
  /**
39
39
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
40
- * Example: `{\"bar-key\": \"value\"}`
40
+ * Example: {@code {\"bar-key\": \"value\"}}
41
41
  *
42
42
  */
43
43
  "freeformTags"?: {
@@ -45,7 +45,7 @@ export interface UpdateAgentDetails {
45
45
  };
46
46
  /**
47
47
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
48
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
48
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
49
49
  *
50
50
  */
51
51
  "definedTags"?: {
@@ -48,7 +48,7 @@ export interface UpdateConnectionDetails {
48
48
  "vaultDetails"?: model.UpdateVaultDetails;
49
49
  /**
50
50
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
51
- * Example: `{\"bar-key\": \"value\"}`
51
+ * Example: {@code {\"bar-key\": \"value\"}}
52
52
  *
53
53
  */
54
54
  "freeformTags"?: {
@@ -56,7 +56,7 @@ export interface UpdateConnectionDetails {
56
56
  };
57
57
  /**
58
58
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
59
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
59
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
60
60
  *
61
61
  */
62
62
  "definedTags"?: {
@@ -22,7 +22,7 @@ export interface UpdateJobDetails {
22
22
  "displayName"?: string;
23
23
  /**
24
24
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
25
- * Example: `{\"bar-key\": \"value\"}`
25
+ * Example: {@code {\"bar-key\": \"value\"}}
26
26
  *
27
27
  */
28
28
  "freeformTags"?: {
@@ -30,7 +30,7 @@ export interface UpdateJobDetails {
30
30
  };
31
31
  /**
32
32
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
33
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
33
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
34
34
  *
35
35
  */
36
36
  "definedTags"?: {
@@ -70,7 +70,7 @@ export interface UpdateMigrationDetails {
70
70
  "vaultDetails"?: model.UpdateVaultDetails;
71
71
  /**
72
72
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
73
- * Example: `{\"bar-key\": \"value\"}`
73
+ * Example: {@code {\"bar-key\": \"value\"}}
74
74
  *
75
75
  */
76
76
  "freeformTags"?: {
@@ -78,7 +78,7 @@ export interface UpdateMigrationDetails {
78
78
  };
79
79
  /**
80
80
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
81
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
81
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
82
82
  *
83
83
  */
84
84
  "definedTags"?: {
@@ -47,13 +47,13 @@ export interface WorkRequestSummary {
47
47
  */
48
48
  "timeAccepted": Date;
49
49
  /**
50
- * The date and time the work request transitioned from `ACCEPTED` to `IN_PROGRESS`, in
50
+ * The date and time the work request transitioned from {@code ACCEPTED} to {@code IN_PROGRESS}, in
51
51
  * the format defined by RFC3339.
52
52
  *
53
53
  */
54
54
  "timeStarted"?: Date;
55
55
  /**
56
- * The date and time the work request reached a terminal state, either `FAILED` or `SUCCEEDED`.
56
+ * The date and time the work request reached a terminal state, either {@code FAILED} or {@code SUCCEEDED}.
57
57
  * Format is defined by RFC3339.
58
58
  *
59
59
  */
@@ -53,13 +53,13 @@ export interface WorkRequest {
53
53
  */
54
54
  "timeAccepted": Date;
55
55
  /**
56
- * The date and time the work request transitioned from `ACCEPTED` to `IN_PROGRESS`,
56
+ * The date and time the work request transitioned from {@code ACCEPTED} to {@code IN_PROGRESS},
57
57
  * in the format defined by RFC3339.
58
58
  *
59
59
  */
60
60
  "timeStarted"?: Date;
61
61
  /**
62
- * The date and time the work request reached a terminal state, either `FAILED` or `SUCCEEDED`.
62
+ * The date and time the work request reached a terminal state, either {@code FAILED} or {@code SUCCEEDED}.
63
63
  * Format is defined by RFC3339.
64
64
  *
65
65
  */
@@ -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.76.1/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.77.1/databasemigration/AbortJob.ts.html |here} to see how to use AbortJobRequest.
16
16
  */
17
17
  export interface AbortJobRequest extends common.BaseRequest {
18
18
  /**
@@ -22,7 +22,7 @@ export interface AbortJobRequest extends common.BaseRequest {
22
22
  "jobId": string;
23
23
  /**
24
24
  * For optimistic concurrency control. In the PUT or DELETE call
25
- * for a resource, set the `if-match` parameter to the value of the
25
+ * for a resource, set the {@code if-match} parameter to the value of the
26
26
  * etag from a previous GET or POST response for that resource.
27
27
  * The resource will be updated or deleted only if the etag you
28
28
  * provide matches the resource's current etag value.
@@ -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.76.1/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.77.1/databasemigration/AddMigrationObjects.ts.html |here} to see how to use AddMigrationObjectsRequest.
17
17
  */
18
18
  export interface AddMigrationObjectsRequest extends common.BaseRequest {
19
19
  /**
@@ -34,7 +34,7 @@ export interface AddMigrationObjectsRequest extends common.BaseRequest {
34
34
  "opcRequestId"?: string;
35
35
  /**
36
36
  * For optimistic concurrency control. In the PUT or DELETE call
37
- * for a resource, set the `if-match` parameter to the value of the
37
+ * for a resource, set the {@code if-match} parameter to the value of the
38
38
  * etag from a previous GET or POST response for that resource.
39
39
  * The resource will be updated or deleted only if the etag you
40
40
  * provide matches the resource's current etag value.
@@ -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.76.1/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.77.1/databasemigration/ChangeAgentCompartment.ts.html |here} to see how to use ChangeAgentCompartmentRequest.
17
17
  */
18
18
  export interface ChangeAgentCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -43,7 +43,7 @@ export interface ChangeAgentCompartmentRequest extends common.BaseRequest {
43
43
  "opcRequestId"?: string;
44
44
  /**
45
45
  * For optimistic concurrency control. In the PUT or DELETE call
46
- * for a resource, set the `if-match` parameter to the value of the
46
+ * for a resource, set the {@code if-match} parameter to the value of the
47
47
  * etag from a previous GET or POST response for that resource.
48
48
  * The resource will be updated or deleted only if the etag you
49
49
  * provide matches the resource's current etag value.
@@ -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.76.1/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.77.1/databasemigration/ChangeConnectionCompartment.ts.html |here} to see how to use ChangeConnectionCompartmentRequest.
17
17
  */
18
18
  export interface ChangeConnectionCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -43,7 +43,7 @@ export interface ChangeConnectionCompartmentRequest extends common.BaseRequest {
43
43
  "opcRequestId"?: string;
44
44
  /**
45
45
  * For optimistic concurrency control. In the PUT or DELETE call
46
- * for a resource, set the `if-match` parameter to the value of the
46
+ * for a resource, set the {@code if-match} parameter to the value of the
47
47
  * etag from a previous GET or POST response for that resource.
48
48
  * The resource will be updated or deleted only if the etag you
49
49
  * provide matches the resource's current etag value.
@@ -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.76.1/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.77.1/databasemigration/ChangeMigrationCompartment.ts.html |here} to see how to use ChangeMigrationCompartmentRequest.
17
17
  */
18
18
  export interface ChangeMigrationCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -43,7 +43,7 @@ export interface ChangeMigrationCompartmentRequest extends common.BaseRequest {
43
43
  "opcRequestId"?: string;
44
44
  /**
45
45
  * For optimistic concurrency control. In the PUT or DELETE call
46
- * for a resource, set the `if-match` parameter to the value of the
46
+ * for a resource, set the {@code if-match} parameter to the value of the
47
47
  * etag from a previous GET or POST response for that resource.
48
48
  * The resource will be updated or deleted only if the etag you
49
49
  * provide matches the resource's current etag value.
@@ -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.76.1/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.77.1/databasemigration/CloneMigration.ts.html |here} to see how to use CloneMigrationRequest.
17
17
  */
18
18
  export interface CloneMigrationRequest extends common.BaseRequest {
19
19
  /**
@@ -28,7 +28,7 @@ export interface CloneMigrationRequest extends common.BaseRequest {
28
28
  "cloneMigrationDetails": model.CloneMigrationDetails;
29
29
  /**
30
30
  * For optimistic concurrency control. In the PUT or DELETE call
31
- * for a resource, set the `if-match` parameter to the value of the
31
+ * for a resource, set the {@code if-match} parameter to the value of the
32
32
  * etag from a previous GET or POST response for that resource.
33
33
  * The resource will be updated or deleted only if the etag you
34
34
  * provide matches the resource's current etag value.
@@ -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.76.1/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.77.1/databasemigration/ConnectionDiagnostics.ts.html |here} to see how to use ConnectionDiagnosticsRequest.
16
16
  */
17
17
  export interface ConnectionDiagnosticsRequest extends common.BaseRequest {
18
18
  /**
@@ -22,7 +22,7 @@ export interface ConnectionDiagnosticsRequest extends common.BaseRequest {
22
22
  "connectionId": string;
23
23
  /**
24
24
  * For optimistic concurrency control. In the PUT or DELETE call
25
- * for a resource, set the `if-match` parameter to the value of the
25
+ * for a resource, set the {@code if-match} parameter to the value of the
26
26
  * etag from a previous GET or POST response for that resource.
27
27
  * The resource will be updated or deleted only if the etag you
28
28
  * provide matches the resource's current etag value.
@@ -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.76.1/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.77.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.76.1/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.77.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.76.1/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.77.1/databasemigration/DeleteAgent.ts.html |here} to see how to use DeleteAgentRequest.
16
16
  */
17
17
  export interface DeleteAgentRequest extends common.BaseRequest {
18
18
  /**
@@ -28,7 +28,7 @@ export interface DeleteAgentRequest extends common.BaseRequest {
28
28
  "opcRequestId"?: string;
29
29
  /**
30
30
  * For optimistic concurrency control. In the PUT or DELETE call
31
- * for a resource, set the `if-match` parameter to the value of the
31
+ * for a resource, set the {@code if-match} parameter to the value of the
32
32
  * etag from a previous GET or POST response for that resource.
33
33
  * The resource will be updated or deleted only if the etag you
34
34
  * provide matches the resource's current etag value.
@@ -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.76.1/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.77.1/databasemigration/DeleteConnection.ts.html |here} to see how to use DeleteConnectionRequest.
16
16
  */
17
17
  export interface DeleteConnectionRequest extends common.BaseRequest {
18
18
  /**
@@ -28,7 +28,7 @@ export interface DeleteConnectionRequest extends common.BaseRequest {
28
28
  "opcRequestId"?: string;
29
29
  /**
30
30
  * For optimistic concurrency control. In the PUT or DELETE call
31
- * for a resource, set the `if-match` parameter to the value of the
31
+ * for a resource, set the {@code if-match} parameter to the value of the
32
32
  * etag from a previous GET or POST response for that resource.
33
33
  * The resource will be updated or deleted only if the etag you
34
34
  * provide matches the resource's current etag value.
@@ -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.76.1/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.77.1/databasemigration/DeleteJob.ts.html |here} to see how to use DeleteJobRequest.
16
16
  */
17
17
  export interface DeleteJobRequest extends common.BaseRequest {
18
18
  /**
@@ -28,7 +28,7 @@ export interface DeleteJobRequest extends common.BaseRequest {
28
28
  "opcRequestId"?: string;
29
29
  /**
30
30
  * For optimistic concurrency control. In the PUT or DELETE call
31
- * for a resource, set the `if-match` parameter to the value of the
31
+ * for a resource, set the {@code if-match} parameter to the value of the
32
32
  * etag from a previous GET or POST response for that resource.
33
33
  * The resource will be updated or deleted only if the etag you
34
34
  * provide matches the resource's current etag value.
@@ -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.76.1/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.77.1/databasemigration/DeleteMigration.ts.html |here} to see how to use DeleteMigrationRequest.
16
16
  */
17
17
  export interface DeleteMigrationRequest extends common.BaseRequest {
18
18
  /**
@@ -28,7 +28,7 @@ export interface DeleteMigrationRequest extends common.BaseRequest {
28
28
  "opcRequestId"?: string;
29
29
  /**
30
30
  * For optimistic concurrency control. In the PUT or DELETE call
31
- * for a resource, set the `if-match` parameter to the value of the
31
+ * for a resource, set the {@code if-match} parameter to the value of the
32
32
  * etag from a previous GET or POST response for that resource.
33
33
  * The resource will be updated or deleted only if the etag you
34
34
  * provide matches the resource's current etag value.
@@ -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.76.1/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.77.1/databasemigration/EvaluateMigration.ts.html |here} to see how to use EvaluateMigrationRequest.
16
16
  */
17
17
  export interface EvaluateMigrationRequest extends common.BaseRequest {
18
18
  /**
@@ -22,7 +22,7 @@ export interface EvaluateMigrationRequest extends common.BaseRequest {
22
22
  "migrationId": string;
23
23
  /**
24
24
  * For optimistic concurrency control. In the PUT or DELETE call
25
- * for a resource, set the `if-match` parameter to the value of the
25
+ * for a resource, set the {@code if-match} parameter to the value of the
26
26
  * etag from a previous GET or POST response for that resource.
27
27
  * The resource will be updated or deleted only if the etag you
28
28
  * provide matches the resource's current etag value.
@@ -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.76.1/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.77.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.76.1/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.77.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.76.1/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.77.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.76.1/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.77.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.76.1/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.77.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.76.1/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.77.1/databasemigration/GetMigration.ts.html |here} to see how to use GetMigrationRequest.
16
16
  */
17
17
  export interface GetMigrationRequest extends common.BaseRequest {
18
18
  /**
@@ -28,7 +28,7 @@ export interface GetMigrationRequest extends common.BaseRequest {
28
28
  "opcRequestId"?: string;
29
29
  /**
30
30
  * For optimistic concurrency control. In the PUT or DELETE call
31
- * for a resource, set the `if-match` parameter to the value of the
31
+ * for a resource, set the {@code if-match} parameter to the value of the
32
32
  * etag from a previous GET or POST response for that resource.
33
33
  * The resource will be updated or deleted only if the etag you
34
34
  * provide matches the resource's current etag value.
@@ -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.76.1/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.77.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.76.1/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.77.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.76.1/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.77.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.76.1/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.77.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.76.1/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.77.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.76.1/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.77.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.76.1/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.77.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.76.1/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.77.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.76.1/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.77.1/databasemigration/ListMigrationObjects.ts.html |here} to see how to use ListMigrationObjectsRequest.
16
16
  */
17
17
  export interface ListMigrationObjectsRequest extends common.BaseRequest {
18
18
  /**
@@ -28,7 +28,7 @@ export interface ListMigrationObjectsRequest extends common.BaseRequest {
28
28
  "opcRequestId"?: string;
29
29
  /**
30
30
  * For optimistic concurrency control. In the PUT or DELETE call
31
- * for a resource, set the `if-match` parameter to the value of the
31
+ * for a resource, set the {@code if-match} parameter to the value of the
32
32
  * etag from a previous GET or POST response for that resource.
33
33
  * The resource will be updated or deleted only if the etag you
34
34
  * provide matches the resource's current etag value.
@@ -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.76.1/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.77.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.76.1/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.77.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.76.1/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.77.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.76.1/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.77.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.76.1/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.77.1/databasemigration/RemoveMigrationObjects.ts.html |here} to see how to use RemoveMigrationObjectsRequest.
17
17
  */
18
18
  export interface RemoveMigrationObjectsRequest extends common.BaseRequest {
19
19
  /**
@@ -34,7 +34,7 @@ export interface RemoveMigrationObjectsRequest extends common.BaseRequest {
34
34
  "opcRequestId"?: string;
35
35
  /**
36
36
  * For optimistic concurrency control. In the PUT or DELETE call
37
- * for a resource, set the `if-match` parameter to the value of the
37
+ * for a resource, set the {@code if-match} parameter to the value of the
38
38
  * etag from a previous GET or POST response for that resource.
39
39
  * The resource will be updated or deleted only if the etag you
40
40
  * provide matches the resource's current etag value.
@@ -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.76.1/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.77.1/databasemigration/ResumeJob.ts.html |here} to see how to use ResumeJobRequest.
17
17
  */
18
18
  export interface ResumeJobRequest extends common.BaseRequest {
19
19
  /**
@@ -23,7 +23,7 @@ export interface ResumeJobRequest extends common.BaseRequest {
23
23
  "jobId": string;
24
24
  /**
25
25
  * For optimistic concurrency control. In the PUT or DELETE call
26
- * for a resource, set the `if-match` parameter to the value of the
26
+ * for a resource, set the {@code if-match} parameter to the value of the
27
27
  * etag from a previous GET or POST response for that resource.
28
28
  * The resource will be updated or deleted only if the etag you
29
29
  * provide matches the resource's current etag value.