oci-databasetools 2.29.0 → 2.32.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
package/index.d.ts CHANGED
@@ -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
  *
package/index.js CHANGED
@@ -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
  *
package/lib/client.d.ts CHANGED
@@ -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
  *
@@ -70,7 +70,7 @@ export declare class DatabaseToolsClient {
70
70
  */
71
71
  getWaiters(): DatabaseToolsWaiter;
72
72
  /**
73
- * Moves a DatabaseToolsConnection into a different compartment within the same tenancy.
73
+ * Moves the specified Database Tools connection to a different compartment in the same tenancy.
74
74
  * For information about moving resources between compartments, see
75
75
  * [Moving Resources to a Different Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
76
76
  *
@@ -78,11 +78,11 @@ export declare class DatabaseToolsClient {
78
78
  * @param ChangeDatabaseToolsConnectionCompartmentRequest
79
79
  * @return ChangeDatabaseToolsConnectionCompartmentResponse
80
80
  * @throws OciError when an error occurs
81
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/databasetools/ChangeDatabaseToolsConnectionCompartment.ts.html |here} to see how to use ChangeDatabaseToolsConnectionCompartment API.
81
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/databasetools/ChangeDatabaseToolsConnectionCompartment.ts.html |here} to see how to use ChangeDatabaseToolsConnectionCompartment API.
82
82
  */
83
83
  changeDatabaseToolsConnectionCompartment(changeDatabaseToolsConnectionCompartmentRequest: requests.ChangeDatabaseToolsConnectionCompartmentRequest): Promise<responses.ChangeDatabaseToolsConnectionCompartmentResponse>;
84
84
  /**
85
- * Moves a DatabaseToolsPrivateEndpoint into a different compartment within the same tenancy.
85
+ * Moves a Database Tools private endpoint into a different compartment in the same tenancy.
86
86
  * For information about moving resources between compartments, see
87
87
  * [Moving Resources to a Different Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
88
88
  *
@@ -90,169 +90,169 @@ export declare class DatabaseToolsClient {
90
90
  * @param ChangeDatabaseToolsPrivateEndpointCompartmentRequest
91
91
  * @return ChangeDatabaseToolsPrivateEndpointCompartmentResponse
92
92
  * @throws OciError when an error occurs
93
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/databasetools/ChangeDatabaseToolsPrivateEndpointCompartment.ts.html |here} to see how to use ChangeDatabaseToolsPrivateEndpointCompartment API.
93
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/databasetools/ChangeDatabaseToolsPrivateEndpointCompartment.ts.html |here} to see how to use ChangeDatabaseToolsPrivateEndpointCompartment API.
94
94
  */
95
95
  changeDatabaseToolsPrivateEndpointCompartment(changeDatabaseToolsPrivateEndpointCompartmentRequest: requests.ChangeDatabaseToolsPrivateEndpointCompartmentRequest): Promise<responses.ChangeDatabaseToolsPrivateEndpointCompartmentResponse>;
96
96
  /**
97
- * Creates a new DatabaseToolsConnection.
97
+ * Creates a new Database Tools connection.
98
98
  *
99
99
  * This operation does not retry by default if the user has not defined a retry configuration.
100
100
  * @param CreateDatabaseToolsConnectionRequest
101
101
  * @return CreateDatabaseToolsConnectionResponse
102
102
  * @throws OciError when an error occurs
103
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/databasetools/CreateDatabaseToolsConnection.ts.html |here} to see how to use CreateDatabaseToolsConnection API.
103
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/databasetools/CreateDatabaseToolsConnection.ts.html |here} to see how to use CreateDatabaseToolsConnection API.
104
104
  */
105
105
  createDatabaseToolsConnection(createDatabaseToolsConnectionRequest: requests.CreateDatabaseToolsConnectionRequest): Promise<responses.CreateDatabaseToolsConnectionResponse>;
106
106
  /**
107
- * Creates a new DatabaseToolsPrivateEndpoint.
107
+ * Creates a new Database Tools private endpoint.
108
108
  *
109
109
  * This operation does not retry by default if the user has not defined a retry configuration.
110
110
  * @param CreateDatabaseToolsPrivateEndpointRequest
111
111
  * @return CreateDatabaseToolsPrivateEndpointResponse
112
112
  * @throws OciError when an error occurs
113
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/databasetools/CreateDatabaseToolsPrivateEndpoint.ts.html |here} to see how to use CreateDatabaseToolsPrivateEndpoint API.
113
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/databasetools/CreateDatabaseToolsPrivateEndpoint.ts.html |here} to see how to use CreateDatabaseToolsPrivateEndpoint API.
114
114
  */
115
115
  createDatabaseToolsPrivateEndpoint(createDatabaseToolsPrivateEndpointRequest: requests.CreateDatabaseToolsPrivateEndpointRequest): Promise<responses.CreateDatabaseToolsPrivateEndpointResponse>;
116
116
  /**
117
- * Deletes a DatabaseToolsConnection resource by identifier
117
+ * Deletes the specified Database Tools connection resource.
118
118
  * This operation does not retry by default if the user has not defined a retry configuration.
119
119
  * @param DeleteDatabaseToolsConnectionRequest
120
120
  * @return DeleteDatabaseToolsConnectionResponse
121
121
  * @throws OciError when an error occurs
122
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/databasetools/DeleteDatabaseToolsConnection.ts.html |here} to see how to use DeleteDatabaseToolsConnection API.
122
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/databasetools/DeleteDatabaseToolsConnection.ts.html |here} to see how to use DeleteDatabaseToolsConnection API.
123
123
  */
124
124
  deleteDatabaseToolsConnection(deleteDatabaseToolsConnectionRequest: requests.DeleteDatabaseToolsConnectionRequest): Promise<responses.DeleteDatabaseToolsConnectionResponse>;
125
125
  /**
126
- * Deletes a DatabaseToolsPrivateEndpoint resource by identifier
126
+ * Deletes the specified Database Tools private endpoint.
127
127
  * This operation does not retry by default if the user has not defined a retry configuration.
128
128
  * @param DeleteDatabaseToolsPrivateEndpointRequest
129
129
  * @return DeleteDatabaseToolsPrivateEndpointResponse
130
130
  * @throws OciError when an error occurs
131
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/databasetools/DeleteDatabaseToolsPrivateEndpoint.ts.html |here} to see how to use DeleteDatabaseToolsPrivateEndpoint API.
131
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/databasetools/DeleteDatabaseToolsPrivateEndpoint.ts.html |here} to see how to use DeleteDatabaseToolsPrivateEndpoint API.
132
132
  */
133
133
  deleteDatabaseToolsPrivateEndpoint(deleteDatabaseToolsPrivateEndpointRequest: requests.DeleteDatabaseToolsPrivateEndpointRequest): Promise<responses.DeleteDatabaseToolsPrivateEndpointResponse>;
134
134
  /**
135
- * Gets a DatabaseToolsConnection by identifier
136
- * This operation does not retry by default if the user has not defined a retry configuration.
135
+ * Gets details of the specified Database Tools connection.
136
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
137
137
  * @param GetDatabaseToolsConnectionRequest
138
138
  * @return GetDatabaseToolsConnectionResponse
139
139
  * @throws OciError when an error occurs
140
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/databasetools/GetDatabaseToolsConnection.ts.html |here} to see how to use GetDatabaseToolsConnection API.
140
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/databasetools/GetDatabaseToolsConnection.ts.html |here} to see how to use GetDatabaseToolsConnection API.
141
141
  */
142
142
  getDatabaseToolsConnection(getDatabaseToolsConnectionRequest: requests.GetDatabaseToolsConnectionRequest): Promise<responses.GetDatabaseToolsConnectionResponse>;
143
143
  /**
144
- * Gets a DatabaseToolsEndpointService by identifier
145
- * This operation does not retry by default if the user has not defined a retry configuration.
144
+ * Gets details for the specified Database Tools endpoint service.
145
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
146
146
  * @param GetDatabaseToolsEndpointServiceRequest
147
147
  * @return GetDatabaseToolsEndpointServiceResponse
148
148
  * @throws OciError when an error occurs
149
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/databasetools/GetDatabaseToolsEndpointService.ts.html |here} to see how to use GetDatabaseToolsEndpointService API.
149
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/databasetools/GetDatabaseToolsEndpointService.ts.html |here} to see how to use GetDatabaseToolsEndpointService API.
150
150
  */
151
151
  getDatabaseToolsEndpointService(getDatabaseToolsEndpointServiceRequest: requests.GetDatabaseToolsEndpointServiceRequest): Promise<responses.GetDatabaseToolsEndpointServiceResponse>;
152
152
  /**
153
- * Gets a DatabaseToolsPrivateEndpoint by identifier
154
- * This operation does not retry by default if the user has not defined a retry configuration.
153
+ * Gets details of a specified Database Tools private endpoint.
154
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
155
155
  * @param GetDatabaseToolsPrivateEndpointRequest
156
156
  * @return GetDatabaseToolsPrivateEndpointResponse
157
157
  * @throws OciError when an error occurs
158
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/databasetools/GetDatabaseToolsPrivateEndpoint.ts.html |here} to see how to use GetDatabaseToolsPrivateEndpoint API.
158
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/databasetools/GetDatabaseToolsPrivateEndpoint.ts.html |here} to see how to use GetDatabaseToolsPrivateEndpoint API.
159
159
  */
160
160
  getDatabaseToolsPrivateEndpoint(getDatabaseToolsPrivateEndpointRequest: requests.GetDatabaseToolsPrivateEndpointRequest): Promise<responses.GetDatabaseToolsPrivateEndpointResponse>;
161
161
  /**
162
- * Gets the status of the work request with the given ID.
163
- * This operation does not retry by default if the user has not defined a retry configuration.
162
+ * Gets the status of the specified work request.
163
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
164
164
  * @param GetWorkRequestRequest
165
165
  * @return GetWorkRequestResponse
166
166
  * @throws OciError when an error occurs
167
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/databasetools/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
167
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/databasetools/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
168
168
  */
169
169
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
170
170
  /**
171
- * Returns a list of DatabaseToolsConnections.
171
+ * Returns a list of Database Tools connections.
172
172
  *
173
- * This operation does not retry by default if the user has not defined a retry configuration.
173
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
174
174
  * @param ListDatabaseToolsConnectionsRequest
175
175
  * @return ListDatabaseToolsConnectionsResponse
176
176
  * @throws OciError when an error occurs
177
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/databasetools/ListDatabaseToolsConnections.ts.html |here} to see how to use ListDatabaseToolsConnections API.
177
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/databasetools/ListDatabaseToolsConnections.ts.html |here} to see how to use ListDatabaseToolsConnections API.
178
178
  */
179
179
  listDatabaseToolsConnections(listDatabaseToolsConnectionsRequest: requests.ListDatabaseToolsConnectionsRequest): Promise<responses.ListDatabaseToolsConnectionsResponse>;
180
180
  /**
181
- * Returns a list of DatabaseToolsEndpointServices.
181
+ * Returns a list of Database Tools endpoint services.
182
182
  *
183
- * This operation does not retry by default if the user has not defined a retry configuration.
183
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
184
184
  * @param ListDatabaseToolsEndpointServicesRequest
185
185
  * @return ListDatabaseToolsEndpointServicesResponse
186
186
  * @throws OciError when an error occurs
187
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/databasetools/ListDatabaseToolsEndpointServices.ts.html |here} to see how to use ListDatabaseToolsEndpointServices API.
187
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/databasetools/ListDatabaseToolsEndpointServices.ts.html |here} to see how to use ListDatabaseToolsEndpointServices API.
188
188
  */
189
189
  listDatabaseToolsEndpointServices(listDatabaseToolsEndpointServicesRequest: requests.ListDatabaseToolsEndpointServicesRequest): Promise<responses.ListDatabaseToolsEndpointServicesResponse>;
190
190
  /**
191
- * Returns a list of DatabaseToolsPrivateEndpoints.
191
+ * Returns a list of Database Tools private endpoints.
192
192
  *
193
- * This operation does not retry by default if the user has not defined a retry configuration.
193
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
194
194
  * @param ListDatabaseToolsPrivateEndpointsRequest
195
195
  * @return ListDatabaseToolsPrivateEndpointsResponse
196
196
  * @throws OciError when an error occurs
197
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/databasetools/ListDatabaseToolsPrivateEndpoints.ts.html |here} to see how to use ListDatabaseToolsPrivateEndpoints API.
197
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/databasetools/ListDatabaseToolsPrivateEndpoints.ts.html |here} to see how to use ListDatabaseToolsPrivateEndpoints API.
198
198
  */
199
199
  listDatabaseToolsPrivateEndpoints(listDatabaseToolsPrivateEndpointsRequest: requests.ListDatabaseToolsPrivateEndpointsRequest): Promise<responses.ListDatabaseToolsPrivateEndpointsResponse>;
200
200
  /**
201
- * Return a (paginated) list of errors for a given work request.
201
+ * Returns a paginated list of errors for the specified work request.
202
202
  *
203
- * This operation does not retry by default if the user has not defined a retry configuration.
203
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
204
204
  * @param ListWorkRequestErrorsRequest
205
205
  * @return ListWorkRequestErrorsResponse
206
206
  * @throws OciError when an error occurs
207
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/databasetools/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
207
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/databasetools/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
208
208
  */
209
209
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
210
210
  /**
211
- * Return a (paginated) list of logs for a given work request.
211
+ * Returns a paginated list of logs for the specified work request.
212
212
  *
213
- * This operation does not retry by default if the user has not defined a retry configuration.
213
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
214
214
  * @param ListWorkRequestLogsRequest
215
215
  * @return ListWorkRequestLogsResponse
216
216
  * @throws OciError when an error occurs
217
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/databasetools/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
217
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/databasetools/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
218
218
  */
219
219
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
220
220
  /**
221
221
  * Lists the work requests in a compartment.
222
222
  *
223
- * This operation does not retry by default if the user has not defined a retry configuration.
223
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
224
224
  * @param ListWorkRequestsRequest
225
225
  * @return ListWorkRequestsResponse
226
226
  * @throws OciError when an error occurs
227
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/databasetools/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
227
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/databasetools/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
228
228
  */
229
229
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
230
230
  /**
231
- * Updates the DatabaseToolsConnection
231
+ * Updates the specified Database Tools connection.
232
232
  * This operation does not retry by default if the user has not defined a retry configuration.
233
233
  * @param UpdateDatabaseToolsConnectionRequest
234
234
  * @return UpdateDatabaseToolsConnectionResponse
235
235
  * @throws OciError when an error occurs
236
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/databasetools/UpdateDatabaseToolsConnection.ts.html |here} to see how to use UpdateDatabaseToolsConnection API.
236
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/databasetools/UpdateDatabaseToolsConnection.ts.html |here} to see how to use UpdateDatabaseToolsConnection API.
237
237
  */
238
238
  updateDatabaseToolsConnection(updateDatabaseToolsConnectionRequest: requests.UpdateDatabaseToolsConnectionRequest): Promise<responses.UpdateDatabaseToolsConnectionResponse>;
239
239
  /**
240
- * Updates the DatabaseToolsPrivateEndpoint
240
+ * Updates the specified Database Tools private endpoint.
241
241
  * This operation does not retry by default if the user has not defined a retry configuration.
242
242
  * @param UpdateDatabaseToolsPrivateEndpointRequest
243
243
  * @return UpdateDatabaseToolsPrivateEndpointResponse
244
244
  * @throws OciError when an error occurs
245
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/databasetools/UpdateDatabaseToolsPrivateEndpoint.ts.html |here} to see how to use UpdateDatabaseToolsPrivateEndpoint API.
245
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/databasetools/UpdateDatabaseToolsPrivateEndpoint.ts.html |here} to see how to use UpdateDatabaseToolsPrivateEndpoint API.
246
246
  */
247
247
  updateDatabaseToolsPrivateEndpoint(updateDatabaseToolsPrivateEndpointRequest: requests.UpdateDatabaseToolsPrivateEndpointRequest): Promise<responses.UpdateDatabaseToolsPrivateEndpointResponse>;
248
248
  /**
249
- * Validate the DatabaseToolsConnection information details by establishing a connection to the database.
249
+ * Validates the Database Tools connection details by establishing a connection to the database.
250
250
  *
251
251
  * This operation does not retry by default if the user has not defined a retry configuration.
252
252
  * @param ValidateDatabaseToolsConnectionRequest
253
253
  * @return ValidateDatabaseToolsConnectionResponse
254
254
  * @throws OciError when an error occurs
255
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/databasetools/ValidateDatabaseToolsConnection.ts.html |here} to see how to use ValidateDatabaseToolsConnection API.
255
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/databasetools/ValidateDatabaseToolsConnection.ts.html |here} to see how to use ValidateDatabaseToolsConnection API.
256
256
  */
257
257
  validateDatabaseToolsConnection(validateDatabaseToolsConnectionRequest: requests.ValidateDatabaseToolsConnectionRequest): Promise<responses.ValidateDatabaseToolsConnectionResponse>;
258
258
  }