oci-integration 2.122.1 → 2.123.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 (187) hide show
  1. package/index.d.ts +1 -1
  2. package/index.js +1 -1
  3. package/lib/client.d.ts +45 -1
  4. package/lib/client.js +255 -1
  5. package/lib/client.js.map +1 -1
  6. package/lib/integrationinstance-waiter.d.ts +1 -1
  7. package/lib/integrationinstance-waiter.js +1 -1
  8. package/lib/model/add-log-analytics-log-group-details.d.ts +27 -0
  9. package/lib/model/add-log-analytics-log-group-details.js +29 -0
  10. package/lib/model/add-log-analytics-log-group-details.js.map +1 -0
  11. package/lib/model/add-oracle-managed-custom-endpoint-details.d.ts +1 -1
  12. package/lib/model/add-oracle-managed-custom-endpoint-details.js +1 -1
  13. package/lib/model/attachment-details.d.ts +1 -1
  14. package/lib/model/attachment-details.js +1 -1
  15. package/lib/model/change-integration-instance-compartment-details.d.ts +1 -1
  16. package/lib/model/change-integration-instance-compartment-details.js +1 -1
  17. package/lib/model/change-integration-instance-network-endpoint-details.d.ts +1 -1
  18. package/lib/model/change-integration-instance-network-endpoint-details.js +1 -1
  19. package/lib/model/change-private-endpoint-outbound-connection-details.d.ts +1 -1
  20. package/lib/model/change-private-endpoint-outbound-connection-details.js +1 -1
  21. package/lib/model/component-allow-list-details.d.ts +34 -0
  22. package/lib/model/component-allow-list-details.js +61 -0
  23. package/lib/model/component-allow-list-details.js.map +1 -0
  24. package/lib/model/convert-instance-details.d.ts +28 -0
  25. package/lib/model/convert-instance-details.js +33 -0
  26. package/lib/model/convert-instance-details.js.map +1 -0
  27. package/lib/model/create-custom-endpoint-details.d.ts +1 -1
  28. package/lib/model/create-custom-endpoint-details.js +1 -1
  29. package/lib/model/create-integration-instance-details.d.ts +1 -1
  30. package/lib/model/create-integration-instance-details.js +1 -1
  31. package/lib/model/cross-region-integration-instance-details.d.ts +1 -1
  32. package/lib/model/cross-region-integration-instance-details.js +1 -1
  33. package/lib/model/custom-endpoint-details.d.ts +1 -1
  34. package/lib/model/custom-endpoint-details.js +1 -1
  35. package/lib/model/disaster-recovery-details.d.ts +1 -1
  36. package/lib/model/disaster-recovery-details.js +1 -1
  37. package/lib/model/extend-data-retention-details.d.ts +1 -1
  38. package/lib/model/extend-data-retention-details.js +1 -1
  39. package/lib/model/idcs-info-details.d.ts +1 -1
  40. package/lib/model/idcs-info-details.js +1 -1
  41. package/lib/model/index.d.ts +7 -1
  42. package/lib/model/index.js +8 -2
  43. package/lib/model/index.js.map +1 -1
  44. package/lib/model/integration-instance-summary.d.ts +5 -1
  45. package/lib/model/integration-instance-summary.js +1 -1
  46. package/lib/model/integration-instance-summary.js.map +1 -1
  47. package/lib/model/integration-instance.d.ts +5 -1
  48. package/lib/model/integration-instance.js +1 -1
  49. package/lib/model/integration-instance.js.map +1 -1
  50. package/lib/model/network-endpoint-details.d.ts +1 -1
  51. package/lib/model/network-endpoint-details.js +1 -1
  52. package/lib/model/network-endpoint-type.d.ts +1 -1
  53. package/lib/model/network-endpoint-type.js +1 -1
  54. package/lib/model/none-outbound-connection.d.ts +1 -1
  55. package/lib/model/none-outbound-connection.js +1 -1
  56. package/lib/model/outbound-connection.d.ts +1 -1
  57. package/lib/model/outbound-connection.js +1 -1
  58. package/lib/model/private-endpoint-outbound-connection.d.ts +5 -1
  59. package/lib/model/private-endpoint-outbound-connection.js +1 -1
  60. package/lib/model/private-endpoint-outbound-connection.js.map +1 -1
  61. package/lib/model/public-endpoint-details.d.ts +3 -1
  62. package/lib/model/public-endpoint-details.js +13 -1
  63. package/lib/model/public-endpoint-details.js.map +1 -1
  64. package/lib/model/update-custom-endpoint-details.d.ts +1 -1
  65. package/lib/model/update-custom-endpoint-details.js +1 -1
  66. package/lib/model/update-integration-instance-details.d.ts +1 -1
  67. package/lib/model/update-integration-instance-details.js +1 -1
  68. package/lib/model/virtual-cloud-network.d.ts +1 -1
  69. package/lib/model/virtual-cloud-network.js +1 -1
  70. package/lib/model/work-request-error.d.ts +1 -1
  71. package/lib/model/work-request-error.js +1 -1
  72. package/lib/model/work-request-log-entry.d.ts +1 -1
  73. package/lib/model/work-request-log-entry.js +1 -1
  74. package/lib/model/work-request-resource.d.ts +1 -1
  75. package/lib/model/work-request-resource.js +1 -1
  76. package/lib/model/work-request-summary.d.ts +5 -1
  77. package/lib/model/work-request-summary.js +5 -1
  78. package/lib/model/work-request-summary.js.map +1 -1
  79. package/lib/model/work-request.d.ts +5 -1
  80. package/lib/model/work-request.js +5 -1
  81. package/lib/model/work-request.js.map +1 -1
  82. package/lib/request/add-log-analytics-log-group-request.d.ts +50 -0
  83. package/lib/request/add-log-analytics-log-group-request.js +15 -0
  84. package/lib/request/add-log-analytics-log-group-request.js.map +1 -0
  85. package/lib/request/add-oracle-managed-custom-endpoint-request.d.ts +1 -1
  86. package/lib/request/add-oracle-managed-custom-endpoint-request.js +1 -1
  87. package/lib/request/change-integration-instance-compartment-request.d.ts +1 -1
  88. package/lib/request/change-integration-instance-compartment-request.js +1 -1
  89. package/lib/request/change-integration-instance-network-endpoint-request.d.ts +1 -1
  90. package/lib/request/change-integration-instance-network-endpoint-request.js +1 -1
  91. package/lib/request/change-private-endpoint-outbound-connection-request.d.ts +1 -1
  92. package/lib/request/change-private-endpoint-outbound-connection-request.js +1 -1
  93. package/lib/request/convert-instance-request.d.ts +50 -0
  94. package/lib/request/convert-instance-request.js +15 -0
  95. package/lib/request/convert-instance-request.js.map +1 -0
  96. package/lib/request/create-integration-instance-request.d.ts +1 -1
  97. package/lib/request/create-integration-instance-request.js +1 -1
  98. package/lib/request/delete-integration-instance-request.d.ts +1 -1
  99. package/lib/request/delete-integration-instance-request.js +1 -1
  100. package/lib/request/disable-process-automation-request.d.ts +45 -0
  101. package/lib/request/disable-process-automation-request.js +15 -0
  102. package/lib/request/disable-process-automation-request.js.map +1 -0
  103. package/lib/request/disaster-recovery-failover-request.d.ts +1 -1
  104. package/lib/request/disaster-recovery-failover-request.js +1 -1
  105. package/lib/request/enable-process-automation-request.d.ts +1 -1
  106. package/lib/request/enable-process-automation-request.js +1 -1
  107. package/lib/request/extend-data-retention-request.d.ts +1 -1
  108. package/lib/request/extend-data-retention-request.js +1 -1
  109. package/lib/request/get-integration-instance-request.d.ts +1 -1
  110. package/lib/request/get-integration-instance-request.js +1 -1
  111. package/lib/request/get-work-request-request.d.ts +1 -1
  112. package/lib/request/get-work-request-request.js +1 -1
  113. package/lib/request/index.d.ts +9 -1
  114. package/lib/request/index.js +1 -1
  115. package/lib/request/index.js.map +1 -1
  116. package/lib/request/list-integration-instances-request.d.ts +1 -1
  117. package/lib/request/list-integration-instances-request.js +1 -1
  118. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  119. package/lib/request/list-work-request-errors-request.js +1 -1
  120. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  121. package/lib/request/list-work-request-logs-request.js +1 -1
  122. package/lib/request/list-work-requests-request.d.ts +1 -1
  123. package/lib/request/list-work-requests-request.js +1 -1
  124. package/lib/request/remove-log-analytics-log-group-request.d.ts +45 -0
  125. package/lib/request/remove-log-analytics-log-group-request.js +15 -0
  126. package/lib/request/remove-log-analytics-log-group-request.js.map +1 -0
  127. package/lib/request/remove-oracle-managed-custom-endpoint-request.d.ts +1 -1
  128. package/lib/request/remove-oracle-managed-custom-endpoint-request.js +1 -1
  129. package/lib/request/start-integration-instance-request.d.ts +1 -1
  130. package/lib/request/start-integration-instance-request.js +1 -1
  131. package/lib/request/stop-integration-instance-request.d.ts +1 -1
  132. package/lib/request/stop-integration-instance-request.js +1 -1
  133. package/lib/request/update-integration-instance-request.d.ts +1 -1
  134. package/lib/request/update-integration-instance-request.js +1 -1
  135. package/lib/response/add-log-analytics-log-group-response.d.ts +27 -0
  136. package/lib/response/add-log-analytics-log-group-response.js +15 -0
  137. package/lib/response/add-log-analytics-log-group-response.js.map +1 -0
  138. package/lib/response/add-oracle-managed-custom-endpoint-response.d.ts +1 -1
  139. package/lib/response/add-oracle-managed-custom-endpoint-response.js +1 -1
  140. package/lib/response/change-integration-instance-compartment-response.d.ts +1 -1
  141. package/lib/response/change-integration-instance-compartment-response.js +1 -1
  142. package/lib/response/change-integration-instance-network-endpoint-response.d.ts +1 -1
  143. package/lib/response/change-integration-instance-network-endpoint-response.js +1 -1
  144. package/lib/response/change-private-endpoint-outbound-connection-response.d.ts +1 -1
  145. package/lib/response/change-private-endpoint-outbound-connection-response.js +1 -1
  146. package/lib/response/convert-instance-response.d.ts +27 -0
  147. package/lib/response/convert-instance-response.js +15 -0
  148. package/lib/response/convert-instance-response.js.map +1 -0
  149. package/lib/response/create-integration-instance-response.d.ts +1 -1
  150. package/lib/response/create-integration-instance-response.js +1 -1
  151. package/lib/response/delete-integration-instance-response.d.ts +1 -1
  152. package/lib/response/delete-integration-instance-response.js +1 -1
  153. package/lib/response/disable-process-automation-response.d.ts +27 -0
  154. package/lib/response/disable-process-automation-response.js +15 -0
  155. package/lib/response/disable-process-automation-response.js.map +1 -0
  156. package/lib/response/disaster-recovery-failover-response.d.ts +1 -1
  157. package/lib/response/disaster-recovery-failover-response.js +1 -1
  158. package/lib/response/enable-process-automation-response.d.ts +1 -1
  159. package/lib/response/enable-process-automation-response.js +1 -1
  160. package/lib/response/extend-data-retention-response.d.ts +1 -1
  161. package/lib/response/extend-data-retention-response.js +1 -1
  162. package/lib/response/get-integration-instance-response.d.ts +1 -1
  163. package/lib/response/get-integration-instance-response.js +1 -1
  164. package/lib/response/get-work-request-response.d.ts +1 -1
  165. package/lib/response/get-work-request-response.js +1 -1
  166. package/lib/response/index.d.ts +9 -1
  167. package/lib/response/index.js +1 -1
  168. package/lib/response/list-integration-instances-response.d.ts +1 -1
  169. package/lib/response/list-integration-instances-response.js +1 -1
  170. package/lib/response/list-work-request-errors-response.d.ts +1 -1
  171. package/lib/response/list-work-request-errors-response.js +1 -1
  172. package/lib/response/list-work-request-logs-response.d.ts +1 -1
  173. package/lib/response/list-work-request-logs-response.js +1 -1
  174. package/lib/response/list-work-requests-response.d.ts +1 -1
  175. package/lib/response/list-work-requests-response.js +1 -1
  176. package/lib/response/remove-log-analytics-log-group-response.d.ts +27 -0
  177. package/lib/response/remove-log-analytics-log-group-response.js +15 -0
  178. package/lib/response/remove-log-analytics-log-group-response.js.map +1 -0
  179. package/lib/response/remove-oracle-managed-custom-endpoint-response.d.ts +1 -1
  180. package/lib/response/remove-oracle-managed-custom-endpoint-response.js +1 -1
  181. package/lib/response/start-integration-instance-response.d.ts +1 -1
  182. package/lib/response/start-integration-instance-response.js +1 -1
  183. package/lib/response/stop-integration-instance-response.d.ts +1 -1
  184. package/lib/response/stop-integration-instance-response.js +1 -1
  185. package/lib/response/update-integration-instance-response.d.ts +1 -1
  186. package/lib/response/update-integration-instance-response.js +1 -1
  187. package/package.json +3 -3
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ /**
3
+ * Oracle Integration API
4
+ * Oracle Integration API.
5
+ * OpenAPI spec version: 20190131
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2026, 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.AddLogAnalyticsLogGroupDetails = void 0;
16
+ var AddLogAnalyticsLogGroupDetails;
17
+ (function (AddLogAnalyticsLogGroupDetails) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ AddLogAnalyticsLogGroupDetails.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ AddLogAnalyticsLogGroupDetails.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(AddLogAnalyticsLogGroupDetails = exports.AddLogAnalyticsLogGroupDetails || (exports.AddLogAnalyticsLogGroupDetails = {}));
29
+ //# sourceMappingURL=add-log-analytics-log-group-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add-log-analytics-log-group-details.js","sourceRoot":"","sources":["../../../../../lib/integration/lib/model/add-log-analytics-log-group-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAiBH,IAAiB,8BAA8B,CAW9C;AAXD,WAAiB,8BAA8B;IAC7C,SAAgB,UAAU,CAAC,GAAmC;QAC5D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmC;QACxE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,qDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QAW9C"}
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  /**
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  /**
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  /**
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -0,0 +1,34 @@
1
+ /**
2
+ * Oracle Integration API
3
+ * Oracle Integration API.
4
+ * OpenAPI spec version: 20190131
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2026, 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
+ * A collection of AllowListedIps and AllowListedVcns for a specific OIC component: global, RT, or DT
16
+ *
17
+ */
18
+ export interface ComponentAllowListDetails {
19
+ /**
20
+ * Source IP addresses or IP address ranges ingress rules. (ex: \"168.122.59.5\", \"10.20.30.0/26\")
21
+ * An invalid IP or CIDR block will result in a 400 response.
22
+ *
23
+ */
24
+ "allowlistedHttpIps"?: Array<string>;
25
+ /**
26
+ * Virtual Cloud Networks allowed to access this network endpoint.
27
+ *
28
+ */
29
+ "allowlistedHttpVcns"?: Array<model.VirtualCloudNetwork>;
30
+ }
31
+ export declare namespace ComponentAllowListDetails {
32
+ function getJsonObj(obj: ComponentAllowListDetails): object;
33
+ function getDeserializedJsonObj(obj: ComponentAllowListDetails): object;
34
+ }
@@ -0,0 +1,61 @@
1
+ "use strict";
2
+ /**
3
+ * Oracle Integration API
4
+ * Oracle Integration API.
5
+ * OpenAPI spec version: 20190131
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2026, 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.ComponentAllowListDetails = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var ComponentAllowListDetails;
37
+ (function (ComponentAllowListDetails) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "allowlistedHttpVcns": obj.allowlistedHttpVcns
41
+ ? obj.allowlistedHttpVcns.map(item => {
42
+ return model.VirtualCloudNetwork.getJsonObj(item);
43
+ })
44
+ : undefined
45
+ });
46
+ return jsonObj;
47
+ }
48
+ ComponentAllowListDetails.getJsonObj = getJsonObj;
49
+ function getDeserializedJsonObj(obj) {
50
+ const jsonObj = Object.assign(Object.assign({}, obj), {
51
+ "allowlistedHttpVcns": obj.allowlistedHttpVcns
52
+ ? obj.allowlistedHttpVcns.map(item => {
53
+ return model.VirtualCloudNetwork.getDeserializedJsonObj(item);
54
+ })
55
+ : undefined
56
+ });
57
+ return jsonObj;
58
+ }
59
+ ComponentAllowListDetails.getDeserializedJsonObj = getDeserializedJsonObj;
60
+ })(ComponentAllowListDetails = exports.ComponentAllowListDetails || (exports.ComponentAllowListDetails = {}));
61
+ //# sourceMappingURL=component-allow-list-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"component-allow-list-details.js","sourceRoot":"","sources":["../../../../../lib/integration/lib/model/component-allow-list-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAqBlC,IAAiB,yBAAyB,CA6BzC;AA7BD,WAAiB,yBAAyB;IACxC,SAAgB,UAAU,CAAC,GAA8B;QACvD,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,mBAAmB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACpD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,oCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8B;QACnE,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,mBAAmB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAChE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,gDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QA6BzC"}
@@ -0,0 +1,28 @@
1
+ /**
2
+ * Oracle Integration API
3
+ * Oracle Integration API.
4
+ * OpenAPI spec version: 20190131
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2026, 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 for converting integration instance to Disaster Recovery Enabled instance type
15
+ */
16
+ export interface ConvertInstanceDetails {
17
+ /**
18
+ * Convert given instance to specified DR instance
19
+ */
20
+ "conversionType": ConvertInstanceDetails.ConversionType;
21
+ }
22
+ export declare namespace ConvertInstanceDetails {
23
+ enum ConversionType {
24
+ DisasterRecovery = "DISASTER_RECOVERY"
25
+ }
26
+ function getJsonObj(obj: ConvertInstanceDetails): object;
27
+ function getDeserializedJsonObj(obj: ConvertInstanceDetails): object;
28
+ }
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+ /**
3
+ * Oracle Integration API
4
+ * Oracle Integration API.
5
+ * OpenAPI spec version: 20190131
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2026, 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.ConvertInstanceDetails = void 0;
16
+ var ConvertInstanceDetails;
17
+ (function (ConvertInstanceDetails) {
18
+ let ConversionType;
19
+ (function (ConversionType) {
20
+ ConversionType["DisasterRecovery"] = "DISASTER_RECOVERY";
21
+ })(ConversionType = ConvertInstanceDetails.ConversionType || (ConvertInstanceDetails.ConversionType = {}));
22
+ function getJsonObj(obj) {
23
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
24
+ return jsonObj;
25
+ }
26
+ ConvertInstanceDetails.getJsonObj = getJsonObj;
27
+ function getDeserializedJsonObj(obj) {
28
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
29
+ return jsonObj;
30
+ }
31
+ ConvertInstanceDetails.getDeserializedJsonObj = getDeserializedJsonObj;
32
+ })(ConvertInstanceDetails = exports.ConvertInstanceDetails || (exports.ConvertInstanceDetails = {}));
33
+ //# sourceMappingURL=convert-instance-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"convert-instance-details.js","sourceRoot":"","sources":["../../../../../lib/integration/lib/model/convert-instance-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAeH,IAAiB,sBAAsB,CAetC;AAfD,WAAiB,sBAAsB;IACrC,IAAY,cAEX;IAFD,WAAY,cAAc;QACxB,wDAAsC,CAAA;IACxC,CAAC,EAFW,cAAc,GAAd,qCAAc,KAAd,qCAAc,QAEzB;IAED,SAAgB,UAAU,CAAC,GAA2B;QACpD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2B;QAChE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6CAAsB,yBAIrC,CAAA;AACH,CAAC,EAfgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAetC"}
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  /**
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  /**
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  /**
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  /**
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  /**
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,9 +7,11 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
+ import * as AddLogAnalyticsLogGroupDetails from "./add-log-analytics-log-group-details";
14
+ export import AddLogAnalyticsLogGroupDetails = AddLogAnalyticsLogGroupDetails.AddLogAnalyticsLogGroupDetails;
13
15
  import * as AddOracleManagedCustomEndpointDetails from "./add-oracle-managed-custom-endpoint-details";
14
16
  export import AddOracleManagedCustomEndpointDetails = AddOracleManagedCustomEndpointDetails.AddOracleManagedCustomEndpointDetails;
15
17
  import * as AttachmentDetails from "./attachment-details";
@@ -20,6 +22,10 @@ import * as ChangeIntegrationInstanceNetworkEndpointDetails from "./change-integ
20
22
  export import ChangeIntegrationInstanceNetworkEndpointDetails = ChangeIntegrationInstanceNetworkEndpointDetails.ChangeIntegrationInstanceNetworkEndpointDetails;
21
23
  import * as ChangePrivateEndpointOutboundConnectionDetails from "./change-private-endpoint-outbound-connection-details";
22
24
  export import ChangePrivateEndpointOutboundConnectionDetails = ChangePrivateEndpointOutboundConnectionDetails.ChangePrivateEndpointOutboundConnectionDetails;
25
+ import * as ComponentAllowListDetails from "./component-allow-list-details";
26
+ export import ComponentAllowListDetails = ComponentAllowListDetails.ComponentAllowListDetails;
27
+ import * as ConvertInstanceDetails from "./convert-instance-details";
28
+ export import ConvertInstanceDetails = ConvertInstanceDetails.ConvertInstanceDetails;
23
29
  import * as CreateCustomEndpointDetails from "./create-custom-endpoint-details";
24
30
  export import CreateCustomEndpointDetails = CreateCustomEndpointDetails.CreateCustomEndpointDetails;
25
31
  import * as CreateIntegrationInstanceDetails from "./create-integration-instance-details";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -31,7 +31,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
31
31
  return result;
32
32
  };
33
33
  Object.defineProperty(exports, "__esModule", { value: true });
34
- exports.PublicEndpointDetails = exports.PrivateEndpointOutboundConnection = exports.NoneOutboundConnection = exports.WorkRequestSummary = exports.WorkRequestResource = exports.WorkRequestLogEntry = exports.WorkRequestError = exports.WorkRequest = exports.VirtualCloudNetwork = exports.UpdateIntegrationInstanceDetails = exports.UpdateCustomEndpointDetails = exports.OutboundConnection = exports.NetworkEndpointType = exports.NetworkEndpointDetails = exports.IntegrationInstanceSummary = exports.IntegrationInstance = exports.IdcsInfoDetails = exports.ExtendDataRetentionDetails = exports.DisasterRecoveryDetails = exports.CustomEndpointDetails = exports.CrossRegionIntegrationInstanceDetails = exports.CreateIntegrationInstanceDetails = exports.CreateCustomEndpointDetails = exports.ChangePrivateEndpointOutboundConnectionDetails = exports.ChangeIntegrationInstanceNetworkEndpointDetails = exports.ChangeIntegrationInstanceCompartmentDetails = exports.AttachmentDetails = exports.AddOracleManagedCustomEndpointDetails = void 0;
34
+ exports.PublicEndpointDetails = exports.PrivateEndpointOutboundConnection = exports.NoneOutboundConnection = exports.WorkRequestSummary = exports.WorkRequestResource = exports.WorkRequestLogEntry = exports.WorkRequestError = exports.WorkRequest = exports.VirtualCloudNetwork = exports.UpdateIntegrationInstanceDetails = exports.UpdateCustomEndpointDetails = exports.OutboundConnection = exports.NetworkEndpointType = exports.NetworkEndpointDetails = exports.IntegrationInstanceSummary = exports.IntegrationInstance = exports.IdcsInfoDetails = exports.ExtendDataRetentionDetails = exports.DisasterRecoveryDetails = exports.CustomEndpointDetails = exports.CrossRegionIntegrationInstanceDetails = exports.CreateIntegrationInstanceDetails = exports.CreateCustomEndpointDetails = exports.ConvertInstanceDetails = exports.ComponentAllowListDetails = exports.ChangePrivateEndpointOutboundConnectionDetails = exports.ChangeIntegrationInstanceNetworkEndpointDetails = exports.ChangeIntegrationInstanceCompartmentDetails = exports.AttachmentDetails = exports.AddOracleManagedCustomEndpointDetails = exports.AddLogAnalyticsLogGroupDetails = void 0;
35
+ const AddLogAnalyticsLogGroupDetails = __importStar(require("./add-log-analytics-log-group-details"));
36
+ exports.AddLogAnalyticsLogGroupDetails = AddLogAnalyticsLogGroupDetails.AddLogAnalyticsLogGroupDetails;
35
37
  const AddOracleManagedCustomEndpointDetails = __importStar(require("./add-oracle-managed-custom-endpoint-details"));
36
38
  exports.AddOracleManagedCustomEndpointDetails = AddOracleManagedCustomEndpointDetails.AddOracleManagedCustomEndpointDetails;
37
39
  const AttachmentDetails = __importStar(require("./attachment-details"));
@@ -42,6 +44,10 @@ const ChangeIntegrationInstanceNetworkEndpointDetails = __importStar(require("./
42
44
  exports.ChangeIntegrationInstanceNetworkEndpointDetails = ChangeIntegrationInstanceNetworkEndpointDetails.ChangeIntegrationInstanceNetworkEndpointDetails;
43
45
  const ChangePrivateEndpointOutboundConnectionDetails = __importStar(require("./change-private-endpoint-outbound-connection-details"));
44
46
  exports.ChangePrivateEndpointOutboundConnectionDetails = ChangePrivateEndpointOutboundConnectionDetails.ChangePrivateEndpointOutboundConnectionDetails;
47
+ const ComponentAllowListDetails = __importStar(require("./component-allow-list-details"));
48
+ exports.ComponentAllowListDetails = ComponentAllowListDetails.ComponentAllowListDetails;
49
+ const ConvertInstanceDetails = __importStar(require("./convert-instance-details"));
50
+ exports.ConvertInstanceDetails = ConvertInstanceDetails.ConvertInstanceDetails;
45
51
  const CreateCustomEndpointDetails = __importStar(require("./create-custom-endpoint-details"));
46
52
  exports.CreateCustomEndpointDetails = CreateCustomEndpointDetails.CreateCustomEndpointDetails;
47
53
  const CreateIntegrationInstanceDetails = __importStar(require("./create-integration-instance-details"));
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/integration/lib/model/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,oHAAsG;AACxF,QAAA,qCAAqC,GAAG,qCAAqC,CAAC,qCAAqC,CAAC;AAClI,wEAA0D;AAC5C,QAAA,iBAAiB,GAAG,iBAAiB,CAAC,iBAAiB,CAAC;AACtE,+HAAiH;AACnG,QAAA,2CAA2C,GAAG,2CAA2C,CAAC,2CAA2C,CAAC;AACpJ,wIAA0H;AAC5G,QAAA,+CAA+C,GAAG,+CAA+C,CAAC,+CAA+C,CAAC;AAChK,sIAAwH;AAC1G,QAAA,8CAA8C,GAAG,8CAA8C,CAAC,8CAA8C,CAAC;AAC7J,8FAAgF;AAClE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC;AACpG,wGAA0F;AAC5E,QAAA,gCAAgC,GAAG,gCAAgC,CAAC,gCAAgC,CAAC;AACnH,mHAAqG;AACvF,QAAA,qCAAqC,GAAG,qCAAqC,CAAC,qCAAqC,CAAC;AAClI,iFAAmE;AACrD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAClF,qFAAuE;AACzD,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AACxF,4FAA8E;AAChE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,qEAAuD;AACzC,QAAA,eAAe,GAAG,eAAe,CAAC,eAAe,CAAC;AAChE,4EAA8D;AAChD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,2FAA6E;AAC/D,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,mFAAqE;AACvD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AACrF,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,0EAA4D;AAC9C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AACzE,8FAAgF;AAClE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC;AACpG,wGAA0F;AAC5E,QAAA,gCAAgC,GAAG,gCAAgC,CAAC,gCAAgC,CAAC;AACnH,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,4DAA8C;AAChC,QAAA,WAAW,GAAG,WAAW,CAAC,WAAW,CAAC;AACpD,uEAAyD;AAC3C,QAAA,gBAAgB,GAAG,gBAAgB,CAAC,gBAAgB,CAAC;AACnE,8EAAgE;AAClD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,2EAA6D;AAC/C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AAEzE,mFAAqE;AACvD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AACrF,0GAA4F;AAC9E,QAAA,iCAAiC,GAAG,iCAAiC,CAAC,iCAAiC,CAAC;AACtH,iFAAmE;AACrD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/integration/lib/model/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,sGAAwF;AAC1E,QAAA,8BAA8B,GAAG,8BAA8B,CAAC,8BAA8B,CAAC;AAC7G,oHAAsG;AACxF,QAAA,qCAAqC,GAAG,qCAAqC,CAAC,qCAAqC,CAAC;AAClI,wEAA0D;AAC5C,QAAA,iBAAiB,GAAG,iBAAiB,CAAC,iBAAiB,CAAC;AACtE,+HAAiH;AACnG,QAAA,2CAA2C,GAAG,2CAA2C,CAAC,2CAA2C,CAAC;AACpJ,wIAA0H;AAC5G,QAAA,+CAA+C,GAAG,+CAA+C,CAAC,+CAA+C,CAAC;AAChK,sIAAwH;AAC1G,QAAA,8CAA8C,GAAG,8CAA8C,CAAC,8CAA8C,CAAC;AAC7J,0FAA4E;AAC9D,QAAA,yBAAyB,GAAG,yBAAyB,CAAC,yBAAyB,CAAC;AAC9F,mFAAqE;AACvD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AACrF,8FAAgF;AAClE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC;AACpG,wGAA0F;AAC5E,QAAA,gCAAgC,GAAG,gCAAgC,CAAC,gCAAgC,CAAC;AACnH,mHAAqG;AACvF,QAAA,qCAAqC,GAAG,qCAAqC,CAAC,qCAAqC,CAAC;AAClI,iFAAmE;AACrD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAClF,qFAAuE;AACzD,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AACxF,4FAA8E;AAChE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,qEAAuD;AACzC,QAAA,eAAe,GAAG,eAAe,CAAC,eAAe,CAAC;AAChE,4EAA8D;AAChD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,2FAA6E;AAC/D,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,mFAAqE;AACvD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AACrF,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,0EAA4D;AAC9C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AACzE,8FAAgF;AAClE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC;AACpG,wGAA0F;AAC5E,QAAA,gCAAgC,GAAG,gCAAgC,CAAC,gCAAgC,CAAC;AACnH,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,4DAA8C;AAChC,QAAA,WAAW,GAAG,WAAW,CAAC,WAAW,CAAC;AACpD,uEAAyD;AAC3C,QAAA,gBAAgB,GAAG,gBAAgB,CAAC,gBAAgB,CAAC;AACnE,8EAAgE;AAClD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,2EAA6D;AAC/C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AAEzE,mFAAqE;AACvD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AACrF,0GAA4F;AAC9E,QAAA,iCAAiC,GAAG,iCAAiC,CAAC,iCAAiC,CAAC;AACtH,iFAAmE;AACrD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC"}
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import * as model from "../model";
@@ -144,6 +144,10 @@ export interface IntegrationInstanceSummary {
144
144
  * Data retention period set for given integration instance
145
145
  */
146
146
  "dataRetentionPeriod"?: IntegrationInstanceSummary.DataRetentionPeriod;
147
+ /**
148
+ * OCID of LogAnalytics LogGroup, enabled for given integration instance
149
+ */
150
+ "logGroupId"?: string;
147
151
  }
148
152
  export declare namespace IntegrationInstanceSummary {
149
153
  enum IntegrationInstanceType {
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -1 +1 @@
1
- {"version":3,"file":"integration-instance-summary.js","sourceRoot":"","sources":["../../../../../lib/integration/lib/model/integration-instance-summary.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"integration-instance-summary.js","sourceRoot":"","sources":["../../../../../lib/integration/lib/model/integration-instance-summary.ts"],"names":[],"mappings":"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"}
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import * as model from "../model";
@@ -151,6 +151,10 @@ export interface IntegrationInstance {
151
151
  * Data retention period set for given integration instance
152
152
  */
153
153
  "dataRetentionPeriod"?: IntegrationInstance.DataRetentionPeriod;
154
+ /**
155
+ * OCID of LogAnalytics LogGroup, enabled for given integration instance
156
+ */
157
+ "logGroupId"?: string;
154
158
  }
155
159
  export declare namespace IntegrationInstance {
156
160
  enum IntegrationInstanceType {
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {