oci-databasemigration 2.15.0 → 2.18.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (194) hide show
  1. package/THIRD_PARTY_LICENSES.txt +467 -1412
  2. package/lib/client.d.ts +76 -36
  3. package/lib/client.js +286 -36
  4. package/lib/client.js.map +1 -1
  5. package/lib/model/a-db-dedicated-auto-create-tablespace-details.d.ts +40 -0
  6. package/lib/model/a-db-dedicated-auto-create-tablespace-details.js +54 -0
  7. package/lib/model/a-db-dedicated-auto-create-tablespace-details.js.map +1 -0
  8. package/lib/model/a-db-dedicated-remap-target-tablespace-details.d.ts +30 -0
  9. package/lib/model/a-db-dedicated-remap-target-tablespace-details.js +54 -0
  10. package/lib/model/a-db-dedicated-remap-target-tablespace-details.js.map +1 -0
  11. package/lib/model/a-db-serverles-tablespace-details.d.ts +38 -0
  12. package/lib/model/a-db-serverles-tablespace-details.js +63 -0
  13. package/lib/model/a-db-serverles-tablespace-details.js.map +1 -0
  14. package/lib/model/aws-s3-details.d.ts +35 -0
  15. package/lib/model/aws-s3-details.js +29 -0
  16. package/lib/model/aws-s3-details.js.map +1 -0
  17. package/lib/model/connection-summary.d.ts +10 -0
  18. package/lib/model/connection-summary.js.map +1 -1
  19. package/lib/model/connection.d.ts +10 -0
  20. package/lib/model/connection.js.map +1 -1
  21. package/lib/model/create-ad-bdedicated-auto-create-tablespace-details.d.ts +40 -0
  22. package/lib/model/create-ad-bdedicated-auto-create-tablespace-details.js +54 -0
  23. package/lib/model/create-ad-bdedicated-auto-create-tablespace-details.js.map +1 -0
  24. package/lib/model/create-ad-bdedicated-remap-target-tablespace-details.d.ts +30 -0
  25. package/lib/model/create-ad-bdedicated-remap-target-tablespace-details.js +54 -0
  26. package/lib/model/create-ad-bdedicated-remap-target-tablespace-details.js.map +1 -0
  27. package/lib/model/create-ad-bserverles-tablespace-details.d.ts +25 -0
  28. package/lib/model/create-ad-bserverles-tablespace-details.js +54 -0
  29. package/lib/model/create-ad-bserverles-tablespace-details.js.map +1 -0
  30. package/lib/model/create-aws-s3-details.d.ts +47 -0
  31. package/lib/model/create-aws-s3-details.js +29 -0
  32. package/lib/model/create-aws-s3-details.js.map +1 -0
  33. package/lib/model/create-connection-details.d.ts +5 -0
  34. package/lib/model/create-connection-details.js.map +1 -1
  35. package/lib/model/create-data-pump-settings.d.ts +1 -0
  36. package/lib/model/create-data-pump-settings.js +6 -0
  37. package/lib/model/create-data-pump-settings.js.map +1 -1
  38. package/lib/model/create-data-transfer-medium-details.d.ts +3 -1
  39. package/lib/model/create-data-transfer-medium-details.js +6 -0
  40. package/lib/model/create-data-transfer-medium-details.js.map +1 -1
  41. package/lib/model/create-non-ad-bauto-create-tablespace-details.d.ts +40 -0
  42. package/lib/model/create-non-ad-bauto-create-tablespace-details.js +54 -0
  43. package/lib/model/create-non-ad-bauto-create-tablespace-details.js.map +1 -0
  44. package/lib/model/create-non-ad-bremap-tablespace-details.d.ts +30 -0
  45. package/lib/model/create-non-ad-bremap-tablespace-details.js +54 -0
  46. package/lib/model/create-non-ad-bremap-tablespace-details.js.map +1 -0
  47. package/lib/model/create-target-type-tablespace-details.d.ts +23 -0
  48. package/lib/model/create-target-type-tablespace-details.js +81 -0
  49. package/lib/model/create-target-type-tablespace-details.js.map +1 -0
  50. package/lib/model/data-pump-settings.d.ts +1 -0
  51. package/lib/model/data-pump-settings.js +6 -0
  52. package/lib/model/data-pump-settings.js.map +1 -1
  53. package/lib/model/data-transfer-medium-details.d.ts +1 -0
  54. package/lib/model/data-transfer-medium-details.js +6 -0
  55. package/lib/model/data-transfer-medium-details.js.map +1 -1
  56. package/lib/model/database-manual-connection-sub-types.d.ts +29 -0
  57. package/lib/model/database-manual-connection-sub-types.js +40 -0
  58. package/lib/model/database-manual-connection-sub-types.js.map +1 -0
  59. package/lib/model/excluded-object-summary-collection.d.ts +28 -0
  60. package/lib/model/excluded-object-summary-collection.js +61 -0
  61. package/lib/model/excluded-object-summary-collection.js.map +1 -0
  62. package/lib/model/excluded-object-summary.d.ts +48 -0
  63. package/lib/model/excluded-object-summary.js +29 -0
  64. package/lib/model/excluded-object-summary.js.map +1 -0
  65. package/lib/model/extract-performance-profile.d.ts +1 -1
  66. package/lib/model/extract-performance-profile.js +1 -1
  67. package/lib/model/index.d.ts +64 -0
  68. package/lib/model/index.js +68 -3
  69. package/lib/model/index.js.map +1 -1
  70. package/lib/model/migration-database-target-types-update.d.ts +29 -0
  71. package/lib/model/migration-database-target-types-update.js +40 -0
  72. package/lib/model/migration-database-target-types-update.js.map +1 -0
  73. package/lib/model/migration-database-target-types.d.ts +32 -0
  74. package/lib/model/migration-database-target-types.js +43 -0
  75. package/lib/model/migration-database-target-types.js.map +1 -0
  76. package/lib/model/migration-object-collection.d.ts +28 -0
  77. package/lib/model/migration-object-collection.js +61 -0
  78. package/lib/model/migration-object-collection.js.map +1 -0
  79. package/lib/model/migration-object-summary.d.ts +44 -0
  80. package/lib/model/migration-object-summary.js +29 -0
  81. package/lib/model/migration-object-summary.js.map +1 -0
  82. package/lib/model/non-ad-bauto-create-tablespace-details.d.ts +40 -0
  83. package/lib/model/non-ad-bauto-create-tablespace-details.js +54 -0
  84. package/lib/model/non-ad-bauto-create-tablespace-details.js.map +1 -0
  85. package/lib/model/non-ad-bremap-tablespace-details.d.ts +30 -0
  86. package/lib/model/non-ad-bremap-tablespace-details.js +54 -0
  87. package/lib/model/non-ad-bremap-tablespace-details.js.map +1 -0
  88. package/lib/model/object-status.d.ts +29 -0
  89. package/lib/model/object-status.js +40 -0
  90. package/lib/model/object-status.js.map +1 -0
  91. package/lib/model/reason-keywords.d.ts +32 -0
  92. package/lib/model/reason-keywords.js +43 -0
  93. package/lib/model/reason-keywords.js.map +1 -0
  94. package/lib/model/target-type-tablespace-details.d.ts +23 -0
  95. package/lib/model/target-type-tablespace-details.js +81 -0
  96. package/lib/model/target-type-tablespace-details.js.map +1 -0
  97. package/lib/model/update-ad-bdedicated-auto-create-tablespace-details.d.ts +40 -0
  98. package/lib/model/update-ad-bdedicated-auto-create-tablespace-details.js +54 -0
  99. package/lib/model/update-ad-bdedicated-auto-create-tablespace-details.js.map +1 -0
  100. package/lib/model/update-ad-bdedicated-remap-target-tablespace-details.d.ts +30 -0
  101. package/lib/model/update-ad-bdedicated-remap-target-tablespace-details.js +54 -0
  102. package/lib/model/update-ad-bdedicated-remap-target-tablespace-details.js.map +1 -0
  103. package/lib/model/update-ad-bserverles-tablespace-details.d.ts +25 -0
  104. package/lib/model/update-ad-bserverles-tablespace-details.js +54 -0
  105. package/lib/model/update-ad-bserverles-tablespace-details.js.map +1 -0
  106. package/lib/model/update-aws-s3-details.d.ts +47 -0
  107. package/lib/model/update-aws-s3-details.js +29 -0
  108. package/lib/model/update-aws-s3-details.js.map +1 -0
  109. package/lib/model/update-data-pump-settings.d.ts +1 -0
  110. package/lib/model/update-data-pump-settings.js +6 -0
  111. package/lib/model/update-data-pump-settings.js.map +1 -1
  112. package/lib/model/update-data-transfer-medium-details.d.ts +3 -1
  113. package/lib/model/update-data-transfer-medium-details.js +6 -0
  114. package/lib/model/update-data-transfer-medium-details.js.map +1 -1
  115. package/lib/model/update-non-ad-bauto-create-tablespace-details.d.ts +40 -0
  116. package/lib/model/update-non-ad-bauto-create-tablespace-details.js +54 -0
  117. package/lib/model/update-non-ad-bauto-create-tablespace-details.js.map +1 -0
  118. package/lib/model/update-non-ad-bremap-tablespace-details.d.ts +30 -0
  119. package/lib/model/update-non-ad-bremap-tablespace-details.js +54 -0
  120. package/lib/model/update-non-ad-bremap-tablespace-details.js.map +1 -0
  121. package/lib/model/update-target-defaults-auto-create-tablespace-details.d.ts +27 -0
  122. package/lib/model/update-target-defaults-auto-create-tablespace-details.js +54 -0
  123. package/lib/model/update-target-defaults-auto-create-tablespace-details.js.map +1 -0
  124. package/lib/model/update-target-defaults-remap-tablespace-details.d.ts +27 -0
  125. package/lib/model/update-target-defaults-remap-tablespace-details.js +54 -0
  126. package/lib/model/update-target-defaults-remap-tablespace-details.js.map +1 -0
  127. package/lib/model/update-target-type-tablespace-details.d.ts +23 -0
  128. package/lib/model/update-target-type-tablespace-details.js +89 -0
  129. package/lib/model/update-target-type-tablespace-details.js.map +1 -0
  130. package/lib/request/abort-job-request.d.ts +1 -1
  131. package/lib/request/add-migration-objects-request.d.ts +44 -0
  132. package/lib/request/add-migration-objects-request.js +15 -0
  133. package/lib/request/add-migration-objects-request.js.map +1 -0
  134. package/lib/request/change-agent-compartment-request.d.ts +1 -1
  135. package/lib/request/change-connection-compartment-request.d.ts +1 -1
  136. package/lib/request/change-migration-compartment-request.d.ts +1 -1
  137. package/lib/request/clone-migration-request.d.ts +1 -1
  138. package/lib/request/create-connection-request.d.ts +1 -1
  139. package/lib/request/create-migration-request.d.ts +1 -1
  140. package/lib/request/delete-agent-request.d.ts +1 -1
  141. package/lib/request/delete-connection-request.d.ts +1 -1
  142. package/lib/request/delete-job-request.d.ts +1 -1
  143. package/lib/request/delete-migration-request.d.ts +1 -1
  144. package/lib/request/evaluate-migration-request.d.ts +1 -1
  145. package/lib/request/get-advisor-report-request.d.ts +1 -1
  146. package/lib/request/get-agent-request.d.ts +1 -1
  147. package/lib/request/get-connection-request.d.ts +1 -1
  148. package/lib/request/get-job-output-content-request.d.ts +1 -1
  149. package/lib/request/get-job-request.d.ts +1 -1
  150. package/lib/request/get-migration-request.d.ts +1 -1
  151. package/lib/request/get-work-request-request.d.ts +1 -1
  152. package/lib/request/index.d.ts +8 -0
  153. package/lib/request/index.js +3 -1
  154. package/lib/request/index.js.map +1 -1
  155. package/lib/request/list-agent-images-request.d.ts +1 -1
  156. package/lib/request/list-agents-request.d.ts +1 -1
  157. package/lib/request/list-connections-request.d.ts +1 -1
  158. package/lib/request/list-excluded-objects-request.d.ts +93 -0
  159. package/lib/request/list-excluded-objects-request.js +24 -0
  160. package/lib/request/list-excluded-objects-request.js.map +1 -0
  161. package/lib/request/list-job-outputs-request.d.ts +1 -1
  162. package/lib/request/list-jobs-request.d.ts +1 -1
  163. package/lib/request/list-migration-object-types-request.d.ts +1 -1
  164. package/lib/request/list-migration-objects-request.d.ts +48 -0
  165. package/lib/request/list-migration-objects-request.js +15 -0
  166. package/lib/request/list-migration-objects-request.js.map +1 -0
  167. package/lib/request/list-migrations-request.d.ts +1 -1
  168. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  169. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  170. package/lib/request/list-work-requests-request.d.ts +1 -1
  171. package/lib/request/remove-migration-objects-request.d.ts +44 -0
  172. package/lib/request/remove-migration-objects-request.js +15 -0
  173. package/lib/request/remove-migration-objects-request.js.map +1 -0
  174. package/lib/request/resume-job-request.d.ts +1 -1
  175. package/lib/request/retrieve-supported-phases-request.d.ts +1 -1
  176. package/lib/request/start-migration-request.d.ts +1 -1
  177. package/lib/request/update-agent-request.d.ts +1 -1
  178. package/lib/request/update-connection-request.d.ts +1 -1
  179. package/lib/request/update-job-request.d.ts +1 -1
  180. package/lib/request/update-migration-request.d.ts +1 -1
  181. package/lib/response/add-migration-objects-response.d.ts +20 -0
  182. package/lib/response/add-migration-objects-response.js +15 -0
  183. package/lib/response/add-migration-objects-response.js.map +1 -0
  184. package/lib/response/index.d.ts +8 -0
  185. package/lib/response/list-excluded-objects-response.d.ts +32 -0
  186. package/lib/response/list-excluded-objects-response.js +15 -0
  187. package/lib/response/list-excluded-objects-response.js.map +1 -0
  188. package/lib/response/list-migration-objects-response.d.ts +32 -0
  189. package/lib/response/list-migration-objects-response.js +15 -0
  190. package/lib/response/list-migration-objects-response.js.map +1 -0
  191. package/lib/response/remove-migration-objects-response.d.ts +20 -0
  192. package/lib/response/remove-migration-objects-response.js +15 -0
  193. package/lib/response/remove-migration-objects-response.js.map +1 -0
  194. package/package.json +3 -3
@@ -0,0 +1,93 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20210929
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, 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/2.18.0/databasemigration/ListExcludedObjects.ts.html |here} to see how to use ListExcludedObjectsRequest.
17
+ */
18
+ export interface ListExcludedObjectsRequest 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
+ * The maximum number of items to return.
32
+ *
33
+ */
34
+ "limit"?: number;
35
+ /**
36
+ * The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
37
+ *
38
+ */
39
+ "page"?: string;
40
+ /**
41
+ * The sort order to use, either 'asc' or 'desc'.
42
+ *
43
+ */
44
+ "sortOrder"?: model.SortOrders;
45
+ /**
46
+ * The field to sort by. Only one sort order may be provided.
47
+ * Default order for reasonCategory is ascending.
48
+ * If no value is specified reasonCategory is default.
49
+ *
50
+ */
51
+ "sortBy"?: ListExcludedObjectsRequest.SortBy;
52
+ /**
53
+ * Excluded object type.
54
+ *
55
+ */
56
+ "type"?: string;
57
+ /**
58
+ * Excluded object owner
59
+ *
60
+ */
61
+ "owner"?: string;
62
+ /**
63
+ * Excluded object name
64
+ *
65
+ */
66
+ "object"?: string;
67
+ /**
68
+ * Excluded object owner which contains provided value.
69
+ *
70
+ */
71
+ "ownerContains"?: string;
72
+ /**
73
+ * Excluded object name which contains provided value.
74
+ *
75
+ */
76
+ "objectContains"?: string;
77
+ /**
78
+ * Reason category for the excluded object
79
+ *
80
+ */
81
+ "reasonCategory"?: model.ReasonKeywords;
82
+ /**
83
+ * Exclude object rule that matches the excluded object, if applicable.
84
+ *
85
+ */
86
+ "sourceRule"?: string;
87
+ }
88
+ export declare namespace ListExcludedObjectsRequest {
89
+ enum SortBy {
90
+ Type = "type",
91
+ ReasonCategory = "reasonCategory"
92
+ }
93
+ }
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20210929
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, 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.ListExcludedObjectsRequest = void 0;
16
+ var ListExcludedObjectsRequest;
17
+ (function (ListExcludedObjectsRequest) {
18
+ let SortBy;
19
+ (function (SortBy) {
20
+ SortBy["Type"] = "type";
21
+ SortBy["ReasonCategory"] = "reasonCategory";
22
+ })(SortBy = ListExcludedObjectsRequest.SortBy || (ListExcludedObjectsRequest.SortBy = {}));
23
+ })(ListExcludedObjectsRequest = exports.ListExcludedObjectsRequest || (exports.ListExcludedObjectsRequest = {}));
24
+ //# sourceMappingURL=list-excluded-objects-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-excluded-objects-request.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/request/list-excluded-objects-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA+EH,IAAiB,0BAA0B,CAK1C;AALD,WAAiB,0BAA0B;IACzC,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,uBAAa,CAAA;QACb,2CAAiC,CAAA;IACnC,CAAC,EAHW,MAAM,GAAN,iCAAM,KAAN,iCAAM,QAGjB;AACH,CAAC,EALgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAK1C"}
@@ -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.15.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.18.0/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.15.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.18.0/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.15.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.18.0/databasemigration/ListMigrationObjectTypes.ts.html |here} to see how to use ListMigrationObjectTypesRequest.
17
17
  */
18
18
  export interface ListMigrationObjectTypesRequest extends common.BaseRequest {
19
19
  /**
@@ -0,0 +1,48 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20210929
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, 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/2.18.0/databasemigration/ListMigrationObjects.ts.html |here} to see how to use ListMigrationObjectsRequest.
16
+ */
17
+ export interface ListMigrationObjectsRequest extends common.BaseRequest {
18
+ /**
19
+ * The OCID of the migration
20
+ *
21
+ */
22
+ "migrationId": string;
23
+ /**
24
+ * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
25
+ * particular request, please provide the request ID.
26
+ *
27
+ */
28
+ "opcRequestId"?: string;
29
+ /**
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
32
+ * etag from a previous GET or POST response for that resource.
33
+ * The resource will be updated or deleted only if the etag you
34
+ * provide matches the resource's current etag value.
35
+ *
36
+ */
37
+ "ifMatch"?: string;
38
+ /**
39
+ * The maximum number of items to return.
40
+ *
41
+ */
42
+ "limit"?: number;
43
+ /**
44
+ * The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
45
+ *
46
+ */
47
+ "page"?: string;
48
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20210929
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, 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=list-migration-objects-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-migration-objects-request.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/request/list-migration-objects-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.15.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.18.0/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.15.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.18.0/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.15.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.18.0/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.15.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.18.0/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,44 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20210929
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, 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/2.18.0/databasemigration/RemoveMigrationObjects.ts.html |here} to see how to use RemoveMigrationObjectsRequest.
17
+ */
18
+ export interface RemoveMigrationObjectsRequest extends common.BaseRequest {
19
+ /**
20
+ * The OCID of the migration
21
+ *
22
+ */
23
+ "migrationId": string;
24
+ /**
25
+ * Arrays of object.
26
+ *
27
+ */
28
+ "removeMigrationObjectsDetails": model.MigrationObjectCollection;
29
+ /**
30
+ * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
31
+ * particular request, please provide the request ID.
32
+ *
33
+ */
34
+ "opcRequestId"?: string;
35
+ /**
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
38
+ * etag from a previous GET or POST response for that resource.
39
+ * The resource will be updated or deleted only if the etag you
40
+ * provide matches the resource's current etag value.
41
+ *
42
+ */
43
+ "ifMatch"?: string;
44
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20210929
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, 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=remove-migration-objects-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"remove-migration-objects-request.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/request/remove-migration-objects-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.15.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.18.0/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.15.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.18.0/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.15.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.18.0/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.15.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.18.0/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.15.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.18.0/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.15.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.18.0/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.15.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.18.0/databasemigration/UpdateMigration.ts.html |here} to see how to use UpdateMigrationRequest.
17
17
  */
18
18
  export interface UpdateMigrationRequest extends common.BaseRequest {
19
19
  /**
@@ -0,0 +1,20 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20210929
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, 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
+ export interface AddMigrationObjectsResponse {
14
+ /**
15
+ * Unique Oracle-assigned identifier for the request. If you need to contact
16
+ * Oracle about a particular request, please provide the request ID.
17
+ *
18
+ */
19
+ "opcRequestId": string;
20
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20210929
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, 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=add-migration-objects-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add-migration-objects-response.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/response/add-migration-objects-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -12,6 +12,8 @@
12
12
  */
13
13
  import * as AbortJobResponse from "./abort-job-response";
14
14
  export import AbortJobResponse = AbortJobResponse.AbortJobResponse;
15
+ import * as AddMigrationObjectsResponse from "./add-migration-objects-response";
16
+ export import AddMigrationObjectsResponse = AddMigrationObjectsResponse.AddMigrationObjectsResponse;
15
17
  import * as ChangeAgentCompartmentResponse from "./change-agent-compartment-response";
16
18
  export import ChangeAgentCompartmentResponse = ChangeAgentCompartmentResponse.ChangeAgentCompartmentResponse;
17
19
  import * as ChangeConnectionCompartmentResponse from "./change-connection-compartment-response";
@@ -54,12 +56,16 @@ import * as ListAgentsResponse from "./list-agents-response";
54
56
  export import ListAgentsResponse = ListAgentsResponse.ListAgentsResponse;
55
57
  import * as ListConnectionsResponse from "./list-connections-response";
56
58
  export import ListConnectionsResponse = ListConnectionsResponse.ListConnectionsResponse;
59
+ import * as ListExcludedObjectsResponse from "./list-excluded-objects-response";
60
+ export import ListExcludedObjectsResponse = ListExcludedObjectsResponse.ListExcludedObjectsResponse;
57
61
  import * as ListJobOutputsResponse from "./list-job-outputs-response";
58
62
  export import ListJobOutputsResponse = ListJobOutputsResponse.ListJobOutputsResponse;
59
63
  import * as ListJobsResponse from "./list-jobs-response";
60
64
  export import ListJobsResponse = ListJobsResponse.ListJobsResponse;
61
65
  import * as ListMigrationObjectTypesResponse from "./list-migration-object-types-response";
62
66
  export import ListMigrationObjectTypesResponse = ListMigrationObjectTypesResponse.ListMigrationObjectTypesResponse;
67
+ import * as ListMigrationObjectsResponse from "./list-migration-objects-response";
68
+ export import ListMigrationObjectsResponse = ListMigrationObjectsResponse.ListMigrationObjectsResponse;
63
69
  import * as ListMigrationsResponse from "./list-migrations-response";
64
70
  export import ListMigrationsResponse = ListMigrationsResponse.ListMigrationsResponse;
65
71
  import * as ListWorkRequestErrorsResponse from "./list-work-request-errors-response";
@@ -68,6 +74,8 @@ import * as ListWorkRequestLogsResponse from "./list-work-request-logs-response"
68
74
  export import ListWorkRequestLogsResponse = ListWorkRequestLogsResponse.ListWorkRequestLogsResponse;
69
75
  import * as ListWorkRequestsResponse from "./list-work-requests-response";
70
76
  export import ListWorkRequestsResponse = ListWorkRequestsResponse.ListWorkRequestsResponse;
77
+ import * as RemoveMigrationObjectsResponse from "./remove-migration-objects-response";
78
+ export import RemoveMigrationObjectsResponse = RemoveMigrationObjectsResponse.RemoveMigrationObjectsResponse;
71
79
  import * as ResumeJobResponse from "./resume-job-response";
72
80
  export import ResumeJobResponse = ResumeJobResponse.ResumeJobResponse;
73
81
  import * as RetrieveSupportedPhasesResponse from "./retrieve-supported-phases-response";
@@ -0,0 +1,32 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20210929
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, 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
+ export interface ListExcludedObjectsResponse {
15
+ /**
16
+ * Unique Oracle-assigned identifier for the request. If you need to contact
17
+ * Oracle about a particular request, please provide the request ID.
18
+ *
19
+ */
20
+ "opcRequestId": string;
21
+ /**
22
+ * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
+ * then a partial list might have been returned. Include this value as the `page` parameter for the
24
+ * subsequent GET request to get the next batch of items.
25
+ *
26
+ */
27
+ "opcNextPage": string;
28
+ /**
29
+ * The returned model.ExcludedObjectSummaryCollection instance.
30
+ */
31
+ "excludedObjectSummaryCollection": model.ExcludedObjectSummaryCollection;
32
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20210929
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, 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=list-excluded-objects-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-excluded-objects-response.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/response/list-excluded-objects-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,32 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20210929
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, 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
+ export interface ListMigrationObjectsResponse {
15
+ /**
16
+ * Unique Oracle-assigned identifier for the request. If you need to contact
17
+ * Oracle about a particular request, please provide the request ID.
18
+ *
19
+ */
20
+ "opcRequestId": string;
21
+ /**
22
+ * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
+ * then a partial list might have been returned. Include this value as the `page` parameter for the
24
+ * subsequent GET request to get the next batch of items.
25
+ *
26
+ */
27
+ "opcNextPage": string;
28
+ /**
29
+ * The returned model.MigrationObjectCollection instance.
30
+ */
31
+ "migrationObjectCollection": model.MigrationObjectCollection;
32
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20210929
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, 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=list-migration-objects-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-migration-objects-response.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/response/list-migration-objects-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,20 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20210929
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, 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
+ export interface RemoveMigrationObjectsResponse {
14
+ /**
15
+ * Unique Oracle-assigned identifier for the request. If you need to contact
16
+ * Oracle about a particular request, please provide the request ID.
17
+ *
18
+ */
19
+ "opcRequestId": string;
20
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20210929
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, 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=remove-migration-objects-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"remove-migration-objects-response.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/response/remove-migration-objects-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}