oci-opensearch 2.100.0 → 2.100.2

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 (281) hide show
  1. package/index.d.ts +1 -1
  2. package/index.js +1 -1
  3. package/lib/client.d.ts +19 -1
  4. package/lib/client.js +125 -1
  5. package/lib/client.js.map +1 -1
  6. package/lib/model/action-type.d.ts +1 -1
  7. package/lib/model/action-type.js +1 -1
  8. package/lib/model/backup-event-details.d.ts +1 -1
  9. package/lib/model/backup-event-details.js +1 -1
  10. package/lib/model/backup-opensearch-cluster-details.d.ts +1 -1
  11. package/lib/model/backup-opensearch-cluster-details.js +1 -1
  12. package/lib/model/backup-policy.d.ts +34 -0
  13. package/lib/model/backup-policy.js +29 -0
  14. package/lib/model/backup-policy.js.map +1 -0
  15. package/lib/model/backup-state.d.ts +1 -1
  16. package/lib/model/backup-state.js +1 -1
  17. package/lib/model/benchmark-details.d.ts +41 -0
  18. package/lib/model/benchmark-details.js +34 -0
  19. package/lib/model/benchmark-details.js.map +1 -0
  20. package/lib/model/ccc-mode.d.ts +29 -0
  21. package/lib/model/ccc-mode.js +40 -0
  22. package/lib/model/ccc-mode.js.map +1 -0
  23. package/lib/model/change-opensearch-cluster-backup-compartment-details.d.ts +1 -1
  24. package/lib/model/change-opensearch-cluster-backup-compartment-details.js +1 -1
  25. package/lib/model/change-opensearch-cluster-compartment-details.d.ts +1 -1
  26. package/lib/model/change-opensearch-cluster-compartment-details.js +1 -1
  27. package/lib/model/configure-outbound-cluster-details.d.ts +25 -0
  28. package/lib/model/configure-outbound-cluster-details.js +29 -0
  29. package/lib/model/configure-outbound-cluster-details.js.map +1 -0
  30. package/lib/model/create-maintenance-details.d.ts +25 -0
  31. package/lib/model/create-maintenance-details.js +29 -0
  32. package/lib/model/create-maintenance-details.js.map +1 -0
  33. package/lib/model/create-opensearch-cluster-details.d.ts +13 -1
  34. package/lib/model/create-opensearch-cluster-details.js +49 -3
  35. package/lib/model/create-opensearch-cluster-details.js.map +1 -1
  36. package/lib/model/create-opensearch-cluster-pipeline-details.d.ts +94 -0
  37. package/lib/model/create-opensearch-cluster-pipeline-details.js +29 -0
  38. package/lib/model/create-opensearch-cluster-pipeline-details.js.map +1 -0
  39. package/lib/model/customer-logging-details.d.ts +25 -0
  40. package/lib/model/customer-logging-details.js +29 -0
  41. package/lib/model/customer-logging-details.js.map +1 -0
  42. package/lib/model/data-node-host-type.d.ts +1 -1
  43. package/lib/model/data-node-host-type.js +1 -1
  44. package/lib/model/delete-block-volumes-for-namespace-details.d.ts +29 -0
  45. package/lib/model/delete-block-volumes-for-namespace-details.js +29 -0
  46. package/lib/model/delete-block-volumes-for-namespace-details.js.map +1 -0
  47. package/lib/model/export-opensearch-cluster-backup-details.d.ts +1 -1
  48. package/lib/model/export-opensearch-cluster-backup-details.js +1 -1
  49. package/lib/model/force-patch-cluster-details.d.ts +29 -0
  50. package/lib/model/force-patch-cluster-details.js +29 -0
  51. package/lib/model/force-patch-cluster-details.js.map +1 -0
  52. package/lib/model/get-manifest-response.d.ts +1 -1
  53. package/lib/model/get-manifest-response.js +1 -1
  54. package/lib/model/index.d.ts +65 -1
  55. package/lib/model/index.js +67 -2
  56. package/lib/model/index.js.map +1 -1
  57. package/lib/model/maintenance-details.d.ts +38 -0
  58. package/lib/model/maintenance-details.js +29 -0
  59. package/lib/model/maintenance-details.js.map +1 -0
  60. package/lib/model/maintenance-notification-details.d.ts +46 -0
  61. package/lib/model/maintenance-notification-details.js +29 -0
  62. package/lib/model/maintenance-notification-details.js.map +1 -0
  63. package/lib/model/maintenance-notification-failure.d.ts +37 -0
  64. package/lib/model/maintenance-notification-failure.js +29 -0
  65. package/lib/model/maintenance-notification-failure.js.map +1 -0
  66. package/lib/model/maintenance-notification-response.d.ts +30 -0
  67. package/lib/model/maintenance-notification-response.js +61 -0
  68. package/lib/model/maintenance-notification-response.js.map +1 -0
  69. package/lib/model/maintenance-notification-type.d.ts +26 -0
  70. package/lib/model/maintenance-notification-type.js +37 -0
  71. package/lib/model/maintenance-notification-type.js.map +1 -0
  72. package/lib/model/maintenance-state.d.ts +29 -0
  73. package/lib/model/maintenance-state.js +40 -0
  74. package/lib/model/maintenance-state.js.map +1 -0
  75. package/lib/model/master-node-host-type.d.ts +1 -1
  76. package/lib/model/master-node-host-type.js +1 -1
  77. package/lib/model/opensearch-cluster-backup-collection.d.ts +1 -1
  78. package/lib/model/opensearch-cluster-backup-collection.js +1 -1
  79. package/lib/model/opensearch-cluster-backup-summary.d.ts +1 -1
  80. package/lib/model/opensearch-cluster-backup-summary.js +1 -1
  81. package/lib/model/opensearch-cluster-backup.d.ts +1 -1
  82. package/lib/model/opensearch-cluster-backup.js +1 -1
  83. package/lib/model/opensearch-cluster-collection.d.ts +1 -1
  84. package/lib/model/opensearch-cluster-collection.js +1 -1
  85. package/lib/model/opensearch-cluster-internal-details.d.ts +62 -0
  86. package/lib/model/opensearch-cluster-internal-details.js +29 -0
  87. package/lib/model/opensearch-cluster-internal-details.js.map +1 -0
  88. package/lib/model/opensearch-cluster-pipeline-collection.d.ts +26 -0
  89. package/lib/model/opensearch-cluster-pipeline-collection.js +61 -0
  90. package/lib/model/opensearch-cluster-pipeline-collection.js.map +1 -0
  91. package/lib/model/opensearch-cluster-pipeline-summary.d.ts +94 -0
  92. package/lib/model/opensearch-cluster-pipeline-summary.js +29 -0
  93. package/lib/model/opensearch-cluster-pipeline-summary.js.map +1 -0
  94. package/lib/model/opensearch-cluster-pipeline.d.ts +128 -0
  95. package/lib/model/opensearch-cluster-pipeline.js +38 -0
  96. package/lib/model/opensearch-cluster-pipeline.js.map +1 -0
  97. package/lib/model/opensearch-cluster-summary.d.ts +3 -1
  98. package/lib/model/opensearch-cluster-summary.js +37 -3
  99. package/lib/model/opensearch-cluster-summary.js.map +1 -1
  100. package/lib/model/opensearch-cluster.d.ts +17 -1
  101. package/lib/model/opensearch-cluster.js +59 -3
  102. package/lib/model/opensearch-cluster.js.map +1 -1
  103. package/lib/model/opensearch-pipeline-validation-response.d.ts +30 -0
  104. package/lib/model/opensearch-pipeline-validation-response.js +61 -0
  105. package/lib/model/opensearch-pipeline-validation-response.js.map +1 -0
  106. package/lib/model/opensearch-versions-collection.d.ts +1 -1
  107. package/lib/model/opensearch-versions-collection.js +1 -1
  108. package/lib/model/opensearch-versions-summary.d.ts +1 -1
  109. package/lib/model/opensearch-versions-summary.js +1 -1
  110. package/lib/model/operation-status.d.ts +1 -1
  111. package/lib/model/operation-status.js +1 -1
  112. package/lib/model/operation-type.d.ts +7 -1
  113. package/lib/model/operation-type.js +7 -1
  114. package/lib/model/operation-type.js.map +1 -1
  115. package/lib/model/outbound-cluster-config.d.ts +31 -0
  116. package/lib/model/outbound-cluster-config.js +61 -0
  117. package/lib/model/outbound-cluster-config.js.map +1 -0
  118. package/lib/model/outbound-cluster-summary.d.ts +43 -0
  119. package/lib/model/outbound-cluster-summary.js +29 -0
  120. package/lib/model/outbound-cluster-summary.js.map +1 -0
  121. package/lib/model/pipeline-validation-error-details.d.ts +22 -0
  122. package/lib/model/pipeline-validation-error-details.js +29 -0
  123. package/lib/model/pipeline-validation-error-details.js.map +1 -0
  124. package/lib/model/reclaim-cluster-details.d.ts +29 -0
  125. package/lib/model/reclaim-cluster-details.js +29 -0
  126. package/lib/model/reclaim-cluster-details.js.map +1 -0
  127. package/lib/model/resize-opensearch-cluster-horizontal-details.d.ts +1 -1
  128. package/lib/model/resize-opensearch-cluster-horizontal-details.js +1 -1
  129. package/lib/model/resize-opensearch-cluster-vertical-details.d.ts +1 -1
  130. package/lib/model/resize-opensearch-cluster-vertical-details.js +1 -1
  131. package/lib/model/restore-opensearch-cluster-backup-details.d.ts +1 -1
  132. package/lib/model/restore-opensearch-cluster-backup-details.js +1 -1
  133. package/lib/model/restore-opensearch-cluster-details.d.ts +1 -1
  134. package/lib/model/restore-opensearch-cluster-details.js +1 -1
  135. package/lib/model/reverse-connection-endpoint.d.ts +30 -0
  136. package/lib/model/reverse-connection-endpoint.js +29 -0
  137. package/lib/model/reverse-connection-endpoint.js.map +1 -0
  138. package/lib/model/security-mode.d.ts +1 -1
  139. package/lib/model/security-mode.js +1 -1
  140. package/lib/model/security-saml-config.d.ts +50 -0
  141. package/lib/model/security-saml-config.js +29 -0
  142. package/lib/model/security-saml-config.js.map +1 -0
  143. package/lib/model/sort-order.d.ts +1 -1
  144. package/lib/model/sort-order.js +1 -1
  145. package/lib/model/update-checkin-details.d.ts +1 -1
  146. package/lib/model/update-checkin-details.js +1 -1
  147. package/lib/model/update-cluster-hardened-image-details.d.ts +1 -1
  148. package/lib/model/update-cluster-hardened-image-details.js +1 -1
  149. package/lib/model/update-cluster-specs-details.d.ts +53 -0
  150. package/lib/model/update-cluster-specs-details.js +29 -0
  151. package/lib/model/update-cluster-specs-details.js.map +1 -0
  152. package/lib/model/update-cluster-status-details.d.ts +1 -1
  153. package/lib/model/update-cluster-status-details.js +1 -1
  154. package/lib/model/update-maintenance-details.d.ts +25 -0
  155. package/lib/model/update-maintenance-details.js +29 -0
  156. package/lib/model/update-maintenance-details.js.map +1 -0
  157. package/lib/model/update-opensearch-cluster-backup-details.d.ts +1 -1
  158. package/lib/model/update-opensearch-cluster-backup-details.js +1 -1
  159. package/lib/model/update-opensearch-cluster-details.d.ts +9 -1
  160. package/lib/model/update-opensearch-cluster-details.js +49 -3
  161. package/lib/model/update-opensearch-cluster-details.js.map +1 -1
  162. package/lib/model/update-opensearch-cluster-pipeline-details.d.ts +47 -0
  163. package/lib/model/update-opensearch-cluster-pipeline-details.js +29 -0
  164. package/lib/model/update-opensearch-cluster-pipeline-details.js.map +1 -0
  165. package/lib/model/upgrade-open-search-cluster-details.d.ts +68 -0
  166. package/lib/model/upgrade-open-search-cluster-details.js +29 -0
  167. package/lib/model/upgrade-open-search-cluster-details.js.map +1 -0
  168. package/lib/model/upgrade-type.d.ts +23 -0
  169. package/lib/model/upgrade-type.js +34 -0
  170. package/lib/model/upgrade-type.js.map +1 -0
  171. package/lib/model/validate-opensearch-pipeline-details.d.ts +30 -0
  172. package/lib/model/validate-opensearch-pipeline-details.js +29 -0
  173. package/lib/model/validate-opensearch-pipeline-details.js.map +1 -0
  174. package/lib/model/work-request-collection.d.ts +1 -1
  175. package/lib/model/work-request-collection.js +1 -1
  176. package/lib/model/work-request-error-collection.d.ts +1 -1
  177. package/lib/model/work-request-error-collection.js +1 -1
  178. package/lib/model/work-request-error.d.ts +1 -1
  179. package/lib/model/work-request-error.js +1 -1
  180. package/lib/model/work-request-log-entry-collection.d.ts +1 -1
  181. package/lib/model/work-request-log-entry-collection.js +1 -1
  182. package/lib/model/work-request-log-entry.d.ts +1 -1
  183. package/lib/model/work-request-log-entry.js +1 -1
  184. package/lib/model/work-request-resource.d.ts +1 -1
  185. package/lib/model/work-request-resource.js +1 -1
  186. package/lib/model/work-request.d.ts +1 -1
  187. package/lib/model/work-request.js +1 -1
  188. package/lib/opensearchcluster-waiter.d.ts +1 -1
  189. package/lib/opensearchcluster-waiter.js +1 -1
  190. package/lib/opensearchclusterbackup-waiter.d.ts +1 -1
  191. package/lib/opensearchclusterbackup-waiter.js +1 -1
  192. package/lib/request/backup-opensearch-cluster-request.d.ts +1 -1
  193. package/lib/request/backup-opensearch-cluster-request.js +1 -1
  194. package/lib/request/configure-outbound-cluster-request.d.ts +49 -0
  195. package/lib/request/configure-outbound-cluster-request.js +15 -0
  196. package/lib/request/configure-outbound-cluster-request.js.map +1 -0
  197. package/lib/request/create-opensearch-cluster-request.d.ts +1 -1
  198. package/lib/request/create-opensearch-cluster-request.js +1 -1
  199. package/lib/request/delete-opensearch-cluster-backup-request.d.ts +1 -1
  200. package/lib/request/delete-opensearch-cluster-backup-request.js +1 -1
  201. package/lib/request/delete-opensearch-cluster-request.d.ts +1 -1
  202. package/lib/request/delete-opensearch-cluster-request.js +1 -1
  203. package/lib/request/get-opensearch-cluster-backup-request.d.ts +1 -1
  204. package/lib/request/get-opensearch-cluster-backup-request.js +1 -1
  205. package/lib/request/get-opensearch-cluster-request.d.ts +1 -1
  206. package/lib/request/get-opensearch-cluster-request.js +1 -1
  207. package/lib/request/get-work-request-request.d.ts +1 -1
  208. package/lib/request/get-work-request-request.js +1 -1
  209. package/lib/request/index.d.ts +5 -1
  210. package/lib/request/index.js +1 -1
  211. package/lib/request/index.js.map +1 -1
  212. package/lib/request/list-opensearch-cluster-backups-request.d.ts +1 -1
  213. package/lib/request/list-opensearch-cluster-backups-request.js +1 -1
  214. package/lib/request/list-opensearch-clusters-request.d.ts +1 -1
  215. package/lib/request/list-opensearch-clusters-request.js +1 -1
  216. package/lib/request/list-opensearch-versions-request.d.ts +1 -1
  217. package/lib/request/list-opensearch-versions-request.js +1 -1
  218. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  219. package/lib/request/list-work-request-errors-request.js +1 -1
  220. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  221. package/lib/request/list-work-request-logs-request.js +1 -1
  222. package/lib/request/list-work-requests-request.d.ts +1 -1
  223. package/lib/request/list-work-requests-request.js +1 -1
  224. package/lib/request/opensearch-cluster-restore-request.d.ts +1 -1
  225. package/lib/request/opensearch-cluster-restore-request.js +1 -1
  226. package/lib/request/resize-opensearch-cluster-horizontal-request.d.ts +1 -1
  227. package/lib/request/resize-opensearch-cluster-horizontal-request.js +1 -1
  228. package/lib/request/resize-opensearch-cluster-vertical-request.d.ts +1 -1
  229. package/lib/request/resize-opensearch-cluster-vertical-request.js +1 -1
  230. package/lib/request/update-opensearch-cluster-backup-request.d.ts +1 -1
  231. package/lib/request/update-opensearch-cluster-backup-request.js +1 -1
  232. package/lib/request/update-opensearch-cluster-request.d.ts +1 -1
  233. package/lib/request/update-opensearch-cluster-request.js +1 -1
  234. package/lib/request/upgrade-open-search-cluster-request.d.ts +49 -0
  235. package/lib/request/upgrade-open-search-cluster-request.js +15 -0
  236. package/lib/request/upgrade-open-search-cluster-request.js.map +1 -0
  237. package/lib/response/backup-opensearch-cluster-response.d.ts +1 -1
  238. package/lib/response/backup-opensearch-cluster-response.js +1 -1
  239. package/lib/response/configure-outbound-cluster-response.d.ts +25 -0
  240. package/lib/response/configure-outbound-cluster-response.js +15 -0
  241. package/lib/response/configure-outbound-cluster-response.js.map +1 -0
  242. package/lib/response/create-opensearch-cluster-response.d.ts +1 -1
  243. package/lib/response/create-opensearch-cluster-response.js +1 -1
  244. package/lib/response/delete-opensearch-cluster-backup-response.d.ts +1 -1
  245. package/lib/response/delete-opensearch-cluster-backup-response.js +1 -1
  246. package/lib/response/delete-opensearch-cluster-response.d.ts +1 -1
  247. package/lib/response/delete-opensearch-cluster-response.js +1 -1
  248. package/lib/response/get-opensearch-cluster-backup-response.d.ts +1 -1
  249. package/lib/response/get-opensearch-cluster-backup-response.js +1 -1
  250. package/lib/response/get-opensearch-cluster-response.d.ts +1 -1
  251. package/lib/response/get-opensearch-cluster-response.js +1 -1
  252. package/lib/response/get-work-request-response.d.ts +1 -1
  253. package/lib/response/get-work-request-response.js +1 -1
  254. package/lib/response/index.d.ts +5 -1
  255. package/lib/response/index.js +1 -1
  256. package/lib/response/list-opensearch-cluster-backups-response.d.ts +1 -1
  257. package/lib/response/list-opensearch-cluster-backups-response.js +1 -1
  258. package/lib/response/list-opensearch-clusters-response.d.ts +1 -1
  259. package/lib/response/list-opensearch-clusters-response.js +1 -1
  260. package/lib/response/list-opensearch-versions-response.d.ts +1 -1
  261. package/lib/response/list-opensearch-versions-response.js +1 -1
  262. package/lib/response/list-work-request-errors-response.d.ts +1 -1
  263. package/lib/response/list-work-request-errors-response.js +1 -1
  264. package/lib/response/list-work-request-logs-response.d.ts +1 -1
  265. package/lib/response/list-work-request-logs-response.js +1 -1
  266. package/lib/response/list-work-requests-response.d.ts +1 -1
  267. package/lib/response/list-work-requests-response.js +1 -1
  268. package/lib/response/opensearch-cluster-restore-response.d.ts +1 -1
  269. package/lib/response/opensearch-cluster-restore-response.js +1 -1
  270. package/lib/response/resize-opensearch-cluster-horizontal-response.d.ts +1 -1
  271. package/lib/response/resize-opensearch-cluster-horizontal-response.js +1 -1
  272. package/lib/response/resize-opensearch-cluster-vertical-response.d.ts +1 -1
  273. package/lib/response/resize-opensearch-cluster-vertical-response.js +1 -1
  274. package/lib/response/update-opensearch-cluster-backup-response.d.ts +1 -1
  275. package/lib/response/update-opensearch-cluster-backup-response.js +1 -1
  276. package/lib/response/update-opensearch-cluster-response.d.ts +1 -1
  277. package/lib/response/update-opensearch-cluster-response.js +1 -1
  278. package/lib/response/upgrade-open-search-cluster-response.d.ts +25 -0
  279. package/lib/response/upgrade-open-search-cluster-response.js +15 -0
  280. package/lib/response/upgrade-open-search-cluster-response.js.map +1 -0
  281. package/package.json +3 -3
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ /**
3
+ * OpenSearch Service API
4
+ * The OpenSearch service API provides access to OCI Search Service with OpenSearch.
5
+ * OpenAPI spec version: 20180828
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.OpensearchClusterPipelineSummary = void 0;
16
+ var OpensearchClusterPipelineSummary;
17
+ (function (OpensearchClusterPipelineSummary) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ OpensearchClusterPipelineSummary.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ OpensearchClusterPipelineSummary.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(OpensearchClusterPipelineSummary = exports.OpensearchClusterPipelineSummary || (exports.OpensearchClusterPipelineSummary = {}));
29
+ //# sourceMappingURL=opensearch-cluster-pipeline-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"opensearch-cluster-pipeline-summary.js","sourceRoot":"","sources":["../../../../../lib/opensearch/lib/model/opensearch-cluster-pipeline-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA0EH,IAAiB,gCAAgC,CAWhD;AAXD,WAAiB,gCAAgC;IAC/C,SAAgB,UAAU,CAAC,GAAqC;QAC9D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,2CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqC;QAC1E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,gCAAgC,GAAhC,wCAAgC,KAAhC,wCAAgC,QAWhD"}
@@ -0,0 +1,128 @@
1
+ /**
2
+ * OpenSearch Service API
3
+ * The OpenSearch service API provides access to OCI Search Service with OpenSearch.
4
+ * OpenAPI spec version: 20180828
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ /**
14
+ * An OpenSearch cluster Pipeline resource. An cluster is set of instances that provide OpenSearch functionality in OCI Search Service with OpenSearch.
15
+ * For more information, see [Cluster Pipelines](https://docs.cloud.oracle.com/iaas/Content/search-opensearch/Concepts/ociopensearchpipeline.htm).
16
+ *
17
+ */
18
+ export interface OpensearchClusterPipeline {
19
+ /**
20
+ * The OCID of the cluster pipeline.
21
+ */
22
+ "id": string;
23
+ /**
24
+ * The name of the pipeline. Avoid entering confidential information.
25
+ */
26
+ "displayName": string;
27
+ /**
28
+ * The OCID of the compartment where the pipeline is located.
29
+ */
30
+ "compartmentId": string;
31
+ /**
32
+ * The OCID of the pipeline's VCN.
33
+ */
34
+ "vcnId": string;
35
+ /**
36
+ * The OCID of the pipeline's subnet.
37
+ */
38
+ "subnetId": string;
39
+ /**
40
+ * The OCID for the compartment where the pipeline's VCN is located.
41
+ */
42
+ "vcnCompartmentId": string;
43
+ /**
44
+ * The OCID for the compartment where the pipwline's subnet is located.
45
+ */
46
+ "subnetCompartmentId": string;
47
+ /**
48
+ * The maximum pipeline capacity, in OCPUs. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
49
+ */
50
+ "maxOcpuCount": number;
51
+ /**
52
+ * The maximum pipeline capacity, in OCPUs. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
53
+ */
54
+ "minOcpuCount": number;
55
+ /**
56
+ * The maximum amount of memory in GB, for the pipeline. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
57
+ */
58
+ "maxMemoryGB": number;
59
+ /**
60
+ * The minimum amount of memory in GB, for the pipeline. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
61
+ */
62
+ "minMemoryGB": number;
63
+ /**
64
+ * The pipeline configuration in YAML format. The command accepts the pipeline configuration as a string or within a .yaml file. If you provide the configuration as a string, each new line must be escaped with \\.
65
+ *
66
+ */
67
+ "pipelineConfigurationBody": string;
68
+ /**
69
+ * The fully qualified domain name (FQDN) for the cluster's API endpoint.
70
+ */
71
+ "opensearchPipelineFqdn": string;
72
+ /**
73
+ * The pipeline's private IP address.
74
+ */
75
+ "opensearchPipelinePrivateIp": string;
76
+ /**
77
+ * The current state of the cluster backup.
78
+ */
79
+ "lifecycleState": OpensearchClusterPipeline.LifecycleState;
80
+ /**
81
+ * The date and time the cluster pipeline was created. Format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
82
+ */
83
+ "timeCreated"?: Date;
84
+ /**
85
+ * The amount of time in milliseconds since the pipeline was updated.
86
+ */
87
+ "timeUpdated"?: Date;
88
+ /**
89
+ * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
90
+ * Example: {@code {\"bar-key\": \"value\"}}
91
+ *
92
+ */
93
+ "freeformTags"?: {
94
+ [key: string]: string;
95
+ };
96
+ /**
97
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace.
98
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
99
+ *
100
+ */
101
+ "definedTags"?: {
102
+ [key: string]: {
103
+ [key: string]: any;
104
+ };
105
+ };
106
+ /**
107
+ * Usage of system tag keys. These predefined keys are scoped to namespaces.
108
+ * Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
109
+ *
110
+ */
111
+ "systemTags"?: {
112
+ [key: string]: {
113
+ [key: string]: any;
114
+ };
115
+ };
116
+ }
117
+ export declare namespace OpensearchClusterPipeline {
118
+ enum LifecycleState {
119
+ Creating = "CREATING",
120
+ Updating = "UPDATING",
121
+ Active = "ACTIVE",
122
+ Deleting = "DELETING",
123
+ Deleted = "DELETED",
124
+ Failed = "FAILED"
125
+ }
126
+ function getJsonObj(obj: OpensearchClusterPipeline): object;
127
+ function getDeserializedJsonObj(obj: OpensearchClusterPipeline): object;
128
+ }
@@ -0,0 +1,38 @@
1
+ "use strict";
2
+ /**
3
+ * OpenSearch Service API
4
+ * The OpenSearch service API provides access to OCI Search Service with OpenSearch.
5
+ * OpenAPI spec version: 20180828
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.OpensearchClusterPipeline = void 0;
16
+ var OpensearchClusterPipeline;
17
+ (function (OpensearchClusterPipeline) {
18
+ let LifecycleState;
19
+ (function (LifecycleState) {
20
+ LifecycleState["Creating"] = "CREATING";
21
+ LifecycleState["Updating"] = "UPDATING";
22
+ LifecycleState["Active"] = "ACTIVE";
23
+ LifecycleState["Deleting"] = "DELETING";
24
+ LifecycleState["Deleted"] = "DELETED";
25
+ LifecycleState["Failed"] = "FAILED";
26
+ })(LifecycleState = OpensearchClusterPipeline.LifecycleState || (OpensearchClusterPipeline.LifecycleState = {}));
27
+ function getJsonObj(obj) {
28
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
29
+ return jsonObj;
30
+ }
31
+ OpensearchClusterPipeline.getJsonObj = getJsonObj;
32
+ function getDeserializedJsonObj(obj) {
33
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
34
+ return jsonObj;
35
+ }
36
+ OpensearchClusterPipeline.getDeserializedJsonObj = getDeserializedJsonObj;
37
+ })(OpensearchClusterPipeline = exports.OpensearchClusterPipeline || (exports.OpensearchClusterPipeline = {}));
38
+ //# sourceMappingURL=opensearch-cluster-pipeline.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"opensearch-cluster-pipeline.js","sourceRoot":"","sources":["../../../../../lib/opensearch/lib/model/opensearch-cluster-pipeline.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAoGH,IAAiB,yBAAyB,CAoBzC;AApBD,WAAiB,yBAAyB;IACxC,IAAY,cAOX;IAPD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;IACnB,CAAC,EAPW,cAAc,GAAd,wCAAc,KAAd,wCAAc,QAOzB;IAED,SAAgB,UAAU,CAAC,GAA8B;QACvD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8B;QACnE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gDAAsB,yBAIrC,CAAA;AACH,CAAC,EApBgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAoBzC"}
@@ -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, 2024, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2025, 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";
@@ -91,6 +91,8 @@ export interface OpensearchClusterSummary {
91
91
  * The security mode of the cluster.
92
92
  */
93
93
  "securityMode"?: model.SecurityMode;
94
+ "backupPolicy"?: model.BackupPolicy;
95
+ "outboundClusterConfig"?: model.OutboundClusterConfig;
94
96
  }
95
97
  export declare namespace OpensearchClusterSummary {
96
98
  function getJsonObj(obj: OpensearchClusterSummary): object;
@@ -8,20 +8,54 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2025, 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
+ 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
+ };
14
33
  Object.defineProperty(exports, "__esModule", { value: true });
15
34
  exports.OpensearchClusterSummary = void 0;
35
+ const model = __importStar(require("../model"));
16
36
  var OpensearchClusterSummary;
17
37
  (function (OpensearchClusterSummary) {
18
38
  function getJsonObj(obj) {
19
- const jsonObj = Object.assign(Object.assign({}, obj), {});
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "backupPolicy": obj.backupPolicy
41
+ ? model.BackupPolicy.getJsonObj(obj.backupPolicy)
42
+ : undefined,
43
+ "outboundClusterConfig": obj.outboundClusterConfig
44
+ ? model.OutboundClusterConfig.getJsonObj(obj.outboundClusterConfig)
45
+ : undefined
46
+ });
20
47
  return jsonObj;
21
48
  }
22
49
  OpensearchClusterSummary.getJsonObj = getJsonObj;
23
50
  function getDeserializedJsonObj(obj) {
24
- const jsonObj = Object.assign(Object.assign({}, obj), {});
51
+ const jsonObj = Object.assign(Object.assign({}, obj), {
52
+ "backupPolicy": obj.backupPolicy
53
+ ? model.BackupPolicy.getDeserializedJsonObj(obj.backupPolicy)
54
+ : undefined,
55
+ "outboundClusterConfig": obj.outboundClusterConfig
56
+ ? model.OutboundClusterConfig.getDeserializedJsonObj(obj.outboundClusterConfig)
57
+ : undefined
58
+ });
25
59
  return jsonObj;
26
60
  }
27
61
  OpensearchClusterSummary.getDeserializedJsonObj = getDeserializedJsonObj;
@@ -1 +1 @@
1
- {"version":3,"file":"opensearch-cluster-summary.js","sourceRoot":"","sources":["../../../../../lib/opensearch/lib/model/opensearch-cluster-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA6EH,IAAiB,wBAAwB,CAWxC;AAXD,WAAiB,wBAAwB;IACvC,SAAgB,UAAU,CAAC,GAA6B;QACtD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA6B;QAClE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAWxC"}
1
+ {"version":3,"file":"opensearch-cluster-summary.js","sourceRoot":"","sources":["../../../../../lib/opensearch/lib/model/opensearch-cluster-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA6ElC,IAAiB,wBAAwB,CA+BxC;AA/BD,WAAiB,wBAAwB;IACvC,SAAgB,UAAU,CAAC,GAA6B;QACtD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,UAAU,CAAC,GAAG,CAAC,YAAY,CAAC;gBACjD,CAAC,CAAC,SAAS;YACb,uBAAuB,EAAE,GAAG,CAAC,qBAAqB;gBAChD,CAAC,CAAC,KAAK,CAAC,qBAAqB,CAAC,UAAU,CAAC,GAAG,CAAC,qBAAqB,CAAC;gBACnE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,mCAAU,aAczB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA6B;QAClE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,sBAAsB,CAAC,GAAG,CAAC,YAAY,CAAC;gBAC7D,CAAC,CAAC,SAAS;YACb,uBAAuB,EAAE,GAAG,CAAC,qBAAqB;gBAChD,CAAC,CAAC,KAAK,CAAC,qBAAqB,CAAC,sBAAsB,CAAC,GAAG,CAAC,qBAAqB,CAAC;gBAC/E,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,+CAAsB,yBAcrC,CAAA;AACH,CAAC,EA/BgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QA+BxC"}
@@ -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, 2024, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2025, 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";
@@ -193,6 +193,22 @@ export interface OpensearchCluster {
193
193
  * The password hash of the master user that are used to manage security config
194
194
  */
195
195
  "securityMasterUserPasswordHash"?: string;
196
+ "securitySamlConfig"?: model.SecuritySamlConfig;
197
+ "backupPolicy"?: model.BackupPolicy;
198
+ /**
199
+ * The customer IP addresses of the endpoint in customer VCN
200
+ */
201
+ "reverseConnectionEndpointCustomerIps"?: Array<string>;
202
+ /**
203
+ * The list of reverse connection endpoints.
204
+ */
205
+ "reverseConnectionEndpoints"?: Array<model.ReverseConnectionEndpoint>;
206
+ "outboundClusterConfig"?: model.OutboundClusterConfig;
207
+ /**
208
+ * List of inbound clusters for which this cluster is an outbound cluster
209
+ */
210
+ "inboundClusterIds"?: Array<string>;
211
+ "maintenanceDetails"?: model.MaintenanceDetails;
196
212
  }
197
213
  export declare namespace OpensearchCluster {
198
214
  enum LifecycleState {
@@ -8,11 +8,31 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2025, 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
+ 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
+ };
14
33
  Object.defineProperty(exports, "__esModule", { value: true });
15
34
  exports.OpensearchCluster = void 0;
35
+ const model = __importStar(require("../model"));
16
36
  var OpensearchCluster;
17
37
  (function (OpensearchCluster) {
18
38
  let LifecycleState;
@@ -30,12 +50,48 @@ var OpensearchCluster;
30
50
  LifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
31
51
  })(LifecycleState = OpensearchCluster.LifecycleState || (OpensearchCluster.LifecycleState = {}));
32
52
  function getJsonObj(obj) {
33
- const jsonObj = Object.assign(Object.assign({}, obj), {});
53
+ const jsonObj = Object.assign(Object.assign({}, obj), {
54
+ "securitySamlConfig": obj.securitySamlConfig
55
+ ? model.SecuritySamlConfig.getJsonObj(obj.securitySamlConfig)
56
+ : undefined,
57
+ "backupPolicy": obj.backupPolicy
58
+ ? model.BackupPolicy.getJsonObj(obj.backupPolicy)
59
+ : undefined,
60
+ "reverseConnectionEndpoints": obj.reverseConnectionEndpoints
61
+ ? obj.reverseConnectionEndpoints.map(item => {
62
+ return model.ReverseConnectionEndpoint.getJsonObj(item);
63
+ })
64
+ : undefined,
65
+ "outboundClusterConfig": obj.outboundClusterConfig
66
+ ? model.OutboundClusterConfig.getJsonObj(obj.outboundClusterConfig)
67
+ : undefined,
68
+ "maintenanceDetails": obj.maintenanceDetails
69
+ ? model.MaintenanceDetails.getJsonObj(obj.maintenanceDetails)
70
+ : undefined
71
+ });
34
72
  return jsonObj;
35
73
  }
36
74
  OpensearchCluster.getJsonObj = getJsonObj;
37
75
  function getDeserializedJsonObj(obj) {
38
- const jsonObj = Object.assign(Object.assign({}, obj), {});
76
+ const jsonObj = Object.assign(Object.assign({}, obj), {
77
+ "securitySamlConfig": obj.securitySamlConfig
78
+ ? model.SecuritySamlConfig.getDeserializedJsonObj(obj.securitySamlConfig)
79
+ : undefined,
80
+ "backupPolicy": obj.backupPolicy
81
+ ? model.BackupPolicy.getDeserializedJsonObj(obj.backupPolicy)
82
+ : undefined,
83
+ "reverseConnectionEndpoints": obj.reverseConnectionEndpoints
84
+ ? obj.reverseConnectionEndpoints.map(item => {
85
+ return model.ReverseConnectionEndpoint.getDeserializedJsonObj(item);
86
+ })
87
+ : undefined,
88
+ "outboundClusterConfig": obj.outboundClusterConfig
89
+ ? model.OutboundClusterConfig.getDeserializedJsonObj(obj.outboundClusterConfig)
90
+ : undefined,
91
+ "maintenanceDetails": obj.maintenanceDetails
92
+ ? model.MaintenanceDetails.getDeserializedJsonObj(obj.maintenanceDetails)
93
+ : undefined
94
+ });
39
95
  return jsonObj;
40
96
  }
41
97
  OpensearchCluster.getDeserializedJsonObj = getDeserializedJsonObj;
@@ -1 +1 @@
1
- {"version":3,"file":"opensearch-cluster.js","sourceRoot":"","sources":["../../../../../lib/opensearch/lib/model/opensearch-cluster.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAmLH,IAAiB,iBAAiB,CAyBjC;AAzBD,WAAiB,iBAAiB;IAChC,IAAY,cAYX;IAZD,WAAY,cAAc;QACxB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;QACjB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAZW,cAAc,GAAd,gCAAc,KAAd,gCAAc,QAYzB;IAED,SAAgB,UAAU,CAAC,GAAsB;QAC/C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,4BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsB;QAC3D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,wCAAsB,yBAIrC,CAAA;AACH,CAAC,EAzBgB,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAyBjC"}
1
+ {"version":3,"file":"opensearch-cluster.js","sourceRoot":"","sources":["../../../../../lib/opensearch/lib/model/opensearch-cluster.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAiMlC,IAAiB,iBAAiB,CAuEjC;AAvED,WAAiB,iBAAiB;IAChC,IAAY,cAYX;IAZD,WAAY,cAAc;QACxB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;QACjB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAZW,cAAc,GAAd,gCAAc,KAAd,gCAAc,QAYzB;IAED,SAAgB,UAAU,CAAC,GAAsB;QAC/C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,oBAAoB,EAAE,GAAG,CAAC,kBAAkB;gBAC1C,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,GAAG,CAAC,kBAAkB,CAAC;gBAC7D,CAAC,CAAC,SAAS;YACb,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,UAAU,CAAC,GAAG,CAAC,YAAY,CAAC;gBACjD,CAAC,CAAC,SAAS;YAEb,4BAA4B,EAAE,GAAG,CAAC,0BAA0B;gBAC1D,CAAC,CAAC,GAAG,CAAC,0BAA0B,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACxC,OAAO,KAAK,CAAC,yBAAyB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC1D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,uBAAuB,EAAE,GAAG,CAAC,qBAAqB;gBAChD,CAAC,CAAC,KAAK,CAAC,qBAAqB,CAAC,UAAU,CAAC,GAAG,CAAC,qBAAqB,CAAC;gBACnE,CAAC,CAAC,SAAS;YAEb,oBAAoB,EAAE,GAAG,CAAC,kBAAkB;gBAC1C,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,GAAG,CAAC,kBAAkB,CAAC;gBAC7D,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IA3Be,4BAAU,aA2BzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsB;QAC3D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,oBAAoB,EAAE,GAAG,CAAC,kBAAkB;gBAC1C,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,GAAG,CAAC,kBAAkB,CAAC;gBACzE,CAAC,CAAC,SAAS;YACb,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,sBAAsB,CAAC,GAAG,CAAC,YAAY,CAAC;gBAC7D,CAAC,CAAC,SAAS;YAEb,4BAA4B,EAAE,GAAG,CAAC,0BAA0B;gBAC1D,CAAC,CAAC,GAAG,CAAC,0BAA0B,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACxC,OAAO,KAAK,CAAC,yBAAyB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACtE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,uBAAuB,EAAE,GAAG,CAAC,qBAAqB;gBAChD,CAAC,CAAC,KAAK,CAAC,qBAAqB,CAAC,sBAAsB,CAAC,GAAG,CAAC,qBAAqB,CAAC;gBAC/E,CAAC,CAAC,SAAS;YAEb,oBAAoB,EAAE,GAAG,CAAC,kBAAkB;gBAC1C,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,GAAG,CAAC,kBAAkB,CAAC;gBACzE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IA3Be,wCAAsB,yBA2BrC,CAAA;AACH,CAAC,EAvEgB,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAuEjC"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ * OpenSearch Service API
3
+ * The OpenSearch service API provides access to OCI Search Service with OpenSearch.
4
+ * OpenAPI spec version: 20180828
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ /**
15
+ * Details for validation of customer input pipeline configuration.
16
+ */
17
+ export interface OpensearchPipelineValidationResponse {
18
+ /**
19
+ * An array of errors in the pipeline configuration which is given for validation.
20
+ */
21
+ "errors": Array<model.PipelineValidationErrorDetails>;
22
+ /**
23
+ * Boolean value which tells us if the pipeline configuration given by user is valid or not.
24
+ */
25
+ "isValid": boolean;
26
+ }
27
+ export declare namespace OpensearchPipelineValidationResponse {
28
+ function getJsonObj(obj: OpensearchPipelineValidationResponse): object;
29
+ function getDeserializedJsonObj(obj: OpensearchPipelineValidationResponse): object;
30
+ }
@@ -0,0 +1,61 @@
1
+ "use strict";
2
+ /**
3
+ * OpenSearch Service API
4
+ * The OpenSearch service API provides access to OCI Search Service with OpenSearch.
5
+ * OpenAPI spec version: 20180828
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.OpensearchPipelineValidationResponse = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var OpensearchPipelineValidationResponse;
37
+ (function (OpensearchPipelineValidationResponse) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "errors": obj.errors
41
+ ? obj.errors.map(item => {
42
+ return model.PipelineValidationErrorDetails.getJsonObj(item);
43
+ })
44
+ : undefined
45
+ });
46
+ return jsonObj;
47
+ }
48
+ OpensearchPipelineValidationResponse.getJsonObj = getJsonObj;
49
+ function getDeserializedJsonObj(obj) {
50
+ const jsonObj = Object.assign(Object.assign({}, obj), {
51
+ "errors": obj.errors
52
+ ? obj.errors.map(item => {
53
+ return model.PipelineValidationErrorDetails.getDeserializedJsonObj(item);
54
+ })
55
+ : undefined
56
+ });
57
+ return jsonObj;
58
+ }
59
+ OpensearchPipelineValidationResponse.getDeserializedJsonObj = getDeserializedJsonObj;
60
+ })(OpensearchPipelineValidationResponse = exports.OpensearchPipelineValidationResponse || (exports.OpensearchPipelineValidationResponse = {}));
61
+ //# sourceMappingURL=opensearch-pipeline-validation-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"opensearch-pipeline-validation-response.js","sourceRoot":"","sources":["../../../../../lib/opensearch/lib/model/opensearch-pipeline-validation-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAiBlC,IAAiB,oCAAoC,CA6BpD;AA7BD,WAAiB,oCAAoC;IACnD,SAAgB,UAAU,CAAC,GAAyC;QAClE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,QAAQ,EAAE,GAAG,CAAC,MAAM;gBAClB,CAAC,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACpB,OAAO,KAAK,CAAC,8BAA8B,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC/D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,+CAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAyC;QAC9E,MAAM,OAAO,mCACR,GAAG,GACH;YACD,QAAQ,EAAE,GAAG,CAAC,MAAM;gBAClB,CAAC,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACpB,OAAO,KAAK,CAAC,8BAA8B,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC3E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,2DAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,oCAAoC,GAApC,4CAAoC,KAApC,4CAAoC,QA6BpD"}
@@ -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, 2024, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2025, 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, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2025, 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, 2024, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2025, 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, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2025, 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, 2024, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2025, 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, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2025, 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, 2024, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2025, 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
  /**
@@ -23,7 +23,13 @@ export declare enum OperationType {
23
23
  UpdateOpensearchClusterBackup = "UPDATE_OPENSEARCH_CLUSTER_BACKUP",
24
24
  MoveOpensearchClusterBackup = "MOVE_OPENSEARCH_CLUSTER_BACKUP",
25
25
  DeleteOpensearchClusterBackup = "DELETE_OPENSEARCH_CLUSTER_BACKUP",
26
+ CreateOpensearchPipeline = "CREATE_OPENSEARCH_PIPELINE",
27
+ UpdateOpensearchPipeline = "UPDATE_OPENSEARCH_PIPELINE",
28
+ DeleteOpensearchPipeline = "DELETE_OPENSEARCH_PIPELINE",
26
29
  UpdateOpensearchClusterSecurityConfig = "UPDATE_OPENSEARCH_CLUSTER_SECURITY_CONFIG",
30
+ UpdateOpensearchCrossClusterConfig = "UPDATE_OPENSEARCH_CROSS_CLUSTER_CONFIG",
31
+ UpdateOpensearchClusterReverseConnectionEndpoints = "UPDATE_OPENSEARCH_CLUSTER_REVERSE_CONNECTION_ENDPOINTS",
32
+ ConfigureRemoteCluster = "CONFIGURE_REMOTE_CLUSTER",
27
33
  /**
28
34
  * This value is used if a service returns a value for this enum that is not recognized by this
29
35
  * version of the SDK.
@@ -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, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2025, 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 });
@@ -27,7 +27,13 @@ var OperationType;
27
27
  OperationType["UpdateOpensearchClusterBackup"] = "UPDATE_OPENSEARCH_CLUSTER_BACKUP";
28
28
  OperationType["MoveOpensearchClusterBackup"] = "MOVE_OPENSEARCH_CLUSTER_BACKUP";
29
29
  OperationType["DeleteOpensearchClusterBackup"] = "DELETE_OPENSEARCH_CLUSTER_BACKUP";
30
+ OperationType["CreateOpensearchPipeline"] = "CREATE_OPENSEARCH_PIPELINE";
31
+ OperationType["UpdateOpensearchPipeline"] = "UPDATE_OPENSEARCH_PIPELINE";
32
+ OperationType["DeleteOpensearchPipeline"] = "DELETE_OPENSEARCH_PIPELINE";
30
33
  OperationType["UpdateOpensearchClusterSecurityConfig"] = "UPDATE_OPENSEARCH_CLUSTER_SECURITY_CONFIG";
34
+ OperationType["UpdateOpensearchCrossClusterConfig"] = "UPDATE_OPENSEARCH_CROSS_CLUSTER_CONFIG";
35
+ OperationType["UpdateOpensearchClusterReverseConnectionEndpoints"] = "UPDATE_OPENSEARCH_CLUSTER_REVERSE_CONNECTION_ENDPOINTS";
36
+ OperationType["ConfigureRemoteCluster"] = "CONFIGURE_REMOTE_CLUSTER";
31
37
  /**
32
38
  * This value is used if a service returns a value for this enum that is not recognized by this
33
39
  * version of the SDK.
@@ -1 +1 @@
1
- {"version":3,"file":"operation-type.js","sourceRoot":"","sources":["../../../../../lib/opensearch/lib/model/operation-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,aAiBX;AAjBD,WAAY,aAAa;IACvB,sEAAqD,CAAA;IACrD,sEAAqD,CAAA;IACrD,sEAAqD,CAAA;IACrD,kEAAiD,CAAA;IACjD,wEAAuD,CAAA;IACvD,sEAAqD,CAAA;IACrD,mFAAkE,CAAA;IAClE,+EAA8D,CAAA;IAC9D,mFAAkE,CAAA;IAClE,oGAAmF,CAAA;IAEnF;;;OAGG;IACH,+CAA8B,CAAA;AAChC,CAAC,EAjBW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAiBxB;AAED,WAAiB,aAAa;IAC5B,SAAgB,UAAU,CAAC,GAAkB;QAC3C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,wBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkB;QACvD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,oCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAO7B"}
1
+ {"version":3,"file":"operation-type.js","sourceRoot":"","sources":["../../../../../lib/opensearch/lib/model/operation-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,aAuBX;AAvBD,WAAY,aAAa;IACvB,sEAAqD,CAAA;IACrD,sEAAqD,CAAA;IACrD,sEAAqD,CAAA;IACrD,kEAAiD,CAAA;IACjD,wEAAuD,CAAA;IACvD,sEAAqD,CAAA;IACrD,mFAAkE,CAAA;IAClE,+EAA8D,CAAA;IAC9D,mFAAkE,CAAA;IAClE,wEAAuD,CAAA;IACvD,wEAAuD,CAAA;IACvD,wEAAuD,CAAA;IACvD,oGAAmF,CAAA;IACnF,8FAA6E,CAAA;IAC7E,6HAA4G,CAAA;IAC5G,oEAAmD,CAAA;IAEnD;;;OAGG;IACH,+CAA8B,CAAA;AAChC,CAAC,EAvBW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAuBxB;AAED,WAAiB,aAAa;IAC5B,SAAgB,UAAU,CAAC,GAAkB;QAC3C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,wBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkB;QACvD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,oCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAO7B"}