oci-opensearch 2.37.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (248) hide show
  1. package/LICENSE.txt +89 -0
  2. package/NOTICE.txt +1 -0
  3. package/README.md +22 -0
  4. package/THIRD_PARTY_LICENSES.txt +576 -0
  5. package/index.d.ts +25 -0
  6. package/index.js +48 -0
  7. package/index.js.map +1 -0
  8. package/lib/client.d.ts +298 -0
  9. package/lib/client.js +1413 -0
  10. package/lib/client.js.map +1 -0
  11. package/lib/model/action-type.d.ts +31 -0
  12. package/lib/model/action-type.js +42 -0
  13. package/lib/model/action-type.js.map +1 -0
  14. package/lib/model/backup-event-details.d.ts +46 -0
  15. package/lib/model/backup-event-details.js +29 -0
  16. package/lib/model/backup-event-details.js.map +1 -0
  17. package/lib/model/backup-opensearch-cluster-details.d.ts +29 -0
  18. package/lib/model/backup-opensearch-cluster-details.js +29 -0
  19. package/lib/model/backup-opensearch-cluster-details.js.map +1 -0
  20. package/lib/model/backup-state.d.ts +24 -0
  21. package/lib/model/backup-state.js +35 -0
  22. package/lib/model/backup-state.js.map +1 -0
  23. package/lib/model/change-opensearch-cluster-backup-compartment-details.d.ts +27 -0
  24. package/lib/model/change-opensearch-cluster-backup-compartment-details.js +29 -0
  25. package/lib/model/change-opensearch-cluster-backup-compartment-details.js.map +1 -0
  26. package/lib/model/change-opensearch-cluster-compartment-details.d.ts +27 -0
  27. package/lib/model/change-opensearch-cluster-compartment-details.js +29 -0
  28. package/lib/model/change-opensearch-cluster-compartment-details.js.map +1 -0
  29. package/lib/model/create-opensearch-cluster-details.d.ts +134 -0
  30. package/lib/model/create-opensearch-cluster-details.js +29 -0
  31. package/lib/model/create-opensearch-cluster-details.js.map +1 -0
  32. package/lib/model/data-node-host-type.d.ts +28 -0
  33. package/lib/model/data-node-host-type.js +39 -0
  34. package/lib/model/data-node-host-type.js.map +1 -0
  35. package/lib/model/export-opensearch-cluster-backup-details.d.ts +67 -0
  36. package/lib/model/export-opensearch-cluster-backup-details.js +29 -0
  37. package/lib/model/export-opensearch-cluster-backup-details.js.map +1 -0
  38. package/lib/model/get-manifest-response.d.ts +25 -0
  39. package/lib/model/get-manifest-response.js +29 -0
  40. package/lib/model/get-manifest-response.js.map +1 -0
  41. package/lib/model/index.d.ts +88 -0
  42. package/lib/model/index.js +111 -0
  43. package/lib/model/index.js.map +1 -0
  44. package/lib/model/master-node-host-type.d.ts +28 -0
  45. package/lib/model/master-node-host-type.js +39 -0
  46. package/lib/model/master-node-host-type.js.map +1 -0
  47. package/lib/model/opensearch-cluster-backup-collection.d.ts +26 -0
  48. package/lib/model/opensearch-cluster-backup-collection.js +61 -0
  49. package/lib/model/opensearch-cluster-backup-collection.js.map +1 -0
  50. package/lib/model/opensearch-cluster-backup-summary.d.ts +97 -0
  51. package/lib/model/opensearch-cluster-backup-summary.js +29 -0
  52. package/lib/model/opensearch-cluster-backup-summary.js.map +1 -0
  53. package/lib/model/opensearch-cluster-backup.d.ts +133 -0
  54. package/lib/model/opensearch-cluster-backup.js +53 -0
  55. package/lib/model/opensearch-cluster-backup.js.map +1 -0
  56. package/lib/model/opensearch-cluster-collection.d.ts +26 -0
  57. package/lib/model/opensearch-cluster-collection.js +61 -0
  58. package/lib/model/opensearch-cluster-collection.js.map +1 -0
  59. package/lib/model/opensearch-cluster-summary.d.ts +93 -0
  60. package/lib/model/opensearch-cluster-summary.js +29 -0
  61. package/lib/model/opensearch-cluster-summary.js.map +1 -0
  62. package/lib/model/opensearch-cluster.d.ts +201 -0
  63. package/lib/model/opensearch-cluster.js +43 -0
  64. package/lib/model/opensearch-cluster.js.map +1 -0
  65. package/lib/model/opensearch-versions-collection.d.ts +26 -0
  66. package/lib/model/opensearch-versions-collection.js +61 -0
  67. package/lib/model/opensearch-versions-collection.js.map +1 -0
  68. package/lib/model/opensearch-versions-summary.d.ts +25 -0
  69. package/lib/model/opensearch-versions-summary.js +29 -0
  70. package/lib/model/opensearch-versions-summary.js.map +1 -0
  71. package/lib/model/operation-status.d.ts +32 -0
  72. package/lib/model/operation-status.js +43 -0
  73. package/lib/model/operation-status.js.map +1 -0
  74. package/lib/model/operation-type.d.ts +35 -0
  75. package/lib/model/operation-type.js +46 -0
  76. package/lib/model/operation-type.js.map +1 -0
  77. package/lib/model/resize-opensearch-cluster-horizontal-details.d.ts +51 -0
  78. package/lib/model/resize-opensearch-cluster-horizontal-details.js +29 -0
  79. package/lib/model/resize-opensearch-cluster-horizontal-details.js.map +1 -0
  80. package/lib/model/resize-opensearch-cluster-vertical-details.d.ts +67 -0
  81. package/lib/model/resize-opensearch-cluster-vertical-details.js +29 -0
  82. package/lib/model/resize-opensearch-cluster-vertical-details.js.map +1 -0
  83. package/lib/model/restore-opensearch-cluster-backup-details.d.ts +25 -0
  84. package/lib/model/restore-opensearch-cluster-backup-details.js +29 -0
  85. package/lib/model/restore-opensearch-cluster-backup-details.js.map +1 -0
  86. package/lib/model/restore-opensearch-cluster-details.d.ts +33 -0
  87. package/lib/model/restore-opensearch-cluster-details.js +29 -0
  88. package/lib/model/restore-opensearch-cluster-details.js.map +1 -0
  89. package/lib/model/sort-order.d.ts +23 -0
  90. package/lib/model/sort-order.js +34 -0
  91. package/lib/model/sort-order.js.map +1 -0
  92. package/lib/model/update-checkin-details.d.ts +25 -0
  93. package/lib/model/update-checkin-details.js +29 -0
  94. package/lib/model/update-checkin-details.js.map +1 -0
  95. package/lib/model/update-cluster-hardened-image-details.d.ts +25 -0
  96. package/lib/model/update-cluster-hardened-image-details.js +29 -0
  97. package/lib/model/update-cluster-hardened-image-details.js.map +1 -0
  98. package/lib/model/update-cluster-status-details.d.ts +29 -0
  99. package/lib/model/update-cluster-status-details.js +29 -0
  100. package/lib/model/update-cluster-status-details.js.map +1 -0
  101. package/lib/model/update-opensearch-cluster-backup-details.d.ts +43 -0
  102. package/lib/model/update-opensearch-cluster-backup-details.js +29 -0
  103. package/lib/model/update-opensearch-cluster-backup-details.js.map +1 -0
  104. package/lib/model/update-opensearch-cluster-details.d.ts +44 -0
  105. package/lib/model/update-opensearch-cluster-details.js +29 -0
  106. package/lib/model/update-opensearch-cluster-details.js.map +1 -0
  107. package/lib/model/work-request-collection.d.ts +26 -0
  108. package/lib/model/work-request-collection.js +61 -0
  109. package/lib/model/work-request-collection.js.map +1 -0
  110. package/lib/model/work-request-error-collection.d.ts +26 -0
  111. package/lib/model/work-request-error-collection.js +61 -0
  112. package/lib/model/work-request-error-collection.js.map +1 -0
  113. package/lib/model/work-request-error.d.ts +34 -0
  114. package/lib/model/work-request-error.js +29 -0
  115. package/lib/model/work-request-error.js.map +1 -0
  116. package/lib/model/work-request-log-entry-collection.d.ts +26 -0
  117. package/lib/model/work-request-log-entry-collection.js +61 -0
  118. package/lib/model/work-request-log-entry-collection.js.map +1 -0
  119. package/lib/model/work-request-log-entry.d.ts +29 -0
  120. package/lib/model/work-request-log-entry.js +29 -0
  121. package/lib/model/work-request-log-entry.js.map +1 -0
  122. package/lib/model/work-request-resource.d.ts +42 -0
  123. package/lib/model/work-request-resource.js +29 -0
  124. package/lib/model/work-request-resource.js.map +1 -0
  125. package/lib/model/work-request.d.ts +58 -0
  126. package/lib/model/work-request.js +61 -0
  127. package/lib/model/work-request.js.map +1 -0
  128. package/lib/opensearchcluster-waiter.d.ts +36 -0
  129. package/lib/opensearchcluster-waiter.js +76 -0
  130. package/lib/opensearchcluster-waiter.js.map +1 -0
  131. package/lib/opensearchclusterbackup-waiter.d.ts +29 -0
  132. package/lib/opensearchclusterbackup-waiter.js +65 -0
  133. package/lib/opensearchclusterbackup-waiter.js.map +1 -0
  134. package/lib/request/backup-opensearch-cluster-request.d.ts +49 -0
  135. package/lib/request/backup-opensearch-cluster-request.js +15 -0
  136. package/lib/request/backup-opensearch-cluster-request.js.map +1 -0
  137. package/lib/request/create-opensearch-cluster-request.d.ts +36 -0
  138. package/lib/request/create-opensearch-cluster-request.js +15 -0
  139. package/lib/request/create-opensearch-cluster-request.js.map +1 -0
  140. package/lib/request/delete-opensearch-cluster-backup-request.d.ts +35 -0
  141. package/lib/request/delete-opensearch-cluster-backup-request.js +15 -0
  142. package/lib/request/delete-opensearch-cluster-backup-request.js.map +1 -0
  143. package/lib/request/delete-opensearch-cluster-request.d.ts +35 -0
  144. package/lib/request/delete-opensearch-cluster-request.js +15 -0
  145. package/lib/request/delete-opensearch-cluster-request.js.map +1 -0
  146. package/lib/request/get-opensearch-cluster-backup-request.d.ts +26 -0
  147. package/lib/request/get-opensearch-cluster-backup-request.js +15 -0
  148. package/lib/request/get-opensearch-cluster-backup-request.js.map +1 -0
  149. package/lib/request/get-opensearch-cluster-request.d.ts +26 -0
  150. package/lib/request/get-opensearch-cluster-request.js +15 -0
  151. package/lib/request/get-opensearch-cluster-request.js.map +1 -0
  152. package/lib/request/get-work-request-request.d.ts +26 -0
  153. package/lib/request/get-work-request-request.js +15 -0
  154. package/lib/request/get-work-request-request.js.map +1 -0
  155. package/lib/request/index.d.ts +48 -0
  156. package/lib/request/index.js +39 -0
  157. package/lib/request/index.js.map +1 -0
  158. package/lib/request/list-opensearch-cluster-backups-request.d.ts +66 -0
  159. package/lib/request/list-opensearch-cluster-backups-request.js +24 -0
  160. package/lib/request/list-opensearch-cluster-backups-request.js.map +1 -0
  161. package/lib/request/list-opensearch-clusters-request.d.ts +62 -0
  162. package/lib/request/list-opensearch-clusters-request.js +24 -0
  163. package/lib/request/list-opensearch-clusters-request.js.map +1 -0
  164. package/lib/request/list-opensearch-versions-request.d.ts +30 -0
  165. package/lib/request/list-opensearch-versions-request.js +15 -0
  166. package/lib/request/list-opensearch-versions-request.js.map +1 -0
  167. package/lib/request/list-work-request-errors-request.d.ts +34 -0
  168. package/lib/request/list-work-request-errors-request.js +15 -0
  169. package/lib/request/list-work-request-errors-request.js.map +1 -0
  170. package/lib/request/list-work-request-logs-request.d.ts +34 -0
  171. package/lib/request/list-work-request-logs-request.js +15 -0
  172. package/lib/request/list-work-request-logs-request.js.map +1 -0
  173. package/lib/request/list-work-requests-request.d.ts +42 -0
  174. package/lib/request/list-work-requests-request.js +15 -0
  175. package/lib/request/list-work-requests-request.js.map +1 -0
  176. package/lib/request/opensearch-cluster-restore-request.d.ts +49 -0
  177. package/lib/request/opensearch-cluster-restore-request.js +15 -0
  178. package/lib/request/opensearch-cluster-restore-request.js.map +1 -0
  179. package/lib/request/resize-opensearch-cluster-horizontal-request.d.ts +49 -0
  180. package/lib/request/resize-opensearch-cluster-horizontal-request.js +15 -0
  181. package/lib/request/resize-opensearch-cluster-horizontal-request.js.map +1 -0
  182. package/lib/request/resize-opensearch-cluster-vertical-request.d.ts +49 -0
  183. package/lib/request/resize-opensearch-cluster-vertical-request.js +15 -0
  184. package/lib/request/resize-opensearch-cluster-vertical-request.js.map +1 -0
  185. package/lib/request/update-opensearch-cluster-backup-request.d.ts +40 -0
  186. package/lib/request/update-opensearch-cluster-backup-request.js +15 -0
  187. package/lib/request/update-opensearch-cluster-backup-request.js.map +1 -0
  188. package/lib/request/update-opensearch-cluster-request.d.ts +40 -0
  189. package/lib/request/update-opensearch-cluster-request.js +15 -0
  190. package/lib/request/update-opensearch-cluster-request.js.map +1 -0
  191. package/lib/response/backup-opensearch-cluster-response.d.ts +25 -0
  192. package/lib/response/backup-opensearch-cluster-response.js +15 -0
  193. package/lib/response/backup-opensearch-cluster-response.js.map +1 -0
  194. package/lib/response/create-opensearch-cluster-response.d.ts +25 -0
  195. package/lib/response/create-opensearch-cluster-response.js +15 -0
  196. package/lib/response/create-opensearch-cluster-response.js.map +1 -0
  197. package/lib/response/delete-opensearch-cluster-backup-response.d.ts +25 -0
  198. package/lib/response/delete-opensearch-cluster-backup-response.js +15 -0
  199. package/lib/response/delete-opensearch-cluster-backup-response.js.map +1 -0
  200. package/lib/response/delete-opensearch-cluster-response.d.ts +25 -0
  201. package/lib/response/delete-opensearch-cluster-response.js +15 -0
  202. package/lib/response/delete-opensearch-cluster-response.js.map +1 -0
  203. package/lib/response/get-opensearch-cluster-backup-response.d.ts +30 -0
  204. package/lib/response/get-opensearch-cluster-backup-response.js +15 -0
  205. package/lib/response/get-opensearch-cluster-backup-response.js.map +1 -0
  206. package/lib/response/get-opensearch-cluster-response.d.ts +30 -0
  207. package/lib/response/get-opensearch-cluster-response.js +15 -0
  208. package/lib/response/get-opensearch-cluster-response.js.map +1 -0
  209. package/lib/response/get-work-request-response.d.ts +29 -0
  210. package/lib/response/get-work-request-response.js +15 -0
  211. package/lib/response/get-work-request-response.js.map +1 -0
  212. package/lib/response/index.d.ts +48 -0
  213. package/lib/response/index.js +15 -0
  214. package/lib/response/index.js.map +1 -0
  215. package/lib/response/list-opensearch-cluster-backups-response.d.ts +32 -0
  216. package/lib/response/list-opensearch-cluster-backups-response.js +15 -0
  217. package/lib/response/list-opensearch-cluster-backups-response.js.map +1 -0
  218. package/lib/response/list-opensearch-clusters-response.d.ts +32 -0
  219. package/lib/response/list-opensearch-clusters-response.js +15 -0
  220. package/lib/response/list-opensearch-clusters-response.js.map +1 -0
  221. package/lib/response/list-opensearch-versions-response.d.ts +32 -0
  222. package/lib/response/list-opensearch-versions-response.js +15 -0
  223. package/lib/response/list-opensearch-versions-response.js.map +1 -0
  224. package/lib/response/list-work-request-errors-response.d.ts +32 -0
  225. package/lib/response/list-work-request-errors-response.js +15 -0
  226. package/lib/response/list-work-request-errors-response.js.map +1 -0
  227. package/lib/response/list-work-request-logs-response.d.ts +32 -0
  228. package/lib/response/list-work-request-logs-response.js +15 -0
  229. package/lib/response/list-work-request-logs-response.js.map +1 -0
  230. package/lib/response/list-work-requests-response.d.ts +32 -0
  231. package/lib/response/list-work-requests-response.js +15 -0
  232. package/lib/response/list-work-requests-response.js.map +1 -0
  233. package/lib/response/opensearch-cluster-restore-response.d.ts +25 -0
  234. package/lib/response/opensearch-cluster-restore-response.js +15 -0
  235. package/lib/response/opensearch-cluster-restore-response.js.map +1 -0
  236. package/lib/response/resize-opensearch-cluster-horizontal-response.d.ts +25 -0
  237. package/lib/response/resize-opensearch-cluster-horizontal-response.js +15 -0
  238. package/lib/response/resize-opensearch-cluster-horizontal-response.js.map +1 -0
  239. package/lib/response/resize-opensearch-cluster-vertical-response.d.ts +25 -0
  240. package/lib/response/resize-opensearch-cluster-vertical-response.js +15 -0
  241. package/lib/response/resize-opensearch-cluster-vertical-response.js.map +1 -0
  242. package/lib/response/update-opensearch-cluster-backup-response.d.ts +25 -0
  243. package/lib/response/update-opensearch-cluster-backup-response.js +15 -0
  244. package/lib/response/update-opensearch-cluster-backup-response.js.map +1 -0
  245. package/lib/response/update-opensearch-cluster-response.d.ts +25 -0
  246. package/lib/response/update-opensearch-cluster-response.js +15 -0
  247. package/lib/response/update-opensearch-cluster-response.js.map +1 -0
  248. package/package.json +29 -0
@@ -0,0 +1,67 @@
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, 2022, 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 OCPU and memory configuration to update on an existing OpenSearch cluster for [vertical resizing](https://docs.cloud.oracle.com/iaas/Content/search-opensearch/Tasks/resizingacluster.htm#vertical).
15
+ */
16
+ export interface ResizeOpensearchClusterVerticalDetails {
17
+ /**
18
+ * The number of OCPUs to configure for the cluster's master nodes. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
19
+ */
20
+ "masterNodeHostOcpuCount"?: number;
21
+ /**
22
+ * The amount of memory in GB, to configure for the cluster's master nodes. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
23
+ */
24
+ "masterNodeHostMemoryGB"?: number;
25
+ /**
26
+ * The number of OCPUs to configure for the cluster's data nodes. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
27
+ */
28
+ "dataNodeHostOcpuCount"?: number;
29
+ /**
30
+ * The amount of memory in GB, to configure for the cluster's data nodes. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
31
+ */
32
+ "dataNodeHostMemoryGB"?: number;
33
+ /**
34
+ * The amount of storage in GB, to configure per node for the cluster's data nodes. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
35
+ */
36
+ "dataNodeStorageGB"?: number;
37
+ /**
38
+ * The number of OCPUs to configure for the cluster's OpenSearch Dashboard nodes. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
39
+ */
40
+ "opendashboardNodeHostOcpuCount"?: number;
41
+ /**
42
+ * The amount of memory in GB, to configure for the cluster's OpenSearch Dashboard nodes. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
43
+ */
44
+ "opendashboardNodeHostMemoryGB"?: number;
45
+ /**
46
+ * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
47
+ * Example: `{\"bar-key\": \"value\"}`
48
+ *
49
+ */
50
+ "freeformTags"?: {
51
+ [key: string]: string;
52
+ };
53
+ /**
54
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace.
55
+ * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
56
+ *
57
+ */
58
+ "definedTags"?: {
59
+ [key: string]: {
60
+ [key: string]: any;
61
+ };
62
+ };
63
+ }
64
+ export declare namespace ResizeOpensearchClusterVerticalDetails {
65
+ function getJsonObj(obj: ResizeOpensearchClusterVerticalDetails): object;
66
+ function getDeserializedJsonObj(obj: ResizeOpensearchClusterVerticalDetails): object;
67
+ }
@@ -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, 2022, 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.ResizeOpensearchClusterVerticalDetails = void 0;
16
+ var ResizeOpensearchClusterVerticalDetails;
17
+ (function (ResizeOpensearchClusterVerticalDetails) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ ResizeOpensearchClusterVerticalDetails.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ ResizeOpensearchClusterVerticalDetails.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(ResizeOpensearchClusterVerticalDetails = exports.ResizeOpensearchClusterVerticalDetails || (exports.ResizeOpensearchClusterVerticalDetails = {}));
29
+ //# sourceMappingURL=resize-opensearch-cluster-vertical-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"resize-opensearch-cluster-vertical-details.js","sourceRoot":"","sources":["../../../../../lib/opensearch/lib/model/resize-opensearch-cluster-vertical-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAmDH,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,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, 2022, 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
+ * Information about the source OpenSearch cluster to restore the cluster backup from.
15
+ */
16
+ export interface RestoreOpensearchClusterBackupDetails {
17
+ /**
18
+ * The name of the source OpenSearch cluster for the cluster backup.
19
+ */
20
+ "clusterId": string;
21
+ }
22
+ export declare namespace RestoreOpensearchClusterBackupDetails {
23
+ function getJsonObj(obj: RestoreOpensearchClusterBackupDetails): object;
24
+ function getDeserializedJsonObj(obj: RestoreOpensearchClusterBackupDetails): 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, 2022, 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.RestoreOpensearchClusterBackupDetails = void 0;
16
+ var RestoreOpensearchClusterBackupDetails;
17
+ (function (RestoreOpensearchClusterBackupDetails) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ RestoreOpensearchClusterBackupDetails.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ RestoreOpensearchClusterBackupDetails.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(RestoreOpensearchClusterBackupDetails = exports.RestoreOpensearchClusterBackupDetails || (exports.RestoreOpensearchClusterBackupDetails = {}));
29
+ //# sourceMappingURL=restore-opensearch-cluster-backup-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"restore-opensearch-cluster-backup-details.js","sourceRoot":"","sources":["../../../../../lib/opensearch/lib/model/restore-opensearch-cluster-backup-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAeH,IAAiB,qCAAqC,CAWrD;AAXD,WAAiB,qCAAqC;IACpD,SAAgB,UAAU,CAAC,GAA0C;QACnE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0C;QAC/E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,4DAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,qCAAqC,GAArC,6CAAqC,KAArC,6CAAqC,QAWrD"}
@@ -0,0 +1,33 @@
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, 2022, 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
+ * Information about the OpenSearch cluster backup to restore.
15
+ */
16
+ export interface RestoreOpensearchClusterDetails {
17
+ /**
18
+ * The OCID of the cluster backup to restore.
19
+ */
20
+ "opensearchClusterBackupId": string;
21
+ /**
22
+ * The OCID of the compartment where the cluster backup is located.
23
+ */
24
+ "compartmentId": string;
25
+ /**
26
+ * The prefix for the indices in the cluster backup.
27
+ */
28
+ "prefix"?: string;
29
+ }
30
+ export declare namespace RestoreOpensearchClusterDetails {
31
+ function getJsonObj(obj: RestoreOpensearchClusterDetails): object;
32
+ function getDeserializedJsonObj(obj: RestoreOpensearchClusterDetails): object;
33
+ }
@@ -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, 2022, 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.RestoreOpensearchClusterDetails = void 0;
16
+ var RestoreOpensearchClusterDetails;
17
+ (function (RestoreOpensearchClusterDetails) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ RestoreOpensearchClusterDetails.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ RestoreOpensearchClusterDetails.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(RestoreOpensearchClusterDetails = exports.RestoreOpensearchClusterDetails || (exports.RestoreOpensearchClusterDetails = {}));
29
+ //# sourceMappingURL=restore-opensearch-cluster-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"restore-opensearch-cluster-details.js","sourceRoot":"","sources":["../../../../../lib/opensearch/lib/model/restore-opensearch-cluster-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAuBH,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, 2022, 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
+ * Sort orders.
15
+ **/
16
+ export declare enum SortOrder {
17
+ Asc = "ASC",
18
+ Desc = "DESC"
19
+ }
20
+ export declare namespace SortOrder {
21
+ function getJsonObj(obj: SortOrder): SortOrder;
22
+ function getDeserializedJsonObj(obj: SortOrder): SortOrder;
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, 2022, 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.SortOrder = void 0;
16
+ /**
17
+ * Sort orders.
18
+ **/
19
+ var SortOrder;
20
+ (function (SortOrder) {
21
+ SortOrder["Asc"] = "ASC";
22
+ SortOrder["Desc"] = "DESC";
23
+ })(SortOrder = exports.SortOrder || (exports.SortOrder = {}));
24
+ (function (SortOrder) {
25
+ function getJsonObj(obj) {
26
+ return obj;
27
+ }
28
+ SortOrder.getJsonObj = getJsonObj;
29
+ function getDeserializedJsonObj(obj) {
30
+ return obj;
31
+ }
32
+ SortOrder.getDeserializedJsonObj = getDeserializedJsonObj;
33
+ })(SortOrder = exports.SortOrder || (exports.SortOrder = {}));
34
+ //# sourceMappingURL=sort-order.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sort-order.js","sourceRoot":"","sources":["../../../../../lib/opensearch/lib/model/sort-order.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,SAGX;AAHD,WAAY,SAAS;IACnB,wBAAW,CAAA;IACX,0BAAa,CAAA;AACf,CAAC,EAHW,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAGpB;AAED,WAAiB,SAAS;IACxB,SAAgB,UAAU,CAAC,GAAc;QACvC,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,oBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAc;QACnD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,gCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAOzB"}
@@ -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, 2022, 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
+ * Information about the update checkin event.
15
+ */
16
+ export interface UpdateCheckinDetails {
17
+ /**
18
+ * The OCID of the OpenSearch cluster.
19
+ */
20
+ "clusterId": string;
21
+ }
22
+ export declare namespace UpdateCheckinDetails {
23
+ function getJsonObj(obj: UpdateCheckinDetails): object;
24
+ function getDeserializedJsonObj(obj: UpdateCheckinDetails): 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, 2022, 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.UpdateCheckinDetails = void 0;
16
+ var UpdateCheckinDetails;
17
+ (function (UpdateCheckinDetails) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ UpdateCheckinDetails.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ UpdateCheckinDetails.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(UpdateCheckinDetails = exports.UpdateCheckinDetails || (exports.UpdateCheckinDetails = {}));
29
+ //# sourceMappingURL=update-checkin-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-checkin-details.js","sourceRoot":"","sources":["../../../../../lib/opensearch/lib/model/update-checkin-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAeH,IAAiB,oBAAoB,CAWpC;AAXD,WAAiB,oBAAoB;IACnC,SAAgB,UAAU,CAAC,GAAyB;QAClD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAyB;QAC9D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,2CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAWpC"}
@@ -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, 2022, 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
+ * Information about the cluster's hardened image.
15
+ */
16
+ export interface UpdateClusterHardenedImageDetails {
17
+ /**
18
+ * The OCID of the OpenSearch cluster.
19
+ */
20
+ "clusterId": string;
21
+ }
22
+ export declare namespace UpdateClusterHardenedImageDetails {
23
+ function getJsonObj(obj: UpdateClusterHardenedImageDetails): object;
24
+ function getDeserializedJsonObj(obj: UpdateClusterHardenedImageDetails): 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, 2022, 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.UpdateClusterHardenedImageDetails = void 0;
16
+ var UpdateClusterHardenedImageDetails;
17
+ (function (UpdateClusterHardenedImageDetails) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ UpdateClusterHardenedImageDetails.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ UpdateClusterHardenedImageDetails.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(UpdateClusterHardenedImageDetails = exports.UpdateClusterHardenedImageDetails || (exports.UpdateClusterHardenedImageDetails = {}));
29
+ //# sourceMappingURL=update-cluster-hardened-image-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-cluster-hardened-image-details.js","sourceRoot":"","sources":["../../../../../lib/opensearch/lib/model/update-cluster-hardened-image-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAeH,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"}
@@ -0,0 +1,29 @@
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, 2022, 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
+ * Information about the update cluster event.
15
+ */
16
+ export interface UpdateClusterStatusDetails {
17
+ /**
18
+ * The OCID of the OpenSearch cluster.
19
+ */
20
+ "clusterId": string;
21
+ /**
22
+ * The state of the cluster after the cluster was updated.
23
+ */
24
+ "lifecycleState": string;
25
+ }
26
+ export declare namespace UpdateClusterStatusDetails {
27
+ function getJsonObj(obj: UpdateClusterStatusDetails): object;
28
+ function getDeserializedJsonObj(obj: UpdateClusterStatusDetails): object;
29
+ }
@@ -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, 2022, 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.UpdateClusterStatusDetails = void 0;
16
+ var UpdateClusterStatusDetails;
17
+ (function (UpdateClusterStatusDetails) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ UpdateClusterStatusDetails.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ UpdateClusterStatusDetails.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(UpdateClusterStatusDetails = exports.UpdateClusterStatusDetails || (exports.UpdateClusterStatusDetails = {}));
29
+ //# sourceMappingURL=update-cluster-status-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-cluster-status-details.js","sourceRoot":"","sources":["../../../../../lib/opensearch/lib/model/update-cluster-status-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAmBH,IAAiB,0BAA0B,CAW1C;AAXD,WAAiB,0BAA0B;IACzC,SAAgB,UAAU,CAAC,GAA+B;QACxD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,qCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA+B;QACpE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAW1C"}
@@ -0,0 +1,43 @@
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, 2022, 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
+ * Information about the cluster backup to update.
15
+ */
16
+ export interface UpdateOpensearchClusterBackupDetails {
17
+ /**
18
+ * The name of the cluster backup.
19
+ */
20
+ "displayName": string;
21
+ /**
22
+ * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
23
+ * Example: `{\"bar-key\": \"value\"}`
24
+ *
25
+ */
26
+ "freeformTags"?: {
27
+ [key: string]: string;
28
+ };
29
+ /**
30
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace.
31
+ * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
32
+ *
33
+ */
34
+ "definedTags"?: {
35
+ [key: string]: {
36
+ [key: string]: any;
37
+ };
38
+ };
39
+ }
40
+ export declare namespace UpdateOpensearchClusterBackupDetails {
41
+ function getJsonObj(obj: UpdateOpensearchClusterBackupDetails): object;
42
+ function getDeserializedJsonObj(obj: UpdateOpensearchClusterBackupDetails): object;
43
+ }
@@ -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, 2022, 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.UpdateOpensearchClusterBackupDetails = void 0;
16
+ var UpdateOpensearchClusterBackupDetails;
17
+ (function (UpdateOpensearchClusterBackupDetails) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ UpdateOpensearchClusterBackupDetails.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ UpdateOpensearchClusterBackupDetails.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(UpdateOpensearchClusterBackupDetails = exports.UpdateOpensearchClusterBackupDetails || (exports.UpdateOpensearchClusterBackupDetails = {}));
29
+ //# sourceMappingURL=update-opensearch-cluster-backup-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-opensearch-cluster-backup-details.js","sourceRoot":"","sources":["../../../../../lib/opensearch/lib/model/update-opensearch-cluster-backup-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA2BH,IAAiB,oCAAoC,CAWpD;AAXD,WAAiB,oCAAoC;IACnD,SAAgB,UAAU,CAAC,GAAyC;QAClE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAyC;QAC9E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,2DAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,oCAAoC,GAApC,4CAAoC,KAApC,4CAAoC,QAWpD"}
@@ -0,0 +1,44 @@
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, 2022, 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.
15
+ */
16
+ export interface UpdateOpensearchClusterDetails {
17
+ /**
18
+ * The name of the cluster. Avoid entering confidential information.
19
+ */
20
+ "displayName": string;
21
+ "softwareVersion"?: string;
22
+ /**
23
+ * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
24
+ * Example: `{\"bar-key\": \"value\"}`
25
+ *
26
+ */
27
+ "freeformTags"?: {
28
+ [key: string]: string;
29
+ };
30
+ /**
31
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace.
32
+ * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
33
+ *
34
+ */
35
+ "definedTags"?: {
36
+ [key: string]: {
37
+ [key: string]: any;
38
+ };
39
+ };
40
+ }
41
+ export declare namespace UpdateOpensearchClusterDetails {
42
+ function getJsonObj(obj: UpdateOpensearchClusterDetails): object;
43
+ function getDeserializedJsonObj(obj: UpdateOpensearchClusterDetails): object;
44
+ }
@@ -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, 2022, 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.UpdateOpensearchClusterDetails = void 0;
16
+ var UpdateOpensearchClusterDetails;
17
+ (function (UpdateOpensearchClusterDetails) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ UpdateOpensearchClusterDetails.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ UpdateOpensearchClusterDetails.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(UpdateOpensearchClusterDetails = exports.UpdateOpensearchClusterDetails || (exports.UpdateOpensearchClusterDetails = {}));
29
+ //# sourceMappingURL=update-opensearch-cluster-details.js.map
@@ -0,0 +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;;;AA4BH,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"}