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,53 @@
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
+ * update cluster specs in Kiev.
15
+ */
16
+ export interface UpdateClusterSpecsDetails {
17
+ /**
18
+ * OCID of the Opensearch Cluster.
19
+ */
20
+ "clusterId": string;
21
+ /**
22
+ * Updated value of OCPU's configured for master nodes of the cluster. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
23
+ */
24
+ "masterNodeHostOcpuCount"?: number;
25
+ /**
26
+ * Updated value of memory for master nodes in the cluster (in GB). Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
27
+ */
28
+ "masterNodeHostMemoryGB"?: number;
29
+ /**
30
+ * Updated value of OCPU's configured for data nodes of the cluster. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
31
+ */
32
+ "dataNodeHostOcpuCount"?: number;
33
+ /**
34
+ * Updated value of memory for data nodes in the cluster (in GB). Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
35
+ */
36
+ "dataNodeHostMemoryGB"?: number;
37
+ /**
38
+ * Updated version of the software the cluster is currently running.
39
+ */
40
+ "softwareVersion"?: string;
41
+ /**
42
+ * Updated version of the dashboard software the cluster is currently running.
43
+ */
44
+ "dashboardSoftwareVersion"?: string;
45
+ /**
46
+ * Updated Private endpoint of cluster.
47
+ */
48
+ "clusterPrivateEndpoint"?: string;
49
+ }
50
+ export declare namespace UpdateClusterSpecsDetails {
51
+ function getJsonObj(obj: UpdateClusterSpecsDetails): object;
52
+ function getDeserializedJsonObj(obj: UpdateClusterSpecsDetails): object;
53
+ }
@@ -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.UpdateClusterSpecsDetails = void 0;
16
+ var UpdateClusterSpecsDetails;
17
+ (function (UpdateClusterSpecsDetails) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ UpdateClusterSpecsDetails.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ UpdateClusterSpecsDetails.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(UpdateClusterSpecsDetails = exports.UpdateClusterSpecsDetails || (exports.UpdateClusterSpecsDetails = {}));
29
+ //# sourceMappingURL=update-cluster-specs-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-cluster-specs-details.js","sourceRoot":"","sources":["../../../../../lib/opensearch/lib/model/update-cluster-specs-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA2CH,IAAiB,yBAAyB,CAWzC;AAXD,WAAiB,yBAAyB;IACxC,SAAgB,UAAU,CAAC,GAA8B;QACvD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8B;QACnE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAWzC"}
@@ -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 });
@@ -0,0 +1,25 @@
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
+ * Details for update of maintenance details
15
+ */
16
+ export interface UpdateMaintenanceDetails {
17
+ /**
18
+ * The Email IDs given by the customer to get notified about maintenance activities
19
+ */
20
+ "notificationEmailIds"?: Array<string>;
21
+ }
22
+ export declare namespace UpdateMaintenanceDetails {
23
+ function getJsonObj(obj: UpdateMaintenanceDetails): object;
24
+ function getDeserializedJsonObj(obj: UpdateMaintenanceDetails): object;
25
+ }
@@ -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.UpdateMaintenanceDetails = void 0;
16
+ var UpdateMaintenanceDetails;
17
+ (function (UpdateMaintenanceDetails) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ UpdateMaintenanceDetails.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ UpdateMaintenanceDetails.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(UpdateMaintenanceDetails = exports.UpdateMaintenanceDetails || (exports.UpdateMaintenanceDetails = {}));
29
+ //# sourceMappingURL=update-maintenance-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-maintenance-details.js","sourceRoot":"","sources":["../../../../../lib/opensearch/lib/model/update-maintenance-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAeH,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"}
@@ -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
  import * as model from "../model";
@@ -34,6 +34,14 @@ export interface UpdateOpensearchClusterDetails {
34
34
  * The password hash of the master user that are used to manage security config
35
35
  */
36
36
  "securityMasterUserPasswordHash"?: string;
37
+ "securitySamlConfig"?: model.SecuritySamlConfig;
38
+ "backupPolicy"?: model.BackupPolicy;
39
+ /**
40
+ * The customer IP addresses of the endpoint in customer VCN
41
+ */
42
+ "reverseConnectionEndpointCustomerIps"?: Array<string>;
43
+ "outboundClusterConfig"?: model.OutboundClusterConfig;
44
+ "maintenanceDetails"?: model.UpdateMaintenanceDetails;
37
45
  /**
38
46
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
39
47
  * Example: {@code {\"bar-key\": \"value\"}}
@@ -8,20 +8,66 @@
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.UpdateOpensearchClusterDetails = void 0;
35
+ const model = __importStar(require("../model"));
16
36
  var UpdateOpensearchClusterDetails;
17
37
  (function (UpdateOpensearchClusterDetails) {
18
38
  function getJsonObj(obj) {
19
- const jsonObj = Object.assign(Object.assign({}, obj), {});
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "securitySamlConfig": obj.securitySamlConfig
41
+ ? model.SecuritySamlConfig.getJsonObj(obj.securitySamlConfig)
42
+ : undefined,
43
+ "backupPolicy": obj.backupPolicy
44
+ ? model.BackupPolicy.getJsonObj(obj.backupPolicy)
45
+ : undefined,
46
+ "outboundClusterConfig": obj.outboundClusterConfig
47
+ ? model.OutboundClusterConfig.getJsonObj(obj.outboundClusterConfig)
48
+ : undefined,
49
+ "maintenanceDetails": obj.maintenanceDetails
50
+ ? model.UpdateMaintenanceDetails.getJsonObj(obj.maintenanceDetails)
51
+ : undefined
52
+ });
20
53
  return jsonObj;
21
54
  }
22
55
  UpdateOpensearchClusterDetails.getJsonObj = getJsonObj;
23
56
  function getDeserializedJsonObj(obj) {
24
- const jsonObj = Object.assign(Object.assign({}, obj), {});
57
+ const jsonObj = Object.assign(Object.assign({}, obj), {
58
+ "securitySamlConfig": obj.securitySamlConfig
59
+ ? model.SecuritySamlConfig.getDeserializedJsonObj(obj.securitySamlConfig)
60
+ : undefined,
61
+ "backupPolicy": obj.backupPolicy
62
+ ? model.BackupPolicy.getDeserializedJsonObj(obj.backupPolicy)
63
+ : undefined,
64
+ "outboundClusterConfig": obj.outboundClusterConfig
65
+ ? model.OutboundClusterConfig.getDeserializedJsonObj(obj.outboundClusterConfig)
66
+ : undefined,
67
+ "maintenanceDetails": obj.maintenanceDetails
68
+ ? model.UpdateMaintenanceDetails.getDeserializedJsonObj(obj.maintenanceDetails)
69
+ : undefined
70
+ });
25
71
  return jsonObj;
26
72
  }
27
73
  UpdateOpensearchClusterDetails.getDeserializedJsonObj = getDeserializedJsonObj;
@@ -1 +1 @@
1
- {"version":3,"file":"update-opensearch-cluster-details.js","sourceRoot":"","sources":["../../../../../lib/opensearch/lib/model/update-opensearch-cluster-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA0CH,IAAiB,8BAA8B,CAW9C;AAXD,WAAiB,8BAA8B;IAC7C,SAAgB,UAAU,CAAC,GAAmC;QAC5D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmC;QACxE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,qDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QAW9C"}
1
+ {"version":3,"file":"update-opensearch-cluster-details.js","sourceRoot":"","sources":["../../../../../lib/opensearch/lib/model/update-opensearch-cluster-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAgDlC,IAAiB,8BAA8B,CA6C9C;AA7CD,WAAiB,8BAA8B;IAC7C,SAAgB,UAAU,CAAC,GAAmC;QAC5D,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,uBAAuB,EAAE,GAAG,CAAC,qBAAqB;gBAChD,CAAC,CAAC,KAAK,CAAC,qBAAqB,CAAC,UAAU,CAAC,GAAG,CAAC,qBAAqB,CAAC;gBACnE,CAAC,CAAC,SAAS;YACb,oBAAoB,EAAE,GAAG,CAAC,kBAAkB;gBAC1C,CAAC,CAAC,KAAK,CAAC,wBAAwB,CAAC,UAAU,CAAC,GAAG,CAAC,kBAAkB,CAAC;gBACnE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IArBe,yCAAU,aAqBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmC;QACxE,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,uBAAuB,EAAE,GAAG,CAAC,qBAAqB;gBAChD,CAAC,CAAC,KAAK,CAAC,qBAAqB,CAAC,sBAAsB,CAAC,GAAG,CAAC,qBAAqB,CAAC;gBAC/E,CAAC,CAAC,SAAS;YACb,oBAAoB,EAAE,GAAG,CAAC,kBAAkB;gBAC1C,CAAC,CAAC,KAAK,CAAC,wBAAwB,CAAC,sBAAsB,CAAC,GAAG,CAAC,kBAAkB,CAAC;gBAC/E,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IArBe,qDAAsB,yBAqBrC,CAAA;AACH,CAAC,EA7CgB,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QA6C9C"}
@@ -0,0 +1,47 @@
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
+ * The configuration to update on an existing OpenSearch cluster pipeline. You can only edit capaccity limits and pipeline configuration. You can't edit its name or network settings.
15
+ *
16
+ */
17
+ export interface UpdateOpensearchClusterPipelineDetails {
18
+ /**
19
+ * The name of the pipeline. Avoid entering confidential information.
20
+ */
21
+ "displayName": string;
22
+ /**
23
+ * The maximum pipeline capacity, in OCPUs. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
24
+ */
25
+ "maxOcpuCount"?: number;
26
+ /**
27
+ * The minimum pipeline capacity, in OCPUs. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
28
+ */
29
+ "minOcpuCount"?: number;
30
+ /**
31
+ * The maximum amount of memory in GB, for the pipeline. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
32
+ */
33
+ "maxMemoryGB"?: number;
34
+ /**
35
+ * The minimum amount of memory in GB, for the pipeline. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
36
+ */
37
+ "minMemoryGB"?: number;
38
+ /**
39
+ * 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 \\.
40
+ *
41
+ */
42
+ "pipelineConfigurationBody"?: string;
43
+ }
44
+ export declare namespace UpdateOpensearchClusterPipelineDetails {
45
+ function getJsonObj(obj: UpdateOpensearchClusterPipelineDetails): object;
46
+ function getDeserializedJsonObj(obj: UpdateOpensearchClusterPipelineDetails): object;
47
+ }
@@ -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.UpdateOpensearchClusterPipelineDetails = void 0;
16
+ var UpdateOpensearchClusterPipelineDetails;
17
+ (function (UpdateOpensearchClusterPipelineDetails) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ UpdateOpensearchClusterPipelineDetails.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ UpdateOpensearchClusterPipelineDetails.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(UpdateOpensearchClusterPipelineDetails = exports.UpdateOpensearchClusterPipelineDetails || (exports.UpdateOpensearchClusterPipelineDetails = {}));
29
+ //# sourceMappingURL=update-opensearch-cluster-pipeline-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-opensearch-cluster-pipeline-details.js","sourceRoot":"","sources":["../../../../../lib/opensearch/lib/model/update-opensearch-cluster-pipeline-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAqCH,IAAiB,sCAAsC,CAWtD;AAXD,WAAiB,sCAAsC;IACrD,SAAgB,UAAU,CAAC,GAA2C;QACpE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2C;QAChF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6DAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,sCAAsC,GAAtC,8CAAsC,KAAtC,8CAAsC,QAWtD"}
@@ -0,0 +1,68 @@
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
+ * Minor or major version upgrade of a cluster.
16
+ */
17
+ export interface UpgradeOpenSearchClusterDetails {
18
+ /**
19
+ * The display name of the original cluster.
20
+ * This is required to validate that the cluster ID has the same display name.
21
+ *
22
+ */
23
+ "originalClusterDisplayName": string;
24
+ /**
25
+ * The software version the cluster is desired.
26
+ */
27
+ "desiredSoftwareVersion": string;
28
+ /**
29
+ * The upgrade type of cluster (major or minor).
30
+ */
31
+ "upgradeType": model.UpgradeType;
32
+ /**
33
+ * The cluster would be cloned for true and updated for false with the provided version.
34
+ */
35
+ "isClone"?: boolean;
36
+ /**
37
+ * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
38
+ * Example: {@code {\"bar-key\": \"value\"}}
39
+ *
40
+ */
41
+ "freeformTags"?: {
42
+ [key: string]: string;
43
+ };
44
+ /**
45
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace.
46
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
47
+ *
48
+ */
49
+ "definedTags"?: {
50
+ [key: string]: {
51
+ [key: string]: any;
52
+ };
53
+ };
54
+ /**
55
+ * Usage of system tag keys. These predefined keys are scoped to namespaces.
56
+ * Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
57
+ *
58
+ */
59
+ "systemTags"?: {
60
+ [key: string]: {
61
+ [key: string]: any;
62
+ };
63
+ };
64
+ }
65
+ export declare namespace UpgradeOpenSearchClusterDetails {
66
+ function getJsonObj(obj: UpgradeOpenSearchClusterDetails): object;
67
+ function getDeserializedJsonObj(obj: UpgradeOpenSearchClusterDetails): object;
68
+ }
@@ -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.UpgradeOpenSearchClusterDetails = void 0;
16
+ var UpgradeOpenSearchClusterDetails;
17
+ (function (UpgradeOpenSearchClusterDetails) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ UpgradeOpenSearchClusterDetails.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ UpgradeOpenSearchClusterDetails.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(UpgradeOpenSearchClusterDetails = exports.UpgradeOpenSearchClusterDetails || (exports.UpgradeOpenSearchClusterDetails = {}));
29
+ //# sourceMappingURL=upgrade-open-search-cluster-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"upgrade-open-search-cluster-details.js","sourceRoot":"","sources":["../../../../../lib/opensearch/lib/model/upgrade-open-search-cluster-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA+CH,IAAiB,+BAA+B,CAW/C;AAXD,WAAiB,+BAA+B;IAC9C,SAAgB,UAAU,CAAC,GAAoC;QAC7D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoC;QACzE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,+BAA+B,GAA/B,uCAA+B,KAA/B,uCAA+B,QAW/C"}
@@ -0,0 +1,23 @@
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
+ * Upgrade Open Search cluster upgrade type(major or minor)
15
+ **/
16
+ export declare enum UpgradeType {
17
+ Minor = "MINOR",
18
+ Major = "MAJOR"
19
+ }
20
+ export declare namespace UpgradeType {
21
+ function getJsonObj(obj: UpgradeType): UpgradeType;
22
+ function getDeserializedJsonObj(obj: UpgradeType): UpgradeType;
23
+ }
@@ -0,0 +1,34 @@
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.UpgradeType = void 0;
16
+ /**
17
+ * Upgrade Open Search cluster upgrade type(major or minor)
18
+ **/
19
+ var UpgradeType;
20
+ (function (UpgradeType) {
21
+ UpgradeType["Minor"] = "MINOR";
22
+ UpgradeType["Major"] = "MAJOR";
23
+ })(UpgradeType = exports.UpgradeType || (exports.UpgradeType = {}));
24
+ (function (UpgradeType) {
25
+ function getJsonObj(obj) {
26
+ return obj;
27
+ }
28
+ UpgradeType.getJsonObj = getJsonObj;
29
+ function getDeserializedJsonObj(obj) {
30
+ return obj;
31
+ }
32
+ UpgradeType.getDeserializedJsonObj = getDeserializedJsonObj;
33
+ })(UpgradeType = exports.UpgradeType || (exports.UpgradeType = {}));
34
+ //# sourceMappingURL=upgrade-type.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"upgrade-type.js","sourceRoot":"","sources":["../../../../../lib/opensearch/lib/model/upgrade-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,WAGX;AAHD,WAAY,WAAW;IACrB,8BAAe,CAAA;IACf,8BAAe,CAAA;AACjB,CAAC,EAHW,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAGtB;AAED,WAAiB,WAAW;IAC1B,SAAgB,UAAU,CAAC,GAAgB;QACzC,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,sBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgB;QACrD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,kCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAO3B"}
@@ -0,0 +1,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
+ /**
14
+ * The configuration details for validating pipeline configuration provided as input.
15
+ */
16
+ export interface ValidateOpensearchPipelineDetails {
17
+ /**
18
+ * The OCID of the compartment where the pipeline will be created.
19
+ */
20
+ "compartmentId": string;
21
+ /**
22
+ * 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 \\.
23
+ *
24
+ */
25
+ "pipelineConfigurationBody": string;
26
+ }
27
+ export declare namespace ValidateOpensearchPipelineDetails {
28
+ function getJsonObj(obj: ValidateOpensearchPipelineDetails): object;
29
+ function getDeserializedJsonObj(obj: ValidateOpensearchPipelineDetails): object;
30
+ }
@@ -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.ValidateOpensearchPipelineDetails = void 0;
16
+ var ValidateOpensearchPipelineDetails;
17
+ (function (ValidateOpensearchPipelineDetails) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ ValidateOpensearchPipelineDetails.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ ValidateOpensearchPipelineDetails.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(ValidateOpensearchPipelineDetails = exports.ValidateOpensearchPipelineDetails || (exports.ValidateOpensearchPipelineDetails = {}));
29
+ //# sourceMappingURL=validate-opensearch-pipeline-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"validate-opensearch-pipeline-details.js","sourceRoot":"","sources":["../../../../../lib/opensearch/lib/model/validate-opensearch-pipeline-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAoBH,IAAiB,iCAAiC,CAWjD;AAXD,WAAiB,iCAAiC;IAChD,SAAgB,UAAU,CAAC,GAAsC;QAC/D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,4CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsC;QAC3E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,wDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,iCAAiC,GAAjC,yCAAiC,KAAjC,yCAAiC,QAWjD"}
@@ -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
  import * as model from "../model";