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
@@ -8,9 +8,11 @@
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
+ import * as ActivateBdsMetastoreConfigurationRequest from "./activate-bds-metastore-configuration-request";
15
+ export import ActivateBdsMetastoreConfigurationRequest = ActivateBdsMetastoreConfigurationRequest.ActivateBdsMetastoreConfigurationRequest;
14
16
  import * as AddAutoScalingConfigurationRequest from "./add-auto-scaling-configuration-request";
15
17
  export import AddAutoScalingConfigurationRequest = AddAutoScalingConfigurationRequest.AddAutoScalingConfigurationRequest;
16
18
  import * as AddBlockStorageRequest from "./add-block-storage-request";
@@ -27,16 +29,22 @@ import * as CreateBdsApiKeyRequest from "./create-bds-api-key-request";
27
29
  export import CreateBdsApiKeyRequest = CreateBdsApiKeyRequest.CreateBdsApiKeyRequest;
28
30
  import * as CreateBdsInstanceRequest from "./create-bds-instance-request";
29
31
  export import CreateBdsInstanceRequest = CreateBdsInstanceRequest.CreateBdsInstanceRequest;
32
+ import * as CreateBdsMetastoreConfigurationRequest from "./create-bds-metastore-configuration-request";
33
+ export import CreateBdsMetastoreConfigurationRequest = CreateBdsMetastoreConfigurationRequest.CreateBdsMetastoreConfigurationRequest;
30
34
  import * as DeleteBdsApiKeyRequest from "./delete-bds-api-key-request";
31
35
  export import DeleteBdsApiKeyRequest = DeleteBdsApiKeyRequest.DeleteBdsApiKeyRequest;
32
36
  import * as DeleteBdsInstanceRequest from "./delete-bds-instance-request";
33
37
  export import DeleteBdsInstanceRequest = DeleteBdsInstanceRequest.DeleteBdsInstanceRequest;
38
+ import * as DeleteBdsMetastoreConfigurationRequest from "./delete-bds-metastore-configuration-request";
39
+ export import DeleteBdsMetastoreConfigurationRequest = DeleteBdsMetastoreConfigurationRequest.DeleteBdsMetastoreConfigurationRequest;
34
40
  import * as GetAutoScalingConfigurationRequest from "./get-auto-scaling-configuration-request";
35
41
  export import GetAutoScalingConfigurationRequest = GetAutoScalingConfigurationRequest.GetAutoScalingConfigurationRequest;
36
42
  import * as GetBdsApiKeyRequest from "./get-bds-api-key-request";
37
43
  export import GetBdsApiKeyRequest = GetBdsApiKeyRequest.GetBdsApiKeyRequest;
38
44
  import * as GetBdsInstanceRequest from "./get-bds-instance-request";
39
45
  export import GetBdsInstanceRequest = GetBdsInstanceRequest.GetBdsInstanceRequest;
46
+ import * as GetBdsMetastoreConfigurationRequest from "./get-bds-metastore-configuration-request";
47
+ export import GetBdsMetastoreConfigurationRequest = GetBdsMetastoreConfigurationRequest.GetBdsMetastoreConfigurationRequest;
40
48
  import * as GetWorkRequestRequest from "./get-work-request-request";
41
49
  export import GetWorkRequestRequest = GetWorkRequestRequest.GetWorkRequestRequest;
42
50
  import * as ListAutoScalingConfigurationsRequest from "./list-auto-scaling-configurations-request";
@@ -45,6 +53,8 @@ import * as ListBdsApiKeysRequest from "./list-bds-api-keys-request";
45
53
  export import ListBdsApiKeysRequest = ListBdsApiKeysRequest.ListBdsApiKeysRequest;
46
54
  import * as ListBdsInstancesRequest from "./list-bds-instances-request";
47
55
  export import ListBdsInstancesRequest = ListBdsInstancesRequest.ListBdsInstancesRequest;
56
+ import * as ListBdsMetastoreConfigurationsRequest from "./list-bds-metastore-configurations-request";
57
+ export import ListBdsMetastoreConfigurationsRequest = ListBdsMetastoreConfigurationsRequest.ListBdsMetastoreConfigurationsRequest;
48
58
  import * as ListWorkRequestErrorsRequest from "./list-work-request-errors-request";
49
59
  export import ListWorkRequestErrorsRequest = ListWorkRequestErrorsRequest.ListWorkRequestErrorsRequest;
50
60
  import * as ListWorkRequestLogsRequest from "./list-work-request-logs-request";
@@ -57,9 +67,13 @@ import * as RemoveCloudSqlRequest from "./remove-cloud-sql-request";
57
67
  export import RemoveCloudSqlRequest = RemoveCloudSqlRequest.RemoveCloudSqlRequest;
58
68
  import * as RestartNodeRequest from "./restart-node-request";
59
69
  export import RestartNodeRequest = RestartNodeRequest.RestartNodeRequest;
70
+ import * as TestBdsMetastoreConfigurationRequest from "./test-bds-metastore-configuration-request";
71
+ export import TestBdsMetastoreConfigurationRequest = TestBdsMetastoreConfigurationRequest.TestBdsMetastoreConfigurationRequest;
60
72
  import * as TestBdsObjectStorageConnectionRequest from "./test-bds-object-storage-connection-request";
61
73
  export import TestBdsObjectStorageConnectionRequest = TestBdsObjectStorageConnectionRequest.TestBdsObjectStorageConnectionRequest;
62
74
  import * as UpdateAutoScalingConfigurationRequest from "./update-auto-scaling-configuration-request";
63
75
  export import UpdateAutoScalingConfigurationRequest = UpdateAutoScalingConfigurationRequest.UpdateAutoScalingConfigurationRequest;
64
76
  import * as UpdateBdsInstanceRequest from "./update-bds-instance-request";
65
77
  export import UpdateBdsInstanceRequest = UpdateBdsInstanceRequest.UpdateBdsInstanceRequest;
78
+ import * as UpdateBdsMetastoreConfigurationRequest from "./update-bds-metastore-configuration-request";
79
+ export import UpdateBdsMetastoreConfigurationRequest = UpdateBdsMetastoreConfigurationRequest.UpdateBdsMetastoreConfigurationRequest;
@@ -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) {
@@ -32,13 +32,15 @@ var __importStar = (this && this.__importStar) || function (mod) {
32
32
  return result;
33
33
  };
34
34
  Object.defineProperty(exports, "__esModule", { value: true });
35
- exports.ListWorkRequestsRequest = exports.ListWorkRequestLogsRequest = exports.ListWorkRequestErrorsRequest = exports.ListBdsInstancesRequest = exports.ListBdsApiKeysRequest = exports.ListAutoScalingConfigurationsRequest = void 0;
35
+ exports.ListWorkRequestsRequest = exports.ListWorkRequestLogsRequest = exports.ListWorkRequestErrorsRequest = exports.ListBdsMetastoreConfigurationsRequest = exports.ListBdsInstancesRequest = exports.ListBdsApiKeysRequest = exports.ListAutoScalingConfigurationsRequest = void 0;
36
36
  const ListAutoScalingConfigurationsRequest = __importStar(require("./list-auto-scaling-configurations-request"));
37
37
  exports.ListAutoScalingConfigurationsRequest = ListAutoScalingConfigurationsRequest.ListAutoScalingConfigurationsRequest;
38
38
  const ListBdsApiKeysRequest = __importStar(require("./list-bds-api-keys-request"));
39
39
  exports.ListBdsApiKeysRequest = ListBdsApiKeysRequest.ListBdsApiKeysRequest;
40
40
  const ListBdsInstancesRequest = __importStar(require("./list-bds-instances-request"));
41
41
  exports.ListBdsInstancesRequest = ListBdsInstancesRequest.ListBdsInstancesRequest;
42
+ const ListBdsMetastoreConfigurationsRequest = __importStar(require("./list-bds-metastore-configurations-request"));
43
+ exports.ListBdsMetastoreConfigurationsRequest = ListBdsMetastoreConfigurationsRequest.ListBdsMetastoreConfigurationsRequest;
42
44
  const ListWorkRequestErrorsRequest = __importStar(require("./list-work-request-errors-request"));
43
45
  exports.ListWorkRequestErrorsRequest = ListWorkRequestErrorsRequest.ListWorkRequestErrorsRequest;
44
46
  const ListWorkRequestLogsRequest = __importStar(require("./list-work-request-logs-request"));
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AA8BH,iHAAmG;AACrF,QAAA,oCAAoC,GAAG,oCAAoC,CAAC,oCAAoC,CAAC;AAC/H,mFAAqE;AACvD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAClF,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AACxF,iGAAmF;AACrE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,6FAA+E;AACjE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAsCH,iHAAmG;AACrF,QAAA,oCAAoC,GAAG,oCAAoC,CAAC,oCAAoC,CAAC;AAC/H,mFAAqE;AACvD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAClF,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AACxF,mHAAqG;AACvF,QAAA,qCAAqC,GAAG,qCAAqC,CAAC,qCAAqC,CAAC;AAClI,iGAAmF;AACrE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,6FAA+E;AACjE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC"}
@@ -7,13 +7,13 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @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 ListAutoScalingConfigurationsRequest.
16
+ * @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 ListAutoScalingConfigurationsRequest.
17
17
  */
18
18
  export interface ListAutoScalingConfigurationsRequest extends common.BaseRequest {
19
19
  /**
@@ -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
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,13 +7,13 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @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 ListBdsApiKeysRequest.
16
+ * @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 ListBdsApiKeysRequest.
17
17
  */
18
18
  export interface ListBdsApiKeysRequest extends common.BaseRequest {
19
19
  /**
@@ -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
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,13 +7,13 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @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 ListBdsInstancesRequest.
16
+ * @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 ListBdsInstancesRequest.
17
17
  */
18
18
  export interface ListBdsInstancesRequest extends common.BaseRequest {
19
19
  /**
@@ -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
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,70 @@
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.11.0/bds/ListBdsMetastoreConfigurations.ts.html |here} to see how to use ListBdsMetastoreConfigurationsRequest.
17
+ */
18
+ export interface ListBdsMetastoreConfigurationsRequest extends common.BaseRequest {
19
+ /**
20
+ * The OCID of the cluster.
21
+ */
22
+ "bdsInstanceId": string;
23
+ /**
24
+ * The type of the metastore in the metastore configuration
25
+ */
26
+ "metastoreType"?: string;
27
+ /**
28
+ * The OCID of the Data Catalog metastore in the metastore configuration
29
+ */
30
+ "metastoreId"?: string;
31
+ /**
32
+ * The lifecycle state of the metastore in the metastore configuration
33
+ */
34
+ "lifecycleState"?: string;
35
+ /**
36
+ * The ID of the API key that is associated with the external metastore in the metastore configuration
37
+ */
38
+ "bdsApiKeyId"?: string;
39
+ /**
40
+ * The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
41
+ */
42
+ "page"?: string;
43
+ /**
44
+ * The maximum number of items to return.
45
+ */
46
+ "limit"?: number;
47
+ /**
48
+ * The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending. Default order for displayName is ascending. If no value is specified timeCreated is default.
49
+ *
50
+ */
51
+ "sortBy"?: ListBdsMetastoreConfigurationsRequest.SortBy;
52
+ /**
53
+ * The sort order to use, either 'asc' or 'desc'.
54
+ */
55
+ "sortOrder"?: model.SortOrders;
56
+ /**
57
+ * A filter to return only resources that match the entire display name given.
58
+ */
59
+ "displayName"?: string;
60
+ /**
61
+ * The client request ID for tracing.
62
+ */
63
+ "opcRequestId"?: string;
64
+ }
65
+ export declare namespace ListBdsMetastoreConfigurationsRequest {
66
+ enum SortBy {
67
+ TimeCreated = "timeCreated",
68
+ DisplayName = "displayName"
69
+ }
70
+ }
@@ -0,0 +1,24 @@
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
+ exports.ListBdsMetastoreConfigurationsRequest = void 0;
16
+ var ListBdsMetastoreConfigurationsRequest;
17
+ (function (ListBdsMetastoreConfigurationsRequest) {
18
+ let SortBy;
19
+ (function (SortBy) {
20
+ SortBy["TimeCreated"] = "timeCreated";
21
+ SortBy["DisplayName"] = "displayName";
22
+ })(SortBy = ListBdsMetastoreConfigurationsRequest.SortBy || (ListBdsMetastoreConfigurationsRequest.SortBy = {}));
23
+ })(ListBdsMetastoreConfigurationsRequest = exports.ListBdsMetastoreConfigurationsRequest || (exports.ListBdsMetastoreConfigurationsRequest = {}));
24
+ //# sourceMappingURL=list-bds-metastore-configurations-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-bds-metastore-configurations-request.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/list-bds-metastore-configurations-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAwDH,IAAiB,qCAAqC,CAKrD;AALD,WAAiB,qCAAqC;IACpD,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,4CAAM,KAAN,4CAAM,QAGjB;AACH,CAAC,EALgB,qCAAqC,GAArC,6CAAqC,KAArC,6CAAqC,QAKrD"}
@@ -7,13 +7,13 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @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 ListWorkRequestErrorsRequest.
16
+ * @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 ListWorkRequestErrorsRequest.
17
17
  */
18
18
  export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
19
19
  /**
@@ -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
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,13 +7,13 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @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 ListWorkRequestLogsRequest.
16
+ * @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 ListWorkRequestLogsRequest.
17
17
  */
18
18
  export interface ListWorkRequestLogsRequest extends common.BaseRequest {
19
19
  /**
@@ -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
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,13 +7,13 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @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 ListWorkRequestsRequest.
16
+ * @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 ListWorkRequestsRequest.
17
17
  */
18
18
  export interface ListWorkRequestsRequest extends common.BaseRequest {
19
19
  /**
@@ -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
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,13 +7,13 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @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 RemoveAutoScalingConfigurationRequest.
16
+ * @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 RemoveAutoScalingConfigurationRequest.
17
17
  */
18
18
  export interface RemoveAutoScalingConfigurationRequest extends common.BaseRequest {
19
19
  /**
@@ -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
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,13 +7,13 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @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 RemoveCloudSqlRequest.
16
+ * @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 RemoveCloudSqlRequest.
17
17
  */
18
18
  export interface RemoveCloudSqlRequest extends common.BaseRequest {
19
19
  /**
@@ -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
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,13 +7,13 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @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 RestartNodeRequest.
16
+ * @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 RestartNodeRequest.
17
17
  */
18
18
  export interface RestartNodeRequest extends common.BaseRequest {
19
19
  /**
@@ -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
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,44 @@
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.11.0/bds/TestBdsMetastoreConfiguration.ts.html |here} to see how to use TestBdsMetastoreConfigurationRequest.
17
+ */
18
+ export interface TestBdsMetastoreConfigurationRequest 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
+ * Request body for testing BDS metastore configuration.
29
+ */
30
+ "testBdsMetastoreConfigurationDetails": model.TestBdsMetastoreConfigurationDetails;
31
+ /**
32
+ * The client request ID for tracing.
33
+ */
34
+ "opcRequestId"?: string;
35
+ /**
36
+ * For optimistic concurrency control. In the PUT or DELETE call
37
+ * for a resource, set the `if-match` parameter to the value of the
38
+ * etag from a previous GET or POST response for that resource.
39
+ * The resource will be updated or deleted only if the etag you
40
+ * provide matches the resource's current etag value.
41
+ *
42
+ */
43
+ "ifMatch"?: string;
44
+ }
@@ -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=test-bds-metastore-configuration-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"test-bds-metastore-configuration-request.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/test-bds-metastore-configuration-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -7,13 +7,13 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @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 TestBdsObjectStorageConnectionRequest.
16
+ * @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 TestBdsObjectStorageConnectionRequest.
17
17
  */
18
18
  export interface TestBdsObjectStorageConnectionRequest extends common.BaseRequest {
19
19
  /**
@@ -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
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,13 +7,13 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @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 UpdateAutoScalingConfigurationRequest.
16
+ * @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 UpdateAutoScalingConfigurationRequest.
17
17
  */
18
18
  export interface UpdateAutoScalingConfigurationRequest extends common.BaseRequest {
19
19
  /**
@@ -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
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,13 +7,13 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @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 UpdateBdsInstanceRequest.
16
+ * @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 UpdateBdsInstanceRequest.
17
17
  */
18
18
  export interface UpdateBdsInstanceRequest extends common.BaseRequest {
19
19
  /**
@@ -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
  Object.defineProperty(exports, "__esModule", { value: true });