oci-databasetools 2.28.0 → 2.31.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 (255) hide show
  1. package/index.d.ts +1 -1
  2. package/index.js +1 -1
  3. package/lib/client.d.ts +48 -48
  4. package/lib/client.js +58 -58
  5. package/lib/client.js.map +1 -1
  6. package/lib/databasetools-waiter.d.ts +1 -1
  7. package/lib/databasetools-waiter.js +1 -1
  8. package/lib/model/action-type.d.ts +2 -2
  9. package/lib/model/action-type.js +2 -2
  10. package/lib/model/change-database-tools-connection-compartment-details.d.ts +3 -3
  11. package/lib/model/change-database-tools-connection-compartment-details.js +1 -1
  12. package/lib/model/change-database-tools-private-endpoint-compartment-details.d.ts +3 -3
  13. package/lib/model/change-database-tools-private-endpoint-compartment-details.js +1 -1
  14. package/lib/model/connection-type.d.ts +3 -2
  15. package/lib/model/connection-type.js +3 -2
  16. package/lib/model/connection-type.js.map +1 -1
  17. package/lib/model/create-database-tools-connection-details.d.ts +3 -3
  18. package/lib/model/create-database-tools-connection-details.js +5 -1
  19. package/lib/model/create-database-tools-connection-details.js.map +1 -1
  20. package/lib/model/create-database-tools-connection-my-sql-details.d.ts +50 -0
  21. package/lib/model/create-database-tools-connection-my-sql-details.js +78 -0
  22. package/lib/model/create-database-tools-connection-my-sql-details.js.map +1 -0
  23. package/lib/model/create-database-tools-connection-oracle-database-details.d.ts +6 -6
  24. package/lib/model/create-database-tools-connection-oracle-database-details.js +1 -1
  25. package/lib/model/create-database-tools-private-endpoint-details.d.ts +5 -5
  26. package/lib/model/create-database-tools-private-endpoint-details.js +1 -1
  27. package/lib/model/create-database-tools-related-resource-details.d.ts +1 -1
  28. package/lib/model/create-database-tools-related-resource-details.js +1 -1
  29. package/lib/model/create-database-tools-related-resource-my-sql-details.d.ts +30 -0
  30. package/lib/model/create-database-tools-related-resource-my-sql-details.js +29 -0
  31. package/lib/model/create-database-tools-related-resource-my-sql-details.js.map +1 -0
  32. package/lib/model/database-tools-connection-collection.d.ts +3 -3
  33. package/lib/model/database-tools-connection-collection.js +1 -1
  34. package/lib/model/database-tools-connection-my-sql-summary.d.ts +50 -0
  35. package/lib/model/database-tools-connection-my-sql-summary.js +78 -0
  36. package/lib/model/database-tools-connection-my-sql-summary.js.map +1 -0
  37. package/lib/model/database-tools-connection-my-sql.d.ts +50 -0
  38. package/lib/model/database-tools-connection-my-sql.js +78 -0
  39. package/lib/model/database-tools-connection-my-sql.js.map +1 -0
  40. package/lib/model/database-tools-connection-oracle-database-summary.d.ts +5 -5
  41. package/lib/model/database-tools-connection-oracle-database-summary.js +1 -1
  42. package/lib/model/database-tools-connection-oracle-database.d.ts +7 -7
  43. package/lib/model/database-tools-connection-oracle-database.js +1 -1
  44. package/lib/model/database-tools-connection-summary.d.ts +7 -7
  45. package/lib/model/database-tools-connection-summary.js +5 -1
  46. package/lib/model/database-tools-connection-summary.js.map +1 -1
  47. package/lib/model/database-tools-connection.d.ts +8 -8
  48. package/lib/model/database-tools-connection.js +5 -1
  49. package/lib/model/database-tools-connection.js.map +1 -1
  50. package/lib/model/database-tools-endpoint-service-collection.d.ts +3 -3
  51. package/lib/model/database-tools-endpoint-service-collection.js +1 -1
  52. package/lib/model/database-tools-endpoint-service-summary.d.ts +8 -8
  53. package/lib/model/database-tools-endpoint-service-summary.js +1 -1
  54. package/lib/model/database-tools-endpoint-service.d.ts +8 -8
  55. package/lib/model/database-tools-endpoint-service.js +1 -1
  56. package/lib/model/database-tools-key-store-content-details.d.ts +1 -1
  57. package/lib/model/database-tools-key-store-content-details.js +1 -1
  58. package/lib/model/database-tools-key-store-content-my-sql-details.d.ts +22 -0
  59. package/lib/model/database-tools-key-store-content-my-sql-details.js +65 -0
  60. package/lib/model/database-tools-key-store-content-my-sql-details.js.map +1 -0
  61. package/lib/model/database-tools-key-store-content-my-sql-summary.d.ts +22 -0
  62. package/lib/model/database-tools-key-store-content-my-sql-summary.js +65 -0
  63. package/lib/model/database-tools-key-store-content-my-sql-summary.js.map +1 -0
  64. package/lib/model/{service-capability.d.ts → database-tools-key-store-content-my-sql.d.ts} +8 -8
  65. package/lib/model/database-tools-key-store-content-my-sql.js +65 -0
  66. package/lib/model/database-tools-key-store-content-my-sql.js.map +1 -0
  67. package/lib/model/database-tools-key-store-content-secret-id-details.d.ts +1 -1
  68. package/lib/model/database-tools-key-store-content-secret-id-details.js +1 -1
  69. package/lib/model/database-tools-key-store-content-secret-id-my-sql-details.d.ts +28 -0
  70. package/lib/model/database-tools-key-store-content-secret-id-my-sql-details.js +54 -0
  71. package/lib/model/database-tools-key-store-content-secret-id-my-sql-details.js.map +1 -0
  72. package/lib/model/database-tools-key-store-content-secret-id-my-sql-summary.d.ts +28 -0
  73. package/lib/model/database-tools-key-store-content-secret-id-my-sql-summary.js +54 -0
  74. package/lib/model/database-tools-key-store-content-secret-id-my-sql-summary.js.map +1 -0
  75. package/lib/model/database-tools-key-store-content-secret-id-my-sql.d.ts +28 -0
  76. package/lib/model/database-tools-key-store-content-secret-id-my-sql.js +54 -0
  77. package/lib/model/database-tools-key-store-content-secret-id-my-sql.js.map +1 -0
  78. package/lib/model/database-tools-key-store-content-secret-id-summary.d.ts +1 -1
  79. package/lib/model/database-tools-key-store-content-secret-id-summary.js +1 -1
  80. package/lib/model/database-tools-key-store-content-secret-id.d.ts +1 -1
  81. package/lib/model/database-tools-key-store-content-secret-id.js +1 -1
  82. package/lib/model/database-tools-key-store-content-summary.d.ts +1 -1
  83. package/lib/model/database-tools-key-store-content-summary.js +1 -1
  84. package/lib/model/database-tools-key-store-content.d.ts +1 -1
  85. package/lib/model/database-tools-key-store-content.js +1 -1
  86. package/lib/model/database-tools-key-store-details.d.ts +1 -1
  87. package/lib/model/database-tools-key-store-details.js +1 -1
  88. package/lib/model/database-tools-key-store-my-sql-details.d.ts +28 -0
  89. package/lib/model/database-tools-key-store-my-sql-details.js +63 -0
  90. package/lib/model/database-tools-key-store-my-sql-details.js.map +1 -0
  91. package/lib/model/database-tools-key-store-my-sql-summary.d.ts +28 -0
  92. package/lib/model/database-tools-key-store-my-sql-summary.js +63 -0
  93. package/lib/model/database-tools-key-store-my-sql-summary.js.map +1 -0
  94. package/lib/model/database-tools-key-store-my-sql.d.ts +28 -0
  95. package/lib/model/{database-tools-allowed-network-sources.js → database-tools-key-store-my-sql.js} +18 -16
  96. package/lib/model/database-tools-key-store-my-sql.js.map +1 -0
  97. package/lib/model/database-tools-key-store-password-details.d.ts +1 -1
  98. package/lib/model/database-tools-key-store-password-details.js +1 -1
  99. package/lib/model/database-tools-key-store-password-my-sql-details.d.ts +22 -0
  100. package/lib/model/database-tools-key-store-password-my-sql-details.js +65 -0
  101. package/lib/model/database-tools-key-store-password-my-sql-details.js.map +1 -0
  102. package/lib/model/database-tools-key-store-password-my-sql-summary.d.ts +22 -0
  103. package/lib/model/database-tools-key-store-password-my-sql-summary.js +65 -0
  104. package/lib/model/database-tools-key-store-password-my-sql-summary.js.map +1 -0
  105. package/lib/model/database-tools-key-store-password-my-sql.d.ts +22 -0
  106. package/lib/model/database-tools-key-store-password-my-sql.js +65 -0
  107. package/lib/model/database-tools-key-store-password-my-sql.js.map +1 -0
  108. package/lib/model/database-tools-key-store-password-secret-id-details.d.ts +1 -1
  109. package/lib/model/database-tools-key-store-password-secret-id-details.js +1 -1
  110. package/lib/model/database-tools-key-store-password-secret-id-my-sql-details.d.ts +28 -0
  111. package/lib/model/database-tools-key-store-password-secret-id-my-sql-details.js +54 -0
  112. package/lib/model/database-tools-key-store-password-secret-id-my-sql-details.js.map +1 -0
  113. package/lib/model/database-tools-key-store-password-secret-id-my-sql-summary.d.ts +28 -0
  114. package/lib/model/database-tools-key-store-password-secret-id-my-sql-summary.js +54 -0
  115. package/lib/model/database-tools-key-store-password-secret-id-my-sql-summary.js.map +1 -0
  116. package/lib/model/database-tools-key-store-password-secret-id-my-sql.d.ts +28 -0
  117. package/lib/model/database-tools-key-store-password-secret-id-my-sql.js +54 -0
  118. package/lib/model/database-tools-key-store-password-secret-id-my-sql.js.map +1 -0
  119. package/lib/model/database-tools-key-store-password-secret-id-summary.d.ts +1 -1
  120. package/lib/model/database-tools-key-store-password-secret-id-summary.js +1 -1
  121. package/lib/model/database-tools-key-store-password-secret-id.d.ts +1 -1
  122. package/lib/model/database-tools-key-store-password-secret-id.js +1 -1
  123. package/lib/model/database-tools-key-store-password-summary.d.ts +1 -1
  124. package/lib/model/database-tools-key-store-password-summary.js +1 -1
  125. package/lib/model/database-tools-key-store-password.d.ts +1 -1
  126. package/lib/model/database-tools-key-store-password.js +1 -1
  127. package/lib/model/database-tools-key-store-summary.d.ts +1 -1
  128. package/lib/model/database-tools-key-store-summary.js +1 -1
  129. package/lib/model/database-tools-key-store.d.ts +1 -1
  130. package/lib/model/database-tools-key-store.js +1 -1
  131. package/lib/model/database-tools-private-endpoint-collection.d.ts +3 -3
  132. package/lib/model/database-tools-private-endpoint-collection.js +1 -1
  133. package/lib/model/database-tools-private-endpoint-reverse-connection-configuration.d.ts +2 -2
  134. package/lib/model/database-tools-private-endpoint-reverse-connection-configuration.js +1 -1
  135. package/lib/model/database-tools-private-endpoint-reverse-connections-source-ip.d.ts +1 -1
  136. package/lib/model/database-tools-private-endpoint-reverse-connections-source-ip.js +1 -1
  137. package/lib/model/database-tools-private-endpoint-summary.d.ts +9 -9
  138. package/lib/model/database-tools-private-endpoint-summary.js +1 -1
  139. package/lib/model/database-tools-private-endpoint.d.ts +9 -9
  140. package/lib/model/database-tools-private-endpoint.js +1 -1
  141. package/lib/model/database-tools-related-resource-my-sql.d.ts +30 -0
  142. package/lib/model/{database-tools-virtual-source.js → database-tools-related-resource-my-sql.js} +8 -8
  143. package/lib/model/database-tools-related-resource-my-sql.js.map +1 -0
  144. package/lib/model/database-tools-related-resource.d.ts +1 -1
  145. package/lib/model/database-tools-related-resource.js +1 -1
  146. package/lib/model/database-tools-user-password-details.d.ts +1 -1
  147. package/lib/model/database-tools-user-password-details.js +1 -1
  148. package/lib/model/database-tools-user-password-secret-id-details.d.ts +2 -2
  149. package/lib/model/database-tools-user-password-secret-id-details.js +1 -1
  150. package/lib/model/database-tools-user-password-secret-id-summary.d.ts +1 -1
  151. package/lib/model/database-tools-user-password-secret-id-summary.js +1 -1
  152. package/lib/model/database-tools-user-password-secret-id.d.ts +1 -1
  153. package/lib/model/database-tools-user-password-secret-id.js +1 -1
  154. package/lib/model/database-tools-user-password-summary.d.ts +1 -1
  155. package/lib/model/database-tools-user-password-summary.js +1 -1
  156. package/lib/model/database-tools-user-password.d.ts +1 -1
  157. package/lib/model/database-tools-user-password.js +1 -1
  158. package/lib/model/index.d.ts +53 -7
  159. package/lib/model/index.js +55 -9
  160. package/lib/model/index.js.map +1 -1
  161. package/lib/model/key-store-type-my-sql.d.ts +29 -0
  162. package/lib/model/key-store-type-my-sql.js +40 -0
  163. package/lib/model/key-store-type-my-sql.js.map +1 -0
  164. package/lib/model/key-store-type.d.ts +2 -2
  165. package/lib/model/key-store-type.js +2 -2
  166. package/lib/model/lifecycle-state.d.ts +2 -2
  167. package/lib/model/lifecycle-state.js +2 -2
  168. package/lib/model/operation-status.d.ts +2 -2
  169. package/lib/model/operation-status.js +2 -2
  170. package/lib/model/operation-type.d.ts +1 -1
  171. package/lib/model/operation-type.js +1 -1
  172. package/lib/model/related-resource-entity-type-my-sql.d.ts +27 -0
  173. package/lib/model/related-resource-entity-type-my-sql.js +38 -0
  174. package/lib/model/related-resource-entity-type-my-sql.js.map +1 -0
  175. package/lib/model/related-resource-entity-type.d.ts +2 -2
  176. package/lib/model/related-resource-entity-type.js +2 -2
  177. package/lib/model/sort-order.d.ts +2 -2
  178. package/lib/model/sort-order.js +2 -2
  179. package/lib/model/update-database-tools-connection-details.d.ts +1 -1
  180. package/lib/model/update-database-tools-connection-details.js +5 -1
  181. package/lib/model/update-database-tools-connection-details.js.map +1 -1
  182. package/lib/model/update-database-tools-connection-my-sql-details.d.ts +50 -0
  183. package/lib/model/update-database-tools-connection-my-sql-details.js +78 -0
  184. package/lib/model/update-database-tools-connection-my-sql-details.js.map +1 -0
  185. package/lib/model/update-database-tools-connection-oracle-database-details.d.ts +5 -5
  186. package/lib/model/update-database-tools-connection-oracle-database-details.js +1 -1
  187. package/lib/model/update-database-tools-private-endpoint-details.d.ts +2 -2
  188. package/lib/model/update-database-tools-private-endpoint-details.js +1 -1
  189. package/lib/model/update-database-tools-related-resource-details.d.ts +1 -1
  190. package/lib/model/update-database-tools-related-resource-details.js +1 -1
  191. package/lib/model/update-database-tools-related-resource-my-sql-details.d.ts +30 -0
  192. package/lib/model/update-database-tools-related-resource-my-sql-details.js +29 -0
  193. package/lib/model/update-database-tools-related-resource-my-sql-details.js.map +1 -0
  194. package/lib/model/validate-database-tools-connection-details.d.ts +1 -1
  195. package/lib/model/validate-database-tools-connection-details.js +5 -1
  196. package/lib/model/validate-database-tools-connection-details.js.map +1 -1
  197. package/lib/model/validate-database-tools-connection-my-sql-details.d.ts +24 -0
  198. package/lib/model/validate-database-tools-connection-my-sql-details.js +54 -0
  199. package/lib/model/validate-database-tools-connection-my-sql-details.js.map +1 -0
  200. package/lib/model/validate-database-tools-connection-my-sql-result.d.ts +32 -0
  201. package/lib/model/validate-database-tools-connection-my-sql-result.js +54 -0
  202. package/lib/model/validate-database-tools-connection-my-sql-result.js.map +1 -0
  203. package/lib/model/validate-database-tools-connection-oracle-database-details.d.ts +2 -2
  204. package/lib/model/validate-database-tools-connection-oracle-database-details.js +1 -1
  205. package/lib/model/validate-database-tools-connection-oracle-database-result.d.ts +1 -1
  206. package/lib/model/validate-database-tools-connection-oracle-database-result.js +1 -1
  207. package/lib/model/validate-database-tools-connection-result.d.ts +2 -2
  208. package/lib/model/validate-database-tools-connection-result.js +5 -1
  209. package/lib/model/validate-database-tools-connection-result.js.map +1 -1
  210. package/lib/model/work-request-collection.d.ts +3 -3
  211. package/lib/model/work-request-collection.js +1 -1
  212. package/lib/model/work-request-error-collection.d.ts +2 -2
  213. package/lib/model/work-request-error-collection.js +1 -1
  214. package/lib/model/work-request-error.d.ts +1 -1
  215. package/lib/model/work-request-error.js +1 -1
  216. package/lib/model/work-request-log-entry-collection.d.ts +3 -3
  217. package/lib/model/work-request-log-entry-collection.js +1 -1
  218. package/lib/model/work-request-log-entry.d.ts +2 -2
  219. package/lib/model/work-request-log-entry.js +1 -1
  220. package/lib/model/work-request-resource.d.ts +2 -2
  221. package/lib/model/work-request-resource.js +1 -1
  222. package/lib/model/work-request-summary.d.ts +1 -1
  223. package/lib/model/work-request-summary.js +1 -1
  224. package/lib/model/work-request.d.ts +1 -1
  225. package/lib/model/work-request.js +1 -1
  226. package/lib/request/change-database-tools-connection-compartment-request.d.ts +2 -2
  227. package/lib/request/change-database-tools-private-endpoint-compartment-request.d.ts +2 -2
  228. package/lib/request/create-database-tools-connection-request.d.ts +3 -3
  229. package/lib/request/create-database-tools-private-endpoint-request.d.ts +1 -1
  230. package/lib/request/delete-database-tools-connection-request.d.ts +2 -2
  231. package/lib/request/delete-database-tools-private-endpoint-request.d.ts +2 -2
  232. package/lib/request/get-database-tools-connection-request.d.ts +2 -2
  233. package/lib/request/get-database-tools-endpoint-service-request.d.ts +2 -2
  234. package/lib/request/get-database-tools-private-endpoint-request.d.ts +2 -2
  235. package/lib/request/get-work-request-request.d.ts +1 -1
  236. package/lib/request/index.d.ts +1 -1
  237. package/lib/request/index.js +1 -1
  238. package/lib/request/list-database-tools-connections-request.d.ts +4 -4
  239. package/lib/request/list-database-tools-endpoint-services-request.d.ts +4 -4
  240. package/lib/request/list-database-tools-private-endpoints-request.d.ts +5 -5
  241. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  242. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  243. package/lib/request/list-work-requests-request.d.ts +1 -1
  244. package/lib/request/update-database-tools-connection-request.d.ts +3 -3
  245. package/lib/request/update-database-tools-private-endpoint-request.d.ts +2 -2
  246. package/lib/request/validate-database-tools-connection-request.d.ts +3 -3
  247. package/lib/response/index.d.ts +1 -1
  248. package/lib/response/index.js +1 -1
  249. package/package.json +3 -3
  250. package/lib/model/database-tools-allowed-network-sources.d.ts +0 -34
  251. package/lib/model/database-tools-allowed-network-sources.js.map +0 -1
  252. package/lib/model/database-tools-virtual-source.d.ts +0 -29
  253. package/lib/model/database-tools-virtual-source.js.map +0 -1
  254. package/lib/model/service-capability.js +0 -33
  255. package/lib/model/service-capability.js.map +0 -1
@@ -0,0 +1,78 @@
1
+ "use strict";
2
+ /**
3
+ * Database Tools
4
+ * Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
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, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.DatabaseToolsConnectionMySqlSummary = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var DatabaseToolsConnectionMySqlSummary;
37
+ (function (DatabaseToolsConnectionMySqlSummary) {
38
+ function getJsonObj(obj, isParentJsonObj) {
39
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
40
+ ? obj
41
+ : model.DatabaseToolsConnectionSummary.getJsonObj(obj))), {
42
+ "relatedResource": obj.relatedResource
43
+ ? model.DatabaseToolsRelatedResourceMySql.getJsonObj(obj.relatedResource)
44
+ : undefined,
45
+ "userPassword": obj.userPassword
46
+ ? model.DatabaseToolsUserPasswordSummary.getJsonObj(obj.userPassword)
47
+ : undefined,
48
+ "keyStores": obj.keyStores
49
+ ? obj.keyStores.map(item => {
50
+ return model.DatabaseToolsKeyStoreMySqlSummary.getJsonObj(item);
51
+ })
52
+ : undefined
53
+ });
54
+ return jsonObj;
55
+ }
56
+ DatabaseToolsConnectionMySqlSummary.getJsonObj = getJsonObj;
57
+ DatabaseToolsConnectionMySqlSummary.type = "MYSQL";
58
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
59
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
60
+ ? obj
61
+ : model.DatabaseToolsConnectionSummary.getDeserializedJsonObj(obj))), {
62
+ "relatedResource": obj.relatedResource
63
+ ? model.DatabaseToolsRelatedResourceMySql.getDeserializedJsonObj(obj.relatedResource)
64
+ : undefined,
65
+ "userPassword": obj.userPassword
66
+ ? model.DatabaseToolsUserPasswordSummary.getDeserializedJsonObj(obj.userPassword)
67
+ : undefined,
68
+ "keyStores": obj.keyStores
69
+ ? obj.keyStores.map(item => {
70
+ return model.DatabaseToolsKeyStoreMySqlSummary.getDeserializedJsonObj(item);
71
+ })
72
+ : undefined
73
+ });
74
+ return jsonObj;
75
+ }
76
+ DatabaseToolsConnectionMySqlSummary.getDeserializedJsonObj = getDeserializedJsonObj;
77
+ })(DatabaseToolsConnectionMySqlSummary = exports.DatabaseToolsConnectionMySqlSummary || (exports.DatabaseToolsConnectionMySqlSummary = {}));
78
+ //# sourceMappingURL=database-tools-connection-my-sql-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"database-tools-connection-my-sql-summary.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/database-tools-connection-my-sql-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAmClC,IAAiB,mCAAmC,CA4DnD;AA5DD,WAAiB,mCAAmC;IAClD,SAAgB,UAAU,CACxB,GAAwC,EACxC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,8BAA8B,CAAC,UAAU,CAC9C,GAAG,CACoC,CAAC,GAC3C;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,iCAAiC,CAAC,UAAU,CAAC,GAAG,CAAC,eAAe,CAAC;gBACzE,CAAC,CAAC,SAAS;YAEb,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,gCAAgC,CAAC,UAAU,CAAC,GAAG,CAAC,YAAY,CAAC;gBACrE,CAAC,CAAC,SAAS;YAEb,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,iCAAiC,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAClE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IA5Be,8CAAU,aA4BzB,CAAA;IACY,wCAAI,GAAG,OAAO,CAAC;IAC5B,SAAgB,sBAAsB,CACpC,GAAwC,EACxC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,8BAA8B,CAAC,sBAAsB,CAC1D,GAAG,CACoC,CAAC,GAC3C;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,iCAAiC,CAAC,sBAAsB,CAAC,GAAG,CAAC,eAAe,CAAC;gBACrF,CAAC,CAAC,SAAS;YAEb,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,gCAAgC,CAAC,sBAAsB,CAAC,GAAG,CAAC,YAAY,CAAC;gBACjF,CAAC,CAAC,SAAS;YAEb,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,iCAAiC,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC9E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IA5Be,0DAAsB,yBA4BrC,CAAA;AACH,CAAC,EA5DgB,mCAAmC,GAAnC,2CAAmC,KAAnC,2CAAmC,QA4DnD"}
@@ -0,0 +1,50 @@
1
+ /**
2
+ * Database Tools
3
+ * Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
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, 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
+ /**
15
+ * Database Tools connection of a MySQL Server.
16
+ */
17
+ export interface DatabaseToolsConnectionMySql extends model.DatabaseToolsConnection {
18
+ "relatedResource"?: model.DatabaseToolsRelatedResourceMySql;
19
+ /**
20
+ * The connection string used to connect to the MySQL Server.
21
+ */
22
+ "connectionString"?: string;
23
+ /**
24
+ * The user name.
25
+ */
26
+ "userName"?: string;
27
+ "userPassword"?: model.DatabaseToolsUserPasswordSecretId;
28
+ /**
29
+ * The advanced connection properties key-value pair (for example, `sslMode`).
30
+ */
31
+ "advancedProperties"?: {
32
+ [key: string]: string;
33
+ };
34
+ /**
35
+ * The CA certificate to verify the server's certificate and
36
+ * the client private key and associated certificate required for client authentication.
37
+ *
38
+ */
39
+ "keyStores"?: Array<model.DatabaseToolsKeyStoreMySql>;
40
+ /**
41
+ * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the Database Tools private endpoint used to access the database in the customer VCN.
42
+ */
43
+ "privateEndpointId"?: string;
44
+ "type": string;
45
+ }
46
+ export declare namespace DatabaseToolsConnectionMySql {
47
+ function getJsonObj(obj: DatabaseToolsConnectionMySql, isParentJsonObj?: boolean): object;
48
+ const type = "MYSQL";
49
+ function getDeserializedJsonObj(obj: DatabaseToolsConnectionMySql, isParentJsonObj?: boolean): object;
50
+ }
@@ -0,0 +1,78 @@
1
+ "use strict";
2
+ /**
3
+ * Database Tools
4
+ * Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
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, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.DatabaseToolsConnectionMySql = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var DatabaseToolsConnectionMySql;
37
+ (function (DatabaseToolsConnectionMySql) {
38
+ function getJsonObj(obj, isParentJsonObj) {
39
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
40
+ ? obj
41
+ : model.DatabaseToolsConnection.getJsonObj(obj))), {
42
+ "relatedResource": obj.relatedResource
43
+ ? model.DatabaseToolsRelatedResourceMySql.getJsonObj(obj.relatedResource)
44
+ : undefined,
45
+ "userPassword": obj.userPassword
46
+ ? model.DatabaseToolsUserPassword.getJsonObj(obj.userPassword)
47
+ : undefined,
48
+ "keyStores": obj.keyStores
49
+ ? obj.keyStores.map(item => {
50
+ return model.DatabaseToolsKeyStoreMySql.getJsonObj(item);
51
+ })
52
+ : undefined
53
+ });
54
+ return jsonObj;
55
+ }
56
+ DatabaseToolsConnectionMySql.getJsonObj = getJsonObj;
57
+ DatabaseToolsConnectionMySql.type = "MYSQL";
58
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
59
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
60
+ ? obj
61
+ : model.DatabaseToolsConnection.getDeserializedJsonObj(obj))), {
62
+ "relatedResource": obj.relatedResource
63
+ ? model.DatabaseToolsRelatedResourceMySql.getDeserializedJsonObj(obj.relatedResource)
64
+ : undefined,
65
+ "userPassword": obj.userPassword
66
+ ? model.DatabaseToolsUserPassword.getDeserializedJsonObj(obj.userPassword)
67
+ : undefined,
68
+ "keyStores": obj.keyStores
69
+ ? obj.keyStores.map(item => {
70
+ return model.DatabaseToolsKeyStoreMySql.getDeserializedJsonObj(item);
71
+ })
72
+ : undefined
73
+ });
74
+ return jsonObj;
75
+ }
76
+ DatabaseToolsConnectionMySql.getDeserializedJsonObj = getDeserializedJsonObj;
77
+ })(DatabaseToolsConnectionMySql = exports.DatabaseToolsConnectionMySql || (exports.DatabaseToolsConnectionMySql = {}));
78
+ //# sourceMappingURL=database-tools-connection-my-sql.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"database-tools-connection-my-sql.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/database-tools-connection-my-sql.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAmClC,IAAiB,4BAA4B,CAuD5C;AAvDD,WAAiB,4BAA4B;IAC3C,SAAgB,UAAU,CAAC,GAAiC,EAAE,eAAyB;QACrF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,uBAAuB,CAAC,UAAU,CAAC,GAAG,CAAkC,CAAC,GACjF;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,iCAAiC,CAAC,UAAU,CAAC,GAAG,CAAC,eAAe,CAAC;gBACzE,CAAC,CAAC,SAAS;YAEb,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,yBAAyB,CAAC,UAAU,CAAC,GAAG,CAAC,YAAY,CAAC;gBAC9D,CAAC,CAAC,SAAS;YAEb,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,0BAA0B,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC3D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAvBe,uCAAU,aAuBzB,CAAA;IACY,iCAAI,GAAG,OAAO,CAAC;IAC5B,SAAgB,sBAAsB,CACpC,GAAiC,EACjC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,uBAAuB,CAAC,sBAAsB,CACnD,GAAG,CAC6B,CAAC,GACpC;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,iCAAiC,CAAC,sBAAsB,CAAC,GAAG,CAAC,eAAe,CAAC;gBACrF,CAAC,CAAC,SAAS;YAEb,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,yBAAyB,CAAC,sBAAsB,CAAC,GAAG,CAAC,YAAY,CAAC;gBAC1E,CAAC,CAAC,SAAS;YAEb,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,0BAA0B,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACvE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IA5Be,mDAAsB,yBA4BrC,CAAA;AACH,CAAC,EAvDgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAuD5C"}
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Database Tools
3
- * Database Tools APIs to manage Connections and Private Endpoints.
3
+ * Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
4
4
  * OpenAPI spec version: 20201005
5
5
  *
6
6
  *
@@ -17,16 +17,16 @@ import * as model from "../model";
17
17
  export interface DatabaseToolsConnectionOracleDatabaseSummary extends model.DatabaseToolsConnectionSummary {
18
18
  "relatedResource"?: model.DatabaseToolsRelatedResource;
19
19
  /**
20
- * Connect descriptor or Easy Connect Naming method to connect to the database.
20
+ * The connect descriptor or Easy Connect Naming method used to connect to the database.
21
21
  */
22
22
  "connectionString"?: string;
23
23
  /**
24
- * Database user name.
24
+ * The database user name.
25
25
  */
26
26
  "userName"?: string;
27
27
  "userPassword"?: model.DatabaseToolsUserPasswordSecretIdSummary;
28
28
  /**
29
- * Advanced connection properties key-value pair (e.g., oracle.net.ssl_server_dn_match).
29
+ * The advanced connection properties key-value pair (e.g., `oracle.net.ssl_server_dn_match`).
30
30
  */
31
31
  "advancedProperties"?: {
32
32
  [key: string]: string;
@@ -38,7 +38,7 @@ export interface DatabaseToolsConnectionOracleDatabaseSummary extends model.Data
38
38
  */
39
39
  "keyStores"?: Array<model.DatabaseToolsKeyStoreSummary>;
40
40
  /**
41
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the DatabaseToolsPrivateEndpoint used to access the database in the Customer VCN.
41
+ * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the `DatabaseToolsPrivateEndpoint` used to access the database in the customer VCN.
42
42
  */
43
43
  "privateEndpointId"?: string;
44
44
  "type": string;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Database Tools
4
- * Database Tools APIs to manage Connections and Private Endpoints.
4
+ * Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
5
5
  * OpenAPI spec version: 20201005
6
6
  *
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Database Tools
3
- * Database Tools APIs to manage Connections and Private Endpoints.
3
+ * Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
4
4
  * OpenAPI spec version: 20201005
5
5
  *
6
6
  *
@@ -12,33 +12,33 @@
12
12
  */
13
13
  import * as model from "../model";
14
14
  /**
15
- * DatabaseToolsConnection of an Oracle Database.
15
+ * Database Tools connection of an Oracle Database.
16
16
  */
17
17
  export interface DatabaseToolsConnectionOracleDatabase extends model.DatabaseToolsConnection {
18
18
  "relatedResource"?: model.DatabaseToolsRelatedResource;
19
19
  /**
20
- * Connect descriptor or Easy Connect Naming method to connect to the database.
20
+ * The connect descriptor or Easy Connect Naming method used to connect to the database.
21
21
  */
22
22
  "connectionString"?: string;
23
23
  /**
24
- * Database user name.
24
+ * The database user name.
25
25
  */
26
26
  "userName"?: string;
27
27
  "userPassword"?: model.DatabaseToolsUserPasswordSecretId;
28
28
  /**
29
- * Advanced connection properties key-value pair (e.g., oracle.net.ssl_server_dn_match).
29
+ * The advanced connection properties key-value pair (for example, `oracle.net.ssl_server_dn_match`).
30
30
  */
31
31
  "advancedProperties"?: {
32
32
  [key: string]: string;
33
33
  };
34
34
  /**
35
- * Oracle wallet or Java Keystores containing trusted certificates for authenticating the server's public certificate and
35
+ * The Oracle wallet or Java Keystores containing trusted certificates for authenticating the server's public certificate and
36
36
  * the client private key and associated certificates required for client authentication.
37
37
  *
38
38
  */
39
39
  "keyStores"?: Array<model.DatabaseToolsKeyStore>;
40
40
  /**
41
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the DatabaseToolsPrivateEndpoint used to access the database in the Customer VCN.
41
+ * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the Database Tools private endpoint used to access the database in the customer VCN.
42
42
  */
43
43
  "privateEndpointId"?: string;
44
44
  "type": string;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Database Tools
4
- * Database Tools APIs to manage Connections and Private Endpoints.
4
+ * Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
5
5
  * OpenAPI spec version: 20201005
6
6
  *
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Database Tools
3
- * Database Tools APIs to manage Connections and Private Endpoints.
3
+ * Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
4
4
  * OpenAPI spec version: 20201005
5
5
  *
6
6
  *
@@ -12,11 +12,11 @@
12
12
  */
13
13
  import * as model from "../model";
14
14
  /**
15
- * Summary of the DatabaseToolsConnection.
15
+ * Summary of the Database Tools connection.
16
16
  */
17
17
  export interface DatabaseToolsConnectionSummary {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the DatabaseToolsConnection.
19
+ * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the `DatabaseToolsConnection`.
20
20
  */
21
21
  "id": string;
22
22
  /**
@@ -24,11 +24,11 @@ export interface DatabaseToolsConnectionSummary {
24
24
  */
25
25
  "displayName": string;
26
26
  /**
27
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the containing Compartment.
27
+ * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment containing the Database Tools connection.
28
28
  */
29
29
  "compartmentId": string;
30
30
  /**
31
- * The current state of the DatabaseToolsConnection.
31
+ * The current state of the Database Tools connection.
32
32
  */
33
33
  "lifecycleState": model.LifecycleState;
34
34
  /**
@@ -36,11 +36,11 @@ export interface DatabaseToolsConnectionSummary {
36
36
  */
37
37
  "lifecycleDetails"?: string;
38
38
  /**
39
- * The time the DatabaseToolsConnection was created. An RFC3339 formatted datetime string
39
+ * The time the Database Tools connection was created. An RFC3339 formatted datetime string.
40
40
  */
41
41
  "timeCreated": Date;
42
42
  /**
43
- * The time the DatabaseToolsConnection was updated. An RFC3339 formatted datetime string
43
+ * The time the Database Tools connection was updated. An RFC3339 formatted datetime string.
44
44
  */
45
45
  "timeUpdated": Date;
46
46
  /**
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Database Tools
4
- * Database Tools APIs to manage Connections and Private Endpoints.
4
+ * Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
5
5
  * OpenAPI spec version: 20201005
6
6
  *
7
7
  *
@@ -41,6 +41,8 @@ var DatabaseToolsConnectionSummary;
41
41
  switch (obj.type) {
42
42
  case "ORACLE_DATABASE":
43
43
  return model.DatabaseToolsConnectionOracleDatabaseSummary.getJsonObj(jsonObj, true);
44
+ case "MYSQL":
45
+ return model.DatabaseToolsConnectionMySqlSummary.getJsonObj(jsonObj, true);
44
46
  default:
45
47
  throw Error("Unknown value for: " + obj.type);
46
48
  }
@@ -54,6 +56,8 @@ var DatabaseToolsConnectionSummary;
54
56
  switch (obj.type) {
55
57
  case "ORACLE_DATABASE":
56
58
  return model.DatabaseToolsConnectionOracleDatabaseSummary.getDeserializedJsonObj(jsonObj, true);
59
+ case "MYSQL":
60
+ return model.DatabaseToolsConnectionMySqlSummary.getDeserializedJsonObj(jsonObj, true);
57
61
  default:
58
62
  throw Error("Unknown value for: " + obj.type);
59
63
  }
@@ -1 +1 @@
1
- {"version":3,"file":"database-tools-connection-summary.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/database-tools-connection-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAyDlC,IAAiB,8BAA8B,CAiC9C;AAjCD,WAAiB,8BAA8B;IAC7C,SAAgB,UAAU,CAAC,GAAmC;QAC5D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,IAAI,EAAE;YACpC,QAAQ,GAAG,CAAC,IAAI,EAAE;gBAChB,KAAK,iBAAiB;oBACpB,OAAO,KAAK,CAAC,4CAA4C,CAAC,UAAU,CACL,OAAQ,EACrE,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,IAAI,CAAC,CAAC;aACjD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,yCAAU,aAezB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmC;QACxE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,IAAI,EAAE;YACpC,QAAQ,GAAG,CAAC,IAAI,EAAE;gBAChB,KAAK,iBAAiB;oBACpB,OAAO,KAAK,CAAC,4CAA4C,CAAC,sBAAsB,CACjB,OAAQ,EACrE,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,IAAI,CAAC,CAAC;aACjD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,qDAAsB,yBAerC,CAAA;AACH,CAAC,EAjCgB,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QAiC9C"}
1
+ {"version":3,"file":"database-tools-connection-summary.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/database-tools-connection-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAyDlC,IAAiB,8BAA8B,CA2C9C;AA3CD,WAAiB,8BAA8B;IAC7C,SAAgB,UAAU,CAAC,GAAmC;QAC5D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,IAAI,EAAE;YACpC,QAAQ,GAAG,CAAC,IAAI,EAAE;gBAChB,KAAK,iBAAiB;oBACpB,OAAO,KAAK,CAAC,4CAA4C,CAAC,UAAU,CACL,OAAQ,EACrE,IAAI,CACL,CAAC;gBACJ,KAAK,OAAO;oBACV,OAAO,KAAK,CAAC,mCAAmC,CAAC,UAAU,CACL,OAAQ,EAC5D,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,IAAI,CAAC,CAAC;aACjD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,yCAAU,aAoBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmC;QACxE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,IAAI,EAAE;YACpC,QAAQ,GAAG,CAAC,IAAI,EAAE;gBAChB,KAAK,iBAAiB;oBACpB,OAAO,KAAK,CAAC,4CAA4C,CAAC,sBAAsB,CACjB,OAAQ,EACrE,IAAI,CACL,CAAC;gBACJ,KAAK,OAAO;oBACV,OAAO,KAAK,CAAC,mCAAmC,CAAC,sBAAsB,CACjB,OAAQ,EAC5D,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,IAAI,CAAC,CAAC;aACjD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,qDAAsB,yBAoBrC,CAAA;AACH,CAAC,EA3CgB,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QA2C9C"}
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Database Tools
3
- * Database Tools APIs to manage Connections and Private Endpoints.
3
+ * Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
4
4
  * OpenAPI spec version: 20201005
5
5
  *
6
6
  *
@@ -12,11 +12,11 @@
12
12
  */
13
13
  import * as model from "../model";
14
14
  /**
15
- * Description of DatabaseToolsConnection.
15
+ * Description of the Database Tools connection.
16
16
  */
17
17
  export interface DatabaseToolsConnection {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the DatabaseToolsConnection.
19
+ * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the Database Tools connection.
20
20
  */
21
21
  "id": string;
22
22
  /**
@@ -24,23 +24,23 @@ export interface DatabaseToolsConnection {
24
24
  */
25
25
  "displayName": string;
26
26
  /**
27
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the containing Compartment.
27
+ * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment containing the Database Tools connection.
28
28
  */
29
29
  "compartmentId": string;
30
30
  /**
31
- * The current state of the DatabaseToolsConnection.
31
+ * The current state of the Database Tools connection.
32
32
  */
33
33
  "lifecycleState": model.LifecycleState;
34
34
  /**
35
- * A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
35
+ * A message describing the current state in more detail. For example, this message can be used to provide actionable information for a resource in the Failed state.
36
36
  */
37
37
  "lifecycleDetails"?: string;
38
38
  /**
39
- * The time the DatabaseToolsConnection was created. An RFC3339 formatted datetime string
39
+ * The time the Database Tools connection was created. An RFC3339 formatted datetime string.
40
40
  */
41
41
  "timeCreated": Date;
42
42
  /**
43
- * The time the DatabaseToolsConnection was updated. An RFC3339 formatted datetime string
43
+ * The time the DatabaseToolsConnection was updated. An RFC3339 formatted datetime string.
44
44
  */
45
45
  "timeUpdated": Date;
46
46
  /**
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Database Tools
4
- * Database Tools APIs to manage Connections and Private Endpoints.
4
+ * Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
5
5
  * OpenAPI spec version: 20201005
6
6
  *
7
7
  *
@@ -41,6 +41,8 @@ var DatabaseToolsConnection;
41
41
  switch (obj.type) {
42
42
  case "ORACLE_DATABASE":
43
43
  return model.DatabaseToolsConnectionOracleDatabase.getJsonObj(jsonObj, true);
44
+ case "MYSQL":
45
+ return model.DatabaseToolsConnectionMySql.getJsonObj(jsonObj, true);
44
46
  default:
45
47
  throw Error("Unknown value for: " + obj.type);
46
48
  }
@@ -54,6 +56,8 @@ var DatabaseToolsConnection;
54
56
  switch (obj.type) {
55
57
  case "ORACLE_DATABASE":
56
58
  return model.DatabaseToolsConnectionOracleDatabase.getDeserializedJsonObj(jsonObj, true);
59
+ case "MYSQL":
60
+ return model.DatabaseToolsConnectionMySql.getDeserializedJsonObj(jsonObj, true);
57
61
  default:
58
62
  throw Error("Unknown value for: " + obj.type);
59
63
  }
@@ -1 +1 @@
1
- {"version":3,"file":"database-tools-connection.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/database-tools-connection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAyDlC,IAAiB,uBAAuB,CAiCvC;AAjCD,WAAiB,uBAAuB;IACtC,SAAgB,UAAU,CAAC,GAA4B;QACrD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,IAAI,EAAE;YACpC,QAAQ,GAAG,CAAC,IAAI,EAAE;gBAChB,KAAK,iBAAiB;oBACpB,OAAO,KAAK,CAAC,qCAAqC,CAAC,UAAU,CACL,OAAQ,EAC9D,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,IAAI,CAAC,CAAC;aACjD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,kCAAU,aAezB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA4B;QACjE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,IAAI,EAAE;YACpC,QAAQ,GAAG,CAAC,IAAI,EAAE;gBAChB,KAAK,iBAAiB;oBACpB,OAAO,KAAK,CAAC,qCAAqC,CAAC,sBAAsB,CACjB,OAAQ,EAC9D,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,IAAI,CAAC,CAAC;aACjD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,8CAAsB,yBAerC,CAAA;AACH,CAAC,EAjCgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAiCvC"}
1
+ {"version":3,"file":"database-tools-connection.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/database-tools-connection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAyDlC,IAAiB,uBAAuB,CA2CvC;AA3CD,WAAiB,uBAAuB;IACtC,SAAgB,UAAU,CAAC,GAA4B;QACrD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,IAAI,EAAE;YACpC,QAAQ,GAAG,CAAC,IAAI,EAAE;gBAChB,KAAK,iBAAiB;oBACpB,OAAO,KAAK,CAAC,qCAAqC,CAAC,UAAU,CACL,OAAQ,EAC9D,IAAI,CACL,CAAC;gBACJ,KAAK,OAAO;oBACV,OAAO,KAAK,CAAC,4BAA4B,CAAC,UAAU,CACL,OAAQ,EACrD,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,IAAI,CAAC,CAAC;aACjD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,kCAAU,aAoBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA4B;QACjE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,IAAI,EAAE;YACpC,QAAQ,GAAG,CAAC,IAAI,EAAE;gBAChB,KAAK,iBAAiB;oBACpB,OAAO,KAAK,CAAC,qCAAqC,CAAC,sBAAsB,CACjB,OAAQ,EAC9D,IAAI,CACL,CAAC;gBACJ,KAAK,OAAO;oBACV,OAAO,KAAK,CAAC,4BAA4B,CAAC,sBAAsB,CACjB,OAAQ,EACrD,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,IAAI,CAAC,CAAC;aACjD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,8CAAsB,yBAoBrC,CAAA;AACH,CAAC,EA3CgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QA2CvC"}
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Database Tools
3
- * Database Tools APIs to manage Connections and Private Endpoints.
3
+ * Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
4
4
  * OpenAPI spec version: 20201005
5
5
  *
6
6
  *
@@ -12,11 +12,11 @@
12
12
  */
13
13
  import * as model from "../model";
14
14
  /**
15
- * List of DatabaseToolsEndpointServiceSummary items.
15
+ * List of `DatabaseToolsEndpointServiceSummary` items.
16
16
  */
17
17
  export interface DatabaseToolsEndpointServiceCollection {
18
18
  /**
19
- * Array of DatabaseToolsEndpointServiceSummary.
19
+ * Array of `DatabaseToolsEndpointServiceSummary` items.
20
20
  */
21
21
  "items": Array<model.DatabaseToolsEndpointServiceSummary>;
22
22
  }
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Database Tools
4
- * Database Tools APIs to manage Connections and Private Endpoints.
4
+ * Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
5
5
  * OpenAPI spec version: 20201005
6
6
  *
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Database Tools
3
- * Database Tools APIs to manage Connections and Private Endpoints.
3
+ * Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
4
4
  * OpenAPI spec version: 20201005
5
5
  *
6
6
  *
@@ -12,11 +12,11 @@
12
12
  */
13
13
  import * as model from "../model";
14
14
  /**
15
- * Summary of the DatabaseToolsEndpointService.
15
+ * Summary of the Database Tools Endpoint Service.
16
16
  */
17
17
  export interface DatabaseToolsEndpointServiceSummary {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the DatabaseToolsEndpointService.
19
+ * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the Database Tools Endpoint Service.
20
20
  */
21
21
  "id": string;
22
22
  /**
@@ -28,7 +28,7 @@ export interface DatabaseToolsEndpointServiceSummary {
28
28
  */
29
29
  "name"?: string;
30
30
  /**
31
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the containing Compartment.
31
+ * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment containing the Database Tools Endpoint Service.
32
32
  */
33
33
  "compartmentId"?: string;
34
34
  /**
@@ -60,15 +60,15 @@ export interface DatabaseToolsEndpointServiceSummary {
60
60
  };
61
61
  };
62
62
  /**
63
- * The time the DatabaseToolsEndpointService was created. An RFC3339 formatted datetime string
63
+ * The time the Database Tools Endpoint Service was created. An RFC3339 formatted datetime string
64
64
  */
65
65
  "timeCreated"?: Date;
66
66
  /**
67
- * The time the DatabaseToolsEndpointService was updated. An RFC3339 formatted datetime string
67
+ * The time the Database Tools Endpoint Service was updated. An RFC3339 formatted datetime string
68
68
  */
69
69
  "timeUpdated"?: Date;
70
70
  /**
71
- * The current state of the DatabaseToolsEndpointService.
71
+ * The current state of the Database Tools Endpoint Service.
72
72
  */
73
73
  "lifecycleState"?: model.LifecycleState;
74
74
  /**
@@ -76,7 +76,7 @@ export interface DatabaseToolsEndpointServiceSummary {
76
76
  */
77
77
  "lifecycleDetails"?: string;
78
78
  /**
79
- * A description of the DatabaseToolsEndpointService.
79
+ * A description of the Database Tools Endpoint Service.
80
80
  */
81
81
  "description"?: string;
82
82
  }
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Database Tools
4
- * Database Tools APIs to manage Connections and Private Endpoints.
4
+ * Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
5
5
  * OpenAPI spec version: 20201005
6
6
  *
7
7
  *