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 @@
1
+ {"version":3,"file":"opensearch-cluster-backup-collection.js","sourceRoot":"","sources":["../../../../../lib/opensearch/lib/model/opensearch-cluster-backup-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,iCAAiC,CA6BjD;AA7BD,WAAiB,iCAAiC;IAChD,SAAgB,UAAU,CAAC,GAAsC;QAC/D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,8BAA8B,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC/D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,4CAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsC;QAC3E,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,8BAA8B,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC3E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,wDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,iCAAiC,GAAjC,yCAAiC,KAAjC,yCAAiC,QA6BjD"}
@@ -0,0 +1,97 @@
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 summary of information about an OpenSearch cluster backup.
15
+ */
16
+ export interface OpensearchClusterBackupSummary {
17
+ /**
18
+ * The OCID of the cluster backup.
19
+ */
20
+ "id": string;
21
+ /**
22
+ * The name of the cluster backup. Avoid entering confidential information.
23
+ */
24
+ "displayName"?: string;
25
+ /**
26
+ * The OCID of the compartment where the cluster backup is located.
27
+ */
28
+ "compartmentId": string;
29
+ /**
30
+ * Specifies whether the cluster backup was created manually, or automatically as a scheduled backup.
31
+ */
32
+ "backupType": string;
33
+ /**
34
+ * The OCID of the source OpenSearch cluster for the cluster backup.
35
+ */
36
+ "sourceClusterId": string;
37
+ /**
38
+ * The date and time the cluster backup was created. Format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
39
+ */
40
+ "timeCreated"?: Date;
41
+ /**
42
+ * The date and time the cluster backup was updated. Format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
43
+ */
44
+ "timeUpdated"?: Date;
45
+ /**
46
+ * The current state of the cluster backup.
47
+ */
48
+ "lifecycleState": string;
49
+ /**
50
+ * Additional information about the current lifecycle state of the cluster backup.
51
+ */
52
+ "lifecycleDetails"?: string;
53
+ /**
54
+ * The date and time the cluster backup expires. Format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
55
+ */
56
+ "timeExpired"?: Date;
57
+ /**
58
+ * The size in GB of the cluster backup. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
59
+ */
60
+ "backupSize"?: number;
61
+ /**
62
+ * The name of the source OpenSearch cluster for the cluster backup.
63
+ */
64
+ "sourceClusterDisplayName"?: string;
65
+ /**
66
+ * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
67
+ * Example: `{\"bar-key\": \"value\"}`
68
+ *
69
+ */
70
+ "freeformTags"?: {
71
+ [key: string]: string;
72
+ };
73
+ /**
74
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace.
75
+ * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
76
+ *
77
+ */
78
+ "definedTags"?: {
79
+ [key: string]: {
80
+ [key: string]: any;
81
+ };
82
+ };
83
+ /**
84
+ * Usage of system tag keys. These predefined keys are scoped to namespaces.
85
+ * Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
86
+ *
87
+ */
88
+ "systemTags"?: {
89
+ [key: string]: {
90
+ [key: string]: any;
91
+ };
92
+ };
93
+ }
94
+ export declare namespace OpensearchClusterBackupSummary {
95
+ function getJsonObj(obj: OpensearchClusterBackupSummary): object;
96
+ function getDeserializedJsonObj(obj: OpensearchClusterBackupSummary): object;
97
+ }
@@ -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.OpensearchClusterBackupSummary = void 0;
16
+ var OpensearchClusterBackupSummary;
17
+ (function (OpensearchClusterBackupSummary) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ OpensearchClusterBackupSummary.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ OpensearchClusterBackupSummary.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(OpensearchClusterBackupSummary = exports.OpensearchClusterBackupSummary || (exports.OpensearchClusterBackupSummary = {}));
29
+ //# sourceMappingURL=opensearch-cluster-backup-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"opensearch-cluster-backup-summary.js","sourceRoot":"","sources":["../../../../../lib/opensearch/lib/model/opensearch-cluster-backup-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA6EH,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"}
@@ -0,0 +1,133 @@
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
+ * An OpenSearch cluster backup resource. An cluster is set of instances that provide OpenSearch functionality in OCI Search Service with OpenSearch.
15
+ * For more information, see [Cluster Backups](https://docs.cloud.oracle.com/iaas/Content/search-opensearch/Concepts/ociopensearchbackups.htm).
16
+ *
17
+ */
18
+ export interface OpensearchClusterBackup {
19
+ /**
20
+ * The OCID of the cluster backup.
21
+ */
22
+ "id": string;
23
+ /**
24
+ * The name of the cluster backup. Avoid entering confidential information.
25
+ */
26
+ "displayName"?: string;
27
+ /**
28
+ * The OCID of the compartment where the cluster backup is located.
29
+ */
30
+ "compartmentId": string;
31
+ /**
32
+ * Specifies whether the cluster backup was created manually, or automatically as a scheduled backup.
33
+ */
34
+ "backupType": OpensearchClusterBackup.BackupType;
35
+ /**
36
+ * The date and time the cluster backup was created. Format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
37
+ */
38
+ "timeCreated"?: Date;
39
+ /**
40
+ * The date and time the cluster backup was updated. Format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
41
+ */
42
+ "timeUpdated"?: Date;
43
+ /**
44
+ * The current state of the cluster backup.
45
+ */
46
+ "lifecycleState": OpensearchClusterBackup.LifecycleState;
47
+ /**
48
+ * Additional information about the current lifecycle state of the cluster backup.
49
+ */
50
+ "lifecyleDetails"?: string;
51
+ /**
52
+ * The OCID of the source OpenSearch cluster for the cluster backup.
53
+ */
54
+ "sourceClusterId": string;
55
+ /**
56
+ * The Object Storage namespace for the cluster backup.
57
+ */
58
+ "namespace"?: string;
59
+ /**
60
+ * The name of the Object Storage bucket for the cluster backup.
61
+ */
62
+ "bucketName"?: string;
63
+ /**
64
+ * The prefix within the Object Storage bucket for the cluster backup.
65
+ */
66
+ "prefix"?: string;
67
+ /**
68
+ * The date and time the cluster backup expires. Format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
69
+ */
70
+ "timeExpired"?: Date;
71
+ /**
72
+ * The size in GB of the cluster backup. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
73
+ */
74
+ "backupSize"?: number;
75
+ /**
76
+ * The name of the source OpenSearch cluster for the cluster backup.
77
+ */
78
+ "sourceClusterDisplayName"?: string;
79
+ /**
80
+ * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
81
+ * Example: `{\"bar-key\": \"value\"}`
82
+ *
83
+ */
84
+ "freeformTags"?: {
85
+ [key: string]: string;
86
+ };
87
+ /**
88
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace.
89
+ * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
90
+ *
91
+ */
92
+ "definedTags"?: {
93
+ [key: string]: {
94
+ [key: string]: any;
95
+ };
96
+ };
97
+ /**
98
+ * Usage of system tag keys. These predefined keys are scoped to namespaces.
99
+ * Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
100
+ *
101
+ */
102
+ "systemTags"?: {
103
+ [key: string]: {
104
+ [key: string]: any;
105
+ };
106
+ };
107
+ }
108
+ export declare namespace OpensearchClusterBackup {
109
+ enum BackupType {
110
+ Scheduled = "SCHEDULED",
111
+ Manual = "MANUAL",
112
+ /**
113
+ * This value is used if a service returns a value for this enum that is not recognized by this
114
+ * version of the SDK.
115
+ */
116
+ UnknownValue = "UNKNOWN_VALUE"
117
+ }
118
+ enum LifecycleState {
119
+ Creating = "CREATING",
120
+ Updating = "UPDATING",
121
+ Active = "ACTIVE",
122
+ Deleting = "DELETING",
123
+ Deleted = "DELETED",
124
+ Failed = "FAILED",
125
+ /**
126
+ * This value is used if a service returns a value for this enum that is not recognized by this
127
+ * version of the SDK.
128
+ */
129
+ UnknownValue = "UNKNOWN_VALUE"
130
+ }
131
+ function getJsonObj(obj: OpensearchClusterBackup): object;
132
+ function getDeserializedJsonObj(obj: OpensearchClusterBackup): object;
133
+ }
@@ -0,0 +1,53 @@
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.OpensearchClusterBackup = void 0;
16
+ var OpensearchClusterBackup;
17
+ (function (OpensearchClusterBackup) {
18
+ let BackupType;
19
+ (function (BackupType) {
20
+ BackupType["Scheduled"] = "SCHEDULED";
21
+ BackupType["Manual"] = "MANUAL";
22
+ /**
23
+ * This value is used if a service returns a value for this enum that is not recognized by this
24
+ * version of the SDK.
25
+ */
26
+ BackupType["UnknownValue"] = "UNKNOWN_VALUE";
27
+ })(BackupType = OpensearchClusterBackup.BackupType || (OpensearchClusterBackup.BackupType = {}));
28
+ let LifecycleState;
29
+ (function (LifecycleState) {
30
+ LifecycleState["Creating"] = "CREATING";
31
+ LifecycleState["Updating"] = "UPDATING";
32
+ LifecycleState["Active"] = "ACTIVE";
33
+ LifecycleState["Deleting"] = "DELETING";
34
+ LifecycleState["Deleted"] = "DELETED";
35
+ LifecycleState["Failed"] = "FAILED";
36
+ /**
37
+ * This value is used if a service returns a value for this enum that is not recognized by this
38
+ * version of the SDK.
39
+ */
40
+ LifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
41
+ })(LifecycleState = OpensearchClusterBackup.LifecycleState || (OpensearchClusterBackup.LifecycleState = {}));
42
+ function getJsonObj(obj) {
43
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
44
+ return jsonObj;
45
+ }
46
+ OpensearchClusterBackup.getJsonObj = getJsonObj;
47
+ function getDeserializedJsonObj(obj) {
48
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
49
+ return jsonObj;
50
+ }
51
+ OpensearchClusterBackup.getDeserializedJsonObj = getDeserializedJsonObj;
52
+ })(OpensearchClusterBackup = exports.OpensearchClusterBackup || (exports.OpensearchClusterBackup = {}));
53
+ //# sourceMappingURL=opensearch-cluster-backup.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"opensearch-cluster-backup.js","sourceRoot":"","sources":["../../../../../lib/opensearch/lib/model/opensearch-cluster-backup.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA2FH,IAAiB,uBAAuB,CAmCvC;AAnCD,WAAiB,uBAAuB;IACtC,IAAY,UAQX;IARD,WAAY,UAAU;QACpB,qCAAuB,CAAA;QACvB,+BAAiB,CAAA;QACjB;;;WAGG;QACH,4CAA8B,CAAA;IAChC,CAAC,EARW,UAAU,GAAV,kCAAU,KAAV,kCAAU,QAQrB;IAED,IAAY,cAYX;IAZD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;QACjB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAZW,cAAc,GAAd,sCAAc,KAAd,sCAAc,QAYzB;IAED,SAAgB,UAAU,CAAC,GAA4B;QACrD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA4B;QACjE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8CAAsB,yBAIrC,CAAA;AACH,CAAC,EAnCgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAmCvC"}
@@ -0,0 +1,26 @@
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
+ import * as model from "../model";
14
+ /**
15
+ * The list of OpenSearch clusters returned in a cluster search.
16
+ */
17
+ export interface OpensearchClusterCollection {
18
+ /**
19
+ * The list of clusters.
20
+ */
21
+ "items": Array<model.OpensearchClusterSummary>;
22
+ }
23
+ export declare namespace OpensearchClusterCollection {
24
+ function getJsonObj(obj: OpensearchClusterCollection): object;
25
+ function getDeserializedJsonObj(obj: OpensearchClusterCollection): object;
26
+ }
@@ -0,0 +1,61 @@
1
+ "use strict";
2
+ /**
3
+ * OpenSearch Service API
4
+ * The OpenSearch service API provides access to OCI Search Service with OpenSearch.
5
+ * OpenAPI spec version: 20180828
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 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
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.OpensearchClusterCollection = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var OpensearchClusterCollection;
37
+ (function (OpensearchClusterCollection) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "items": obj.items
41
+ ? obj.items.map(item => {
42
+ return model.OpensearchClusterSummary.getJsonObj(item);
43
+ })
44
+ : undefined
45
+ });
46
+ return jsonObj;
47
+ }
48
+ OpensearchClusterCollection.getJsonObj = getJsonObj;
49
+ function getDeserializedJsonObj(obj) {
50
+ const jsonObj = Object.assign(Object.assign({}, obj), {
51
+ "items": obj.items
52
+ ? obj.items.map(item => {
53
+ return model.OpensearchClusterSummary.getDeserializedJsonObj(item);
54
+ })
55
+ : undefined
56
+ });
57
+ return jsonObj;
58
+ }
59
+ OpensearchClusterCollection.getDeserializedJsonObj = getDeserializedJsonObj;
60
+ })(OpensearchClusterCollection = exports.OpensearchClusterCollection || (exports.OpensearchClusterCollection = {}));
61
+ //# sourceMappingURL=opensearch-cluster-collection.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"opensearch-cluster-collection.js","sourceRoot":"","sources":["../../../../../lib/opensearch/lib/model/opensearch-cluster-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,2BAA2B,CA6B3C;AA7BD,WAAiB,2BAA2B;IAC1C,SAAgB,UAAU,CAAC,GAAgC;QACzD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,wBAAwB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACzD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,sCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgC;QACrE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,wBAAwB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACrE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,kDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QA6B3C"}
@@ -0,0 +1,93 @@
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 summary of information about an OpenSearch cluster.
15
+ */
16
+ export interface OpensearchClusterSummary {
17
+ /**
18
+ * The OCID of the cluster.
19
+ */
20
+ "id": string;
21
+ /**
22
+ * The name of the cluster. Avoid entering confidential information.
23
+ */
24
+ "displayName"?: string;
25
+ /**
26
+ * The OCID for the compartment where the cluster is located.
27
+ */
28
+ "compartmentId": string;
29
+ /**
30
+ * The date and time the cluster was created. Format defined
31
+ * by [RFC3339](https://tools.ietf.org/html/rfc3339).
32
+ *
33
+ */
34
+ "timeCreated"?: Date;
35
+ /**
36
+ * The date and time the cluster was updated. Format defined
37
+ * by [RFC3339](https://tools.ietf.org/html/rfc3339).
38
+ *
39
+ */
40
+ "timeUpdated"?: Date;
41
+ /**
42
+ * Additional information about the current lifecycle state of the cluster.
43
+ */
44
+ "lifecycleDetails"?: string;
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
+ * Usage of system tag keys. These predefined keys are scoped to namespaces.
65
+ * Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
66
+ *
67
+ */
68
+ "systemTags"?: {
69
+ [key: string]: {
70
+ [key: string]: any;
71
+ };
72
+ };
73
+ /**
74
+ * The software version the cluster is running.
75
+ */
76
+ "softwareVersion": string;
77
+ /**
78
+ * The total amount of storage in GB, for the cluster. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
79
+ */
80
+ "totalStorageGB": number;
81
+ /**
82
+ * The current state of the cluster.
83
+ */
84
+ "lifecycleState"?: string;
85
+ /**
86
+ * The availability domains to distribute the cluser nodes across.
87
+ */
88
+ "availabilityDomains"?: Array<string>;
89
+ }
90
+ export declare namespace OpensearchClusterSummary {
91
+ function getJsonObj(obj: OpensearchClusterSummary): object;
92
+ function getDeserializedJsonObj(obj: OpensearchClusterSummary): object;
93
+ }
@@ -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.OpensearchClusterSummary = void 0;
16
+ var OpensearchClusterSummary;
17
+ (function (OpensearchClusterSummary) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ OpensearchClusterSummary.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ OpensearchClusterSummary.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(OpensearchClusterSummary = exports.OpensearchClusterSummary || (exports.OpensearchClusterSummary = {}));
29
+ //# sourceMappingURL=opensearch-cluster-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"opensearch-cluster-summary.js","sourceRoot":"","sources":["../../../../../lib/opensearch/lib/model/opensearch-cluster-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAyEH,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"}