oci-dif 2.121.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 (272) hide show
  1. package/LICENSE.txt +89 -0
  2. package/NOTICE.txt +1 -0
  3. package/README.md +22 -0
  4. package/THIRD_PARTY_LICENSES.txt +576 -0
  5. package/index.d.ts +22 -0
  6. package/index.js +45 -0
  7. package/index.js.map +1 -0
  8. package/lib/client.d.ts +222 -0
  9. package/lib/client.js +1066 -0
  10. package/lib/client.js.map +1 -0
  11. package/lib/model/action-type.d.ts +32 -0
  12. package/lib/model/action-type.js +43 -0
  13. package/lib/model/action-type.js.map +1 -0
  14. package/lib/model/adb-artifacts-detail.d.ts +34 -0
  15. package/lib/model/adb-artifacts-detail.js +61 -0
  16. package/lib/model/adb-artifacts-detail.js.map +1 -0
  17. package/lib/model/adb-detail.d.ts +62 -0
  18. package/lib/model/adb-detail.js +29 -0
  19. package/lib/model/adb-detail.js.map +1 -0
  20. package/lib/model/adb-update-detail.d.ts +37 -0
  21. package/lib/model/adb-update-detail.js +29 -0
  22. package/lib/model/adb-update-detail.js.map +1 -0
  23. package/lib/model/add-service-details.d.ts +63 -0
  24. package/lib/model/add-service-details.js +116 -0
  25. package/lib/model/add-service-details.js.map +1 -0
  26. package/lib/model/additional-details.d.ts +46 -0
  27. package/lib/model/additional-details.js +71 -0
  28. package/lib/model/additional-details.js.map +1 -0
  29. package/lib/model/assigned-connection-details.d.ts +33 -0
  30. package/lib/model/assigned-connection-details.js +29 -0
  31. package/lib/model/assigned-connection-details.js.map +1 -0
  32. package/lib/model/auto-tiering.d.ts +28 -0
  33. package/lib/model/auto-tiering.js +39 -0
  34. package/lib/model/auto-tiering.js.map +1 -0
  35. package/lib/model/change-stack-compartment-details.d.ts +26 -0
  36. package/lib/model/change-stack-compartment-details.js +29 -0
  37. package/lib/model/change-stack-compartment-details.js.map +1 -0
  38. package/lib/model/cluster-type.d.ts +27 -0
  39. package/lib/model/cluster-type.js +38 -0
  40. package/lib/model/cluster-type.js.map +1 -0
  41. package/lib/model/create-stack-details.d.ts +98 -0
  42. package/lib/model/create-stack-details.js +116 -0
  43. package/lib/model/create-stack-details.js.map +1 -0
  44. package/lib/model/dataflow-artifacts-detail.d.ts +33 -0
  45. package/lib/model/dataflow-artifacts-detail.js +29 -0
  46. package/lib/model/dataflow-artifacts-detail.js.map +1 -0
  47. package/lib/model/dataflow-connection-details.d.ts +30 -0
  48. package/lib/model/dataflow-connection-details.js +61 -0
  49. package/lib/model/dataflow-connection-details.js.map +1 -0
  50. package/lib/model/dataflow-connections.d.ts +27 -0
  51. package/lib/model/dataflow-connections.js +57 -0
  52. package/lib/model/dataflow-connections.js.map +1 -0
  53. package/lib/model/dataflow-detail.d.ts +57 -0
  54. package/lib/model/dataflow-detail.js +69 -0
  55. package/lib/model/dataflow-detail.js.map +1 -0
  56. package/lib/model/dataflow-update-detail.d.ts +57 -0
  57. package/lib/model/dataflow-update-detail.js +69 -0
  58. package/lib/model/dataflow-update-detail.js.map +1 -0
  59. package/lib/model/db-credentials-detail.d.ts +33 -0
  60. package/lib/model/db-credentials-detail.js +29 -0
  61. package/lib/model/db-credentials-detail.js.map +1 -0
  62. package/lib/model/db-workload.d.ts +28 -0
  63. package/lib/model/db-workload.js +39 -0
  64. package/lib/model/db-workload.js.map +1 -0
  65. package/lib/model/deploy-artifacts-details.d.ts +59 -0
  66. package/lib/model/deploy-artifacts-details.js +96 -0
  67. package/lib/model/deploy-artifacts-details.js.map +1 -0
  68. package/lib/model/dif-dependency-details.d.ts +29 -0
  69. package/lib/model/dif-dependency-details.js +29 -0
  70. package/lib/model/dif-dependency-details.js.map +1 -0
  71. package/lib/model/endpoint-additional.d.ts +29 -0
  72. package/lib/model/endpoint-additional.js +29 -0
  73. package/lib/model/endpoint-additional.js.map +1 -0
  74. package/lib/model/endpoint-details.d.ts +29 -0
  75. package/lib/model/endpoint-details.js +29 -0
  76. package/lib/model/endpoint-details.js.map +1 -0
  77. package/lib/model/gen-ai-detail.d.ts +46 -0
  78. package/lib/model/gen-ai-detail.js +61 -0
  79. package/lib/model/gen-ai-detail.js.map +1 -0
  80. package/lib/model/gen-ai-update-detail.d.ts +34 -0
  81. package/lib/model/gen-ai-update-detail.js +61 -0
  82. package/lib/model/gen-ai-update-detail.js.map +1 -0
  83. package/lib/model/ggcs-artifacts-detail.d.ts +42 -0
  84. package/lib/model/ggcs-artifacts-detail.js +81 -0
  85. package/lib/model/ggcs-artifacts-detail.js.map +1 -0
  86. package/lib/model/ggcs-connection-details.d.ts +38 -0
  87. package/lib/model/ggcs-connection-details.js +61 -0
  88. package/lib/model/ggcs-connection-details.js.map +1 -0
  89. package/lib/model/ggcs-detail.d.ts +50 -0
  90. package/lib/model/ggcs-detail.js +61 -0
  91. package/lib/model/ggcs-detail.js.map +1 -0
  92. package/lib/model/ggcs-source-detail.d.ts +42 -0
  93. package/lib/model/ggcs-source-detail.js +29 -0
  94. package/lib/model/ggcs-source-detail.js.map +1 -0
  95. package/lib/model/ggcs-target-detail.d.ts +42 -0
  96. package/lib/model/ggcs-target-detail.js +29 -0
  97. package/lib/model/ggcs-target-detail.js.map +1 -0
  98. package/lib/model/ggcs-update-detail.d.ts +38 -0
  99. package/lib/model/ggcs-update-detail.js +61 -0
  100. package/lib/model/ggcs-update-detail.js.map +1 -0
  101. package/lib/model/ggcs-user-detail.d.ts +38 -0
  102. package/lib/model/ggcs-user-detail.js +29 -0
  103. package/lib/model/ggcs-user-detail.js.map +1 -0
  104. package/lib/model/index.d.ts +126 -0
  105. package/lib/model/index.js +150 -0
  106. package/lib/model/index.js.map +1 -0
  107. package/lib/model/object-storage-detail.d.ts +38 -0
  108. package/lib/model/object-storage-detail.js +29 -0
  109. package/lib/model/object-storage-detail.js.map +1 -0
  110. package/lib/model/object-storage-update-detail.d.ts +34 -0
  111. package/lib/model/object-storage-update-detail.js +29 -0
  112. package/lib/model/object-storage-update-detail.js.map +1 -0
  113. package/lib/model/object-versioning.d.ts +29 -0
  114. package/lib/model/object-versioning.js +40 -0
  115. package/lib/model/object-versioning.js.map +1 -0
  116. package/lib/model/operation-status.d.ts +34 -0
  117. package/lib/model/operation-status.js +45 -0
  118. package/lib/model/operation-status.js.map +1 -0
  119. package/lib/model/operation-type.d.ts +32 -0
  120. package/lib/model/operation-type.js +43 -0
  121. package/lib/model/operation-type.js.map +1 -0
  122. package/lib/model/service-detail-response.d.ts +51 -0
  123. package/lib/model/service-detail-response.js +57 -0
  124. package/lib/model/service-detail-response.js.map +1 -0
  125. package/lib/model/service.d.ts +31 -0
  126. package/lib/model/service.js +42 -0
  127. package/lib/model/service.js.map +1 -0
  128. package/lib/model/shape-config.d.ts +29 -0
  129. package/lib/model/shape-config.js +29 -0
  130. package/lib/model/shape-config.js.map +1 -0
  131. package/lib/model/sort-order.d.ts +30 -0
  132. package/lib/model/sort-order.js +41 -0
  133. package/lib/model/sort-order.js.map +1 -0
  134. package/lib/model/stack-collection.d.ts +26 -0
  135. package/lib/model/stack-collection.js +61 -0
  136. package/lib/model/stack-collection.js.map +1 -0
  137. package/lib/model/stack-summary.d.ts +90 -0
  138. package/lib/model/stack-summary.js +29 -0
  139. package/lib/model/stack-summary.js.map +1 -0
  140. package/lib/model/stack-template.d.ts +30 -0
  141. package/lib/model/stack-template.js +41 -0
  142. package/lib/model/stack-template.js.map +1 -0
  143. package/lib/model/stack.d.ts +169 -0
  144. package/lib/model/stack.js +151 -0
  145. package/lib/model/stack.js.map +1 -0
  146. package/lib/model/storage-tier.d.ts +28 -0
  147. package/lib/model/storage-tier.js +39 -0
  148. package/lib/model/storage-tier.js.map +1 -0
  149. package/lib/model/update-dataflow-connections.d.ts +23 -0
  150. package/lib/model/update-dataflow-connections.js +57 -0
  151. package/lib/model/update-dataflow-connections.js.map +1 -0
  152. package/lib/model/update-stack-details.d.ts +89 -0
  153. package/lib/model/update-stack-details.js +116 -0
  154. package/lib/model/update-stack-details.js.map +1 -0
  155. package/lib/model/work-request-error-collection.d.ts +26 -0
  156. package/lib/model/work-request-error-collection.js +61 -0
  157. package/lib/model/work-request-error-collection.js.map +1 -0
  158. package/lib/model/work-request-error.d.ts +37 -0
  159. package/lib/model/work-request-error.js +29 -0
  160. package/lib/model/work-request-error.js.map +1 -0
  161. package/lib/model/work-request-log-entry-collection.d.ts +26 -0
  162. package/lib/model/work-request-log-entry-collection.js +61 -0
  163. package/lib/model/work-request-log-entry-collection.js.map +1 -0
  164. package/lib/model/work-request-log-entry.d.ts +31 -0
  165. package/lib/model/work-request-log-entry.js +29 -0
  166. package/lib/model/work-request-log-entry.js.map +1 -0
  167. package/lib/model/work-request-resource-metadata-key.d.ts +27 -0
  168. package/lib/model/work-request-resource-metadata-key.js +38 -0
  169. package/lib/model/work-request-resource-metadata-key.js.map +1 -0
  170. package/lib/model/work-request-resource.d.ts +48 -0
  171. package/lib/model/work-request-resource.js +29 -0
  172. package/lib/model/work-request-resource.js.map +1 -0
  173. package/lib/model/work-request-summary-collection.d.ts +26 -0
  174. package/lib/model/work-request-summary-collection.js +61 -0
  175. package/lib/model/work-request-summary-collection.js.map +1 -0
  176. package/lib/model/work-request-summary.d.ts +73 -0
  177. package/lib/model/work-request-summary.js +61 -0
  178. package/lib/model/work-request-summary.js.map +1 -0
  179. package/lib/model/work-request.d.ts +76 -0
  180. package/lib/model/work-request.js +61 -0
  181. package/lib/model/work-request.js.map +1 -0
  182. package/lib/model/workflow-action.d.ts +23 -0
  183. package/lib/model/workflow-action.js +34 -0
  184. package/lib/model/workflow-action.js.map +1 -0
  185. package/lib/request/add-service-request.d.ts +43 -0
  186. package/lib/request/add-service-request.js +15 -0
  187. package/lib/request/add-service-request.js.map +1 -0
  188. package/lib/request/cancel-work-request-request.d.ts +38 -0
  189. package/lib/request/cancel-work-request-request.js +15 -0
  190. package/lib/request/cancel-work-request-request.js.map +1 -0
  191. package/lib/request/change-stack-compartment-request.d.ts +43 -0
  192. package/lib/request/change-stack-compartment-request.js +15 -0
  193. package/lib/request/change-stack-compartment-request.js.map +1 -0
  194. package/lib/request/create-stack-request.d.ts +40 -0
  195. package/lib/request/create-stack-request.js +15 -0
  196. package/lib/request/create-stack-request.js.map +1 -0
  197. package/lib/request/delete-stack-request.d.ts +38 -0
  198. package/lib/request/delete-stack-request.js +15 -0
  199. package/lib/request/delete-stack-request.js.map +1 -0
  200. package/lib/request/deploy-artifacts-request.d.ts +52 -0
  201. package/lib/request/deploy-artifacts-request.js +15 -0
  202. package/lib/request/deploy-artifacts-request.js.map +1 -0
  203. package/lib/request/get-stack-request.d.ts +30 -0
  204. package/lib/request/get-stack-request.js +15 -0
  205. package/lib/request/get-stack-request.js.map +1 -0
  206. package/lib/request/get-work-request-request.d.ts +30 -0
  207. package/lib/request/get-work-request-request.js +15 -0
  208. package/lib/request/get-work-request-request.js.map +1 -0
  209. package/lib/request/index.d.ts +38 -0
  210. package/lib/request/index.js +43 -0
  211. package/lib/request/index.js.map +1 -0
  212. package/lib/request/list-stacks-request.d.ts +75 -0
  213. package/lib/request/list-stacks-request.js +24 -0
  214. package/lib/request/list-stacks-request.js.map +1 -0
  215. package/lib/request/list-work-request-errors-request.d.ts +59 -0
  216. package/lib/request/list-work-request-errors-request.js +23 -0
  217. package/lib/request/list-work-request-errors-request.js.map +1 -0
  218. package/lib/request/list-work-request-logs-request.d.ts +59 -0
  219. package/lib/request/list-work-request-logs-request.js +23 -0
  220. package/lib/request/list-work-request-logs-request.js.map +1 -0
  221. package/lib/request/list-work-requests-request.d.ts +71 -0
  222. package/lib/request/list-work-requests-request.js +23 -0
  223. package/lib/request/list-work-requests-request.js.map +1 -0
  224. package/lib/request/update-stack-request.d.ts +43 -0
  225. package/lib/request/update-stack-request.js +15 -0
  226. package/lib/request/update-stack-request.js.map +1 -0
  227. package/lib/response/add-service-response.d.ts +26 -0
  228. package/lib/response/add-service-response.js +15 -0
  229. package/lib/response/add-service-response.js.map +1 -0
  230. package/lib/response/cancel-work-request-response.d.ts +20 -0
  231. package/lib/response/cancel-work-request-response.js +15 -0
  232. package/lib/response/cancel-work-request-response.js.map +1 -0
  233. package/lib/response/change-stack-compartment-response.d.ts +26 -0
  234. package/lib/response/change-stack-compartment-response.js +15 -0
  235. package/lib/response/change-stack-compartment-response.js.map +1 -0
  236. package/lib/response/create-stack-response.d.ts +44 -0
  237. package/lib/response/create-stack-response.js +15 -0
  238. package/lib/response/create-stack-response.js.map +1 -0
  239. package/lib/response/delete-stack-response.d.ts +26 -0
  240. package/lib/response/delete-stack-response.js +15 -0
  241. package/lib/response/delete-stack-response.js.map +1 -0
  242. package/lib/response/deploy-artifacts-response.d.ts +26 -0
  243. package/lib/response/deploy-artifacts-response.js +15 -0
  244. package/lib/response/deploy-artifacts-response.js.map +1 -0
  245. package/lib/response/get-stack-response.d.ts +30 -0
  246. package/lib/response/get-stack-response.js +15 -0
  247. package/lib/response/get-stack-response.js.map +1 -0
  248. package/lib/response/get-work-request-response.d.ts +34 -0
  249. package/lib/response/get-work-request-response.js +15 -0
  250. package/lib/response/get-work-request-response.js.map +1 -0
  251. package/lib/response/index.d.ts +38 -0
  252. package/lib/response/index.js +15 -0
  253. package/lib/response/index.js.map +1 -0
  254. package/lib/response/list-stacks-response.d.ts +31 -0
  255. package/lib/response/list-stacks-response.js +15 -0
  256. package/lib/response/list-stacks-response.js.map +1 -0
  257. package/lib/response/list-work-request-errors-response.d.ts +31 -0
  258. package/lib/response/list-work-request-errors-response.js +15 -0
  259. package/lib/response/list-work-request-errors-response.js.map +1 -0
  260. package/lib/response/list-work-request-logs-response.d.ts +31 -0
  261. package/lib/response/list-work-request-logs-response.js +15 -0
  262. package/lib/response/list-work-request-logs-response.js.map +1 -0
  263. package/lib/response/list-work-requests-response.d.ts +31 -0
  264. package/lib/response/list-work-requests-response.js +15 -0
  265. package/lib/response/list-work-requests-response.js.map +1 -0
  266. package/lib/response/update-stack-response.d.ts +26 -0
  267. package/lib/response/update-stack-response.js +15 -0
  268. package/lib/response/update-stack-response.js.map +1 -0
  269. package/lib/stack-waiter.d.ts +36 -0
  270. package/lib/stack-waiter.js +76 -0
  271. package/lib/stack-waiter.js.map +1 -0
  272. package/package.json +29 -0
@@ -0,0 +1,71 @@
1
+ "use strict";
2
+ /**
3
+ * DataIntelligences Control Plane API
4
+ * Use the DataIntelligences Control Plane API to manage dataIntelligences.
5
+ * OpenAPI spec version: 20250830
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, 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
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.AdditionalDetails = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var AdditionalDetails;
37
+ (function (AdditionalDetails) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "assignedConnections": obj.assignedConnections
41
+ ? obj.assignedConnections.map(item => {
42
+ return model.AssignedConnectionDetails.getJsonObj(item);
43
+ })
44
+ : undefined,
45
+ "endpointDetails": obj.endpointDetails
46
+ ? obj.endpointDetails.map(item => {
47
+ return model.EndpointAdditional.getJsonObj(item);
48
+ })
49
+ : undefined
50
+ });
51
+ return jsonObj;
52
+ }
53
+ AdditionalDetails.getJsonObj = getJsonObj;
54
+ function getDeserializedJsonObj(obj) {
55
+ const jsonObj = Object.assign(Object.assign({}, obj), {
56
+ "assignedConnections": obj.assignedConnections
57
+ ? obj.assignedConnections.map(item => {
58
+ return model.AssignedConnectionDetails.getDeserializedJsonObj(item);
59
+ })
60
+ : undefined,
61
+ "endpointDetails": obj.endpointDetails
62
+ ? obj.endpointDetails.map(item => {
63
+ return model.EndpointAdditional.getDeserializedJsonObj(item);
64
+ })
65
+ : undefined
66
+ });
67
+ return jsonObj;
68
+ }
69
+ AdditionalDetails.getDeserializedJsonObj = getDeserializedJsonObj;
70
+ })(AdditionalDetails = exports.AdditionalDetails || (exports.AdditionalDetails = {}));
71
+ //# sourceMappingURL=additional-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"additional-details.js","sourceRoot":"","sources":["../../../../../lib/dif/lib/model/additional-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAiClC,IAAiB,iBAAiB,CAyCjC;AAzCD,WAAiB,iBAAiB;IAChC,SAAgB,UAAU,CAAC,GAAsB;QAC/C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,GAAG,CAAC,mBAAmB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACjC,OAAO,KAAK,CAAC,yBAAyB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC1D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YAEb,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,GAAG,CAAC,eAAe,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC7B,OAAO,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACnD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAnBe,4BAAU,aAmBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsB;QAC3D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,GAAG,CAAC,mBAAmB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACjC,OAAO,KAAK,CAAC,yBAAyB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACtE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YAEb,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,GAAG,CAAC,eAAe,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC7B,OAAO,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC/D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAnBe,wCAAsB,yBAmBrC,CAAA;AACH,CAAC,EAzCgB,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAyCjC"}
@@ -0,0 +1,33 @@
1
+ /**
2
+ * DataIntelligences Control Plane API
3
+ * Use the DataIntelligences Control Plane API to manage dataIntelligences.
4
+ * OpenAPI spec version: 20250830
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, 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
+ /**
14
+ * Details to about assigned connections.
15
+ */
16
+ export interface AssignedConnectionDetails {
17
+ /**
18
+ * Name of the connection.
19
+ */
20
+ "connectionName"?: string;
21
+ /**
22
+ * OCID of the connection.
23
+ */
24
+ "connectionId"?: string;
25
+ /**
26
+ * Specifies who has made this connection.
27
+ */
28
+ "requestedBy"?: string;
29
+ }
30
+ export declare namespace AssignedConnectionDetails {
31
+ function getJsonObj(obj: AssignedConnectionDetails): object;
32
+ function getDeserializedJsonObj(obj: AssignedConnectionDetails): object;
33
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ /**
3
+ * DataIntelligences Control Plane API
4
+ * Use the DataIntelligences Control Plane API to manage dataIntelligences.
5
+ * OpenAPI spec version: 20250830
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, 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.AssignedConnectionDetails = void 0;
16
+ var AssignedConnectionDetails;
17
+ (function (AssignedConnectionDetails) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ AssignedConnectionDetails.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ AssignedConnectionDetails.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(AssignedConnectionDetails = exports.AssignedConnectionDetails || (exports.AssignedConnectionDetails = {}));
29
+ //# sourceMappingURL=assigned-connection-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"assigned-connection-details.js","sourceRoot":"","sources":["../../../../../lib/dif/lib/model/assigned-connection-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAuBH,IAAiB,yBAAyB,CAWzC;AAXD,WAAiB,yBAAyB;IACxC,SAAgB,UAAU,CAAC,GAA8B;QACvD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8B;QACnE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAWzC"}
@@ -0,0 +1,28 @@
1
+ /**
2
+ * DataIntelligences Control Plane API
3
+ * Use the DataIntelligences Control Plane API to manage dataIntelligences.
4
+ * OpenAPI spec version: 20250830
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, 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
+ /**
14
+ * It sets the auto-tiering status on the bucket.Allowed values are \"DISABLED\" / \"INFREQUENTACCESS\"
15
+ **/
16
+ export declare enum AutoTiering {
17
+ Disabled = "DISABLED",
18
+ Infrequentaccess = "INFREQUENTACCESS",
19
+ /**
20
+ * This value is used if a service returns a value for this enum that is not recognized by this
21
+ * version of the SDK.
22
+ */
23
+ UnknownValue = "UNKNOWN_VALUE"
24
+ }
25
+ export declare namespace AutoTiering {
26
+ function getJsonObj(obj: AutoTiering): AutoTiering;
27
+ function getDeserializedJsonObj(obj: AutoTiering): AutoTiering;
28
+ }
@@ -0,0 +1,39 @@
1
+ "use strict";
2
+ /**
3
+ * DataIntelligences Control Plane API
4
+ * Use the DataIntelligences Control Plane API to manage dataIntelligences.
5
+ * OpenAPI spec version: 20250830
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, 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.AutoTiering = void 0;
16
+ /**
17
+ * It sets the auto-tiering status on the bucket.Allowed values are \"DISABLED\" / \"INFREQUENTACCESS\"
18
+ **/
19
+ var AutoTiering;
20
+ (function (AutoTiering) {
21
+ AutoTiering["Disabled"] = "DISABLED";
22
+ AutoTiering["Infrequentaccess"] = "INFREQUENTACCESS";
23
+ /**
24
+ * This value is used if a service returns a value for this enum that is not recognized by this
25
+ * version of the SDK.
26
+ */
27
+ AutoTiering["UnknownValue"] = "UNKNOWN_VALUE";
28
+ })(AutoTiering = exports.AutoTiering || (exports.AutoTiering = {}));
29
+ (function (AutoTiering) {
30
+ function getJsonObj(obj) {
31
+ return obj;
32
+ }
33
+ AutoTiering.getJsonObj = getJsonObj;
34
+ function getDeserializedJsonObj(obj) {
35
+ return obj;
36
+ }
37
+ AutoTiering.getDeserializedJsonObj = getDeserializedJsonObj;
38
+ })(AutoTiering = exports.AutoTiering || (exports.AutoTiering = {}));
39
+ //# sourceMappingURL=auto-tiering.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"auto-tiering.js","sourceRoot":"","sources":["../../../../../lib/dif/lib/model/auto-tiering.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,WASX;AATD,WAAY,WAAW;IACrB,oCAAqB,CAAA;IACrB,oDAAqC,CAAA;IAErC;;;OAGG;IACH,6CAA8B,CAAA;AAChC,CAAC,EATW,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAStB;AAED,WAAiB,WAAW;IAC1B,SAAgB,UAAU,CAAC,GAAgB;QACzC,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,sBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgB;QACrD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,kCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAO3B"}
@@ -0,0 +1,26 @@
1
+ /**
2
+ * DataIntelligences Control Plane API
3
+ * Use the DataIntelligences Control Plane API to manage dataIntelligences.
4
+ * OpenAPI spec version: 20250830
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, 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
+ /**
14
+ * The configuration details for moving stack and associated services in stack to a different compartment.
15
+ */
16
+ export interface ChangeStackCompartmentDetails {
17
+ /**
18
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment to move the Stack to.
19
+ *
20
+ */
21
+ "compartmentId": string;
22
+ }
23
+ export declare namespace ChangeStackCompartmentDetails {
24
+ function getJsonObj(obj: ChangeStackCompartmentDetails): object;
25
+ function getDeserializedJsonObj(obj: ChangeStackCompartmentDetails): object;
26
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ /**
3
+ * DataIntelligences Control Plane API
4
+ * Use the DataIntelligences Control Plane API to manage dataIntelligences.
5
+ * OpenAPI spec version: 20250830
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, 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.ChangeStackCompartmentDetails = void 0;
16
+ var ChangeStackCompartmentDetails;
17
+ (function (ChangeStackCompartmentDetails) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ ChangeStackCompartmentDetails.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ ChangeStackCompartmentDetails.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(ChangeStackCompartmentDetails = exports.ChangeStackCompartmentDetails || (exports.ChangeStackCompartmentDetails = {}));
29
+ //# sourceMappingURL=change-stack-compartment-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"change-stack-compartment-details.js","sourceRoot":"","sources":["../../../../../lib/dif/lib/model/change-stack-compartment-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAgBH,IAAiB,6BAA6B,CAW7C;AAXD,WAAiB,6BAA6B;IAC5C,SAAgB,UAAU,CAAC,GAAkC;QAC3D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,wCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkC;QACvE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAW7C"}
@@ -0,0 +1,27 @@
1
+ /**
2
+ * DataIntelligences Control Plane API
3
+ * Use the DataIntelligences Control Plane API to manage dataIntelligences.
4
+ * OpenAPI spec version: 20250830
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, 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
+ /**
14
+ * The dedicated AI cluster type.
15
+ **/
16
+ export declare enum ClusterType {
17
+ Hosting = "HOSTING",
18
+ /**
19
+ * This value is used if a service returns a value for this enum that is not recognized by this
20
+ * version of the SDK.
21
+ */
22
+ UnknownValue = "UNKNOWN_VALUE"
23
+ }
24
+ export declare namespace ClusterType {
25
+ function getJsonObj(obj: ClusterType): ClusterType;
26
+ function getDeserializedJsonObj(obj: ClusterType): ClusterType;
27
+ }
@@ -0,0 +1,38 @@
1
+ "use strict";
2
+ /**
3
+ * DataIntelligences Control Plane API
4
+ * Use the DataIntelligences Control Plane API to manage dataIntelligences.
5
+ * OpenAPI spec version: 20250830
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, 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.ClusterType = void 0;
16
+ /**
17
+ * The dedicated AI cluster type.
18
+ **/
19
+ var ClusterType;
20
+ (function (ClusterType) {
21
+ ClusterType["Hosting"] = "HOSTING";
22
+ /**
23
+ * This value is used if a service returns a value for this enum that is not recognized by this
24
+ * version of the SDK.
25
+ */
26
+ ClusterType["UnknownValue"] = "UNKNOWN_VALUE";
27
+ })(ClusterType = exports.ClusterType || (exports.ClusterType = {}));
28
+ (function (ClusterType) {
29
+ function getJsonObj(obj) {
30
+ return obj;
31
+ }
32
+ ClusterType.getJsonObj = getJsonObj;
33
+ function getDeserializedJsonObj(obj) {
34
+ return obj;
35
+ }
36
+ ClusterType.getDeserializedJsonObj = getDeserializedJsonObj;
37
+ })(ClusterType = exports.ClusterType || (exports.ClusterType = {}));
38
+ //# sourceMappingURL=cluster-type.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cluster-type.js","sourceRoot":"","sources":["../../../../../lib/dif/lib/model/cluster-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,WAQX;AARD,WAAY,WAAW;IACrB,kCAAmB,CAAA;IAEnB;;;OAGG;IACH,6CAA8B,CAAA;AAChC,CAAC,EARW,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAQtB;AAED,WAAiB,WAAW;IAC1B,SAAgB,UAAU,CAAC,GAAgB;QACzC,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,sBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgB;QACrD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,kCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAO3B"}
@@ -0,0 +1,98 @@
1
+ /**
2
+ * DataIntelligences Control Plane API
3
+ * Use the DataIntelligences Control Plane API to manage dataIntelligences.
4
+ * OpenAPI spec version: 20250830
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, 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
+ /**
15
+ * Details to create a Stack.
16
+ */
17
+ export interface CreateStackDetails {
18
+ /**
19
+ * A user-friendly name. Should be unique per compartment. Avoid entering confidential information.
20
+ */
21
+ "displayName": string;
22
+ /**
23
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment to create the Stack in.
24
+ *
25
+ */
26
+ "compartmentId": string;
27
+ /**
28
+ * email id to which the stack notifications would be sent.
29
+ */
30
+ "notificationEmail"?: string;
31
+ /**
32
+ * List of templates to be onboarded for the stack.
33
+ */
34
+ "stackTemplates": Array<CreateStackDetails.StackTemplates>;
35
+ /**
36
+ * List of services to be onboarded for the stack.
37
+ */
38
+ "services": Array<CreateStackDetails.Services>;
39
+ /**
40
+ * ADB details if adb is included in the services.
41
+ */
42
+ "adb"?: Array<model.AdbDetail>;
43
+ /**
44
+ * GGCS details if ggcs is included in the services.
45
+ */
46
+ "ggcs"?: Array<model.GgcsDetail>;
47
+ /**
48
+ * DATAFLOW details if dataflow is included in the services.
49
+ */
50
+ "dataflow"?: Array<model.DataflowDetail>;
51
+ /**
52
+ * Object Storage Details if object storage is included in services.
53
+ */
54
+ "objectstorage"?: Array<model.ObjectStorageDetail>;
55
+ /**
56
+ * GenAi Details if genai is included in services.
57
+ */
58
+ "genai"?: Array<model.GenAiDetail>;
59
+ /**
60
+ * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
61
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
62
+ * <p>
63
+ Example: {@code {\"Department\": \"Finance\"}}
64
+ *
65
+ */
66
+ "freeformTags"?: {
67
+ [key: string]: string;
68
+ };
69
+ /**
70
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace.
71
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
72
+ * <p>
73
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
74
+ *
75
+ */
76
+ "definedTags"?: {
77
+ [key: string]: {
78
+ [key: string]: any;
79
+ };
80
+ };
81
+ }
82
+ export declare namespace CreateStackDetails {
83
+ enum StackTemplates {
84
+ Datalake = "DATALAKE",
85
+ Datapipeline = "DATAPIPELINE",
86
+ Aiservices = "AISERVICES",
87
+ Datatransformation = "DATATRANSFORMATION"
88
+ }
89
+ enum Services {
90
+ Adb = "ADB",
91
+ Ggcs = "GGCS",
92
+ Objectstorage = "OBJECTSTORAGE",
93
+ Genai = "GENAI",
94
+ Dataflow = "DATAFLOW"
95
+ }
96
+ function getJsonObj(obj: CreateStackDetails): object;
97
+ function getDeserializedJsonObj(obj: CreateStackDetails): object;
98
+ }
@@ -0,0 +1,116 @@
1
+ "use strict";
2
+ /**
3
+ * DataIntelligences Control Plane API
4
+ * Use the DataIntelligences Control Plane API to manage dataIntelligences.
5
+ * OpenAPI spec version: 20250830
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, 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
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.CreateStackDetails = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var CreateStackDetails;
37
+ (function (CreateStackDetails) {
38
+ let StackTemplates;
39
+ (function (StackTemplates) {
40
+ StackTemplates["Datalake"] = "DATALAKE";
41
+ StackTemplates["Datapipeline"] = "DATAPIPELINE";
42
+ StackTemplates["Aiservices"] = "AISERVICES";
43
+ StackTemplates["Datatransformation"] = "DATATRANSFORMATION";
44
+ })(StackTemplates = CreateStackDetails.StackTemplates || (CreateStackDetails.StackTemplates = {}));
45
+ let Services;
46
+ (function (Services) {
47
+ Services["Adb"] = "ADB";
48
+ Services["Ggcs"] = "GGCS";
49
+ Services["Objectstorage"] = "OBJECTSTORAGE";
50
+ Services["Genai"] = "GENAI";
51
+ Services["Dataflow"] = "DATAFLOW";
52
+ })(Services = CreateStackDetails.Services || (CreateStackDetails.Services = {}));
53
+ function getJsonObj(obj) {
54
+ const jsonObj = Object.assign(Object.assign({}, obj), {
55
+ "adb": obj.adb
56
+ ? obj.adb.map(item => {
57
+ return model.AdbDetail.getJsonObj(item);
58
+ })
59
+ : undefined,
60
+ "ggcs": obj.ggcs
61
+ ? obj.ggcs.map(item => {
62
+ return model.GgcsDetail.getJsonObj(item);
63
+ })
64
+ : undefined,
65
+ "dataflow": obj.dataflow
66
+ ? obj.dataflow.map(item => {
67
+ return model.DataflowDetail.getJsonObj(item);
68
+ })
69
+ : undefined,
70
+ "objectstorage": obj.objectstorage
71
+ ? obj.objectstorage.map(item => {
72
+ return model.ObjectStorageDetail.getJsonObj(item);
73
+ })
74
+ : undefined,
75
+ "genai": obj.genai
76
+ ? obj.genai.map(item => {
77
+ return model.GenAiDetail.getJsonObj(item);
78
+ })
79
+ : undefined
80
+ });
81
+ return jsonObj;
82
+ }
83
+ CreateStackDetails.getJsonObj = getJsonObj;
84
+ function getDeserializedJsonObj(obj) {
85
+ const jsonObj = Object.assign(Object.assign({}, obj), {
86
+ "adb": obj.adb
87
+ ? obj.adb.map(item => {
88
+ return model.AdbDetail.getDeserializedJsonObj(item);
89
+ })
90
+ : undefined,
91
+ "ggcs": obj.ggcs
92
+ ? obj.ggcs.map(item => {
93
+ return model.GgcsDetail.getDeserializedJsonObj(item);
94
+ })
95
+ : undefined,
96
+ "dataflow": obj.dataflow
97
+ ? obj.dataflow.map(item => {
98
+ return model.DataflowDetail.getDeserializedJsonObj(item);
99
+ })
100
+ : undefined,
101
+ "objectstorage": obj.objectstorage
102
+ ? obj.objectstorage.map(item => {
103
+ return model.ObjectStorageDetail.getDeserializedJsonObj(item);
104
+ })
105
+ : undefined,
106
+ "genai": obj.genai
107
+ ? obj.genai.map(item => {
108
+ return model.GenAiDetail.getDeserializedJsonObj(item);
109
+ })
110
+ : undefined
111
+ });
112
+ return jsonObj;
113
+ }
114
+ CreateStackDetails.getDeserializedJsonObj = getDeserializedJsonObj;
115
+ })(CreateStackDetails = exports.CreateStackDetails || (exports.CreateStackDetails = {}));
116
+ //# sourceMappingURL=create-stack-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-stack-details.js","sourceRoot":"","sources":["../../../../../lib/dif/lib/model/create-stack-details.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,33 @@
1
+ /**
2
+ * DataIntelligences Control Plane API
3
+ * Use the DataIntelligences Control Plane API to manage dataIntelligences.
4
+ * OpenAPI spec version: 20250830
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, 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
+ /**
14
+ * Detail to deploy Artifacts for Dataflow service.
15
+ */
16
+ export interface DataflowArtifactsDetail {
17
+ /**
18
+ * Instance id of the existing Dataflow Instance for artifact deployment.
19
+ */
20
+ "instanceId": string;
21
+ /**
22
+ * Contains the main file (py/jar) along with parameters & configuration to be passed to the DataFlow run.
23
+ */
24
+ "execute": string;
25
+ /**
26
+ * Contains the archive from object storage bucket which can be added as dependency to data flow application.
27
+ */
28
+ "archiveUri"?: string;
29
+ }
30
+ export declare namespace DataflowArtifactsDetail {
31
+ function getJsonObj(obj: DataflowArtifactsDetail): object;
32
+ function getDeserializedJsonObj(obj: DataflowArtifactsDetail): object;
33
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ /**
3
+ * DataIntelligences Control Plane API
4
+ * Use the DataIntelligences Control Plane API to manage dataIntelligences.
5
+ * OpenAPI spec version: 20250830
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, 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.DataflowArtifactsDetail = void 0;
16
+ var DataflowArtifactsDetail;
17
+ (function (DataflowArtifactsDetail) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ DataflowArtifactsDetail.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ DataflowArtifactsDetail.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(DataflowArtifactsDetail = exports.DataflowArtifactsDetail || (exports.DataflowArtifactsDetail = {}));
29
+ //# sourceMappingURL=dataflow-artifacts-detail.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dataflow-artifacts-detail.js","sourceRoot":"","sources":["../../../../../lib/dif/lib/model/dataflow-artifacts-detail.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAuBH,IAAiB,uBAAuB,CAWvC;AAXD,WAAiB,uBAAuB;IACtC,SAAgB,UAAU,CAAC,GAA4B;QACrD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA4B;QACjE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAWvC"}