oci-databasemigration 2.89.4 → 2.90.0-1722272724

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 (107) hide show
  1. package/lib/client.d.ts +99 -36
  2. package/lib/client.js +432 -36
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/create-parameter-file-version-details.d.ts +39 -0
  5. package/lib/model/create-parameter-file-version-details.js +29 -0
  6. package/lib/model/create-parameter-file-version-details.js.map +1 -0
  7. package/lib/model/data-pump-tablespace-block-sizes-in-kb.d.ts +2 -0
  8. package/lib/model/data-pump-tablespace-block-sizes-in-kb.js +2 -0
  9. package/lib/model/data-pump-tablespace-block-sizes-in-kb.js.map +1 -1
  10. package/lib/model/index.d.ts +10 -0
  11. package/lib/model/index.js +15 -5
  12. package/lib/model/index.js.map +1 -1
  13. package/lib/model/job-parameter-file-version-kind.d.ts +28 -0
  14. package/lib/model/job-parameter-file-version-kind.js +39 -0
  15. package/lib/model/job-parameter-file-version-kind.js.map +1 -0
  16. package/lib/model/job.d.ts +5 -0
  17. package/lib/model/job.js +10 -0
  18. package/lib/model/job.js.map +1 -1
  19. package/lib/model/parameter-file-version-collection.d.ts +26 -0
  20. package/lib/model/parameter-file-version-collection.js +61 -0
  21. package/lib/model/parameter-file-version-collection.js.map +1 -0
  22. package/lib/model/parameter-file-version-summary.d.ts +75 -0
  23. package/lib/model/parameter-file-version-summary.js +29 -0
  24. package/lib/model/parameter-file-version-summary.js.map +1 -0
  25. package/lib/model/parameter-file-version.d.ts +51 -0
  26. package/lib/model/parameter-file-version.js +29 -0
  27. package/lib/model/parameter-file-version.js.map +1 -0
  28. package/lib/model/phase-status.d.ts +19 -0
  29. package/lib/model/phase-status.js +10 -0
  30. package/lib/model/phase-status.js.map +1 -1
  31. package/lib/request/abort-job-request.d.ts +1 -1
  32. package/lib/request/add-migration-objects-request.d.ts +1 -1
  33. package/lib/request/change-connection-compartment-request.d.ts +1 -1
  34. package/lib/request/change-migration-compartment-request.d.ts +1 -1
  35. package/lib/request/clone-migration-request.d.ts +1 -1
  36. package/lib/request/connection-diagnostics-request.d.ts +1 -1
  37. package/lib/request/create-connection-request.d.ts +1 -1
  38. package/lib/request/create-migration-request.d.ts +1 -1
  39. package/lib/request/create-parameter-file-version-request.d.ts +53 -0
  40. package/lib/request/create-parameter-file-version-request.js +15 -0
  41. package/lib/request/create-parameter-file-version-request.js.map +1 -0
  42. package/lib/request/delete-connection-request.d.ts +1 -1
  43. package/lib/request/delete-job-request.d.ts +1 -1
  44. package/lib/request/delete-migration-request.d.ts +1 -1
  45. package/lib/request/delete-parameter-file-version-request.d.ts +43 -0
  46. package/lib/request/delete-parameter-file-version-request.js +15 -0
  47. package/lib/request/delete-parameter-file-version-request.js.map +1 -0
  48. package/lib/request/evaluate-migration-request.d.ts +1 -1
  49. package/lib/request/get-advisor-report-request.d.ts +1 -1
  50. package/lib/request/get-connection-request.d.ts +1 -1
  51. package/lib/request/get-job-output-content-request.d.ts +1 -1
  52. package/lib/request/get-job-request.d.ts +1 -1
  53. package/lib/request/get-migration-request.d.ts +1 -1
  54. package/lib/request/get-parameter-file-version-request.d.ts +34 -0
  55. package/lib/request/get-parameter-file-version-request.js +15 -0
  56. package/lib/request/get-parameter-file-version-request.js.map +1 -0
  57. package/lib/request/get-work-request-request.d.ts +1 -1
  58. package/lib/request/index.d.ts +12 -0
  59. package/lib/request/index.js +3 -1
  60. package/lib/request/index.js.map +1 -1
  61. package/lib/request/list-connections-request.d.ts +1 -1
  62. package/lib/request/list-excluded-objects-request.d.ts +1 -1
  63. package/lib/request/list-job-outputs-request.d.ts +1 -1
  64. package/lib/request/list-jobs-request.d.ts +1 -1
  65. package/lib/request/list-migration-object-types-request.d.ts +1 -1
  66. package/lib/request/list-migration-objects-request.d.ts +1 -1
  67. package/lib/request/list-migration-parameters-request.d.ts +1 -1
  68. package/lib/request/list-migrations-request.d.ts +1 -1
  69. package/lib/request/list-parameter-file-versions-request.d.ts +62 -0
  70. package/lib/request/list-parameter-file-versions-request.js +24 -0
  71. package/lib/request/list-parameter-file-versions-request.js.map +1 -0
  72. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  73. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  74. package/lib/request/list-work-requests-request.d.ts +1 -1
  75. package/lib/request/make-current-parameter-file-version-request.d.ts +52 -0
  76. package/lib/request/make-current-parameter-file-version-request.js +15 -0
  77. package/lib/request/make-current-parameter-file-version-request.js.map +1 -0
  78. package/lib/request/remove-migration-objects-request.d.ts +1 -1
  79. package/lib/request/resume-job-request.d.ts +1 -1
  80. package/lib/request/retrieve-supported-phases-request.d.ts +1 -1
  81. package/lib/request/start-migration-request.d.ts +1 -1
  82. package/lib/request/suspend-job-request.d.ts +47 -0
  83. package/lib/request/suspend-job-request.js +15 -0
  84. package/lib/request/suspend-job-request.js.map +1 -0
  85. package/lib/request/update-connection-request.d.ts +1 -1
  86. package/lib/request/update-job-request.d.ts +1 -1
  87. package/lib/request/update-migration-request.d.ts +1 -1
  88. package/lib/response/create-parameter-file-version-response.d.ts +25 -0
  89. package/lib/response/create-parameter-file-version-response.js +15 -0
  90. package/lib/response/create-parameter-file-version-response.js.map +1 -0
  91. package/lib/response/delete-parameter-file-version-response.d.ts +25 -0
  92. package/lib/response/delete-parameter-file-version-response.js +15 -0
  93. package/lib/response/delete-parameter-file-version-response.js.map +1 -0
  94. package/lib/response/get-parameter-file-version-response.d.ts +30 -0
  95. package/lib/response/get-parameter-file-version-response.js +15 -0
  96. package/lib/response/get-parameter-file-version-response.js.map +1 -0
  97. package/lib/response/index.d.ts +12 -0
  98. package/lib/response/list-parameter-file-versions-response.d.ts +32 -0
  99. package/lib/response/list-parameter-file-versions-response.js +15 -0
  100. package/lib/response/list-parameter-file-versions-response.js.map +1 -0
  101. package/lib/response/make-current-parameter-file-version-response.d.ts +30 -0
  102. package/lib/response/make-current-parameter-file-version-response.js +15 -0
  103. package/lib/response/make-current-parameter-file-version-response.js.map +1 -0
  104. package/lib/response/suspend-job-response.d.ts +30 -0
  105. package/lib/response/suspend-job-response.js +15 -0
  106. package/lib/response/suspend-job-response.js.map +1 -0
  107. package/package.json +3 -3
@@ -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.89.4/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/latest/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.89.4/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/latest/databasemigration/DeleteMigration.ts.html |here} to see how to use DeleteMigrationRequest.
16
16
  */
17
17
  export interface DeleteMigrationRequest extends common.BaseRequest {
18
18
  /**
@@ -0,0 +1,43 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20230518
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/DeleteParameterFileVersion.ts.html |here} to see how to use DeleteParameterFileVersionRequest.
16
+ */
17
+ export interface DeleteParameterFileVersionRequest extends common.BaseRequest {
18
+ /**
19
+ * The OCID of the job
20
+ *
21
+ */
22
+ "jobId": string;
23
+ /**
24
+ * A unique name associated with the current migration/job and extract/replicat name
25
+ *
26
+ */
27
+ "parameterFileName": string;
28
+ /**
29
+ * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
30
+ * particular request, please provide the request ID.
31
+ *
32
+ */
33
+ "opcRequestId"?: string;
34
+ /**
35
+ * For optimistic concurrency control. In the PUT or DELETE call
36
+ * for a resource, set the {@code if-match} parameter to the value of the
37
+ * etag from a previous GET or POST response for that resource.
38
+ * The resource will be updated or deleted only if the etag you
39
+ * provide matches the resource's current etag value.
40
+ *
41
+ */
42
+ "ifMatch"?: string;
43
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20230518
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=delete-parameter-file-version-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-parameter-file-version-request.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/request/delete-parameter-file-version-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -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.89.4/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/latest/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.89.4/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/latest/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.89.4/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/latest/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.89.4/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/latest/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.89.4/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/latest/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.89.4/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/latest/databasemigration/GetMigration.ts.html |here} to see how to use GetMigrationRequest.
16
16
  */
17
17
  export interface GetMigrationRequest extends common.BaseRequest {
18
18
  /**
@@ -0,0 +1,34 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20230518
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/GetParameterFileVersion.ts.html |here} to see how to use GetParameterFileVersionRequest.
16
+ */
17
+ export interface GetParameterFileVersionRequest extends common.BaseRequest {
18
+ /**
19
+ * A unique name associated with the current migration/job and extract/replicat name
20
+ *
21
+ */
22
+ "parameterFileName": string;
23
+ /**
24
+ * The OCID of the job
25
+ *
26
+ */
27
+ "jobId": string;
28
+ /**
29
+ * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
30
+ * particular request, please provide the request ID.
31
+ *
32
+ */
33
+ "opcRequestId"?: string;
34
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20230518
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=get-parameter-file-version-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-parameter-file-version-request.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/request/get-parameter-file-version-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -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.89.4/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/latest/databasemigration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
16
16
  */
17
17
  export interface GetWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -26,12 +26,16 @@ import * as CreateConnectionRequest from "./create-connection-request";
26
26
  export import CreateConnectionRequest = CreateConnectionRequest.CreateConnectionRequest;
27
27
  import * as CreateMigrationRequest from "./create-migration-request";
28
28
  export import CreateMigrationRequest = CreateMigrationRequest.CreateMigrationRequest;
29
+ import * as CreateParameterFileVersionRequest from "./create-parameter-file-version-request";
30
+ export import CreateParameterFileVersionRequest = CreateParameterFileVersionRequest.CreateParameterFileVersionRequest;
29
31
  import * as DeleteConnectionRequest from "./delete-connection-request";
30
32
  export import DeleteConnectionRequest = DeleteConnectionRequest.DeleteConnectionRequest;
31
33
  import * as DeleteJobRequest from "./delete-job-request";
32
34
  export import DeleteJobRequest = DeleteJobRequest.DeleteJobRequest;
33
35
  import * as DeleteMigrationRequest from "./delete-migration-request";
34
36
  export import DeleteMigrationRequest = DeleteMigrationRequest.DeleteMigrationRequest;
37
+ import * as DeleteParameterFileVersionRequest from "./delete-parameter-file-version-request";
38
+ export import DeleteParameterFileVersionRequest = DeleteParameterFileVersionRequest.DeleteParameterFileVersionRequest;
35
39
  import * as EvaluateMigrationRequest from "./evaluate-migration-request";
36
40
  export import EvaluateMigrationRequest = EvaluateMigrationRequest.EvaluateMigrationRequest;
37
41
  import * as GetAdvisorReportRequest from "./get-advisor-report-request";
@@ -44,6 +48,8 @@ import * as GetJobOutputContentRequest from "./get-job-output-content-request";
44
48
  export import GetJobOutputContentRequest = GetJobOutputContentRequest.GetJobOutputContentRequest;
45
49
  import * as GetMigrationRequest from "./get-migration-request";
46
50
  export import GetMigrationRequest = GetMigrationRequest.GetMigrationRequest;
51
+ import * as GetParameterFileVersionRequest from "./get-parameter-file-version-request";
52
+ export import GetParameterFileVersionRequest = GetParameterFileVersionRequest.GetParameterFileVersionRequest;
47
53
  import * as GetWorkRequestRequest from "./get-work-request-request";
48
54
  export import GetWorkRequestRequest = GetWorkRequestRequest.GetWorkRequestRequest;
49
55
  import * as ListConnectionsRequest from "./list-connections-request";
@@ -62,12 +68,16 @@ import * as ListMigrationParametersRequest from "./list-migration-parameters-req
62
68
  export import ListMigrationParametersRequest = ListMigrationParametersRequest.ListMigrationParametersRequest;
63
69
  import * as ListMigrationsRequest from "./list-migrations-request";
64
70
  export import ListMigrationsRequest = ListMigrationsRequest.ListMigrationsRequest;
71
+ import * as ListParameterFileVersionsRequest from "./list-parameter-file-versions-request";
72
+ export import ListParameterFileVersionsRequest = ListParameterFileVersionsRequest.ListParameterFileVersionsRequest;
65
73
  import * as ListWorkRequestErrorsRequest from "./list-work-request-errors-request";
66
74
  export import ListWorkRequestErrorsRequest = ListWorkRequestErrorsRequest.ListWorkRequestErrorsRequest;
67
75
  import * as ListWorkRequestLogsRequest from "./list-work-request-logs-request";
68
76
  export import ListWorkRequestLogsRequest = ListWorkRequestLogsRequest.ListWorkRequestLogsRequest;
69
77
  import * as ListWorkRequestsRequest from "./list-work-requests-request";
70
78
  export import ListWorkRequestsRequest = ListWorkRequestsRequest.ListWorkRequestsRequest;
79
+ import * as MakeCurrentParameterFileVersionRequest from "./make-current-parameter-file-version-request";
80
+ export import MakeCurrentParameterFileVersionRequest = MakeCurrentParameterFileVersionRequest.MakeCurrentParameterFileVersionRequest;
71
81
  import * as RemoveMigrationObjectsRequest from "./remove-migration-objects-request";
72
82
  export import RemoveMigrationObjectsRequest = RemoveMigrationObjectsRequest.RemoveMigrationObjectsRequest;
73
83
  import * as ResumeJobRequest from "./resume-job-request";
@@ -76,6 +86,8 @@ import * as RetrieveSupportedPhasesRequest from "./retrieve-supported-phases-req
76
86
  export import RetrieveSupportedPhasesRequest = RetrieveSupportedPhasesRequest.RetrieveSupportedPhasesRequest;
77
87
  import * as StartMigrationRequest from "./start-migration-request";
78
88
  export import StartMigrationRequest = StartMigrationRequest.StartMigrationRequest;
89
+ import * as SuspendJobRequest from "./suspend-job-request";
90
+ export import SuspendJobRequest = SuspendJobRequest.SuspendJobRequest;
79
91
  import * as UpdateConnectionRequest from "./update-connection-request";
80
92
  export import UpdateConnectionRequest = UpdateConnectionRequest.UpdateConnectionRequest;
81
93
  import * as UpdateJobRequest from "./update-job-request";
@@ -31,7 +31,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
31
31
  return result;
32
32
  };
33
33
  Object.defineProperty(exports, "__esModule", { value: true });
34
- exports.ListWorkRequestsRequest = exports.ListWorkRequestLogsRequest = exports.ListWorkRequestErrorsRequest = exports.ListMigrationsRequest = exports.ListMigrationParametersRequest = exports.ListMigrationObjectTypesRequest = exports.ListJobsRequest = exports.ListExcludedObjectsRequest = exports.ListConnectionsRequest = void 0;
34
+ exports.ListWorkRequestsRequest = exports.ListWorkRequestLogsRequest = exports.ListWorkRequestErrorsRequest = exports.ListParameterFileVersionsRequest = exports.ListMigrationsRequest = exports.ListMigrationParametersRequest = exports.ListMigrationObjectTypesRequest = exports.ListJobsRequest = exports.ListExcludedObjectsRequest = exports.ListConnectionsRequest = void 0;
35
35
  const ListConnectionsRequest = __importStar(require("./list-connections-request"));
36
36
  exports.ListConnectionsRequest = ListConnectionsRequest.ListConnectionsRequest;
37
37
  const ListExcludedObjectsRequest = __importStar(require("./list-excluded-objects-request"));
@@ -44,6 +44,8 @@ const ListMigrationParametersRequest = __importStar(require("./list-migration-pa
44
44
  exports.ListMigrationParametersRequest = ListMigrationParametersRequest.ListMigrationParametersRequest;
45
45
  const ListMigrationsRequest = __importStar(require("./list-migrations-request"));
46
46
  exports.ListMigrationsRequest = ListMigrationsRequest.ListMigrationsRequest;
47
+ const ListParameterFileVersionsRequest = __importStar(require("./list-parameter-file-versions-request"));
48
+ exports.ListParameterFileVersionsRequest = ListParameterFileVersionsRequest.ListParameterFileVersionsRequest;
47
49
  const ListWorkRequestErrorsRequest = __importStar(require("./list-work-request-errors-request"));
48
50
  exports.ListWorkRequestErrorsRequest = ListWorkRequestErrorsRequest.ListWorkRequestErrorsRequest;
49
51
  const ListWorkRequestLogsRequest = __importStar(require("./list-work-request-logs-request"));
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAsCH,mFAAqE;AACvD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AACrF,4FAA8E;AAChE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AAGjG,qEAAuD;AACzC,QAAA,eAAe,GAAG,eAAe,CAAC,eAAe,CAAC;AAChE,uGAAyF;AAC3E,QAAA,+BAA+B,GAAG,+BAA+B,CAAC,+BAA+B,CAAC;AAGhH,oGAAsF;AACxE,QAAA,8BAA8B,GAAG,8BAA8B,CAAC,8BAA8B,CAAC;AAC7G,iFAAmE;AACrD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAClF,iGAAmF;AACrE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,6FAA+E;AACjE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AA4CH,mFAAqE;AACvD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AACrF,4FAA8E;AAChE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AAGjG,qEAAuD;AACzC,QAAA,eAAe,GAAG,eAAe,CAAC,eAAe,CAAC;AAChE,uGAAyF;AAC3E,QAAA,+BAA+B,GAAG,+BAA+B,CAAC,+BAA+B,CAAC;AAGhH,oGAAsF;AACxE,QAAA,8BAA8B,GAAG,8BAA8B,CAAC,8BAA8B,CAAC;AAC7G,iFAAmE;AACrD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAClF,yGAA2F;AAC7E,QAAA,gCAAgC,GAAG,gCAAgC,CAAC,gCAAgC,CAAC;AACnH,iGAAmF;AACrE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,6FAA+E;AACjE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC"}
@@ -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.89.4/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/latest/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.89.4/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/latest/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.89.4/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/latest/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.89.4/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/latest/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.89.4/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/latest/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.89.4/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/latest/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.89.4/databasemigration/ListMigrationParameters.ts.html |here} to see how to use ListMigrationParametersRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/ListMigrationParameters.ts.html |here} to see how to use ListMigrationParametersRequest.
17
17
  */
18
18
  export interface ListMigrationParametersRequest 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.89.4/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/latest/databasemigration/ListMigrations.ts.html |here} to see how to use ListMigrationsRequest.
17
17
  */
18
18
  export interface ListMigrationsRequest extends common.BaseRequest {
19
19
  /**
@@ -0,0 +1,62 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20230518
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/ListParameterFileVersions.ts.html |here} to see how to use ListParameterFileVersionsRequest.
17
+ */
18
+ export interface ListParameterFileVersionsRequest extends common.BaseRequest {
19
+ /**
20
+ * The OCID of the job
21
+ *
22
+ */
23
+ "jobId": string;
24
+ /**
25
+ * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
26
+ * particular request, please provide the request ID.
27
+ *
28
+ */
29
+ "opcRequestId"?: string;
30
+ /**
31
+ * A filter to return only resources that match the entire name given.
32
+ *
33
+ */
34
+ "name"?: string;
35
+ /**
36
+ * The maximum number of items to return.
37
+ *
38
+ */
39
+ "limit"?: number;
40
+ /**
41
+ * The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
42
+ *
43
+ */
44
+ "page"?: string;
45
+ /**
46
+ * The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending.
47
+ * Default order for displayName is ascending. If no value is specified timeCreated is default.
48
+ *
49
+ */
50
+ "sortBy"?: ListParameterFileVersionsRequest.SortBy;
51
+ /**
52
+ * The sort order to use, either 'asc' or 'desc'.
53
+ *
54
+ */
55
+ "sortOrder"?: model.SortOrders;
56
+ }
57
+ export declare namespace ListParameterFileVersionsRequest {
58
+ enum SortBy {
59
+ TimeCreated = "timeCreated",
60
+ DisplayName = "displayName"
61
+ }
62
+ }
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20230518
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.ListParameterFileVersionsRequest = void 0;
16
+ var ListParameterFileVersionsRequest;
17
+ (function (ListParameterFileVersionsRequest) {
18
+ let SortBy;
19
+ (function (SortBy) {
20
+ SortBy["TimeCreated"] = "timeCreated";
21
+ SortBy["DisplayName"] = "displayName";
22
+ })(SortBy = ListParameterFileVersionsRequest.SortBy || (ListParameterFileVersionsRequest.SortBy = {}));
23
+ })(ListParameterFileVersionsRequest = exports.ListParameterFileVersionsRequest || (exports.ListParameterFileVersionsRequest = {}));
24
+ //# sourceMappingURL=list-parameter-file-versions-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-parameter-file-versions-request.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/request/list-parameter-file-versions-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAgDH,IAAiB,gCAAgC,CAKhD;AALD,WAAiB,gCAAgC;IAC/C,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,uCAAM,KAAN,uCAAM,QAGjB;AACH,CAAC,EALgB,gCAAgC,GAAhC,wCAAgC,KAAhC,wCAAgC,QAKhD"}
@@ -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.89.4/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/latest/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.89.4/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/latest/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.89.4/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/latest/databasemigration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
17
17
  */
18
18
  export interface ListWorkRequestsRequest extends common.BaseRequest {
19
19
  /**
@@ -0,0 +1,52 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20230518
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/MakeCurrentParameterFileVersion.ts.html |here} to see how to use MakeCurrentParameterFileVersionRequest.
16
+ */
17
+ export interface MakeCurrentParameterFileVersionRequest extends common.BaseRequest {
18
+ /**
19
+ * The OCID of the job
20
+ *
21
+ */
22
+ "jobId": string;
23
+ /**
24
+ * A unique name associated with the current migration/job and extract/replicat name
25
+ *
26
+ */
27
+ "parameterFileName": string;
28
+ /**
29
+ * For optimistic concurrency control. In the PUT or DELETE call
30
+ * for a resource, set the {@code if-match} parameter to the value of the
31
+ * etag from a previous GET or POST response for that resource.
32
+ * The resource will be updated or deleted only if the etag you
33
+ * provide matches the resource's current etag value.
34
+ *
35
+ */
36
+ "ifMatch"?: string;
37
+ /**
38
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
39
+ * server error without risk of executing that same action again. Retry tokens expire after 24
40
+ * hours, but can be invalidated before then due to conflicting operations. For example, if a resource
41
+ * has been deleted and purged from the system, then a retry of the original creation request
42
+ * might be rejected.
43
+ *
44
+ */
45
+ "opcRetryToken"?: string;
46
+ /**
47
+ * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
48
+ * particular request, please provide the request ID.
49
+ *
50
+ */
51
+ "opcRequestId"?: string;
52
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20230518
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=make-current-parameter-file-version-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"make-current-parameter-file-version-request.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/request/make-current-parameter-file-version-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -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.89.4/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/latest/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.89.4/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/latest/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.89.4/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/latest/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.89.4/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/latest/databasemigration/StartMigration.ts.html |here} to see how to use StartMigrationRequest.
17
17
  */
18
18
  export interface StartMigrationRequest extends common.BaseRequest {
19
19
  /**