oci-bds 2.8.0 → 2.11.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
package/index.d.ts CHANGED
@@ -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 requests from "./lib/request";
package/index.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
  import * as serviceRequests from "./request";
@@ -43,6 +43,14 @@ export declare class BdsWaiter {
43
43
  * @return response returns GetBdsInstanceResponse | null (null in case of 404 response)
44
44
  */
45
45
  forBdsInstance(request: serviceRequests.GetBdsInstanceRequest, ...targetStates: models.BdsInstance.LifecycleState[]): Promise<serviceResponses.GetBdsInstanceResponse | null>;
46
+ /**
47
+ * Waits forBdsMetastoreConfiguration till it reaches any of the provided states
48
+ *
49
+ * @param request the request to send
50
+ * @param targetStates the desired states to wait for. The waiter will return once the resource reaches any of the provided states
51
+ * @return response returns GetBdsMetastoreConfigurationResponse | null (null in case of 404 response)
52
+ */
53
+ forBdsMetastoreConfiguration(request: serviceRequests.GetBdsMetastoreConfigurationRequest, ...targetStates: models.BdsMetastoreConfiguration.LifecycleState[]): Promise<serviceResponses.GetBdsMetastoreConfigurationResponse | null>;
46
54
  /**
47
55
  * Waits forWorkRequest
48
56
  *
package/lib/bds-waiter.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) {
@@ -85,6 +85,18 @@ class BdsWaiter {
85
85
  return oci_common_1.genericTerminalConditionWaiter(this.config, () => this.client.getBdsInstance(request), response => targetStates.includes(response.bdsInstance.lifecycleState), targetStates.includes(models.BdsInstance.LifecycleState.Deleted));
86
86
  });
87
87
  }
88
+ /**
89
+ * Waits forBdsMetastoreConfiguration till it reaches any of the provided states
90
+ *
91
+ * @param request the request to send
92
+ * @param targetStates the desired states to wait for. The waiter will return once the resource reaches any of the provided states
93
+ * @return response returns GetBdsMetastoreConfigurationResponse | null (null in case of 404 response)
94
+ */
95
+ forBdsMetastoreConfiguration(request, ...targetStates) {
96
+ return __awaiter(this, void 0, void 0, function* () {
97
+ return oci_common_1.genericTerminalConditionWaiter(this.config, () => this.client.getBdsMetastoreConfiguration(request), response => targetStates.includes(response.bdsMetastoreConfiguration.lifecycleState), targetStates.includes(models.BdsMetastoreConfiguration.LifecycleState.Deleted));
98
+ });
99
+ }
88
100
  /**
89
101
  * Waits forWorkRequest
90
102
  *
@@ -1 +1 @@
1
- {"version":3,"file":"bds-waiter.js","sourceRoot":"","sources":["../../../../lib/bds/lib/bds-waiter.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIH,gDAAkC;AAElC,2CAAgG;AAEhG,MAAa,SAAS;IACpB,YAA2B,MAAiB,EAAmB,MAA4B;QAAhE,WAAM,GAAN,MAAM,CAAW;QAAmB,WAAM,GAAN,MAAM,CAAsB;IAAG,CAAC;IAE/F;;;;;;OAMG;IACU,2BAA2B,CACtC,OAA2D,EAC3D,GAAG,YAA8D;;YAEjE,OAAO,2CAA8B,CACnC,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,2BAA2B,CAAC,OAAO,CAAC,EACtD,QAAQ,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,QAAQ,CAAC,wBAAwB,CAAC,cAAe,CAAC,EACpF,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,wBAAwB,CAAC,cAAc,CAAC,OAAO,CAAC,CAC9E,CAAC;QACJ,CAAC;KAAA;IAED;;;;;;OAMG;IACU,YAAY,CACvB,OAA4C,EAC5C,GAAG,YAA+C;;YAElD,OAAO,2CAA8B,CACnC,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,YAAY,CAAC,OAAO,CAAC,EACvC,QAAQ,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,QAAQ,CAAC,SAAS,CAAC,cAAe,CAAC,EACrE,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,SAAS,CAAC,cAAc,CAAC,OAAO,CAAC,CAC/D,CAAC;QACJ,CAAC;KAAA;IAED;;;;;;OAMG;IACU,cAAc,CACzB,OAA8C,EAC9C,GAAG,YAAiD;;YAEpD,OAAO,2CAA8B,CACnC,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,cAAc,CAAC,OAAO,CAAC,EACzC,QAAQ,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,QAAQ,CAAC,WAAW,CAAC,cAAe,CAAC,EACvE,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,WAAW,CAAC,cAAc,CAAC,OAAO,CAAC,CACjE,CAAC;QACJ,CAAC;KAAA;IAED;;;;;OAKG;IACU,cAAc,CACzB,OAA8C;;YAE9C,OAAO,0BAAa,CAClB,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,cAAc,CAAC,OAAO,CAAC,EACzC,QAAQ,CAAC,EAAE,CAAC,CAAC,QAAQ,CAAC,WAAW,CAAC,YAAY,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,KAAK,CAAC,CAC/D,CAAC;QACJ,CAAC;KAAA;CACF;AA3ED,8BA2EC"}
1
+ {"version":3,"file":"bds-waiter.js","sourceRoot":"","sources":["../../../../lib/bds/lib/bds-waiter.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIH,gDAAkC;AAElC,2CAAgG;AAEhG,MAAa,SAAS;IACpB,YAA2B,MAAiB,EAAmB,MAA4B;QAAhE,WAAM,GAAN,MAAM,CAAW;QAAmB,WAAM,GAAN,MAAM,CAAsB;IAAG,CAAC;IAE/F;;;;;;OAMG;IACU,2BAA2B,CACtC,OAA2D,EAC3D,GAAG,YAA8D;;YAEjE,OAAO,2CAA8B,CACnC,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,2BAA2B,CAAC,OAAO,CAAC,EACtD,QAAQ,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,QAAQ,CAAC,wBAAwB,CAAC,cAAe,CAAC,EACpF,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,wBAAwB,CAAC,cAAc,CAAC,OAAO,CAAC,CAC9E,CAAC;QACJ,CAAC;KAAA;IAED;;;;;;OAMG;IACU,YAAY,CACvB,OAA4C,EAC5C,GAAG,YAA+C;;YAElD,OAAO,2CAA8B,CACnC,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,YAAY,CAAC,OAAO,CAAC,EACvC,QAAQ,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,QAAQ,CAAC,SAAS,CAAC,cAAe,CAAC,EACrE,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,SAAS,CAAC,cAAc,CAAC,OAAO,CAAC,CAC/D,CAAC;QACJ,CAAC;KAAA;IAED;;;;;;OAMG;IACU,cAAc,CACzB,OAA8C,EAC9C,GAAG,YAAiD;;YAEpD,OAAO,2CAA8B,CACnC,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,cAAc,CAAC,OAAO,CAAC,EACzC,QAAQ,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,QAAQ,CAAC,WAAW,CAAC,cAAe,CAAC,EACvE,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,WAAW,CAAC,cAAc,CAAC,OAAO,CAAC,CACjE,CAAC;QACJ,CAAC;KAAA;IAED;;;;;;OAMG;IACU,4BAA4B,CACvC,OAA4D,EAC5D,GAAG,YAA+D;;YAElE,OAAO,2CAA8B,CACnC,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,4BAA4B,CAAC,OAAO,CAAC,EACvD,QAAQ,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,QAAQ,CAAC,yBAAyB,CAAC,cAAe,CAAC,EACrF,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,yBAAyB,CAAC,cAAc,CAAC,OAAO,CAAC,CAC/E,CAAC;QACJ,CAAC;KAAA;IAED;;;;;OAKG;IACU,cAAc,CACzB,OAA8C;;YAE9C,OAAO,0BAAa,CAClB,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,cAAc,CAAC,OAAO,CAAC,EACzC,QAAQ,CAAC,EAAE,CAAC,CAAC,QAAQ,CAAC,WAAW,CAAC,YAAY,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,KAAK,CAAC,CAC/D,CAAC;QACJ,CAAC;KAAA;CACF;AA9FD,8BA8FC"}
package/lib/client.d.ts CHANGED
@@ -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 common = require("oci-common");
@@ -68,6 +68,16 @@ export declare class BdsClient {
68
68
  * @return The service waiters.
69
69
  */
70
70
  getWaiters(): BdsWaiter;
71
+ /**
72
+ * Activate specified metastore configuration.
73
+ *
74
+ * This operation does not retry by default if the user has not defined a retry configuration.
75
+ * @param ActivateBdsMetastoreConfigurationRequest
76
+ * @return ActivateBdsMetastoreConfigurationResponse
77
+ * @throws OciError when an error occurs
78
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/bds/ActivateBdsMetastoreConfiguration.ts.html |here} to see how to use ActivateBdsMetastoreConfiguration API.
79
+ */
80
+ activateBdsMetastoreConfiguration(activateBdsMetastoreConfigurationRequest: requests.ActivateBdsMetastoreConfigurationRequest): Promise<responses.ActivateBdsMetastoreConfigurationResponse>;
71
81
  /**
72
82
  * Add an autoscale configuration to the cluster.
73
83
  *
@@ -75,7 +85,7 @@ export declare class BdsClient {
75
85
  * @param AddAutoScalingConfigurationRequest
76
86
  * @return AddAutoScalingConfigurationResponse
77
87
  * @throws OciError when an error occurs
78
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/bds/AddAutoScalingConfiguration.ts.html |here} to see how to use AddAutoScalingConfiguration API.
88
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/bds/AddAutoScalingConfiguration.ts.html |here} to see how to use AddAutoScalingConfiguration API.
79
89
  */
80
90
  addAutoScalingConfiguration(addAutoScalingConfigurationRequest: requests.AddAutoScalingConfigurationRequest): Promise<responses.AddAutoScalingConfigurationResponse>;
81
91
  /**
@@ -85,7 +95,7 @@ export declare class BdsClient {
85
95
  * @param AddBlockStorageRequest
86
96
  * @return AddBlockStorageResponse
87
97
  * @throws OciError when an error occurs
88
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/bds/AddBlockStorage.ts.html |here} to see how to use AddBlockStorage API.
98
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/bds/AddBlockStorage.ts.html |here} to see how to use AddBlockStorage API.
89
99
  */
90
100
  addBlockStorage(addBlockStorageRequest: requests.AddBlockStorageRequest): Promise<responses.AddBlockStorageResponse>;
91
101
  /**
@@ -95,7 +105,7 @@ export declare class BdsClient {
95
105
  * @param AddCloudSqlRequest
96
106
  * @return AddCloudSqlResponse
97
107
  * @throws OciError when an error occurs
98
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/bds/AddCloudSql.ts.html |here} to see how to use AddCloudSql API.
108
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/bds/AddCloudSql.ts.html |here} to see how to use AddCloudSql API.
99
109
  */
100
110
  addCloudSql(addCloudSqlRequest: requests.AddCloudSqlRequest): Promise<responses.AddCloudSqlResponse>;
101
111
  /**
@@ -105,7 +115,7 @@ export declare class BdsClient {
105
115
  * @param AddWorkerNodesRequest
106
116
  * @return AddWorkerNodesResponse
107
117
  * @throws OciError when an error occurs
108
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/bds/AddWorkerNodes.ts.html |here} to see how to use AddWorkerNodes API.
118
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/bds/AddWorkerNodes.ts.html |here} to see how to use AddWorkerNodes API.
109
119
  */
110
120
  addWorkerNodes(addWorkerNodesRequest: requests.AddWorkerNodesRequest): Promise<responses.AddWorkerNodesResponse>;
111
121
  /**
@@ -115,7 +125,7 @@ export declare class BdsClient {
115
125
  * @param ChangeBdsInstanceCompartmentRequest
116
126
  * @return ChangeBdsInstanceCompartmentResponse
117
127
  * @throws OciError when an error occurs
118
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/bds/ChangeBdsInstanceCompartment.ts.html |here} to see how to use ChangeBdsInstanceCompartment API.
128
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/bds/ChangeBdsInstanceCompartment.ts.html |here} to see how to use ChangeBdsInstanceCompartment API.
119
129
  */
120
130
  changeBdsInstanceCompartment(changeBdsInstanceCompartmentRequest: requests.ChangeBdsInstanceCompartmentRequest): Promise<responses.ChangeBdsInstanceCompartmentResponse>;
121
131
  /**
@@ -125,7 +135,7 @@ export declare class BdsClient {
125
135
  * @param ChangeShapeRequest
126
136
  * @return ChangeShapeResponse
127
137
  * @throws OciError when an error occurs
128
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/bds/ChangeShape.ts.html |here} to see how to use ChangeShape API.
138
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/bds/ChangeShape.ts.html |here} to see how to use ChangeShape API.
129
139
  */
130
140
  changeShape(changeShapeRequest: requests.ChangeShapeRequest): Promise<responses.ChangeShapeResponse>;
131
141
  /**
@@ -135,7 +145,7 @@ export declare class BdsClient {
135
145
  * @param CreateBdsApiKeyRequest
136
146
  * @return CreateBdsApiKeyResponse
137
147
  * @throws OciError when an error occurs
138
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/bds/CreateBdsApiKey.ts.html |here} to see how to use CreateBdsApiKey API.
148
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/bds/CreateBdsApiKey.ts.html |here} to see how to use CreateBdsApiKey API.
139
149
  */
140
150
  createBdsApiKey(createBdsApiKeyRequest: requests.CreateBdsApiKeyRequest): Promise<responses.CreateBdsApiKeyResponse>;
141
151
  /**
@@ -145,16 +155,26 @@ export declare class BdsClient {
145
155
  * @param CreateBdsInstanceRequest
146
156
  * @return CreateBdsInstanceResponse
147
157
  * @throws OciError when an error occurs
148
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/bds/CreateBdsInstance.ts.html |here} to see how to use CreateBdsInstance API.
158
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/bds/CreateBdsInstance.ts.html |here} to see how to use CreateBdsInstance API.
149
159
  */
150
160
  createBdsInstance(createBdsInstanceRequest: requests.CreateBdsInstanceRequest): Promise<responses.CreateBdsInstanceResponse>;
161
+ /**
162
+ * Create and activate external metastore configuration.
163
+ *
164
+ * This operation does not retry by default if the user has not defined a retry configuration.
165
+ * @param CreateBdsMetastoreConfigurationRequest
166
+ * @return CreateBdsMetastoreConfigurationResponse
167
+ * @throws OciError when an error occurs
168
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/bds/CreateBdsMetastoreConfiguration.ts.html |here} to see how to use CreateBdsMetastoreConfiguration API.
169
+ */
170
+ createBdsMetastoreConfiguration(createBdsMetastoreConfigurationRequest: requests.CreateBdsMetastoreConfigurationRequest): Promise<responses.CreateBdsMetastoreConfigurationResponse>;
151
171
  /**
152
172
  * Deletes the user's API key represented by the provided ID.
153
173
  * This operation does not retry by default if the user has not defined a retry configuration.
154
174
  * @param DeleteBdsApiKeyRequest
155
175
  * @return DeleteBdsApiKeyResponse
156
176
  * @throws OciError when an error occurs
157
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/bds/DeleteBdsApiKey.ts.html |here} to see how to use DeleteBdsApiKey API.
177
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/bds/DeleteBdsApiKey.ts.html |here} to see how to use DeleteBdsApiKey API.
158
178
  */
159
179
  deleteBdsApiKey(deleteBdsApiKeyRequest: requests.DeleteBdsApiKeyRequest): Promise<responses.DeleteBdsApiKeyResponse>;
160
180
  /**
@@ -163,9 +183,18 @@ export declare class BdsClient {
163
183
  * @param DeleteBdsInstanceRequest
164
184
  * @return DeleteBdsInstanceResponse
165
185
  * @throws OciError when an error occurs
166
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/bds/DeleteBdsInstance.ts.html |here} to see how to use DeleteBdsInstance API.
186
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/bds/DeleteBdsInstance.ts.html |here} to see how to use DeleteBdsInstance API.
167
187
  */
168
188
  deleteBdsInstance(deleteBdsInstanceRequest: requests.DeleteBdsInstanceRequest): Promise<responses.DeleteBdsInstanceResponse>;
189
+ /**
190
+ * Delete the BDS metastore configuration represented by the provided ID.
191
+ * This operation does not retry by default if the user has not defined a retry configuration.
192
+ * @param DeleteBdsMetastoreConfigurationRequest
193
+ * @return DeleteBdsMetastoreConfigurationResponse
194
+ * @throws OciError when an error occurs
195
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/bds/DeleteBdsMetastoreConfiguration.ts.html |here} to see how to use DeleteBdsMetastoreConfiguration API.
196
+ */
197
+ deleteBdsMetastoreConfiguration(deleteBdsMetastoreConfigurationRequest: requests.DeleteBdsMetastoreConfigurationRequest): Promise<responses.DeleteBdsMetastoreConfigurationResponse>;
169
198
  /**
170
199
  * Returns details of the autoscale configuration identified by the given ID.
171
200
  *
@@ -173,7 +202,7 @@ export declare class BdsClient {
173
202
  * @param GetAutoScalingConfigurationRequest
174
203
  * @return GetAutoScalingConfigurationResponse
175
204
  * @throws OciError when an error occurs
176
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/bds/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfiguration API.
205
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/bds/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfiguration API.
177
206
  */
178
207
  getAutoScalingConfiguration(getAutoScalingConfigurationRequest: requests.GetAutoScalingConfigurationRequest): Promise<responses.GetAutoScalingConfigurationResponse>;
179
208
  /**
@@ -182,7 +211,7 @@ export declare class BdsClient {
182
211
  * @param GetBdsApiKeyRequest
183
212
  * @return GetBdsApiKeyResponse
184
213
  * @throws OciError when an error occurs
185
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/bds/GetBdsApiKey.ts.html |here} to see how to use GetBdsApiKey API.
214
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/bds/GetBdsApiKey.ts.html |here} to see how to use GetBdsApiKey API.
186
215
  */
187
216
  getBdsApiKey(getBdsApiKeyRequest: requests.GetBdsApiKeyRequest): Promise<responses.GetBdsApiKeyResponse>;
188
217
  /**
@@ -191,16 +220,25 @@ export declare class BdsClient {
191
220
  * @param GetBdsInstanceRequest
192
221
  * @return GetBdsInstanceResponse
193
222
  * @throws OciError when an error occurs
194
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/bds/GetBdsInstance.ts.html |here} to see how to use GetBdsInstance API.
223
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/bds/GetBdsInstance.ts.html |here} to see how to use GetBdsInstance API.
195
224
  */
196
225
  getBdsInstance(getBdsInstanceRequest: requests.GetBdsInstanceRequest): Promise<responses.GetBdsInstanceResponse>;
226
+ /**
227
+ * Returns the BDS Metastore configuration information for the given ID.
228
+ * This operation does not retry by default if the user has not defined a retry configuration.
229
+ * @param GetBdsMetastoreConfigurationRequest
230
+ * @return GetBdsMetastoreConfigurationResponse
231
+ * @throws OciError when an error occurs
232
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/bds/GetBdsMetastoreConfiguration.ts.html |here} to see how to use GetBdsMetastoreConfiguration API.
233
+ */
234
+ getBdsMetastoreConfiguration(getBdsMetastoreConfigurationRequest: requests.GetBdsMetastoreConfigurationRequest): Promise<responses.GetBdsMetastoreConfigurationResponse>;
197
235
  /**
198
236
  * Returns the status of the work request identified by the given ID.
199
237
  * This operation does not retry by default if the user has not defined a retry configuration.
200
238
  * @param GetWorkRequestRequest
201
239
  * @return GetWorkRequestResponse
202
240
  * @throws OciError when an error occurs
203
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/bds/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
241
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/bds/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
204
242
  */
205
243
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
206
244
  /**
@@ -210,7 +248,7 @@ export declare class BdsClient {
210
248
  * @param ListAutoScalingConfigurationsRequest
211
249
  * @return ListAutoScalingConfigurationsResponse
212
250
  * @throws OciError when an error occurs
213
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/bds/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurations API.
251
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/bds/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurations API.
214
252
  */
215
253
  listAutoScalingConfigurations(listAutoScalingConfigurationsRequest: requests.ListAutoScalingConfigurationsRequest): Promise<responses.ListAutoScalingConfigurationsResponse>;
216
254
  /**
@@ -252,7 +290,7 @@ export declare class BdsClient {
252
290
  * @param ListBdsApiKeysRequest
253
291
  * @return ListBdsApiKeysResponse
254
292
  * @throws OciError when an error occurs
255
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/bds/ListBdsApiKeys.ts.html |here} to see how to use ListBdsApiKeys API.
293
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/bds/ListBdsApiKeys.ts.html |here} to see how to use ListBdsApiKeys API.
256
294
  */
257
295
  listBdsApiKeys(listBdsApiKeysRequest: requests.ListBdsApiKeysRequest): Promise<responses.ListBdsApiKeysResponse>;
258
296
  /**
@@ -294,7 +332,7 @@ export declare class BdsClient {
294
332
  * @param ListBdsInstancesRequest
295
333
  * @return ListBdsInstancesResponse
296
334
  * @throws OciError when an error occurs
297
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/bds/ListBdsInstances.ts.html |here} to see how to use ListBdsInstances API.
335
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/bds/ListBdsInstances.ts.html |here} to see how to use ListBdsInstances API.
298
336
  */
299
337
  listBdsInstances(listBdsInstancesRequest: requests.ListBdsInstancesRequest): Promise<responses.ListBdsInstancesResponse>;
300
338
  /**
@@ -329,6 +367,48 @@ export declare class BdsClient {
329
367
  * @param request a request which can be sent to the service operation
330
368
  */
331
369
  listBdsInstancesResponseIterator(request: requests.ListBdsInstancesRequest): AsyncIterableIterator<responses.ListBdsInstancesResponse>;
370
+ /**
371
+ * Returns a list of metastore configurations ssociated with this Big Data Service cluster.
372
+ *
373
+ * This operation does not retry by default if the user has not defined a retry configuration.
374
+ * @param ListBdsMetastoreConfigurationsRequest
375
+ * @return ListBdsMetastoreConfigurationsResponse
376
+ * @throws OciError when an error occurs
377
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/bds/ListBdsMetastoreConfigurations.ts.html |here} to see how to use ListBdsMetastoreConfigurations API.
378
+ */
379
+ listBdsMetastoreConfigurations(listBdsMetastoreConfigurationsRequest: requests.ListBdsMetastoreConfigurationsRequest): Promise<responses.ListBdsMetastoreConfigurationsResponse>;
380
+ /**
381
+ * NOTE: This function is deprecated in favor of listBdsMetastoreConfigurationsRecordIterator function.
382
+ * Creates a new async iterator which will iterate over the models.BdsMetastoreConfigurationSummary objects
383
+ * contained in responses from the listBdsMetastoreConfigurations operation. This iterator will fetch more data from the
384
+ * server as needed.
385
+ *
386
+ * @param request a request which can be sent to the service operation
387
+ */
388
+ listAllBdsMetastoreConfigurations(request: requests.ListBdsMetastoreConfigurationsRequest): AsyncIterableIterator<model.BdsMetastoreConfigurationSummary>;
389
+ /**
390
+ * NOTE: This function is deprecated in favor of listBdsMetastoreConfigurationsResponseIterator function.
391
+ * Creates a new async iterator which will iterate over the responses received from the listBdsMetastoreConfigurations operation. This iterator
392
+ * will fetch more data from the server as needed.
393
+ *
394
+ * @param request a request which can be sent to the service operation
395
+ */
396
+ listAllBdsMetastoreConfigurationsResponses(request: requests.ListBdsMetastoreConfigurationsRequest): AsyncIterableIterator<responses.ListBdsMetastoreConfigurationsResponse>;
397
+ /**
398
+ * Creates a new async iterator which will iterate over the models.BdsMetastoreConfigurationSummary objects
399
+ * contained in responses from the listBdsMetastoreConfigurations operation. This iterator will fetch more data from the
400
+ * server as needed.
401
+ *
402
+ * @param request a request which can be sent to the service operation
403
+ */
404
+ listBdsMetastoreConfigurationsRecordIterator(request: requests.ListBdsMetastoreConfigurationsRequest): AsyncIterableIterator<model.BdsMetastoreConfigurationSummary>;
405
+ /**
406
+ * Creates a new async iterator which will iterate over the responses received from the listBdsMetastoreConfigurations operation. This iterator
407
+ * will fetch more data from the server as needed.
408
+ *
409
+ * @param request a request which can be sent to the service operation
410
+ */
411
+ listBdsMetastoreConfigurationsResponseIterator(request: requests.ListBdsMetastoreConfigurationsRequest): AsyncIterableIterator<responses.ListBdsMetastoreConfigurationsResponse>;
332
412
  /**
333
413
  * Returns a paginated list of errors for a work request identified by the given ID.
334
414
  *
@@ -336,7 +416,7 @@ export declare class BdsClient {
336
416
  * @param ListWorkRequestErrorsRequest
337
417
  * @return ListWorkRequestErrorsResponse
338
418
  * @throws OciError when an error occurs
339
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/bds/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
419
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/bds/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
340
420
  */
341
421
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
342
422
  /**
@@ -378,7 +458,7 @@ export declare class BdsClient {
378
458
  * @param ListWorkRequestLogsRequest
379
459
  * @return ListWorkRequestLogsResponse
380
460
  * @throws OciError when an error occurs
381
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/bds/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
461
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/bds/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
382
462
  */
383
463
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
384
464
  /**
@@ -420,7 +500,7 @@ export declare class BdsClient {
420
500
  * @param ListWorkRequestsRequest
421
501
  * @return ListWorkRequestsResponse
422
502
  * @throws OciError when an error occurs
423
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/bds/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
503
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/bds/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
424
504
  */
425
505
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
426
506
  /**
@@ -462,7 +542,7 @@ export declare class BdsClient {
462
542
  * @param RemoveAutoScalingConfigurationRequest
463
543
  * @return RemoveAutoScalingConfigurationResponse
464
544
  * @throws OciError when an error occurs
465
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/bds/RemoveAutoScalingConfiguration.ts.html |here} to see how to use RemoveAutoScalingConfiguration API.
545
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/bds/RemoveAutoScalingConfiguration.ts.html |here} to see how to use RemoveAutoScalingConfiguration API.
466
546
  */
467
547
  removeAutoScalingConfiguration(removeAutoScalingConfigurationRequest: requests.RemoveAutoScalingConfigurationRequest): Promise<responses.RemoveAutoScalingConfigurationResponse>;
468
548
  /**
@@ -472,7 +552,7 @@ export declare class BdsClient {
472
552
  * @param RemoveCloudSqlRequest
473
553
  * @return RemoveCloudSqlResponse
474
554
  * @throws OciError when an error occurs
475
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/bds/RemoveCloudSql.ts.html |here} to see how to use RemoveCloudSql API.
555
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/bds/RemoveCloudSql.ts.html |here} to see how to use RemoveCloudSql API.
476
556
  */
477
557
  removeCloudSql(removeCloudSqlRequest: requests.RemoveCloudSqlRequest): Promise<responses.RemoveCloudSqlResponse>;
478
558
  /**
@@ -482,16 +562,26 @@ export declare class BdsClient {
482
562
  * @param RestartNodeRequest
483
563
  * @return RestartNodeResponse
484
564
  * @throws OciError when an error occurs
485
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/bds/RestartNode.ts.html |here} to see how to use RestartNode API.
565
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/bds/RestartNode.ts.html |here} to see how to use RestartNode API.
486
566
  */
487
567
  restartNode(restartNodeRequest: requests.RestartNodeRequest): Promise<responses.RestartNodeResponse>;
568
+ /**
569
+ * Test specified metastore configuration.
570
+ *
571
+ * This operation does not retry by default if the user has not defined a retry configuration.
572
+ * @param TestBdsMetastoreConfigurationRequest
573
+ * @return TestBdsMetastoreConfigurationResponse
574
+ * @throws OciError when an error occurs
575
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/bds/TestBdsMetastoreConfiguration.ts.html |here} to see how to use TestBdsMetastoreConfiguration API.
576
+ */
577
+ testBdsMetastoreConfiguration(testBdsMetastoreConfigurationRequest: requests.TestBdsMetastoreConfigurationRequest): Promise<responses.TestBdsMetastoreConfigurationResponse>;
488
578
  /**
489
579
  * Test access to specified Object Storage bucket using the API key.
490
580
  * This operation does not retry by default if the user has not defined a retry configuration.
491
581
  * @param TestBdsObjectStorageConnectionRequest
492
582
  * @return TestBdsObjectStorageConnectionResponse
493
583
  * @throws OciError when an error occurs
494
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/bds/TestBdsObjectStorageConnection.ts.html |here} to see how to use TestBdsObjectStorageConnection API.
584
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/bds/TestBdsObjectStorageConnection.ts.html |here} to see how to use TestBdsObjectStorageConnection API.
495
585
  */
496
586
  testBdsObjectStorageConnection(testBdsObjectStorageConnectionRequest: requests.TestBdsObjectStorageConnectionRequest): Promise<responses.TestBdsObjectStorageConnectionResponse>;
497
587
  /**
@@ -501,7 +591,7 @@ export declare class BdsClient {
501
591
  * @param UpdateAutoScalingConfigurationRequest
502
592
  * @return UpdateAutoScalingConfigurationResponse
503
593
  * @throws OciError when an error occurs
504
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/bds/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfiguration API.
594
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/bds/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfiguration API.
505
595
  */
506
596
  updateAutoScalingConfiguration(updateAutoScalingConfigurationRequest: requests.UpdateAutoScalingConfigurationRequest): Promise<responses.UpdateAutoScalingConfigurationResponse>;
507
597
  /**
@@ -510,7 +600,16 @@ export declare class BdsClient {
510
600
  * @param UpdateBdsInstanceRequest
511
601
  * @return UpdateBdsInstanceResponse
512
602
  * @throws OciError when an error occurs
513
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/bds/UpdateBdsInstance.ts.html |here} to see how to use UpdateBdsInstance API.
603
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/bds/UpdateBdsInstance.ts.html |here} to see how to use UpdateBdsInstance API.
514
604
  */
515
605
  updateBdsInstance(updateBdsInstanceRequest: requests.UpdateBdsInstanceRequest): Promise<responses.UpdateBdsInstanceResponse>;
606
+ /**
607
+ * Update the BDS metastore configuration represented by the provided ID.
608
+ * This operation does not retry by default if the user has not defined a retry configuration.
609
+ * @param UpdateBdsMetastoreConfigurationRequest
610
+ * @return UpdateBdsMetastoreConfigurationResponse
611
+ * @throws OciError when an error occurs
612
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/bds/UpdateBdsMetastoreConfiguration.ts.html |here} to see how to use UpdateBdsMetastoreConfiguration API.
613
+ */
614
+ updateBdsMetastoreConfiguration(updateBdsMetastoreConfigurationRequest: requests.UpdateBdsMetastoreConfigurationRequest): Promise<responses.UpdateBdsMetastoreConfigurationResponse>;
516
615
  }