oci-databasetools 2.6.1

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 (341) hide show
  1. package/LICENSE.txt +89 -0
  2. package/NOTICE.txt +1 -0
  3. package/README.md +22 -0
  4. package/THIRD_PARTY_LICENSES.txt +1521 -0
  5. package/index.d.ts +22 -0
  6. package/index.js +45 -0
  7. package/index.js.map +1 -0
  8. package/lib/client.d.ts +255 -0
  9. package/lib/client.js +1366 -0
  10. package/lib/client.js.map +1 -0
  11. package/lib/databasetools-waiter.d.ts +52 -0
  12. package/lib/databasetools-waiter.js +100 -0
  13. package/lib/databasetools-waiter.js.map +1 -0
  14. package/lib/model/action-type.d.ts +31 -0
  15. package/lib/model/action-type.js +42 -0
  16. package/lib/model/action-type.js.map +1 -0
  17. package/lib/model/change-database-tools-connection-compartment-details.d.ts +25 -0
  18. package/lib/model/change-database-tools-connection-compartment-details.js +29 -0
  19. package/lib/model/change-database-tools-connection-compartment-details.js.map +1 -0
  20. package/lib/model/change-database-tools-private-endpoint-compartment-details.d.ts +25 -0
  21. package/lib/model/change-database-tools-private-endpoint-compartment-details.js +29 -0
  22. package/lib/model/change-database-tools-private-endpoint-compartment-details.js.map +1 -0
  23. package/lib/model/connection-type.d.ts +27 -0
  24. package/lib/model/connection-type.js +38 -0
  25. package/lib/model/connection-type.js.map +1 -0
  26. package/lib/model/create-database-tools-connection-details.d.ts +48 -0
  27. package/lib/model/create-database-tools-connection-details.js +65 -0
  28. package/lib/model/create-database-tools-connection-details.js.map +1 -0
  29. package/lib/model/create-database-tools-connection-oracle-database-details.d.ts +50 -0
  30. package/lib/model/create-database-tools-connection-oracle-database-details.js +78 -0
  31. package/lib/model/create-database-tools-connection-oracle-database-details.js.map +1 -0
  32. package/lib/model/create-database-tools-private-endpoint-details.d.ts +70 -0
  33. package/lib/model/create-database-tools-private-endpoint-details.js +29 -0
  34. package/lib/model/create-database-tools-private-endpoint-details.js.map +1 -0
  35. package/lib/model/create-database-tools-related-resource-details.d.ts +30 -0
  36. package/lib/model/create-database-tools-related-resource-details.js +29 -0
  37. package/lib/model/create-database-tools-related-resource-details.js.map +1 -0
  38. package/lib/model/database-tools-allowed-network-sources.d.ts +34 -0
  39. package/lib/model/database-tools-allowed-network-sources.js +61 -0
  40. package/lib/model/database-tools-allowed-network-sources.js.map +1 -0
  41. package/lib/model/database-tools-connection-collection.d.ts +26 -0
  42. package/lib/model/database-tools-connection-collection.js +61 -0
  43. package/lib/model/database-tools-connection-collection.js.map +1 -0
  44. package/lib/model/database-tools-connection-oracle-database-summary.d.ts +50 -0
  45. package/lib/model/database-tools-connection-oracle-database-summary.js +78 -0
  46. package/lib/model/database-tools-connection-oracle-database-summary.js.map +1 -0
  47. package/lib/model/database-tools-connection-oracle-database.d.ts +50 -0
  48. package/lib/model/database-tools-connection-oracle-database.js +78 -0
  49. package/lib/model/database-tools-connection-oracle-database.js.map +1 -0
  50. package/lib/model/database-tools-connection-summary.d.ts +79 -0
  51. package/lib/model/database-tools-connection-summary.js +65 -0
  52. package/lib/model/database-tools-connection-summary.js.map +1 -0
  53. package/lib/model/database-tools-connection.d.ts +79 -0
  54. package/lib/model/database-tools-connection.js +65 -0
  55. package/lib/model/database-tools-connection.js.map +1 -0
  56. package/lib/model/database-tools-endpoint-service-collection.d.ts +26 -0
  57. package/lib/model/database-tools-endpoint-service-collection.js +61 -0
  58. package/lib/model/database-tools-endpoint-service-collection.js.map +1 -0
  59. package/lib/model/database-tools-endpoint-service-summary.d.ts +86 -0
  60. package/lib/model/database-tools-endpoint-service-summary.js +29 -0
  61. package/lib/model/database-tools-endpoint-service-summary.js.map +1 -0
  62. package/lib/model/database-tools-endpoint-service.d.ts +86 -0
  63. package/lib/model/database-tools-endpoint-service.js +29 -0
  64. package/lib/model/database-tools-endpoint-service.js.map +1 -0
  65. package/lib/model/database-tools-key-store-content-details.d.ts +22 -0
  66. package/lib/model/database-tools-key-store-content-details.js +65 -0
  67. package/lib/model/database-tools-key-store-content-details.js.map +1 -0
  68. package/lib/model/database-tools-key-store-content-secret-id-details.d.ts +28 -0
  69. package/lib/model/database-tools-key-store-content-secret-id-details.js +54 -0
  70. package/lib/model/database-tools-key-store-content-secret-id-details.js.map +1 -0
  71. package/lib/model/database-tools-key-store-content-secret-id-summary.d.ts +28 -0
  72. package/lib/model/database-tools-key-store-content-secret-id-summary.js +54 -0
  73. package/lib/model/database-tools-key-store-content-secret-id-summary.js.map +1 -0
  74. package/lib/model/database-tools-key-store-content-secret-id.d.ts +28 -0
  75. package/lib/model/database-tools-key-store-content-secret-id.js +54 -0
  76. package/lib/model/database-tools-key-store-content-secret-id.js.map +1 -0
  77. package/lib/model/database-tools-key-store-content-summary.d.ts +22 -0
  78. package/lib/model/database-tools-key-store-content-summary.js +65 -0
  79. package/lib/model/database-tools-key-store-content-summary.js.map +1 -0
  80. package/lib/model/database-tools-key-store-content.d.ts +22 -0
  81. package/lib/model/database-tools-key-store-content.js +65 -0
  82. package/lib/model/database-tools-key-store-content.js.map +1 -0
  83. package/lib/model/database-tools-key-store-details.d.ts +28 -0
  84. package/lib/model/database-tools-key-store-details.js +63 -0
  85. package/lib/model/database-tools-key-store-details.js.map +1 -0
  86. package/lib/model/database-tools-key-store-password-details.d.ts +22 -0
  87. package/lib/model/database-tools-key-store-password-details.js +65 -0
  88. package/lib/model/database-tools-key-store-password-details.js.map +1 -0
  89. package/lib/model/database-tools-key-store-password-secret-id-details.d.ts +28 -0
  90. package/lib/model/database-tools-key-store-password-secret-id-details.js +54 -0
  91. package/lib/model/database-tools-key-store-password-secret-id-details.js.map +1 -0
  92. package/lib/model/database-tools-key-store-password-secret-id-summary.d.ts +28 -0
  93. package/lib/model/database-tools-key-store-password-secret-id-summary.js +54 -0
  94. package/lib/model/database-tools-key-store-password-secret-id-summary.js.map +1 -0
  95. package/lib/model/database-tools-key-store-password-secret-id.d.ts +28 -0
  96. package/lib/model/database-tools-key-store-password-secret-id.js +54 -0
  97. package/lib/model/database-tools-key-store-password-secret-id.js.map +1 -0
  98. package/lib/model/database-tools-key-store-password-summary.d.ts +22 -0
  99. package/lib/model/database-tools-key-store-password-summary.js +65 -0
  100. package/lib/model/database-tools-key-store-password-summary.js.map +1 -0
  101. package/lib/model/database-tools-key-store-password.d.ts +22 -0
  102. package/lib/model/database-tools-key-store-password.js +65 -0
  103. package/lib/model/database-tools-key-store-password.js.map +1 -0
  104. package/lib/model/database-tools-key-store-summary.d.ts +28 -0
  105. package/lib/model/database-tools-key-store-summary.js +63 -0
  106. package/lib/model/database-tools-key-store-summary.js.map +1 -0
  107. package/lib/model/database-tools-key-store.d.ts +28 -0
  108. package/lib/model/database-tools-key-store.js +63 -0
  109. package/lib/model/database-tools-key-store.js.map +1 -0
  110. package/lib/model/database-tools-private-endpoint-collection.d.ts +26 -0
  111. package/lib/model/database-tools-private-endpoint-collection.js +61 -0
  112. package/lib/model/database-tools-private-endpoint-collection.js.map +1 -0
  113. package/lib/model/database-tools-private-endpoint-reverse-connection-configuration.d.ts +28 -0
  114. package/lib/model/database-tools-private-endpoint-reverse-connection-configuration.js +61 -0
  115. package/lib/model/database-tools-private-endpoint-reverse-connection-configuration.js.map +1 -0
  116. package/lib/model/database-tools-private-endpoint-reverse-connections-source-ip.d.ts +27 -0
  117. package/lib/model/database-tools-private-endpoint-reverse-connections-source-ip.js +29 -0
  118. package/lib/model/database-tools-private-endpoint-reverse-connections-source-ip.js.map +1 -0
  119. package/lib/model/database-tools-private-endpoint-summary.d.ts +118 -0
  120. package/lib/model/database-tools-private-endpoint-summary.js +57 -0
  121. package/lib/model/database-tools-private-endpoint-summary.js.map +1 -0
  122. package/lib/model/database-tools-private-endpoint.d.ts +118 -0
  123. package/lib/model/database-tools-private-endpoint.js +57 -0
  124. package/lib/model/database-tools-private-endpoint.js.map +1 -0
  125. package/lib/model/database-tools-related-resource.d.ts +30 -0
  126. package/lib/model/database-tools-related-resource.js +29 -0
  127. package/lib/model/database-tools-related-resource.js.map +1 -0
  128. package/lib/model/database-tools-user-password-details.d.ts +22 -0
  129. package/lib/model/database-tools-user-password-details.js +65 -0
  130. package/lib/model/database-tools-user-password-details.js.map +1 -0
  131. package/lib/model/database-tools-user-password-secret-id-details.d.ts +28 -0
  132. package/lib/model/database-tools-user-password-secret-id-details.js +54 -0
  133. package/lib/model/database-tools-user-password-secret-id-details.js.map +1 -0
  134. package/lib/model/database-tools-user-password-secret-id-summary.d.ts +28 -0
  135. package/lib/model/database-tools-user-password-secret-id-summary.js +54 -0
  136. package/lib/model/database-tools-user-password-secret-id-summary.js.map +1 -0
  137. package/lib/model/database-tools-user-password-secret-id.d.ts +28 -0
  138. package/lib/model/database-tools-user-password-secret-id.js +54 -0
  139. package/lib/model/database-tools-user-password-secret-id.js.map +1 -0
  140. package/lib/model/database-tools-user-password-summary.d.ts +22 -0
  141. package/lib/model/database-tools-user-password-summary.js +65 -0
  142. package/lib/model/database-tools-user-password-summary.js.map +1 -0
  143. package/lib/model/database-tools-user-password.d.ts +22 -0
  144. package/lib/model/database-tools-user-password.js +65 -0
  145. package/lib/model/database-tools-user-password.js.map +1 -0
  146. package/lib/model/database-tools-virtual-source.d.ts +29 -0
  147. package/lib/model/database-tools-virtual-source.js +29 -0
  148. package/lib/model/database-tools-virtual-source.js.map +1 -0
  149. package/lib/model/index.d.ts +148 -0
  150. package/lib/model/index.js +172 -0
  151. package/lib/model/index.js.map +1 -0
  152. package/lib/model/key-store-type.d.ts +30 -0
  153. package/lib/model/key-store-type.js +41 -0
  154. package/lib/model/key-store-type.js.map +1 -0
  155. package/lib/model/lifecycle-state.d.ts +32 -0
  156. package/lib/model/lifecycle-state.js +43 -0
  157. package/lib/model/lifecycle-state.js.map +1 -0
  158. package/lib/model/operation-status.d.ts +33 -0
  159. package/lib/model/operation-status.js +44 -0
  160. package/lib/model/operation-status.js.map +1 -0
  161. package/lib/model/operation-type.d.ts +35 -0
  162. package/lib/model/operation-type.js +46 -0
  163. package/lib/model/operation-type.js.map +1 -0
  164. package/lib/model/related-resource-entity-type.d.ts +29 -0
  165. package/lib/model/related-resource-entity-type.js +40 -0
  166. package/lib/model/related-resource-entity-type.js.map +1 -0
  167. package/lib/model/service-capability.d.ts +22 -0
  168. package/lib/model/service-capability.js +33 -0
  169. package/lib/model/service-capability.js.map +1 -0
  170. package/lib/model/sort-order.d.ts +23 -0
  171. package/lib/model/sort-order.js +34 -0
  172. package/lib/model/sort-order.js.map +1 -0
  173. package/lib/model/update-database-tools-connection-details.d.ts +44 -0
  174. package/lib/model/update-database-tools-connection-details.js +65 -0
  175. package/lib/model/update-database-tools-connection-details.js.map +1 -0
  176. package/lib/model/update-database-tools-connection-oracle-database-details.d.ts +50 -0
  177. package/lib/model/update-database-tools-connection-oracle-database-details.js +78 -0
  178. package/lib/model/update-database-tools-connection-oracle-database-details.js.map +1 -0
  179. package/lib/model/update-database-tools-private-endpoint-details.d.ts +54 -0
  180. package/lib/model/update-database-tools-private-endpoint-details.js +29 -0
  181. package/lib/model/update-database-tools-private-endpoint-details.js.map +1 -0
  182. package/lib/model/update-database-tools-related-resource-details.d.ts +30 -0
  183. package/lib/model/update-database-tools-related-resource-details.js +29 -0
  184. package/lib/model/update-database-tools-related-resource-details.js.map +1 -0
  185. package/lib/model/validate-database-tools-connection-details.d.ts +22 -0
  186. package/lib/model/validate-database-tools-connection-details.js +65 -0
  187. package/lib/model/validate-database-tools-connection-details.js.map +1 -0
  188. package/lib/model/validate-database-tools-connection-oracle-database-details.d.ts +24 -0
  189. package/lib/model/validate-database-tools-connection-oracle-database-details.js +54 -0
  190. package/lib/model/validate-database-tools-connection-oracle-database-details.js.map +1 -0
  191. package/lib/model/validate-database-tools-connection-oracle-database-result.d.ts +32 -0
  192. package/lib/model/validate-database-tools-connection-oracle-database-result.js +54 -0
  193. package/lib/model/validate-database-tools-connection-oracle-database-result.js.map +1 -0
  194. package/lib/model/validate-database-tools-connection-result.d.ts +38 -0
  195. package/lib/model/validate-database-tools-connection-result.js +65 -0
  196. package/lib/model/validate-database-tools-connection-result.js.map +1 -0
  197. package/lib/model/work-request-collection.d.ts +26 -0
  198. package/lib/model/work-request-collection.js +61 -0
  199. package/lib/model/work-request-collection.js.map +1 -0
  200. package/lib/model/work-request-error-collection.d.ts +26 -0
  201. package/lib/model/work-request-error-collection.js +61 -0
  202. package/lib/model/work-request-error-collection.js.map +1 -0
  203. package/lib/model/work-request-error.d.ts +35 -0
  204. package/lib/model/work-request-error.js +29 -0
  205. package/lib/model/work-request-error.js.map +1 -0
  206. package/lib/model/work-request-log-entry-collection.d.ts +26 -0
  207. package/lib/model/work-request-log-entry-collection.js +61 -0
  208. package/lib/model/work-request-log-entry-collection.js.map +1 -0
  209. package/lib/model/work-request-log-entry.d.ts +29 -0
  210. package/lib/model/work-request-log-entry.js +29 -0
  211. package/lib/model/work-request-log-entry.js.map +1 -0
  212. package/lib/model/work-request-resource.d.ts +42 -0
  213. package/lib/model/work-request-resource.js +29 -0
  214. package/lib/model/work-request-resource.js.map +1 -0
  215. package/lib/model/work-request-summary.d.ts +62 -0
  216. package/lib/model/work-request-summary.js +61 -0
  217. package/lib/model/work-request-summary.js.map +1 -0
  218. package/lib/model/work-request.d.ts +62 -0
  219. package/lib/model/work-request.js +61 -0
  220. package/lib/model/work-request.js.map +1 -0
  221. package/lib/request/change-database-tools-connection-compartment-request.d.ts +49 -0
  222. package/lib/request/change-database-tools-connection-compartment-request.js +15 -0
  223. package/lib/request/change-database-tools-connection-compartment-request.js.map +1 -0
  224. package/lib/request/change-database-tools-private-endpoint-compartment-request.d.ts +49 -0
  225. package/lib/request/change-database-tools-private-endpoint-compartment-request.js +15 -0
  226. package/lib/request/change-database-tools-private-endpoint-compartment-request.js.map +1 -0
  227. package/lib/request/create-database-tools-connection-request.d.ts +36 -0
  228. package/lib/request/create-database-tools-connection-request.js +15 -0
  229. package/lib/request/create-database-tools-connection-request.js.map +1 -0
  230. package/lib/request/create-database-tools-private-endpoint-request.d.ts +36 -0
  231. package/lib/request/create-database-tools-private-endpoint-request.js +15 -0
  232. package/lib/request/create-database-tools-private-endpoint-request.js.map +1 -0
  233. package/lib/request/delete-database-tools-connection-request.d.ts +35 -0
  234. package/lib/request/delete-database-tools-connection-request.js +15 -0
  235. package/lib/request/delete-database-tools-connection-request.js.map +1 -0
  236. package/lib/request/delete-database-tools-private-endpoint-request.d.ts +35 -0
  237. package/lib/request/delete-database-tools-private-endpoint-request.js +15 -0
  238. package/lib/request/delete-database-tools-private-endpoint-request.js.map +1 -0
  239. package/lib/request/get-database-tools-connection-request.d.ts +26 -0
  240. package/lib/request/get-database-tools-connection-request.js +15 -0
  241. package/lib/request/get-database-tools-connection-request.js.map +1 -0
  242. package/lib/request/get-database-tools-endpoint-service-request.d.ts +26 -0
  243. package/lib/request/get-database-tools-endpoint-service-request.js +15 -0
  244. package/lib/request/get-database-tools-endpoint-service-request.js.map +1 -0
  245. package/lib/request/get-database-tools-private-endpoint-request.d.ts +26 -0
  246. package/lib/request/get-database-tools-private-endpoint-request.js +15 -0
  247. package/lib/request/get-database-tools-private-endpoint-request.js.map +1 -0
  248. package/lib/request/get-work-request-request.d.ts +26 -0
  249. package/lib/request/get-work-request-request.js +15 -0
  250. package/lib/request/get-work-request-request.js.map +1 -0
  251. package/lib/request/index.d.ts +50 -0
  252. package/lib/request/index.js +47 -0
  253. package/lib/request/index.js.map +1 -0
  254. package/lib/request/list-database-tools-connections-request.d.ts +62 -0
  255. package/lib/request/list-database-tools-connections-request.js +24 -0
  256. package/lib/request/list-database-tools-connections-request.js.map +1 -0
  257. package/lib/request/list-database-tools-endpoint-services-request.d.ts +62 -0
  258. package/lib/request/list-database-tools-endpoint-services-request.js +24 -0
  259. package/lib/request/list-database-tools-endpoint-services-request.js.map +1 -0
  260. package/lib/request/list-database-tools-private-endpoints-request.d.ts +66 -0
  261. package/lib/request/list-database-tools-private-endpoints-request.js +24 -0
  262. package/lib/request/list-database-tools-private-endpoints-request.js.map +1 -0
  263. package/lib/request/list-work-request-errors-request.d.ts +50 -0
  264. package/lib/request/list-work-request-errors-request.js +24 -0
  265. package/lib/request/list-work-request-errors-request.js.map +1 -0
  266. package/lib/request/list-work-request-logs-request.d.ts +50 -0
  267. package/lib/request/list-work-request-logs-request.js +24 -0
  268. package/lib/request/list-work-request-logs-request.js.map +1 -0
  269. package/lib/request/list-work-requests-request.d.ts +53 -0
  270. package/lib/request/list-work-requests-request.js +23 -0
  271. package/lib/request/list-work-requests-request.js.map +1 -0
  272. package/lib/request/update-database-tools-connection-request.d.ts +40 -0
  273. package/lib/request/update-database-tools-connection-request.js +15 -0
  274. package/lib/request/update-database-tools-connection-request.js.map +1 -0
  275. package/lib/request/update-database-tools-private-endpoint-request.d.ts +40 -0
  276. package/lib/request/update-database-tools-private-endpoint-request.js +15 -0
  277. package/lib/request/update-database-tools-private-endpoint-request.js.map +1 -0
  278. package/lib/request/validate-database-tools-connection-request.d.ts +40 -0
  279. package/lib/request/validate-database-tools-connection-request.js +15 -0
  280. package/lib/request/validate-database-tools-connection-request.js.map +1 -0
  281. package/lib/response/change-database-tools-connection-compartment-response.d.ts +25 -0
  282. package/lib/response/change-database-tools-connection-compartment-response.js +15 -0
  283. package/lib/response/change-database-tools-connection-compartment-response.js.map +1 -0
  284. package/lib/response/change-database-tools-private-endpoint-compartment-response.d.ts +25 -0
  285. package/lib/response/change-database-tools-private-endpoint-compartment-response.js +15 -0
  286. package/lib/response/change-database-tools-private-endpoint-compartment-response.js.map +1 -0
  287. package/lib/response/create-database-tools-connection-response.d.ts +39 -0
  288. package/lib/response/create-database-tools-connection-response.js +15 -0
  289. package/lib/response/create-database-tools-connection-response.js.map +1 -0
  290. package/lib/response/create-database-tools-private-endpoint-response.d.ts +39 -0
  291. package/lib/response/create-database-tools-private-endpoint-response.js +15 -0
  292. package/lib/response/create-database-tools-private-endpoint-response.js.map +1 -0
  293. package/lib/response/delete-database-tools-connection-response.d.ts +25 -0
  294. package/lib/response/delete-database-tools-connection-response.js +15 -0
  295. package/lib/response/delete-database-tools-connection-response.js.map +1 -0
  296. package/lib/response/delete-database-tools-private-endpoint-response.d.ts +25 -0
  297. package/lib/response/delete-database-tools-private-endpoint-response.js +15 -0
  298. package/lib/response/delete-database-tools-private-endpoint-response.js.map +1 -0
  299. package/lib/response/get-database-tools-connection-response.d.ts +30 -0
  300. package/lib/response/get-database-tools-connection-response.js +15 -0
  301. package/lib/response/get-database-tools-connection-response.js.map +1 -0
  302. package/lib/response/get-database-tools-endpoint-service-response.d.ts +30 -0
  303. package/lib/response/get-database-tools-endpoint-service-response.js +15 -0
  304. package/lib/response/get-database-tools-endpoint-service-response.js.map +1 -0
  305. package/lib/response/get-database-tools-private-endpoint-response.d.ts +30 -0
  306. package/lib/response/get-database-tools-private-endpoint-response.js +15 -0
  307. package/lib/response/get-database-tools-private-endpoint-response.js.map +1 -0
  308. package/lib/response/get-work-request-response.d.ts +29 -0
  309. package/lib/response/get-work-request-response.js +15 -0
  310. package/lib/response/get-work-request-response.js.map +1 -0
  311. package/lib/response/index.d.ts +50 -0
  312. package/lib/response/index.js +15 -0
  313. package/lib/response/index.js.map +1 -0
  314. package/lib/response/list-database-tools-connections-response.d.ts +32 -0
  315. package/lib/response/list-database-tools-connections-response.js +15 -0
  316. package/lib/response/list-database-tools-connections-response.js.map +1 -0
  317. package/lib/response/list-database-tools-endpoint-services-response.d.ts +32 -0
  318. package/lib/response/list-database-tools-endpoint-services-response.js +15 -0
  319. package/lib/response/list-database-tools-endpoint-services-response.js.map +1 -0
  320. package/lib/response/list-database-tools-private-endpoints-response.d.ts +32 -0
  321. package/lib/response/list-database-tools-private-endpoints-response.js +15 -0
  322. package/lib/response/list-database-tools-private-endpoints-response.js.map +1 -0
  323. package/lib/response/list-work-request-errors-response.d.ts +32 -0
  324. package/lib/response/list-work-request-errors-response.js +15 -0
  325. package/lib/response/list-work-request-errors-response.js.map +1 -0
  326. package/lib/response/list-work-request-logs-response.d.ts +32 -0
  327. package/lib/response/list-work-request-logs-response.js +15 -0
  328. package/lib/response/list-work-request-logs-response.js.map +1 -0
  329. package/lib/response/list-work-requests-response.d.ts +32 -0
  330. package/lib/response/list-work-requests-response.js +15 -0
  331. package/lib/response/list-work-requests-response.js.map +1 -0
  332. package/lib/response/update-database-tools-connection-response.d.ts +25 -0
  333. package/lib/response/update-database-tools-connection-response.js +15 -0
  334. package/lib/response/update-database-tools-connection-response.js.map +1 -0
  335. package/lib/response/update-database-tools-private-endpoint-response.d.ts +25 -0
  336. package/lib/response/update-database-tools-private-endpoint-response.js +15 -0
  337. package/lib/response/update-database-tools-private-endpoint-response.js.map +1 -0
  338. package/lib/response/validate-database-tools-connection-response.d.ts +25 -0
  339. package/lib/response/validate-database-tools-connection-response.js +15 -0
  340. package/lib/response/validate-database-tools-connection-response.js.map +1 -0
  341. package/package.json +29 -0
@@ -0,0 +1,65 @@
1
+ "use strict";
2
+ /**
3
+ * Database Tools
4
+ * Database Tools APIs to manage Connections and Private Endpoints.
5
+ * OpenAPI spec version: 20201005
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.DatabaseToolsKeyStoreContent = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var DatabaseToolsKeyStoreContent;
37
+ (function (DatabaseToolsKeyStoreContent) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
40
+ if ("valueType" in obj && obj.valueType) {
41
+ switch (obj.valueType) {
42
+ case "SECRETID":
43
+ return model.DatabaseToolsKeyStoreContentSecretId.getJsonObj(jsonObj, true);
44
+ default:
45
+ throw Error("Unknown value for: " + obj.valueType);
46
+ }
47
+ }
48
+ return jsonObj;
49
+ }
50
+ DatabaseToolsKeyStoreContent.getJsonObj = getJsonObj;
51
+ function getDeserializedJsonObj(obj) {
52
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
53
+ if ("valueType" in obj && obj.valueType) {
54
+ switch (obj.valueType) {
55
+ case "SECRETID":
56
+ return model.DatabaseToolsKeyStoreContentSecretId.getDeserializedJsonObj(jsonObj, true);
57
+ default:
58
+ throw Error("Unknown value for: " + obj.valueType);
59
+ }
60
+ }
61
+ return jsonObj;
62
+ }
63
+ DatabaseToolsKeyStoreContent.getDeserializedJsonObj = getDeserializedJsonObj;
64
+ })(DatabaseToolsKeyStoreContent = exports.DatabaseToolsKeyStoreContent || (exports.DatabaseToolsKeyStoreContent = {}));
65
+ //# sourceMappingURL=database-tools-key-store-content.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"database-tools-key-store-content.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/database-tools-key-store-content.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAUlC,IAAiB,4BAA4B,CAiC5C;AAjCD,WAAiB,4BAA4B;IAC3C,SAAgB,UAAU,CAAC,GAAiC;QAC1D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,WAAW,IAAI,GAAG,IAAI,GAAG,CAAC,SAAS,EAAE;YACvC,QAAQ,GAAG,CAAC,SAAS,EAAE;gBACrB,KAAK,UAAU;oBACb,OAAO,KAAK,CAAC,oCAAoC,CAAC,UAAU,CACL,OAAQ,EAC7D,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,SAAS,CAAC,CAAC;aACtD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,uCAAU,aAezB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiC;QACtE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,WAAW,IAAI,GAAG,IAAI,GAAG,CAAC,SAAS,EAAE;YACvC,QAAQ,GAAG,CAAC,SAAS,EAAE;gBACrB,KAAK,UAAU;oBACb,OAAO,KAAK,CAAC,oCAAoC,CAAC,sBAAsB,CACjB,OAAQ,EAC7D,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,SAAS,CAAC,CAAC;aACtD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,mDAAsB,yBAerC,CAAA;AACH,CAAC,EAjCgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAiC5C"}
@@ -0,0 +1,28 @@
1
+ /**
2
+ * Database Tools
3
+ * Database Tools APIs to manage Connections and Private Endpoints.
4
+ * OpenAPI spec version: 20201005
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ /**
15
+ * The details of the key store.
16
+ */
17
+ export interface DatabaseToolsKeyStoreDetails {
18
+ /**
19
+ * The key store type.
20
+ */
21
+ "keyStoreType"?: model.KeyStoreType;
22
+ "keyStoreContent"?: model.DatabaseToolsKeyStoreContentSecretIdDetails;
23
+ "keyStorePassword"?: model.DatabaseToolsKeyStorePasswordSecretIdDetails;
24
+ }
25
+ export declare namespace DatabaseToolsKeyStoreDetails {
26
+ function getJsonObj(obj: DatabaseToolsKeyStoreDetails): object;
27
+ function getDeserializedJsonObj(obj: DatabaseToolsKeyStoreDetails): object;
28
+ }
@@ -0,0 +1,63 @@
1
+ "use strict";
2
+ /**
3
+ * Database Tools
4
+ * Database Tools APIs to manage Connections and Private Endpoints.
5
+ * OpenAPI spec version: 20201005
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.DatabaseToolsKeyStoreDetails = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var DatabaseToolsKeyStoreDetails;
37
+ (function (DatabaseToolsKeyStoreDetails) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "keyStoreContent": obj.keyStoreContent
41
+ ? model.DatabaseToolsKeyStoreContentDetails.getJsonObj(obj.keyStoreContent)
42
+ : undefined,
43
+ "keyStorePassword": obj.keyStorePassword
44
+ ? model.DatabaseToolsKeyStorePasswordDetails.getJsonObj(obj.keyStorePassword)
45
+ : undefined
46
+ });
47
+ return jsonObj;
48
+ }
49
+ DatabaseToolsKeyStoreDetails.getJsonObj = getJsonObj;
50
+ function getDeserializedJsonObj(obj) {
51
+ const jsonObj = Object.assign(Object.assign({}, obj), {
52
+ "keyStoreContent": obj.keyStoreContent
53
+ ? model.DatabaseToolsKeyStoreContentDetails.getDeserializedJsonObj(obj.keyStoreContent)
54
+ : undefined,
55
+ "keyStorePassword": obj.keyStorePassword
56
+ ? model.DatabaseToolsKeyStorePasswordDetails.getDeserializedJsonObj(obj.keyStorePassword)
57
+ : undefined
58
+ });
59
+ return jsonObj;
60
+ }
61
+ DatabaseToolsKeyStoreDetails.getDeserializedJsonObj = getDeserializedJsonObj;
62
+ })(DatabaseToolsKeyStoreDetails = exports.DatabaseToolsKeyStoreDetails || (exports.DatabaseToolsKeyStoreDetails = {}));
63
+ //# sourceMappingURL=database-tools-key-store-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"database-tools-key-store-details.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/database-tools-key-store-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAelC,IAAiB,4BAA4B,CA+B5C;AA/BD,WAAiB,4BAA4B;IAC3C,SAAgB,UAAU,CAAC,GAAiC;QAC1D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,mCAAmC,CAAC,UAAU,CAAC,GAAG,CAAC,eAAe,CAAC;gBAC3E,CAAC,CAAC,SAAS;YACb,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,KAAK,CAAC,oCAAoC,CAAC,UAAU,CAAC,GAAG,CAAC,gBAAgB,CAAC;gBAC7E,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,uCAAU,aAczB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiC;QACtE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,mCAAmC,CAAC,sBAAsB,CAAC,GAAG,CAAC,eAAe,CAAC;gBACvF,CAAC,CAAC,SAAS;YACb,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,KAAK,CAAC,oCAAoC,CAAC,sBAAsB,CAAC,GAAG,CAAC,gBAAgB,CAAC;gBACzF,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,mDAAsB,yBAcrC,CAAA;AACH,CAAC,EA/BgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QA+B5C"}
@@ -0,0 +1,22 @@
1
+ /**
2
+ * Database Tools
3
+ * Database Tools APIs to manage Connections and Private Endpoints.
4
+ * OpenAPI spec version: 20201005
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ /**
14
+ * The key store password.
15
+ */
16
+ export interface DatabaseToolsKeyStorePasswordDetails {
17
+ "valueType": string;
18
+ }
19
+ export declare namespace DatabaseToolsKeyStorePasswordDetails {
20
+ function getJsonObj(obj: DatabaseToolsKeyStorePasswordDetails): object;
21
+ function getDeserializedJsonObj(obj: DatabaseToolsKeyStorePasswordDetails): object;
22
+ }
@@ -0,0 +1,65 @@
1
+ "use strict";
2
+ /**
3
+ * Database Tools
4
+ * Database Tools APIs to manage Connections and Private Endpoints.
5
+ * OpenAPI spec version: 20201005
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.DatabaseToolsKeyStorePasswordDetails = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var DatabaseToolsKeyStorePasswordDetails;
37
+ (function (DatabaseToolsKeyStorePasswordDetails) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
40
+ if ("valueType" in obj && obj.valueType) {
41
+ switch (obj.valueType) {
42
+ case "SECRETID":
43
+ return model.DatabaseToolsKeyStorePasswordSecretIdDetails.getJsonObj(jsonObj, true);
44
+ default:
45
+ throw Error("Unknown value for: " + obj.valueType);
46
+ }
47
+ }
48
+ return jsonObj;
49
+ }
50
+ DatabaseToolsKeyStorePasswordDetails.getJsonObj = getJsonObj;
51
+ function getDeserializedJsonObj(obj) {
52
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
53
+ if ("valueType" in obj && obj.valueType) {
54
+ switch (obj.valueType) {
55
+ case "SECRETID":
56
+ return model.DatabaseToolsKeyStorePasswordSecretIdDetails.getDeserializedJsonObj(jsonObj, true);
57
+ default:
58
+ throw Error("Unknown value for: " + obj.valueType);
59
+ }
60
+ }
61
+ return jsonObj;
62
+ }
63
+ DatabaseToolsKeyStorePasswordDetails.getDeserializedJsonObj = getDeserializedJsonObj;
64
+ })(DatabaseToolsKeyStorePasswordDetails = exports.DatabaseToolsKeyStorePasswordDetails || (exports.DatabaseToolsKeyStorePasswordDetails = {}));
65
+ //# sourceMappingURL=database-tools-key-store-password-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"database-tools-key-store-password-details.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/database-tools-key-store-password-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAUlC,IAAiB,oCAAoC,CAiCpD;AAjCD,WAAiB,oCAAoC;IACnD,SAAgB,UAAU,CAAC,GAAyC;QAClE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,WAAW,IAAI,GAAG,IAAI,GAAG,CAAC,SAAS,EAAE;YACvC,QAAQ,GAAG,CAAC,SAAS,EAAE;gBACrB,KAAK,UAAU;oBACb,OAAO,KAAK,CAAC,4CAA4C,CAAC,UAAU,CACL,OAAQ,EACrE,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,SAAS,CAAC,CAAC;aACtD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,+CAAU,aAezB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAyC;QAC9E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,WAAW,IAAI,GAAG,IAAI,GAAG,CAAC,SAAS,EAAE;YACvC,QAAQ,GAAG,CAAC,SAAS,EAAE;gBACrB,KAAK,UAAU;oBACb,OAAO,KAAK,CAAC,4CAA4C,CAAC,sBAAsB,CACjB,OAAQ,EACrE,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,SAAS,CAAC,CAAC;aACtD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,2DAAsB,yBAerC,CAAA;AACH,CAAC,EAjCgB,oCAAoC,GAApC,4CAAoC,KAApC,4CAAoC,QAiCpD"}
@@ -0,0 +1,28 @@
1
+ /**
2
+ * Database Tools
3
+ * Database Tools APIs to manage Connections and Private Endpoints.
4
+ * OpenAPI spec version: 20201005
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ /**
15
+ * The key store password.
16
+ */
17
+ export interface DatabaseToolsKeyStorePasswordSecretIdDetails extends model.DatabaseToolsKeyStorePasswordDetails {
18
+ /**
19
+ * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the secret containing the key store password.
20
+ */
21
+ "secretId"?: string;
22
+ "valueType": string;
23
+ }
24
+ export declare namespace DatabaseToolsKeyStorePasswordSecretIdDetails {
25
+ function getJsonObj(obj: DatabaseToolsKeyStorePasswordSecretIdDetails, isParentJsonObj?: boolean): object;
26
+ const valueType = "SECRETID";
27
+ function getDeserializedJsonObj(obj: DatabaseToolsKeyStorePasswordSecretIdDetails, isParentJsonObj?: boolean): object;
28
+ }
@@ -0,0 +1,54 @@
1
+ "use strict";
2
+ /**
3
+ * Database Tools
4
+ * Database Tools APIs to manage Connections and Private Endpoints.
5
+ * OpenAPI spec version: 20201005
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.DatabaseToolsKeyStorePasswordSecretIdDetails = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var DatabaseToolsKeyStorePasswordSecretIdDetails;
37
+ (function (DatabaseToolsKeyStorePasswordSecretIdDetails) {
38
+ function getJsonObj(obj, isParentJsonObj) {
39
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
40
+ ? obj
41
+ : model.DatabaseToolsKeyStorePasswordDetails.getJsonObj(obj))), {});
42
+ return jsonObj;
43
+ }
44
+ DatabaseToolsKeyStorePasswordSecretIdDetails.getJsonObj = getJsonObj;
45
+ DatabaseToolsKeyStorePasswordSecretIdDetails.valueType = "SECRETID";
46
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
47
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
48
+ ? obj
49
+ : model.DatabaseToolsKeyStorePasswordDetails.getDeserializedJsonObj(obj))), {});
50
+ return jsonObj;
51
+ }
52
+ DatabaseToolsKeyStorePasswordSecretIdDetails.getDeserializedJsonObj = getDeserializedJsonObj;
53
+ })(DatabaseToolsKeyStorePasswordSecretIdDetails = exports.DatabaseToolsKeyStorePasswordSecretIdDetails || (exports.DatabaseToolsKeyStorePasswordSecretIdDetails = {}));
54
+ //# sourceMappingURL=database-tools-key-store-password-secret-id-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"database-tools-key-store-password-secret-id-details.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/database-tools-key-store-password-secret-id-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAgBlC,IAAiB,4CAA4C,CAgC5D;AAhCD,WAAiB,4CAA4C;IAC3D,SAAgB,UAAU,CACxB,GAAiD,EACjD,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,oCAAoC,CAAC,UAAU,CACpD,GAAG,CAC6C,CAAC,GACpD,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,uDAAU,aAczB,CAAA;IACY,sDAAS,GAAG,UAAU,CAAC;IACpC,SAAgB,sBAAsB,CACpC,GAAiD,EACjD,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,oCAAoC,CAAC,sBAAsB,CAChE,GAAG,CAC6C,CAAC,GACpD,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,mEAAsB,yBAcrC,CAAA;AACH,CAAC,EAhCgB,4CAA4C,GAA5C,oDAA4C,KAA5C,oDAA4C,QAgC5D"}
@@ -0,0 +1,28 @@
1
+ /**
2
+ * Database Tools
3
+ * Database Tools APIs to manage Connections and Private Endpoints.
4
+ * OpenAPI spec version: 20201005
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ /**
15
+ * The key store password.
16
+ */
17
+ export interface DatabaseToolsKeyStorePasswordSecretIdSummary extends model.DatabaseToolsKeyStorePasswordSummary {
18
+ /**
19
+ * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the secret containing the key store password.
20
+ */
21
+ "secretId"?: string;
22
+ "valueType": string;
23
+ }
24
+ export declare namespace DatabaseToolsKeyStorePasswordSecretIdSummary {
25
+ function getJsonObj(obj: DatabaseToolsKeyStorePasswordSecretIdSummary, isParentJsonObj?: boolean): object;
26
+ const valueType = "SECRETID";
27
+ function getDeserializedJsonObj(obj: DatabaseToolsKeyStorePasswordSecretIdSummary, isParentJsonObj?: boolean): object;
28
+ }
@@ -0,0 +1,54 @@
1
+ "use strict";
2
+ /**
3
+ * Database Tools
4
+ * Database Tools APIs to manage Connections and Private Endpoints.
5
+ * OpenAPI spec version: 20201005
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.DatabaseToolsKeyStorePasswordSecretIdSummary = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var DatabaseToolsKeyStorePasswordSecretIdSummary;
37
+ (function (DatabaseToolsKeyStorePasswordSecretIdSummary) {
38
+ function getJsonObj(obj, isParentJsonObj) {
39
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
40
+ ? obj
41
+ : model.DatabaseToolsKeyStorePasswordSummary.getJsonObj(obj))), {});
42
+ return jsonObj;
43
+ }
44
+ DatabaseToolsKeyStorePasswordSecretIdSummary.getJsonObj = getJsonObj;
45
+ DatabaseToolsKeyStorePasswordSecretIdSummary.valueType = "SECRETID";
46
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
47
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
48
+ ? obj
49
+ : model.DatabaseToolsKeyStorePasswordSummary.getDeserializedJsonObj(obj))), {});
50
+ return jsonObj;
51
+ }
52
+ DatabaseToolsKeyStorePasswordSecretIdSummary.getDeserializedJsonObj = getDeserializedJsonObj;
53
+ })(DatabaseToolsKeyStorePasswordSecretIdSummary = exports.DatabaseToolsKeyStorePasswordSecretIdSummary || (exports.DatabaseToolsKeyStorePasswordSecretIdSummary = {}));
54
+ //# sourceMappingURL=database-tools-key-store-password-secret-id-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"database-tools-key-store-password-secret-id-summary.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/database-tools-key-store-password-secret-id-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAgBlC,IAAiB,4CAA4C,CAgC5D;AAhCD,WAAiB,4CAA4C;IAC3D,SAAgB,UAAU,CACxB,GAAiD,EACjD,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,oCAAoC,CAAC,UAAU,CACpD,GAAG,CAC6C,CAAC,GACpD,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,uDAAU,aAczB,CAAA;IACY,sDAAS,GAAG,UAAU,CAAC;IACpC,SAAgB,sBAAsB,CACpC,GAAiD,EACjD,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,oCAAoC,CAAC,sBAAsB,CAChE,GAAG,CAC6C,CAAC,GACpD,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,mEAAsB,yBAcrC,CAAA;AACH,CAAC,EAhCgB,4CAA4C,GAA5C,oDAA4C,KAA5C,oDAA4C,QAgC5D"}
@@ -0,0 +1,28 @@
1
+ /**
2
+ * Database Tools
3
+ * Database Tools APIs to manage Connections and Private Endpoints.
4
+ * OpenAPI spec version: 20201005
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ /**
15
+ * The key store password.
16
+ */
17
+ export interface DatabaseToolsKeyStorePasswordSecretId extends model.DatabaseToolsKeyStorePassword {
18
+ /**
19
+ * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the secret containing the key store password.
20
+ */
21
+ "secretId"?: string;
22
+ "valueType": string;
23
+ }
24
+ export declare namespace DatabaseToolsKeyStorePasswordSecretId {
25
+ function getJsonObj(obj: DatabaseToolsKeyStorePasswordSecretId, isParentJsonObj?: boolean): object;
26
+ const valueType = "SECRETID";
27
+ function getDeserializedJsonObj(obj: DatabaseToolsKeyStorePasswordSecretId, isParentJsonObj?: boolean): object;
28
+ }
@@ -0,0 +1,54 @@
1
+ "use strict";
2
+ /**
3
+ * Database Tools
4
+ * Database Tools APIs to manage Connections and Private Endpoints.
5
+ * OpenAPI spec version: 20201005
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.DatabaseToolsKeyStorePasswordSecretId = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var DatabaseToolsKeyStorePasswordSecretId;
37
+ (function (DatabaseToolsKeyStorePasswordSecretId) {
38
+ function getJsonObj(obj, isParentJsonObj) {
39
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
40
+ ? obj
41
+ : model.DatabaseToolsKeyStorePassword.getJsonObj(obj))), {});
42
+ return jsonObj;
43
+ }
44
+ DatabaseToolsKeyStorePasswordSecretId.getJsonObj = getJsonObj;
45
+ DatabaseToolsKeyStorePasswordSecretId.valueType = "SECRETID";
46
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
47
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
48
+ ? obj
49
+ : model.DatabaseToolsKeyStorePassword.getDeserializedJsonObj(obj))), {});
50
+ return jsonObj;
51
+ }
52
+ DatabaseToolsKeyStorePasswordSecretId.getDeserializedJsonObj = getDeserializedJsonObj;
53
+ })(DatabaseToolsKeyStorePasswordSecretId = exports.DatabaseToolsKeyStorePasswordSecretId || (exports.DatabaseToolsKeyStorePasswordSecretId = {}));
54
+ //# sourceMappingURL=database-tools-key-store-password-secret-id.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"database-tools-key-store-password-secret-id.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/database-tools-key-store-password-secret-id.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAelC,IAAiB,qCAAqC,CAgCrD;AAhCD,WAAiB,qCAAqC;IACpD,SAAgB,UAAU,CACxB,GAA0C,EAC1C,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,6BAA6B,CAAC,UAAU,CAC7C,GAAG,CACsC,CAAC,GAC7C,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,gDAAU,aAczB,CAAA;IACY,+CAAS,GAAG,UAAU,CAAC;IACpC,SAAgB,sBAAsB,CACpC,GAA0C,EAC1C,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,6BAA6B,CAAC,sBAAsB,CACzD,GAAG,CACsC,CAAC,GAC7C,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,4DAAsB,yBAcrC,CAAA;AACH,CAAC,EAhCgB,qCAAqC,GAArC,6CAAqC,KAArC,6CAAqC,QAgCrD"}
@@ -0,0 +1,22 @@
1
+ /**
2
+ * Database Tools
3
+ * Database Tools APIs to manage Connections and Private Endpoints.
4
+ * OpenAPI spec version: 20201005
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ /**
14
+ * The key store password.
15
+ */
16
+ export interface DatabaseToolsKeyStorePasswordSummary {
17
+ "valueType": string;
18
+ }
19
+ export declare namespace DatabaseToolsKeyStorePasswordSummary {
20
+ function getJsonObj(obj: DatabaseToolsKeyStorePasswordSummary): object;
21
+ function getDeserializedJsonObj(obj: DatabaseToolsKeyStorePasswordSummary): object;
22
+ }
@@ -0,0 +1,65 @@
1
+ "use strict";
2
+ /**
3
+ * Database Tools
4
+ * Database Tools APIs to manage Connections and Private Endpoints.
5
+ * OpenAPI spec version: 20201005
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.DatabaseToolsKeyStorePasswordSummary = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var DatabaseToolsKeyStorePasswordSummary;
37
+ (function (DatabaseToolsKeyStorePasswordSummary) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
40
+ if ("valueType" in obj && obj.valueType) {
41
+ switch (obj.valueType) {
42
+ case "SECRETID":
43
+ return model.DatabaseToolsKeyStorePasswordSecretIdSummary.getJsonObj(jsonObj, true);
44
+ default:
45
+ throw Error("Unknown value for: " + obj.valueType);
46
+ }
47
+ }
48
+ return jsonObj;
49
+ }
50
+ DatabaseToolsKeyStorePasswordSummary.getJsonObj = getJsonObj;
51
+ function getDeserializedJsonObj(obj) {
52
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
53
+ if ("valueType" in obj && obj.valueType) {
54
+ switch (obj.valueType) {
55
+ case "SECRETID":
56
+ return model.DatabaseToolsKeyStorePasswordSecretIdSummary.getDeserializedJsonObj(jsonObj, true);
57
+ default:
58
+ throw Error("Unknown value for: " + obj.valueType);
59
+ }
60
+ }
61
+ return jsonObj;
62
+ }
63
+ DatabaseToolsKeyStorePasswordSummary.getDeserializedJsonObj = getDeserializedJsonObj;
64
+ })(DatabaseToolsKeyStorePasswordSummary = exports.DatabaseToolsKeyStorePasswordSummary || (exports.DatabaseToolsKeyStorePasswordSummary = {}));
65
+ //# sourceMappingURL=database-tools-key-store-password-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"database-tools-key-store-password-summary.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/database-tools-key-store-password-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAUlC,IAAiB,oCAAoC,CAiCpD;AAjCD,WAAiB,oCAAoC;IACnD,SAAgB,UAAU,CAAC,GAAyC;QAClE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,WAAW,IAAI,GAAG,IAAI,GAAG,CAAC,SAAS,EAAE;YACvC,QAAQ,GAAG,CAAC,SAAS,EAAE;gBACrB,KAAK,UAAU;oBACb,OAAO,KAAK,CAAC,4CAA4C,CAAC,UAAU,CACL,OAAQ,EACrE,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,SAAS,CAAC,CAAC;aACtD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,+CAAU,aAezB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAyC;QAC9E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,WAAW,IAAI,GAAG,IAAI,GAAG,CAAC,SAAS,EAAE;YACvC,QAAQ,GAAG,CAAC,SAAS,EAAE;gBACrB,KAAK,UAAU;oBACb,OAAO,KAAK,CAAC,4CAA4C,CAAC,sBAAsB,CACjB,OAAQ,EACrE,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,SAAS,CAAC,CAAC;aACtD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,2DAAsB,yBAerC,CAAA;AACH,CAAC,EAjCgB,oCAAoC,GAApC,4CAAoC,KAApC,4CAAoC,QAiCpD"}
@@ -0,0 +1,22 @@
1
+ /**
2
+ * Database Tools
3
+ * Database Tools APIs to manage Connections and Private Endpoints.
4
+ * OpenAPI spec version: 20201005
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ /**
14
+ * The key store password.
15
+ */
16
+ export interface DatabaseToolsKeyStorePassword {
17
+ "valueType": string;
18
+ }
19
+ export declare namespace DatabaseToolsKeyStorePassword {
20
+ function getJsonObj(obj: DatabaseToolsKeyStorePassword): object;
21
+ function getDeserializedJsonObj(obj: DatabaseToolsKeyStorePassword): object;
22
+ }