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,50 @@
1
+ /**
2
+ *
3
+ *
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
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/ConvertInstance.ts.html |here} to see how to use ConvertInstanceRequest.
17
+ */
18
+ export interface ConvertInstanceRequest extends common.BaseRequest {
19
+ /**
20
+ * Unique Integration Instance identifier.
21
+ */
22
+ "integrationInstanceId": string;
23
+ /**
24
+ * Details to convert given integration instance to Disaster Recovery Enabled Instance.
25
+ */
26
+ "convertInstanceDetails": model.ConvertInstanceDetails;
27
+ /**
28
+ * For optimistic concurrency control. In the PUT or DELETE call
29
+ * for a resource, set the {@code if-match} parameter to the value of the
30
+ * etag from a previous GET or POST response for that resource.
31
+ * The resource will be updated or deleted only if the etag you
32
+ * provide matches the resource's current etag value.
33
+ *
34
+ */
35
+ "ifMatch"?: string;
36
+ /**
37
+ * The client request ID for tracing.
38
+ */
39
+ "opcRequestId"?: string;
40
+ /**
41
+ * A token that uniquely identifies a request so it can be retried in case
42
+ * of a timeout or server error without risk of executing that same action
43
+ * again. Retry tokens expire after 24 hours, but can be invalidated before
44
+ * then due to conflicting operations. For example, if a resource has been
45
+ * deleted and purged from the system, then a retry of the original creation
46
+ * request might be rejected.
47
+ *
48
+ */
49
+ "opcRetryToken"?: string;
50
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
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
+ //# sourceMappingURL=convert-instance-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"convert-instance-request.js","sourceRoot":"","sources":["../../../../../lib/integration/lib/request/convert-instance-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -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
  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 common = require("oci-common");
@@ -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 });
@@ -0,0 +1,45 @@
1
+ /**
2
+ *
3
+ *
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 common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/DisableProcessAutomation.ts.html |here} to see how to use DisableProcessAutomationRequest.
16
+ */
17
+ export interface DisableProcessAutomationRequest extends common.BaseRequest {
18
+ /**
19
+ * Unique Integration Instance identifier.
20
+ */
21
+ "integrationInstanceId": string;
22
+ /**
23
+ * For optimistic concurrency control. In the PUT or DELETE call
24
+ * for a resource, set the {@code if-match} parameter to the value of the
25
+ * etag from a previous GET or POST response for that resource.
26
+ * The resource will be updated or deleted only if the etag you
27
+ * provide matches the resource's current etag value.
28
+ *
29
+ */
30
+ "ifMatch"?: string;
31
+ /**
32
+ * The client request ID for tracing.
33
+ */
34
+ "opcRequestId"?: string;
35
+ /**
36
+ * A token that uniquely identifies a request so it can be retried in case
37
+ * of a timeout or server error without risk of executing that same action
38
+ * again. Retry tokens expire after 24 hours, but can be invalidated before
39
+ * then due to conflicting operations. For example, if a resource has been
40
+ * deleted and purged from the system, then a retry of the original creation
41
+ * request might be rejected.
42
+ *
43
+ */
44
+ "opcRetryToken"?: string;
45
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
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
+ //# sourceMappingURL=disable-process-automation-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"disable-process-automation-request.js","sourceRoot":"","sources":["../../../../../lib/integration/lib/request/disable-process-automation-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -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 common = require("oci-common");
@@ -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 common = require("oci-common");
@@ -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
  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 common = require("oci-common");
@@ -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 common = require("oci-common");
@@ -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 AddLogAnalyticsLogGroupRequest from "./add-log-analytics-log-group-request";
14
+ export import AddLogAnalyticsLogGroupRequest = AddLogAnalyticsLogGroupRequest.AddLogAnalyticsLogGroupRequest;
13
15
  import * as AddOracleManagedCustomEndpointRequest from "./add-oracle-managed-custom-endpoint-request";
14
16
  export import AddOracleManagedCustomEndpointRequest = AddOracleManagedCustomEndpointRequest.AddOracleManagedCustomEndpointRequest;
15
17
  import * as ChangeIntegrationInstanceCompartmentRequest from "./change-integration-instance-compartment-request";
@@ -18,10 +20,14 @@ import * as ChangeIntegrationInstanceNetworkEndpointRequest from "./change-integ
18
20
  export import ChangeIntegrationInstanceNetworkEndpointRequest = ChangeIntegrationInstanceNetworkEndpointRequest.ChangeIntegrationInstanceNetworkEndpointRequest;
19
21
  import * as ChangePrivateEndpointOutboundConnectionRequest from "./change-private-endpoint-outbound-connection-request";
20
22
  export import ChangePrivateEndpointOutboundConnectionRequest = ChangePrivateEndpointOutboundConnectionRequest.ChangePrivateEndpointOutboundConnectionRequest;
23
+ import * as ConvertInstanceRequest from "./convert-instance-request";
24
+ export import ConvertInstanceRequest = ConvertInstanceRequest.ConvertInstanceRequest;
21
25
  import * as CreateIntegrationInstanceRequest from "./create-integration-instance-request";
22
26
  export import CreateIntegrationInstanceRequest = CreateIntegrationInstanceRequest.CreateIntegrationInstanceRequest;
23
27
  import * as DeleteIntegrationInstanceRequest from "./delete-integration-instance-request";
24
28
  export import DeleteIntegrationInstanceRequest = DeleteIntegrationInstanceRequest.DeleteIntegrationInstanceRequest;
29
+ import * as DisableProcessAutomationRequest from "./disable-process-automation-request";
30
+ export import DisableProcessAutomationRequest = DisableProcessAutomationRequest.DisableProcessAutomationRequest;
25
31
  import * as DisasterRecoveryFailoverRequest from "./disaster-recovery-failover-request";
26
32
  export import DisasterRecoveryFailoverRequest = DisasterRecoveryFailoverRequest.DisasterRecoveryFailoverRequest;
27
33
  import * as EnableProcessAutomationRequest from "./enable-process-automation-request";
@@ -40,6 +46,8 @@ import * as ListWorkRequestLogsRequest from "./list-work-request-logs-request";
40
46
  export import ListWorkRequestLogsRequest = ListWorkRequestLogsRequest.ListWorkRequestLogsRequest;
41
47
  import * as ListWorkRequestsRequest from "./list-work-requests-request";
42
48
  export import ListWorkRequestsRequest = ListWorkRequestsRequest.ListWorkRequestsRequest;
49
+ import * as RemoveLogAnalyticsLogGroupRequest from "./remove-log-analytics-log-group-request";
50
+ export import RemoveLogAnalyticsLogGroupRequest = RemoveLogAnalyticsLogGroupRequest.RemoveLogAnalyticsLogGroupRequest;
43
51
  import * as RemoveOracleManagedCustomEndpointRequest from "./remove-oracle-managed-custom-endpoint-request";
44
52
  export import RemoveOracleManagedCustomEndpointRequest = RemoveOracleManagedCustomEndpointRequest.RemoveOracleManagedCustomEndpointRequest;
45
53
  import * as StartIntegrationInstanceRequest from "./start-integration-instance-request";
@@ -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":"index.js","sourceRoot":"","sources":["../../../../../lib/integration/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAwBH,sGAAwF;AAC1E,QAAA,+BAA+B,GAAG,+BAA+B,CAAC,+BAA+B,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/integration/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AA8BH,sGAAwF;AAC1E,QAAA,+BAA+B,GAAG,+BAA+B,CAAC,+BAA+B,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 common = require("oci-common");
@@ -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 common = require("oci-common");
@@ -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 common = require("oci-common");
@@ -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 common = require("oci-common");
@@ -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 });
@@ -0,0 +1,45 @@
1
+ /**
2
+ *
3
+ *
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 common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/RemoveLogAnalyticsLogGroup.ts.html |here} to see how to use RemoveLogAnalyticsLogGroupRequest.
16
+ */
17
+ export interface RemoveLogAnalyticsLogGroupRequest extends common.BaseRequest {
18
+ /**
19
+ * Unique Integration Instance identifier.
20
+ */
21
+ "integrationInstanceId": string;
22
+ /**
23
+ * For optimistic concurrency control. In the PUT or DELETE call
24
+ * for a resource, set the {@code if-match} parameter to the value of the
25
+ * etag from a previous GET or POST response for that resource.
26
+ * The resource will be updated or deleted only if the etag you
27
+ * provide matches the resource's current etag value.
28
+ *
29
+ */
30
+ "ifMatch"?: string;
31
+ /**
32
+ * The client request ID for tracing.
33
+ */
34
+ "opcRequestId"?: string;
35
+ /**
36
+ * A token that uniquely identifies a request so it can be retried in case
37
+ * of a timeout or server error without risk of executing that same action
38
+ * again. Retry tokens expire after 24 hours, but can be invalidated before
39
+ * then due to conflicting operations. For example, if a resource has been
40
+ * deleted and purged from the system, then a retry of the original creation
41
+ * request might be rejected.
42
+ *
43
+ */
44
+ "opcRetryToken"?: string;
45
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
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
+ //# sourceMappingURL=remove-log-analytics-log-group-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"remove-log-analytics-log-group-request.js","sourceRoot":"","sources":["../../../../../lib/integration/lib/request/remove-log-analytics-log-group-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -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 common = require("oci-common");
@@ -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 common = require("oci-common");
@@ -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 common = require("oci-common");
@@ -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
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,27 @@
1
+ /**
2
+ *
3
+ *
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
+ export interface AddLogAnalyticsLogGroupResponse {
14
+ /**
15
+ * Unique Oracle-assigned identifier for the asynchronous request.
16
+ * You can use this to query status of the asynchronous operation.
17
+ *
18
+ */
19
+ "opcWorkRequestId": string;
20
+ /**
21
+ * Unique Oracle-assigned identifier for the request. If
22
+ * you need to contact Oracle about a particular request,
23
+ * please provide the request ID.
24
+ *
25
+ */
26
+ "opcRequestId": string;
27
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
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
+ //# sourceMappingURL=add-log-analytics-log-group-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add-log-analytics-log-group-response.js","sourceRoot":"","sources":["../../../../../lib/integration/lib/response/add-log-analytics-log-group-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}