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,39 @@
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.ListOpensearchClusterBackupsRequest = exports.ListOpensearchClustersRequest = void 0;
35
+ const ListOpensearchClustersRequest = __importStar(require("./list-opensearch-clusters-request"));
36
+ exports.ListOpensearchClustersRequest = ListOpensearchClustersRequest.ListOpensearchClustersRequest;
37
+ const ListOpensearchClusterBackupsRequest = __importStar(require("./list-opensearch-cluster-backups-request"));
38
+ exports.ListOpensearchClusterBackupsRequest = ListOpensearchClusterBackupsRequest.ListOpensearchClusterBackupsRequest;
39
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/opensearch/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAYH,kGAAoF;AACtE,QAAA,6BAA6B,GAAG,6BAA6B,CAAC,6BAA6B,CAAC;AAqB1G,+GAAiG;AACnF,QAAA,mCAAmC,GAAG,mCAAmC,CAAC,mCAAmC,CAAC"}
@@ -0,0 +1,66 @@
1
+ /**
2
+ *
3
+ *
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
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opensearch/ListOpensearchClusterBackups.ts.html |here} to see how to use ListOpensearchClusterBackupsRequest.
17
+ */
18
+ export interface ListOpensearchClusterBackupsRequest extends common.BaseRequest {
19
+ /**
20
+ * The ID of the compartment in which to list resources.
21
+ */
22
+ "compartmentId": string;
23
+ /**
24
+ * A filter to return only resources their lifecycleState matches the given lifecycleState.
25
+ */
26
+ "lifecycleState"?: string;
27
+ /**
28
+ * A filter to return only resources that match the entire display name given.
29
+ */
30
+ "displayName"?: string;
31
+ /**
32
+ * A filter to return only resources that match the entire source cluster id given.
33
+ */
34
+ "sourceOpensearchClusterId"?: string;
35
+ /**
36
+ * unique OpensearchClusterBackup identifier
37
+ */
38
+ "id"?: string;
39
+ /**
40
+ * The maximum number of items to return.
41
+ */
42
+ "limit"?: number;
43
+ /**
44
+ * The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
45
+ */
46
+ "page"?: string;
47
+ /**
48
+ * The sort order to use, either 'asc' or 'desc'.
49
+ */
50
+ "sortOrder"?: model.SortOrder;
51
+ /**
52
+ * The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending. Default order for displayName is ascending. If no value is specified timeCreated is default.
53
+ *
54
+ */
55
+ "sortBy"?: ListOpensearchClusterBackupsRequest.SortBy;
56
+ /**
57
+ * The client request ID for tracing.
58
+ */
59
+ "opcRequestId"?: string;
60
+ }
61
+ export declare namespace ListOpensearchClusterBackupsRequest {
62
+ enum SortBy {
63
+ TimeCreated = "timeCreated",
64
+ DisplayName = "displayName"
65
+ }
66
+ }
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
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.ListOpensearchClusterBackupsRequest = void 0;
16
+ var ListOpensearchClusterBackupsRequest;
17
+ (function (ListOpensearchClusterBackupsRequest) {
18
+ let SortBy;
19
+ (function (SortBy) {
20
+ SortBy["TimeCreated"] = "timeCreated";
21
+ SortBy["DisplayName"] = "displayName";
22
+ })(SortBy = ListOpensearchClusterBackupsRequest.SortBy || (ListOpensearchClusterBackupsRequest.SortBy = {}));
23
+ })(ListOpensearchClusterBackupsRequest = exports.ListOpensearchClusterBackupsRequest || (exports.ListOpensearchClusterBackupsRequest = {}));
24
+ //# sourceMappingURL=list-opensearch-cluster-backups-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-opensearch-cluster-backups-request.js","sourceRoot":"","sources":["../../../../../lib/opensearch/lib/request/list-opensearch-cluster-backups-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAoDH,IAAiB,mCAAmC,CAKnD;AALD,WAAiB,mCAAmC;IAClD,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,0CAAM,KAAN,0CAAM,QAGjB;AACH,CAAC,EALgB,mCAAmC,GAAnC,2CAAmC,KAAnC,2CAAmC,QAKnD"}
@@ -0,0 +1,62 @@
1
+ /**
2
+ *
3
+ *
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
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opensearch/ListOpensearchClusters.ts.html |here} to see how to use ListOpensearchClustersRequest.
17
+ */
18
+ export interface ListOpensearchClustersRequest extends common.BaseRequest {
19
+ /**
20
+ * The ID of the compartment in which to list resources.
21
+ */
22
+ "compartmentId": string;
23
+ /**
24
+ * A filter to return only OpensearchClusters their lifecycleState matches the given lifecycleState.
25
+ */
26
+ "lifecycleState"?: string;
27
+ /**
28
+ * A filter to return only resources that match the entire display name given.
29
+ */
30
+ "displayName"?: string;
31
+ /**
32
+ * unique OpensearchCluster identifier
33
+ */
34
+ "id"?: string;
35
+ /**
36
+ * The maximum number of items to return.
37
+ */
38
+ "limit"?: number;
39
+ /**
40
+ * The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
41
+ */
42
+ "page"?: string;
43
+ /**
44
+ * The sort order to use, either 'asc' or 'desc'.
45
+ */
46
+ "sortOrder"?: model.SortOrder;
47
+ /**
48
+ * The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending. Default order for displayName is ascending. If no value is specified timeCreated is default.
49
+ *
50
+ */
51
+ "sortBy"?: ListOpensearchClustersRequest.SortBy;
52
+ /**
53
+ * The client request ID for tracing.
54
+ */
55
+ "opcRequestId"?: string;
56
+ }
57
+ export declare namespace ListOpensearchClustersRequest {
58
+ enum SortBy {
59
+ TimeCreated = "timeCreated",
60
+ DisplayName = "displayName"
61
+ }
62
+ }
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
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.ListOpensearchClustersRequest = void 0;
16
+ var ListOpensearchClustersRequest;
17
+ (function (ListOpensearchClustersRequest) {
18
+ let SortBy;
19
+ (function (SortBy) {
20
+ SortBy["TimeCreated"] = "timeCreated";
21
+ SortBy["DisplayName"] = "displayName";
22
+ })(SortBy = ListOpensearchClustersRequest.SortBy || (ListOpensearchClustersRequest.SortBy = {}));
23
+ })(ListOpensearchClustersRequest = exports.ListOpensearchClustersRequest || (exports.ListOpensearchClustersRequest = {}));
24
+ //# sourceMappingURL=list-opensearch-clusters-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-opensearch-clusters-request.js","sourceRoot":"","sources":["../../../../../lib/opensearch/lib/request/list-opensearch-clusters-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAgDH,IAAiB,6BAA6B,CAK7C;AALD,WAAiB,6BAA6B;IAC5C,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,oCAAM,KAAN,oCAAM,QAGjB;AACH,CAAC,EALgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAK7C"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ *
3
+ *
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 common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opensearch/ListOpensearchVersions.ts.html |here} to see how to use ListOpensearchVersionsRequest.
16
+ */
17
+ export interface ListOpensearchVersionsRequest extends common.BaseRequest {
18
+ /**
19
+ * The ID of the compartment in which to list resources.
20
+ */
21
+ "compartmentId": string;
22
+ /**
23
+ * The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
24
+ */
25
+ "page"?: string;
26
+ /**
27
+ * The maximum number of items to return.
28
+ */
29
+ "limit"?: number;
30
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
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
+ //# sourceMappingURL=list-opensearch-versions-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-opensearch-versions-request.js","sourceRoot":"","sources":["../../../../../lib/opensearch/lib/request/list-opensearch-versions-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,34 @@
1
+ /**
2
+ *
3
+ *
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 common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opensearch/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
16
+ */
17
+ export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
18
+ /**
19
+ * The ID of the asynchronous request.
20
+ */
21
+ "workRequestId": string;
22
+ /**
23
+ * The client request ID for tracing.
24
+ */
25
+ "opcRequestId"?: string;
26
+ /**
27
+ * The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
28
+ */
29
+ "page"?: string;
30
+ /**
31
+ * The maximum number of items to return.
32
+ */
33
+ "limit"?: number;
34
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
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
+ //# sourceMappingURL=list-work-request-errors-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-work-request-errors-request.js","sourceRoot":"","sources":["../../../../../lib/opensearch/lib/request/list-work-request-errors-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,34 @@
1
+ /**
2
+ *
3
+ *
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 common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opensearch/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
16
+ */
17
+ export interface ListWorkRequestLogsRequest extends common.BaseRequest {
18
+ /**
19
+ * The ID of the asynchronous request.
20
+ */
21
+ "workRequestId": string;
22
+ /**
23
+ * The client request ID for tracing.
24
+ */
25
+ "opcRequestId"?: string;
26
+ /**
27
+ * The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
28
+ */
29
+ "page"?: string;
30
+ /**
31
+ * The maximum number of items to return.
32
+ */
33
+ "limit"?: number;
34
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
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
+ //# sourceMappingURL=list-work-request-logs-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-work-request-logs-request.js","sourceRoot":"","sources":["../../../../../lib/opensearch/lib/request/list-work-request-logs-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,42 @@
1
+ /**
2
+ *
3
+ *
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 common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opensearch/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
+ */
17
+ export interface ListWorkRequestsRequest extends common.BaseRequest {
18
+ /**
19
+ * The ID of the compartment in which to list resources.
20
+ */
21
+ "compartmentId": string;
22
+ /**
23
+ * The ID of the asynchronous work request.
24
+ */
25
+ "workRequestId"?: string;
26
+ /**
27
+ * The ID of the source resource to list work requests.
28
+ */
29
+ "sourceResourceId"?: string;
30
+ /**
31
+ * The client request ID for tracing.
32
+ */
33
+ "opcRequestId"?: string;
34
+ /**
35
+ * The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
36
+ */
37
+ "page"?: string;
38
+ /**
39
+ * The maximum number of items to return.
40
+ */
41
+ "limit"?: number;
42
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
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
+ //# sourceMappingURL=list-work-requests-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-work-requests-request.js","sourceRoot":"","sources":["../../../../../lib/opensearch/lib/request/list-work-requests-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,49 @@
1
+ /**
2
+ *
3
+ *
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
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opensearch/OpensearchClusterRestore.ts.html |here} to see how to use OpensearchClusterRestoreRequest.
17
+ */
18
+ export interface OpensearchClusterRestoreRequest extends common.BaseRequest {
19
+ /**
20
+ * unique OpensearchCluster identifier
21
+ */
22
+ "opensearchClusterId": string;
23
+ /**
24
+ * Restore the opensearch cluster details.
25
+ */
26
+ "restoreOpensearchClusterDetails": model.RestoreOpensearchClusterDetails;
27
+ /**
28
+ * For optimistic concurrency control. In the PUT or DELETE call
29
+ * for a resource, set the `if-match` parameter to the value of the
30
+ * etag from a previous GET or POST response for that resource.
31
+ * The resource will be updated or deleted only if the etag you
32
+ * provide matches the resource's current etag value.
33
+ *
34
+ */
35
+ "ifMatch"?: string;
36
+ /**
37
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
38
+ * server error without risk of executing that same action again. Retry tokens expire after 24
39
+ * hours, but can be invalidated before then due to conflicting operations. For example, if a resource
40
+ * has been deleted and purged from the system, then a retry of the original creation request
41
+ * might be rejected.
42
+ *
43
+ */
44
+ "opcRetryToken"?: string;
45
+ /**
46
+ * The client request ID for tracing.
47
+ */
48
+ "opcRequestId"?: string;
49
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
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
+ //# sourceMappingURL=opensearch-cluster-restore-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"opensearch-cluster-restore-request.js","sourceRoot":"","sources":["../../../../../lib/opensearch/lib/request/opensearch-cluster-restore-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,49 @@
1
+ /**
2
+ *
3
+ *
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
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opensearch/ResizeOpensearchClusterHorizontal.ts.html |here} to see how to use ResizeOpensearchClusterHorizontalRequest.
17
+ */
18
+ export interface ResizeOpensearchClusterHorizontalRequest extends common.BaseRequest {
19
+ /**
20
+ * unique OpensearchCluster identifier
21
+ */
22
+ "opensearchClusterId": string;
23
+ /**
24
+ * Resize the opensearch cluster horizontal details.
25
+ */
26
+ "resizeOpensearchClusterHorizontalDetails": model.ResizeOpensearchClusterHorizontalDetails;
27
+ /**
28
+ * For optimistic concurrency control. In the PUT or DELETE call
29
+ * for a resource, set the `if-match` parameter to the value of the
30
+ * etag from a previous GET or POST response for that resource.
31
+ * The resource will be updated or deleted only if the etag you
32
+ * provide matches the resource's current etag value.
33
+ *
34
+ */
35
+ "ifMatch"?: string;
36
+ /**
37
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
38
+ * server error without risk of executing that same action again. Retry tokens expire after 24
39
+ * hours, but can be invalidated before then due to conflicting operations. For example, if a resource
40
+ * has been deleted and purged from the system, then a retry of the original creation request
41
+ * might be rejected.
42
+ *
43
+ */
44
+ "opcRetryToken"?: string;
45
+ /**
46
+ * The client request ID for tracing.
47
+ */
48
+ "opcRequestId"?: string;
49
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
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
+ //# sourceMappingURL=resize-opensearch-cluster-horizontal-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"resize-opensearch-cluster-horizontal-request.js","sourceRoot":"","sources":["../../../../../lib/opensearch/lib/request/resize-opensearch-cluster-horizontal-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,49 @@
1
+ /**
2
+ *
3
+ *
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
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opensearch/ResizeOpensearchClusterVertical.ts.html |here} to see how to use ResizeOpensearchClusterVerticalRequest.
17
+ */
18
+ export interface ResizeOpensearchClusterVerticalRequest extends common.BaseRequest {
19
+ /**
20
+ * unique OpensearchCluster identifier
21
+ */
22
+ "opensearchClusterId": string;
23
+ /**
24
+ * Resize the opensearch cluster vertical details.
25
+ */
26
+ "resizeOpensearchClusterVerticalDetails": model.ResizeOpensearchClusterVerticalDetails;
27
+ /**
28
+ * For optimistic concurrency control. In the PUT or DELETE call
29
+ * for a resource, set the `if-match` parameter to the value of the
30
+ * etag from a previous GET or POST response for that resource.
31
+ * The resource will be updated or deleted only if the etag you
32
+ * provide matches the resource's current etag value.
33
+ *
34
+ */
35
+ "ifMatch"?: string;
36
+ /**
37
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
38
+ * server error without risk of executing that same action again. Retry tokens expire after 24
39
+ * hours, but can be invalidated before then due to conflicting operations. For example, if a resource
40
+ * has been deleted and purged from the system, then a retry of the original creation request
41
+ * might be rejected.
42
+ *
43
+ */
44
+ "opcRetryToken"?: string;
45
+ /**
46
+ * The client request ID for tracing.
47
+ */
48
+ "opcRequestId"?: string;
49
+ }