oci-bds 2.9.1 → 2.12.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 (264) hide show
  1. package/index.d.ts +1 -1
  2. package/index.js +1 -1
  3. package/lib/bds-waiter.d.ts +9 -1
  4. package/lib/bds-waiter.js +13 -1
  5. package/lib/bds-waiter.js.map +1 -1
  6. package/lib/client.d.ts +126 -27
  7. package/lib/client.js +503 -27
  8. package/lib/client.js.map +1 -1
  9. package/lib/model/action-types.d.ts +1 -1
  10. package/lib/model/action-types.js +1 -1
  11. package/lib/model/activate-bds-metastore-configuration-details.d.ts +30 -0
  12. package/lib/model/activate-bds-metastore-configuration-details.js +30 -0
  13. package/lib/model/activate-bds-metastore-configuration-details.js.map +1 -0
  14. package/lib/model/add-auto-scaling-configuration-details.d.ts +1 -1
  15. package/lib/model/add-auto-scaling-configuration-details.js +1 -1
  16. package/lib/model/add-block-storage-details.d.ts +1 -1
  17. package/lib/model/add-block-storage-details.js +1 -1
  18. package/lib/model/add-cloud-sql-details.d.ts +1 -1
  19. package/lib/model/add-cloud-sql-details.js +1 -1
  20. package/lib/model/add-worker-nodes-details.d.ts +1 -1
  21. package/lib/model/add-worker-nodes-details.js +1 -1
  22. package/lib/model/auto-scale-policy-metric-rule.d.ts +1 -1
  23. package/lib/model/auto-scale-policy-metric-rule.js +1 -1
  24. package/lib/model/auto-scale-policy-rule.d.ts +1 -1
  25. package/lib/model/auto-scale-policy-rule.js +1 -1
  26. package/lib/model/auto-scale-policy.d.ts +1 -1
  27. package/lib/model/auto-scale-policy.js +1 -1
  28. package/lib/model/auto-scaling-configuration-summary.d.ts +1 -1
  29. package/lib/model/auto-scaling-configuration-summary.js +1 -1
  30. package/lib/model/auto-scaling-configuration.d.ts +1 -1
  31. package/lib/model/auto-scaling-configuration.js +1 -1
  32. package/lib/model/bds-api-key-summary.d.ts +1 -1
  33. package/lib/model/bds-api-key-summary.js +1 -1
  34. package/lib/model/bds-api-key.d.ts +1 -1
  35. package/lib/model/bds-api-key.js +1 -1
  36. package/lib/model/bds-instance-summary.d.ts +1 -1
  37. package/lib/model/bds-instance-summary.js +1 -1
  38. package/lib/model/bds-instance.d.ts +1 -1
  39. package/lib/model/bds-instance.js +1 -1
  40. package/lib/model/bds-metastore-configuration-summary.d.ts +54 -0
  41. package/lib/model/bds-metastore-configuration-summary.js +30 -0
  42. package/lib/model/bds-metastore-configuration-summary.js.map +1 -0
  43. package/lib/model/bds-metastore-configuration.d.ts +78 -0
  44. package/lib/model/bds-metastore-configuration.js +56 -0
  45. package/lib/model/bds-metastore-configuration.js.map +1 -0
  46. package/lib/model/change-bds-instance-compartment-details.d.ts +1 -1
  47. package/lib/model/change-bds-instance-compartment-details.js +1 -1
  48. package/lib/model/change-shape-details.d.ts +1 -1
  49. package/lib/model/change-shape-details.js +1 -1
  50. package/lib/model/change-shape-nodes.d.ts +1 -1
  51. package/lib/model/change-shape-nodes.js +1 -1
  52. package/lib/model/cloud-sql-details.d.ts +1 -1
  53. package/lib/model/cloud-sql-details.js +1 -1
  54. package/lib/model/cluster-details.d.ts +1 -1
  55. package/lib/model/cluster-details.js +1 -1
  56. package/lib/model/create-bds-api-key-details.d.ts +1 -1
  57. package/lib/model/create-bds-api-key-details.js +1 -1
  58. package/lib/model/create-bds-instance-details.d.ts +1 -1
  59. package/lib/model/create-bds-instance-details.js +1 -1
  60. package/lib/model/create-bds-metastore-configuration-details.d.ts +42 -0
  61. package/lib/model/create-bds-metastore-configuration-details.js +30 -0
  62. package/lib/model/create-bds-metastore-configuration-details.js.map +1 -0
  63. package/lib/model/create-node-details.d.ts +1 -1
  64. package/lib/model/create-node-details.js +1 -1
  65. package/lib/model/default-error.d.ts +1 -1
  66. package/lib/model/default-error.js +1 -1
  67. package/lib/model/index.d.ts +13 -1
  68. package/lib/model/index.js +14 -2
  69. package/lib/model/index.js.map +1 -1
  70. package/lib/model/kerberos-details.d.ts +1 -1
  71. package/lib/model/kerberos-details.js +1 -1
  72. package/lib/model/metric-threshold-rule.d.ts +1 -1
  73. package/lib/model/metric-threshold-rule.js +1 -1
  74. package/lib/model/network-config.d.ts +1 -1
  75. package/lib/model/network-config.js +1 -1
  76. package/lib/model/node.d.ts +1 -1
  77. package/lib/model/node.js +1 -1
  78. package/lib/model/operation-status.d.ts +1 -1
  79. package/lib/model/operation-status.js +1 -1
  80. package/lib/model/operation-types.d.ts +9 -1
  81. package/lib/model/operation-types.js +9 -1
  82. package/lib/model/operation-types.js.map +1 -1
  83. package/lib/model/remove-auto-scaling-configuration-details.d.ts +1 -1
  84. package/lib/model/remove-auto-scaling-configuration-details.js +1 -1
  85. package/lib/model/remove-cloud-sql-details.d.ts +1 -1
  86. package/lib/model/remove-cloud-sql-details.js +1 -1
  87. package/lib/model/restart-node-details.d.ts +1 -1
  88. package/lib/model/restart-node-details.js +1 -1
  89. package/lib/model/sort-orders.d.ts +1 -1
  90. package/lib/model/sort-orders.js +1 -1
  91. package/lib/model/test-bds-metastore-configuration-details.d.ts +26 -0
  92. package/lib/model/test-bds-metastore-configuration-details.js +30 -0
  93. package/lib/model/test-bds-metastore-configuration-details.js.map +1 -0
  94. package/lib/model/test-bds-object-storage-connection-details.d.ts +1 -1
  95. package/lib/model/test-bds-object-storage-connection-details.js +1 -1
  96. package/lib/model/update-auto-scaling-configuration-details.d.ts +1 -1
  97. package/lib/model/update-auto-scaling-configuration-details.js +1 -1
  98. package/lib/model/update-bds-instance-details.d.ts +1 -1
  99. package/lib/model/update-bds-instance-details.js +1 -1
  100. package/lib/model/update-bds-metastore-configuration-details.d.ts +38 -0
  101. package/lib/model/update-bds-metastore-configuration-details.js +30 -0
  102. package/lib/model/update-bds-metastore-configuration-details.js.map +1 -0
  103. package/lib/model/volume-attachment-detail.d.ts +1 -1
  104. package/lib/model/volume-attachment-detail.js +1 -1
  105. package/lib/model/work-request-error.d.ts +1 -1
  106. package/lib/model/work-request-error.js +1 -1
  107. package/lib/model/work-request-log-entry.d.ts +1 -1
  108. package/lib/model/work-request-log-entry.js +1 -1
  109. package/lib/model/work-request-resource.d.ts +1 -1
  110. package/lib/model/work-request-resource.js +1 -1
  111. package/lib/model/work-request.d.ts +1 -1
  112. package/lib/model/work-request.js +1 -1
  113. package/lib/request/activate-bds-metastore-configuration-request.d.ts +53 -0
  114. package/lib/request/activate-bds-metastore-configuration-request.js +15 -0
  115. package/lib/request/activate-bds-metastore-configuration-request.js.map +1 -0
  116. package/lib/request/add-auto-scaling-configuration-request.d.ts +2 -2
  117. package/lib/request/add-auto-scaling-configuration-request.js +1 -1
  118. package/lib/request/add-block-storage-request.d.ts +2 -2
  119. package/lib/request/add-block-storage-request.js +1 -1
  120. package/lib/request/add-cloud-sql-request.d.ts +2 -2
  121. package/lib/request/add-cloud-sql-request.js +1 -1
  122. package/lib/request/add-worker-nodes-request.d.ts +2 -2
  123. package/lib/request/add-worker-nodes-request.js +1 -1
  124. package/lib/request/change-bds-instance-compartment-request.d.ts +2 -2
  125. package/lib/request/change-bds-instance-compartment-request.js +1 -1
  126. package/lib/request/change-shape-request.d.ts +2 -2
  127. package/lib/request/change-shape-request.js +1 -1
  128. package/lib/request/create-bds-api-key-request.d.ts +2 -2
  129. package/lib/request/create-bds-api-key-request.js +1 -1
  130. package/lib/request/create-bds-instance-request.d.ts +2 -2
  131. package/lib/request/create-bds-instance-request.js +1 -1
  132. package/lib/request/create-bds-metastore-configuration-request.d.ts +40 -0
  133. package/lib/request/create-bds-metastore-configuration-request.js +15 -0
  134. package/lib/request/create-bds-metastore-configuration-request.js.map +1 -0
  135. package/lib/request/delete-bds-api-key-request.d.ts +2 -2
  136. package/lib/request/delete-bds-api-key-request.js +1 -1
  137. package/lib/request/delete-bds-instance-request.d.ts +2 -2
  138. package/lib/request/delete-bds-instance-request.js +1 -1
  139. package/lib/request/delete-bds-metastore-configuration-request.d.ts +39 -0
  140. package/lib/request/delete-bds-metastore-configuration-request.js +15 -0
  141. package/lib/request/delete-bds-metastore-configuration-request.js.map +1 -0
  142. package/lib/request/get-auto-scaling-configuration-request.d.ts +2 -2
  143. package/lib/request/get-auto-scaling-configuration-request.js +1 -1
  144. package/lib/request/get-bds-api-key-request.d.ts +2 -2
  145. package/lib/request/get-bds-api-key-request.js +1 -1
  146. package/lib/request/get-bds-instance-request.d.ts +2 -2
  147. package/lib/request/get-bds-instance-request.js +1 -1
  148. package/lib/request/get-bds-metastore-configuration-request.d.ts +30 -0
  149. package/lib/request/get-bds-metastore-configuration-request.js +15 -0
  150. package/lib/request/get-bds-metastore-configuration-request.js.map +1 -0
  151. package/lib/request/get-work-request-request.d.ts +2 -2
  152. package/lib/request/get-work-request-request.js +1 -1
  153. package/lib/request/index.d.ts +15 -1
  154. package/lib/request/index.js +4 -2
  155. package/lib/request/index.js.map +1 -1
  156. package/lib/request/list-auto-scaling-configurations-request.d.ts +2 -2
  157. package/lib/request/list-auto-scaling-configurations-request.js +1 -1
  158. package/lib/request/list-bds-api-keys-request.d.ts +2 -2
  159. package/lib/request/list-bds-api-keys-request.js +1 -1
  160. package/lib/request/list-bds-instances-request.d.ts +2 -2
  161. package/lib/request/list-bds-instances-request.js +1 -1
  162. package/lib/request/list-bds-metastore-configurations-request.d.ts +70 -0
  163. package/lib/request/list-bds-metastore-configurations-request.js +24 -0
  164. package/lib/request/list-bds-metastore-configurations-request.js.map +1 -0
  165. package/lib/request/list-work-request-errors-request.d.ts +2 -2
  166. package/lib/request/list-work-request-errors-request.js +1 -1
  167. package/lib/request/list-work-request-logs-request.d.ts +2 -2
  168. package/lib/request/list-work-request-logs-request.js +1 -1
  169. package/lib/request/list-work-requests-request.d.ts +2 -2
  170. package/lib/request/list-work-requests-request.js +1 -1
  171. package/lib/request/remove-auto-scaling-configuration-request.d.ts +2 -2
  172. package/lib/request/remove-auto-scaling-configuration-request.js +1 -1
  173. package/lib/request/remove-cloud-sql-request.d.ts +2 -2
  174. package/lib/request/remove-cloud-sql-request.js +1 -1
  175. package/lib/request/restart-node-request.d.ts +2 -2
  176. package/lib/request/restart-node-request.js +1 -1
  177. package/lib/request/test-bds-metastore-configuration-request.d.ts +44 -0
  178. package/lib/request/test-bds-metastore-configuration-request.js +15 -0
  179. package/lib/request/test-bds-metastore-configuration-request.js.map +1 -0
  180. package/lib/request/test-bds-object-storage-connection-request.d.ts +2 -2
  181. package/lib/request/test-bds-object-storage-connection-request.js +1 -1
  182. package/lib/request/update-auto-scaling-configuration-request.d.ts +2 -2
  183. package/lib/request/update-auto-scaling-configuration-request.js +1 -1
  184. package/lib/request/update-bds-instance-request.d.ts +2 -2
  185. package/lib/request/update-bds-instance-request.js +1 -1
  186. package/lib/request/update-bds-metastore-configuration-request.d.ts +44 -0
  187. package/lib/request/update-bds-metastore-configuration-request.js +15 -0
  188. package/lib/request/update-bds-metastore-configuration-request.js.map +1 -0
  189. package/lib/response/activate-bds-metastore-configuration-response.d.ts +25 -0
  190. package/lib/response/activate-bds-metastore-configuration-response.js +15 -0
  191. package/lib/response/activate-bds-metastore-configuration-response.js.map +1 -0
  192. package/lib/response/add-auto-scaling-configuration-response.d.ts +1 -1
  193. package/lib/response/add-auto-scaling-configuration-response.js +1 -1
  194. package/lib/response/add-block-storage-response.d.ts +1 -1
  195. package/lib/response/add-block-storage-response.js +1 -1
  196. package/lib/response/add-cloud-sql-response.d.ts +1 -1
  197. package/lib/response/add-cloud-sql-response.js +1 -1
  198. package/lib/response/add-worker-nodes-response.d.ts +1 -1
  199. package/lib/response/add-worker-nodes-response.js +1 -1
  200. package/lib/response/change-bds-instance-compartment-response.d.ts +1 -1
  201. package/lib/response/change-bds-instance-compartment-response.js +1 -1
  202. package/lib/response/change-shape-response.d.ts +1 -1
  203. package/lib/response/change-shape-response.js +1 -1
  204. package/lib/response/create-bds-api-key-response.d.ts +1 -1
  205. package/lib/response/create-bds-api-key-response.js +1 -1
  206. package/lib/response/create-bds-instance-response.d.ts +1 -1
  207. package/lib/response/create-bds-instance-response.js +1 -1
  208. package/lib/response/create-bds-metastore-configuration-response.d.ts +25 -0
  209. package/lib/response/create-bds-metastore-configuration-response.js +15 -0
  210. package/lib/response/create-bds-metastore-configuration-response.js.map +1 -0
  211. package/lib/response/delete-bds-api-key-response.d.ts +1 -1
  212. package/lib/response/delete-bds-api-key-response.js +1 -1
  213. package/lib/response/delete-bds-instance-response.d.ts +1 -1
  214. package/lib/response/delete-bds-instance-response.js +1 -1
  215. package/lib/response/delete-bds-metastore-configuration-response.d.ts +25 -0
  216. package/lib/response/delete-bds-metastore-configuration-response.js +15 -0
  217. package/lib/response/delete-bds-metastore-configuration-response.js.map +1 -0
  218. package/lib/response/get-auto-scaling-configuration-response.d.ts +1 -1
  219. package/lib/response/get-auto-scaling-configuration-response.js +1 -1
  220. package/lib/response/get-bds-api-key-response.d.ts +1 -1
  221. package/lib/response/get-bds-api-key-response.js +1 -1
  222. package/lib/response/get-bds-instance-response.d.ts +1 -1
  223. package/lib/response/get-bds-instance-response.js +1 -1
  224. package/lib/response/get-bds-metastore-configuration-response.d.ts +30 -0
  225. package/lib/response/get-bds-metastore-configuration-response.js +15 -0
  226. package/lib/response/get-bds-metastore-configuration-response.js.map +1 -0
  227. package/lib/response/get-work-request-response.d.ts +1 -1
  228. package/lib/response/get-work-request-response.js +1 -1
  229. package/lib/response/index.d.ts +15 -1
  230. package/lib/response/index.js +1 -1
  231. package/lib/response/list-auto-scaling-configurations-response.d.ts +1 -1
  232. package/lib/response/list-auto-scaling-configurations-response.js +1 -1
  233. package/lib/response/list-bds-api-keys-response.d.ts +1 -1
  234. package/lib/response/list-bds-api-keys-response.js +1 -1
  235. package/lib/response/list-bds-instances-response.d.ts +1 -1
  236. package/lib/response/list-bds-instances-response.js +1 -1
  237. package/lib/response/list-bds-metastore-configurations-response.d.ts +32 -0
  238. package/lib/response/list-bds-metastore-configurations-response.js +15 -0
  239. package/lib/response/list-bds-metastore-configurations-response.js.map +1 -0
  240. package/lib/response/list-work-request-errors-response.d.ts +1 -1
  241. package/lib/response/list-work-request-errors-response.js +1 -1
  242. package/lib/response/list-work-request-logs-response.d.ts +1 -1
  243. package/lib/response/list-work-request-logs-response.js +1 -1
  244. package/lib/response/list-work-requests-response.d.ts +1 -1
  245. package/lib/response/list-work-requests-response.js +1 -1
  246. package/lib/response/remove-auto-scaling-configuration-response.d.ts +1 -1
  247. package/lib/response/remove-auto-scaling-configuration-response.js +1 -1
  248. package/lib/response/remove-cloud-sql-response.d.ts +1 -1
  249. package/lib/response/remove-cloud-sql-response.js +1 -1
  250. package/lib/response/restart-node-response.d.ts +1 -1
  251. package/lib/response/restart-node-response.js +1 -1
  252. package/lib/response/test-bds-metastore-configuration-response.d.ts +25 -0
  253. package/lib/response/test-bds-metastore-configuration-response.js +15 -0
  254. package/lib/response/test-bds-metastore-configuration-response.js.map +1 -0
  255. package/lib/response/test-bds-object-storage-connection-response.d.ts +1 -1
  256. package/lib/response/test-bds-object-storage-connection-response.js +1 -1
  257. package/lib/response/update-auto-scaling-configuration-response.d.ts +1 -1
  258. package/lib/response/update-auto-scaling-configuration-response.js +1 -1
  259. package/lib/response/update-bds-instance-response.d.ts +1 -1
  260. package/lib/response/update-bds-instance-response.js +1 -1
  261. package/lib/response/update-bds-metastore-configuration-response.d.ts +25 -0
  262. package/lib/response/update-bds-metastore-configuration-response.js +15 -0
  263. package/lib/response/update-bds-metastore-configuration-response.js.map +1 -0
  264. package/package.json +3 -3
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  /**
@@ -9,7 +9,7 @@
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
13
13
  * 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.
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  /**
@@ -9,7 +9,7 @@
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
13
13
  * 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.
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  /**
@@ -9,7 +9,7 @@
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
13
13
  * 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.
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  import * as model from "../model";
package/lib/model/node.js CHANGED
@@ -9,7 +9,7 @@
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
13
13
  * 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.
14
14
  */
15
15
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  /**
@@ -9,7 +9,7 @@
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
13
13
  * 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.
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  /**
@@ -28,6 +28,14 @@ export declare enum OperationTypes {
28
28
  RestartNode = "RESTART_NODE",
29
29
  AutoscaleConfig = "AUTOSCALE_CONFIG",
30
30
  AutoscaleRun = "AUTOSCALE_RUN",
31
+ CreateApiKey = "CREATE_API_KEY",
32
+ DeleteApiKey = "DELETE_API_KEY",
33
+ TestObjectStoreConnection = "TEST_OBJECT_STORE_CONNECTION",
34
+ CreateMetastoreConfig = "CREATE_METASTORE_CONFIG",
35
+ DeleteMetastoreConfig = "DELETE_METASTORE_CONFIG",
36
+ UpdateMetastoreConfig = "UPDATE_METASTORE_CONFIG",
37
+ ActivateMetastoreConfig = "ACTIVATE_METASTORE_CONFIG",
38
+ TestMetastoreConfig = "TEST_METASTORE_CONFIG",
31
39
  /**
32
40
  * This value is used if a service returns a value for this enum that is not recognized by this
33
41
  * version of the SDK.
@@ -9,7 +9,7 @@
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
13
13
  * 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.
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -32,6 +32,14 @@ var OperationTypes;
32
32
  OperationTypes["RestartNode"] = "RESTART_NODE";
33
33
  OperationTypes["AutoscaleConfig"] = "AUTOSCALE_CONFIG";
34
34
  OperationTypes["AutoscaleRun"] = "AUTOSCALE_RUN";
35
+ OperationTypes["CreateApiKey"] = "CREATE_API_KEY";
36
+ OperationTypes["DeleteApiKey"] = "DELETE_API_KEY";
37
+ OperationTypes["TestObjectStoreConnection"] = "TEST_OBJECT_STORE_CONNECTION";
38
+ OperationTypes["CreateMetastoreConfig"] = "CREATE_METASTORE_CONFIG";
39
+ OperationTypes["DeleteMetastoreConfig"] = "DELETE_METASTORE_CONFIG";
40
+ OperationTypes["UpdateMetastoreConfig"] = "UPDATE_METASTORE_CONFIG";
41
+ OperationTypes["ActivateMetastoreConfig"] = "ACTIVATE_METASTORE_CONFIG";
42
+ OperationTypes["TestMetastoreConfig"] = "TEST_METASTORE_CONFIG";
35
43
  /**
36
44
  * This value is used if a service returns a value for this enum that is not recognized by this
37
45
  * version of the SDK.
@@ -1 +1 @@
1
- {"version":3,"file":"operation-types.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/operation-types.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAKH;;IAEI;AACJ,IAAY,cAoBX;AApBD,WAAY,cAAc;IACxB,0CAAwB,CAAA;IACxB,0CAAwB,CAAA;IACxB,0CAAwB,CAAA;IACxB,uDAAqC,CAAA;IACrC,qDAAmC,CAAA;IACnC,+CAA6B,CAAA;IAC7B,qDAAmC,CAAA;IACnC,wEAAsD,CAAA;IACtD,8CAA4B,CAAA;IAC5B,8CAA4B,CAAA;IAC5B,8CAA4B,CAAA;IAC5B,sDAAoC,CAAA;IACpC,gDAA8B,CAAA;IAE9B;;;OAGG;IACH,gDAA8B,CAAA;AAChC,CAAC,EApBW,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAoBzB;AAED,WAAiB,cAAc;IAC7B,SAAgB,UAAU,CAAC,GAAmB;QAC5C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,yBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmB;QACxD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,qCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAO9B"}
1
+ {"version":3,"file":"operation-types.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/operation-types.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAKH;;IAEI;AACJ,IAAY,cA4BX;AA5BD,WAAY,cAAc;IACxB,0CAAwB,CAAA;IACxB,0CAAwB,CAAA;IACxB,0CAAwB,CAAA;IACxB,uDAAqC,CAAA;IACrC,qDAAmC,CAAA;IACnC,+CAA6B,CAAA;IAC7B,qDAAmC,CAAA;IACnC,wEAAsD,CAAA;IACtD,8CAA4B,CAAA;IAC5B,8CAA4B,CAAA;IAC5B,8CAA4B,CAAA;IAC5B,sDAAoC,CAAA;IACpC,gDAA8B,CAAA;IAC9B,iDAA+B,CAAA;IAC/B,iDAA+B,CAAA;IAC/B,4EAA0D,CAAA;IAC1D,mEAAiD,CAAA;IACjD,mEAAiD,CAAA;IACjD,mEAAiD,CAAA;IACjD,uEAAqD,CAAA;IACrD,+DAA6C,CAAA;IAE7C;;;OAGG;IACH,gDAA8B,CAAA;AAChC,CAAC,EA5BW,cAAc,GAAd,sBAAc,KAAd,sBAAc,QA4BzB;AAED,WAAiB,cAAc;IAC7B,SAAgB,UAAU,CAAC,GAAmB;QAC5C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,yBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmB;QACxD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,qCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAO9B"}
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  /**
@@ -9,7 +9,7 @@
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
13
13
  * 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.
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  /**
@@ -9,7 +9,7 @@
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
13
13
  * 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.
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  /**
@@ -9,7 +9,7 @@
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
13
13
  * 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.
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  /**
@@ -9,7 +9,7 @@
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
13
13
  * 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.
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Big Data Service API
3
+ * REST API for Oracle Big Data Service. Use this API to build, deploy, and manage fully elastic Big Data Service clusters. Build on Hadoop, Spark and Data Science distributions, which can be fully integrated with existing enterprise data in Oracle Database and Oracle applications.
4
+
5
+ * OpenAPI spec version: 20190531
6
+ * Contact: rahul.ra.arora@oracle.com
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
+ /**
15
+ * The reqeust body when testing a BDS metastore configuration
16
+ */
17
+ export interface TestBdsMetastoreConfigurationDetails {
18
+ /**
19
+ * Base-64 encoded password for the cluster admin user.
20
+ */
21
+ "clusterAdminPassword": string;
22
+ }
23
+ export declare namespace TestBdsMetastoreConfigurationDetails {
24
+ function getJsonObj(obj: TestBdsMetastoreConfigurationDetails): object;
25
+ function getDeserializedJsonObj(obj: TestBdsMetastoreConfigurationDetails): object;
26
+ }
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ /**
3
+ * Big Data Service API
4
+ * REST API for Oracle Big Data Service. Use this API to build, deploy, and manage fully elastic Big Data Service clusters. Build on Hadoop, Spark and Data Science distributions, which can be fully integrated with existing enterprise data in Oracle Database and Oracle applications.
5
+
6
+ * OpenAPI spec version: 20190531
7
+ * Contact: rahul.ra.arora@oracle.com
8
+ *
9
+ * NOTE: This class is auto generated by OracleSDKGenerator.
10
+ * Do not edit the class manually.
11
+ *
12
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
13
+ * 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.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.TestBdsMetastoreConfigurationDetails = void 0;
17
+ var TestBdsMetastoreConfigurationDetails;
18
+ (function (TestBdsMetastoreConfigurationDetails) {
19
+ function getJsonObj(obj) {
20
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
21
+ return jsonObj;
22
+ }
23
+ TestBdsMetastoreConfigurationDetails.getJsonObj = getJsonObj;
24
+ function getDeserializedJsonObj(obj) {
25
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
26
+ return jsonObj;
27
+ }
28
+ TestBdsMetastoreConfigurationDetails.getDeserializedJsonObj = getDeserializedJsonObj;
29
+ })(TestBdsMetastoreConfigurationDetails = exports.TestBdsMetastoreConfigurationDetails || (exports.TestBdsMetastoreConfigurationDetails = {}));
30
+ //# sourceMappingURL=test-bds-metastore-configuration-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"test-bds-metastore-configuration-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/test-bds-metastore-configuration-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAeH,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"}
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  /**
@@ -9,7 +9,7 @@
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
13
13
  * 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.
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  import * as model from "../model";
@@ -9,7 +9,7 @@
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
13
13
  * 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.
14
14
  */
15
15
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  /**
@@ -9,7 +9,7 @@
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
13
13
  * 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.
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,38 @@
1
+ /**
2
+ * Big Data Service API
3
+ * REST API for Oracle Big Data Service. Use this API to build, deploy, and manage fully elastic Big Data Service clusters. Build on Hadoop, Spark and Data Science distributions, which can be fully integrated with existing enterprise data in Oracle Database and Oracle applications.
4
+
5
+ * OpenAPI spec version: 20190531
6
+ * Contact: rahul.ra.arora@oracle.com
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
+ /**
15
+ * The request body when updating BDS metastore configuration.
16
+ */
17
+ export interface UpdateBdsMetastoreConfigurationDetails {
18
+ /**
19
+ * The display name of the metastore configuration.
20
+ */
21
+ "displayName"?: string;
22
+ /**
23
+ * The ID of BDS Api Key used for Data Catalog metastore integration. Set only if metastore's type is EXTERNAL.
24
+ */
25
+ "bdsApiKeyId"?: string;
26
+ /**
27
+ * Base-64 encoded passphrase of the BDS Api Key.
28
+ */
29
+ "bdsApiKeyPassphrase"?: string;
30
+ /**
31
+ * Base-64 encoded password for the cluster admin user.
32
+ */
33
+ "clusterAdminPassword"?: string;
34
+ }
35
+ export declare namespace UpdateBdsMetastoreConfigurationDetails {
36
+ function getJsonObj(obj: UpdateBdsMetastoreConfigurationDetails): object;
37
+ function getDeserializedJsonObj(obj: UpdateBdsMetastoreConfigurationDetails): object;
38
+ }
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ /**
3
+ * Big Data Service API
4
+ * REST API for Oracle Big Data Service. Use this API to build, deploy, and manage fully elastic Big Data Service clusters. Build on Hadoop, Spark and Data Science distributions, which can be fully integrated with existing enterprise data in Oracle Database and Oracle applications.
5
+
6
+ * OpenAPI spec version: 20190531
7
+ * Contact: rahul.ra.arora@oracle.com
8
+ *
9
+ * NOTE: This class is auto generated by OracleSDKGenerator.
10
+ * Do not edit the class manually.
11
+ *
12
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
13
+ * 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.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.UpdateBdsMetastoreConfigurationDetails = void 0;
17
+ var UpdateBdsMetastoreConfigurationDetails;
18
+ (function (UpdateBdsMetastoreConfigurationDetails) {
19
+ function getJsonObj(obj) {
20
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
21
+ return jsonObj;
22
+ }
23
+ UpdateBdsMetastoreConfigurationDetails.getJsonObj = getJsonObj;
24
+ function getDeserializedJsonObj(obj) {
25
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
26
+ return jsonObj;
27
+ }
28
+ UpdateBdsMetastoreConfigurationDetails.getDeserializedJsonObj = getDeserializedJsonObj;
29
+ })(UpdateBdsMetastoreConfigurationDetails = exports.UpdateBdsMetastoreConfigurationDetails || (exports.UpdateBdsMetastoreConfigurationDetails = {}));
30
+ //# sourceMappingURL=update-bds-metastore-configuration-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-bds-metastore-configuration-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/update-bds-metastore-configuration-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AA2BH,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"}
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  /**
@@ -9,7 +9,7 @@
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
13
13
  * 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.
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  /**
@@ -9,7 +9,7 @@
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
13
13
  * 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.
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  /**
@@ -9,7 +9,7 @@
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
13
13
  * 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.
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  import * as model from "../model";
@@ -9,7 +9,7 @@
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
13
13
  * 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.
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  import * as model from "../model";
@@ -9,7 +9,7 @@
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
13
13
  * 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.
14
14
  */
15
15
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -0,0 +1,53 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20190531
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.12.0/bds/ActivateBdsMetastoreConfiguration.ts.html |here} to see how to use ActivateBdsMetastoreConfigurationRequest.
17
+ */
18
+ export interface ActivateBdsMetastoreConfigurationRequest extends common.BaseRequest {
19
+ /**
20
+ * The OCID of the cluster.
21
+ */
22
+ "bdsInstanceId": string;
23
+ /**
24
+ * The metastore configuration ID
25
+ */
26
+ "metastoreConfigId": string;
27
+ /**
28
+ * The request body when activating specified metastore configuration.
29
+ */
30
+ "activateBdsMetastoreConfigurationDetails": model.ActivateBdsMetastoreConfigurationDetails;
31
+ /**
32
+ * The client request ID for tracing.
33
+ */
34
+ "opcRequestId"?: string;
35
+ /**
36
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
37
+ * server error, without risk of executing that same action again. Retry tokens expire after 24
38
+ * hours but can be invalidated before then due to conflicting operations. For example, if a resource
39
+ * has been deleted and purged from the system, then a retry of the original creation request
40
+ * might be rejected.
41
+ *
42
+ */
43
+ "opcRetryToken"?: string;
44
+ /**
45
+ * For optimistic concurrency control. In the PUT or DELETE call
46
+ * for a resource, set the `if-match` parameter to the value of the
47
+ * etag from a previous GET or POST response for that resource.
48
+ * The resource will be updated or deleted only if the etag you
49
+ * provide matches the resource's current etag value.
50
+ *
51
+ */
52
+ "ifMatch"?: string;
53
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20190531
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=activate-bds-metastore-configuration-request.js.map