oci-dbmulticloud 2.121.1 → 2.122.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 (398) hide show
  1. package/index.d.ts +9 -0
  2. package/index.js +10 -1
  3. package/index.js.map +1 -1
  4. package/lib/client.d.ts +225 -0
  5. package/lib/client.js +1099 -1
  6. package/lib/client.js.map +1 -1
  7. package/lib/dbmulticloudawsprovider-waiter.d.ts +72 -0
  8. package/lib/dbmulticloudawsprovider-waiter.js +112 -0
  9. package/lib/dbmulticloudawsprovider-waiter.js.map +1 -0
  10. package/lib/dbmulticloudgcpprovider-waiter.d.ts +6 -0
  11. package/lib/dbmulticloudgcpprovider-waiter.js +6 -0
  12. package/lib/dbmulticloudgcpprovider-waiter.js.map +1 -1
  13. package/lib/model/action-type.d.ts +6 -0
  14. package/lib/model/action-type.js +6 -0
  15. package/lib/model/action-type.js.map +1 -1
  16. package/lib/model/arc-agent-nodes.d.ts +6 -0
  17. package/lib/model/arc-agent-nodes.js +6 -0
  18. package/lib/model/arc-agent-nodes.js.map +1 -1
  19. package/lib/model/aws-nodes.d.ts +84 -0
  20. package/lib/model/aws-nodes.js +75 -0
  21. package/lib/model/aws-nodes.js.map +1 -0
  22. package/lib/model/change-multi-cloud-resource-discovery-compartment-details.d.ts +6 -0
  23. package/lib/model/change-multi-cloud-resource-discovery-compartment-details.js +6 -0
  24. package/lib/model/change-multi-cloud-resource-discovery-compartment-details.js.map +1 -1
  25. package/lib/model/change-oracle-db-aws-identity-connector-compartment-details.d.ts +60 -0
  26. package/lib/model/change-oracle-db-aws-identity-connector-compartment-details.js +64 -0
  27. package/lib/model/change-oracle-db-aws-identity-connector-compartment-details.js.map +1 -0
  28. package/lib/model/change-oracle-db-aws-key-compartment-details.d.ts +60 -0
  29. package/lib/model/change-oracle-db-aws-key-compartment-details.js +64 -0
  30. package/lib/model/change-oracle-db-aws-key-compartment-details.js.map +1 -0
  31. package/lib/model/change-oracle-db-azure-blob-container-compartment-details.d.ts +6 -0
  32. package/lib/model/change-oracle-db-azure-blob-container-compartment-details.js +6 -0
  33. package/lib/model/change-oracle-db-azure-blob-container-compartment-details.js.map +1 -1
  34. package/lib/model/change-oracle-db-azure-blob-mount-compartment-details.d.ts +6 -0
  35. package/lib/model/change-oracle-db-azure-blob-mount-compartment-details.js +6 -0
  36. package/lib/model/change-oracle-db-azure-blob-mount-compartment-details.js.map +1 -1
  37. package/lib/model/change-oracle-db-azure-connector-compartment-details.d.ts +6 -0
  38. package/lib/model/change-oracle-db-azure-connector-compartment-details.js +6 -0
  39. package/lib/model/change-oracle-db-azure-connector-compartment-details.js.map +1 -1
  40. package/lib/model/change-oracle-db-azure-vault-association-compartment-details.d.ts +6 -0
  41. package/lib/model/change-oracle-db-azure-vault-association-compartment-details.js +6 -0
  42. package/lib/model/change-oracle-db-azure-vault-association-compartment-details.js.map +1 -1
  43. package/lib/model/change-oracle-db-azure-vault-compartment-details.d.ts +6 -0
  44. package/lib/model/change-oracle-db-azure-vault-compartment-details.js +6 -0
  45. package/lib/model/change-oracle-db-azure-vault-compartment-details.js.map +1 -1
  46. package/lib/model/change-oracle-db-gcp-identity-connector-compartment-details.d.ts +6 -0
  47. package/lib/model/change-oracle-db-gcp-identity-connector-compartment-details.js +6 -0
  48. package/lib/model/change-oracle-db-gcp-identity-connector-compartment-details.js.map +1 -1
  49. package/lib/model/change-oracle-db-gcp-key-ring-compartment-details.d.ts +6 -0
  50. package/lib/model/change-oracle-db-gcp-key-ring-compartment-details.js +6 -0
  51. package/lib/model/change-oracle-db-gcp-key-ring-compartment-details.js.map +1 -1
  52. package/lib/model/create-multi-cloud-resource-discovery-details.d.ts +6 -0
  53. package/lib/model/create-multi-cloud-resource-discovery-details.js +6 -0
  54. package/lib/model/create-multi-cloud-resource-discovery-details.js.map +1 -1
  55. package/lib/model/create-oracle-db-aws-identity-connector-details.d.ts +117 -0
  56. package/lib/model/create-oracle-db-aws-identity-connector-details.js +96 -0
  57. package/lib/model/create-oracle-db-aws-identity-connector-details.js.map +1 -0
  58. package/lib/model/create-oracle-db-aws-key-details.d.ts +117 -0
  59. package/lib/model/create-oracle-db-aws-key-details.js +64 -0
  60. package/lib/model/create-oracle-db-aws-key-details.js.map +1 -0
  61. package/lib/model/create-oracle-db-azure-blob-container-details.d.ts +6 -0
  62. package/lib/model/create-oracle-db-azure-blob-container-details.js +6 -0
  63. package/lib/model/create-oracle-db-azure-blob-container-details.js.map +1 -1
  64. package/lib/model/create-oracle-db-azure-blob-mount-details.d.ts +6 -0
  65. package/lib/model/create-oracle-db-azure-blob-mount-details.js +6 -0
  66. package/lib/model/create-oracle-db-azure-blob-mount-details.js.map +1 -1
  67. package/lib/model/create-oracle-db-azure-connector-details.d.ts +6 -0
  68. package/lib/model/create-oracle-db-azure-connector-details.js +6 -0
  69. package/lib/model/create-oracle-db-azure-connector-details.js.map +1 -1
  70. package/lib/model/create-oracle-db-azure-vault-association-details.d.ts +6 -0
  71. package/lib/model/create-oracle-db-azure-vault-association-details.js +6 -0
  72. package/lib/model/create-oracle-db-azure-vault-association-details.js.map +1 -1
  73. package/lib/model/create-oracle-db-azure-vault-details.d.ts +6 -0
  74. package/lib/model/create-oracle-db-azure-vault-details.js +6 -0
  75. package/lib/model/create-oracle-db-azure-vault-details.js.map +1 -1
  76. package/lib/model/create-oracle-db-gcp-identity-connector-details.d.ts +6 -0
  77. package/lib/model/create-oracle-db-gcp-identity-connector-details.js +6 -0
  78. package/lib/model/create-oracle-db-gcp-identity-connector-details.js.map +1 -1
  79. package/lib/model/create-oracle-db-gcp-key-ring-details.d.ts +6 -0
  80. package/lib/model/create-oracle-db-gcp-key-ring-details.js +6 -0
  81. package/lib/model/create-oracle-db-gcp-key-ring-details.js.map +1 -1
  82. package/lib/model/gcp-nodes.d.ts +6 -0
  83. package/lib/model/gcp-nodes.js +6 -0
  84. package/lib/model/gcp-nodes.js.map +1 -1
  85. package/lib/model/index.d.ts +38 -0
  86. package/lib/model/index.js +40 -2
  87. package/lib/model/index.js.map +1 -1
  88. package/lib/model/multi-cloud-resource-discovery-summary-collection.d.ts +6 -0
  89. package/lib/model/multi-cloud-resource-discovery-summary-collection.js +6 -0
  90. package/lib/model/multi-cloud-resource-discovery-summary-collection.js.map +1 -1
  91. package/lib/model/multi-cloud-resource-discovery-summary.d.ts +6 -0
  92. package/lib/model/multi-cloud-resource-discovery-summary.js +6 -0
  93. package/lib/model/multi-cloud-resource-discovery-summary.js.map +1 -1
  94. package/lib/model/multi-cloud-resource-discovery.d.ts +7 -0
  95. package/lib/model/multi-cloud-resource-discovery.js +7 -0
  96. package/lib/model/multi-cloud-resource-discovery.js.map +1 -1
  97. package/lib/model/operation-status.d.ts +6 -0
  98. package/lib/model/operation-status.js +6 -0
  99. package/lib/model/operation-status.js.map +1 -1
  100. package/lib/model/operation-type.d.ts +17 -0
  101. package/lib/model/operation-type.js +17 -0
  102. package/lib/model/operation-type.js.map +1 -1
  103. package/lib/model/oracle-db-aws-identity-connector-summary-collection.d.ts +61 -0
  104. package/lib/model/oracle-db-aws-identity-connector-summary-collection.js +96 -0
  105. package/lib/model/oracle-db-aws-identity-connector-summary-collection.js.map +1 -0
  106. package/lib/model/oracle-db-aws-identity-connector-summary.d.ts +150 -0
  107. package/lib/model/oracle-db-aws-identity-connector-summary.js +96 -0
  108. package/lib/model/oracle-db-aws-identity-connector-summary.js.map +1 -0
  109. package/lib/model/oracle-db-aws-identity-connector.d.ts +163 -0
  110. package/lib/model/oracle-db-aws-identity-connector.js +110 -0
  111. package/lib/model/oracle-db-aws-identity-connector.js.map +1 -0
  112. package/lib/model/oracle-db-aws-key-summary-collection.d.ts +61 -0
  113. package/lib/model/oracle-db-aws-key-summary-collection.js +96 -0
  114. package/lib/model/oracle-db-aws-key-summary-collection.js.map +1 -0
  115. package/lib/model/oracle-db-aws-key-summary.d.ts +150 -0
  116. package/lib/model/oracle-db-aws-key-summary.js +64 -0
  117. package/lib/model/oracle-db-aws-key-summary.js.map +1 -0
  118. package/lib/model/oracle-db-aws-key.d.ts +163 -0
  119. package/lib/model/oracle-db-aws-key.js +78 -0
  120. package/lib/model/oracle-db-aws-key.js.map +1 -0
  121. package/lib/model/oracle-db-azure-blob-container-summary-collection.d.ts +6 -0
  122. package/lib/model/oracle-db-azure-blob-container-summary-collection.js +6 -0
  123. package/lib/model/oracle-db-azure-blob-container-summary-collection.js.map +1 -1
  124. package/lib/model/oracle-db-azure-blob-container-summary.d.ts +6 -0
  125. package/lib/model/oracle-db-azure-blob-container-summary.js +6 -0
  126. package/lib/model/oracle-db-azure-blob-container-summary.js.map +1 -1
  127. package/lib/model/oracle-db-azure-blob-container.d.ts +6 -0
  128. package/lib/model/oracle-db-azure-blob-container.js +6 -0
  129. package/lib/model/oracle-db-azure-blob-container.js.map +1 -1
  130. package/lib/model/oracle-db-azure-blob-mount-summary-collection.d.ts +6 -0
  131. package/lib/model/oracle-db-azure-blob-mount-summary-collection.js +6 -0
  132. package/lib/model/oracle-db-azure-blob-mount-summary-collection.js.map +1 -1
  133. package/lib/model/oracle-db-azure-blob-mount-summary.d.ts +6 -0
  134. package/lib/model/oracle-db-azure-blob-mount-summary.js +6 -0
  135. package/lib/model/oracle-db-azure-blob-mount-summary.js.map +1 -1
  136. package/lib/model/oracle-db-azure-blob-mount.d.ts +6 -0
  137. package/lib/model/oracle-db-azure-blob-mount.js +6 -0
  138. package/lib/model/oracle-db-azure-blob-mount.js.map +1 -1
  139. package/lib/model/oracle-db-azure-connector-summary-collection.d.ts +6 -0
  140. package/lib/model/oracle-db-azure-connector-summary-collection.js +6 -0
  141. package/lib/model/oracle-db-azure-connector-summary-collection.js.map +1 -1
  142. package/lib/model/oracle-db-azure-connector-summary.d.ts +6 -0
  143. package/lib/model/oracle-db-azure-connector-summary.js +6 -0
  144. package/lib/model/oracle-db-azure-connector-summary.js.map +1 -1
  145. package/lib/model/oracle-db-azure-connector.d.ts +6 -0
  146. package/lib/model/oracle-db-azure-connector.js +6 -0
  147. package/lib/model/oracle-db-azure-connector.js.map +1 -1
  148. package/lib/model/oracle-db-azure-key-summary-collection.d.ts +6 -0
  149. package/lib/model/oracle-db-azure-key-summary-collection.js +6 -0
  150. package/lib/model/oracle-db-azure-key-summary-collection.js.map +1 -1
  151. package/lib/model/oracle-db-azure-key-summary.d.ts +6 -0
  152. package/lib/model/oracle-db-azure-key-summary.js +6 -0
  153. package/lib/model/oracle-db-azure-key-summary.js.map +1 -1
  154. package/lib/model/oracle-db-azure-key.d.ts +6 -0
  155. package/lib/model/oracle-db-azure-key.js +6 -0
  156. package/lib/model/oracle-db-azure-key.js.map +1 -1
  157. package/lib/model/oracle-db-azure-vault-association-summary-collection.d.ts +6 -0
  158. package/lib/model/oracle-db-azure-vault-association-summary-collection.js +6 -0
  159. package/lib/model/oracle-db-azure-vault-association-summary-collection.js.map +1 -1
  160. package/lib/model/oracle-db-azure-vault-association-summary.d.ts +6 -0
  161. package/lib/model/oracle-db-azure-vault-association-summary.js +6 -0
  162. package/lib/model/oracle-db-azure-vault-association-summary.js.map +1 -1
  163. package/lib/model/oracle-db-azure-vault-association.d.ts +6 -0
  164. package/lib/model/oracle-db-azure-vault-association.js +6 -0
  165. package/lib/model/oracle-db-azure-vault-association.js.map +1 -1
  166. package/lib/model/oracle-db-azure-vault-summary-collection.d.ts +6 -0
  167. package/lib/model/oracle-db-azure-vault-summary-collection.js +6 -0
  168. package/lib/model/oracle-db-azure-vault-summary-collection.js.map +1 -1
  169. package/lib/model/oracle-db-azure-vault-summary.d.ts +6 -0
  170. package/lib/model/oracle-db-azure-vault-summary.js +6 -0
  171. package/lib/model/oracle-db-azure-vault-summary.js.map +1 -1
  172. package/lib/model/oracle-db-azure-vault.d.ts +6 -0
  173. package/lib/model/oracle-db-azure-vault.js +6 -0
  174. package/lib/model/oracle-db-azure-vault.js.map +1 -1
  175. package/lib/model/oracle-db-gcp-identity-connector-summary-collection.d.ts +6 -0
  176. package/lib/model/oracle-db-gcp-identity-connector-summary-collection.js +6 -0
  177. package/lib/model/oracle-db-gcp-identity-connector-summary-collection.js.map +1 -1
  178. package/lib/model/oracle-db-gcp-identity-connector-summary.d.ts +6 -0
  179. package/lib/model/oracle-db-gcp-identity-connector-summary.js +6 -0
  180. package/lib/model/oracle-db-gcp-identity-connector-summary.js.map +1 -1
  181. package/lib/model/oracle-db-gcp-identity-connector.d.ts +6 -0
  182. package/lib/model/oracle-db-gcp-identity-connector.js +6 -0
  183. package/lib/model/oracle-db-gcp-identity-connector.js.map +1 -1
  184. package/lib/model/oracle-db-gcp-key-ring-summary-collection.d.ts +6 -0
  185. package/lib/model/oracle-db-gcp-key-ring-summary-collection.js +6 -0
  186. package/lib/model/oracle-db-gcp-key-ring-summary-collection.js.map +1 -1
  187. package/lib/model/oracle-db-gcp-key-ring-summary.d.ts +6 -0
  188. package/lib/model/oracle-db-gcp-key-ring-summary.js +6 -0
  189. package/lib/model/oracle-db-gcp-key-ring-summary.js.map +1 -1
  190. package/lib/model/oracle-db-gcp-key-ring.d.ts +6 -0
  191. package/lib/model/oracle-db-gcp-key-ring.js +6 -0
  192. package/lib/model/oracle-db-gcp-key-ring.js.map +1 -1
  193. package/lib/model/oracle-db-gcp-key-summary-collection.d.ts +6 -0
  194. package/lib/model/oracle-db-gcp-key-summary-collection.js +6 -0
  195. package/lib/model/oracle-db-gcp-key-summary-collection.js.map +1 -1
  196. package/lib/model/oracle-db-gcp-key-summary.d.ts +6 -0
  197. package/lib/model/oracle-db-gcp-key-summary.js +6 -0
  198. package/lib/model/oracle-db-gcp-key-summary.js.map +1 -1
  199. package/lib/model/oracle-db-gcp-key.d.ts +6 -0
  200. package/lib/model/oracle-db-gcp-key.js +6 -0
  201. package/lib/model/oracle-db-gcp-key.js.map +1 -1
  202. package/lib/model/patch-oracle-db-azure-connector-details.d.ts +6 -0
  203. package/lib/model/patch-oracle-db-azure-connector-details.js +6 -0
  204. package/lib/model/patch-oracle-db-azure-connector-details.js.map +1 -1
  205. package/lib/model/refresh-oracle-db-aws-key-details.d.ts +60 -0
  206. package/lib/model/refresh-oracle-db-aws-key-details.js +64 -0
  207. package/lib/model/refresh-oracle-db-aws-key-details.js.map +1 -0
  208. package/lib/model/refresh-oracle-db-azure-vault-details.d.ts +6 -0
  209. package/lib/model/refresh-oracle-db-azure-vault-details.js +6 -0
  210. package/lib/model/refresh-oracle-db-azure-vault-details.js.map +1 -1
  211. package/lib/model/refresh-oracle-db-gcp-key-ring-details.d.ts +6 -0
  212. package/lib/model/refresh-oracle-db-gcp-key-ring-details.js +6 -0
  213. package/lib/model/refresh-oracle-db-gcp-key-ring-details.js.map +1 -1
  214. package/lib/model/resources.d.ts +6 -0
  215. package/lib/model/resources.js +6 -0
  216. package/lib/model/resources.js.map +1 -1
  217. package/lib/model/service-role-detail.d.ts +71 -0
  218. package/lib/model/service-role-detail.js +68 -0
  219. package/lib/model/service-role-detail.js.map +1 -0
  220. package/lib/model/service-role-details.d.ts +96 -0
  221. package/lib/model/service-role-details.js +117 -0
  222. package/lib/model/service-role-details.js.map +1 -0
  223. package/lib/model/sort-order.d.ts +6 -0
  224. package/lib/model/sort-order.js +6 -0
  225. package/lib/model/sort-order.js.map +1 -1
  226. package/lib/model/update-multi-cloud-resource-discovery-details.d.ts +6 -0
  227. package/lib/model/update-multi-cloud-resource-discovery-details.js +6 -0
  228. package/lib/model/update-multi-cloud-resource-discovery-details.js.map +1 -1
  229. package/lib/model/update-oracle-db-aws-identity-connector-details.d.ts +113 -0
  230. package/lib/model/update-oracle-db-aws-identity-connector-details.js +96 -0
  231. package/lib/model/update-oracle-db-aws-identity-connector-details.js.map +1 -0
  232. package/lib/model/update-oracle-db-aws-key-details.d.ts +83 -0
  233. package/lib/model/update-oracle-db-aws-key-details.js +64 -0
  234. package/lib/model/update-oracle-db-aws-key-details.js.map +1 -0
  235. package/lib/model/update-oracle-db-azure-blob-container-details.d.ts +6 -0
  236. package/lib/model/update-oracle-db-azure-blob-container-details.js +6 -0
  237. package/lib/model/update-oracle-db-azure-blob-container-details.js.map +1 -1
  238. package/lib/model/update-oracle-db-azure-blob-mount-details.d.ts +6 -0
  239. package/lib/model/update-oracle-db-azure-blob-mount-details.js +6 -0
  240. package/lib/model/update-oracle-db-azure-blob-mount-details.js.map +1 -1
  241. package/lib/model/update-oracle-db-azure-connector-details.d.ts +6 -0
  242. package/lib/model/update-oracle-db-azure-connector-details.js +6 -0
  243. package/lib/model/update-oracle-db-azure-connector-details.js.map +1 -1
  244. package/lib/model/update-oracle-db-azure-vault-association-details.d.ts +6 -0
  245. package/lib/model/update-oracle-db-azure-vault-association-details.js +6 -0
  246. package/lib/model/update-oracle-db-azure-vault-association-details.js.map +1 -1
  247. package/lib/model/update-oracle-db-azure-vault-details.d.ts +6 -0
  248. package/lib/model/update-oracle-db-azure-vault-details.js +6 -0
  249. package/lib/model/update-oracle-db-azure-vault-details.js.map +1 -1
  250. package/lib/model/update-oracle-db-gcp-identity-connector-details.d.ts +6 -0
  251. package/lib/model/update-oracle-db-gcp-identity-connector-details.js +6 -0
  252. package/lib/model/update-oracle-db-gcp-identity-connector-details.js.map +1 -1
  253. package/lib/model/update-oracle-db-gcp-key-ring-details.d.ts +6 -0
  254. package/lib/model/update-oracle-db-gcp-key-ring-details.js +6 -0
  255. package/lib/model/update-oracle-db-gcp-key-ring-details.js.map +1 -1
  256. package/lib/model/work-request-error-collection.d.ts +6 -0
  257. package/lib/model/work-request-error-collection.js +6 -0
  258. package/lib/model/work-request-error-collection.js.map +1 -1
  259. package/lib/model/work-request-error.d.ts +6 -0
  260. package/lib/model/work-request-error.js +6 -0
  261. package/lib/model/work-request-error.js.map +1 -1
  262. package/lib/model/work-request-log-entry-collection.d.ts +6 -0
  263. package/lib/model/work-request-log-entry-collection.js +6 -0
  264. package/lib/model/work-request-log-entry-collection.js.map +1 -1
  265. package/lib/model/work-request-log-entry.d.ts +6 -0
  266. package/lib/model/work-request-log-entry.js +6 -0
  267. package/lib/model/work-request-log-entry.js.map +1 -1
  268. package/lib/model/work-request-resource-metadata-key.d.ts +6 -0
  269. package/lib/model/work-request-resource-metadata-key.js +6 -0
  270. package/lib/model/work-request-resource-metadata-key.js.map +1 -1
  271. package/lib/model/work-request-resource.d.ts +6 -0
  272. package/lib/model/work-request-resource.js +6 -0
  273. package/lib/model/work-request-resource.js.map +1 -1
  274. package/lib/model/work-request-summary-collection.d.ts +6 -0
  275. package/lib/model/work-request-summary-collection.js +6 -0
  276. package/lib/model/work-request-summary-collection.js.map +1 -1
  277. package/lib/model/work-request-summary.d.ts +6 -0
  278. package/lib/model/work-request-summary.js +6 -0
  279. package/lib/model/work-request-summary.js.map +1 -1
  280. package/lib/model/work-request.d.ts +6 -0
  281. package/lib/model/work-request.js +6 -0
  282. package/lib/model/work-request.js.map +1 -1
  283. package/lib/multicloudresourcediscovery-waiter.d.ts +6 -0
  284. package/lib/multicloudresourcediscovery-waiter.js +6 -0
  285. package/lib/multicloudresourcediscovery-waiter.js.map +1 -1
  286. package/lib/oracledbazureblobcontainer-waiter.d.ts +6 -0
  287. package/lib/oracledbazureblobcontainer-waiter.js +6 -0
  288. package/lib/oracledbazureblobcontainer-waiter.js.map +1 -1
  289. package/lib/oracledbazureblobmount-waiter.d.ts +6 -0
  290. package/lib/oracledbazureblobmount-waiter.js +6 -0
  291. package/lib/oracledbazureblobmount-waiter.js.map +1 -1
  292. package/lib/oracledbazureconnector-waiter.d.ts +6 -0
  293. package/lib/oracledbazureconnector-waiter.js +6 -0
  294. package/lib/oracledbazureconnector-waiter.js.map +1 -1
  295. package/lib/oracledbazurekey-waiter.d.ts +6 -0
  296. package/lib/oracledbazurekey-waiter.js +6 -0
  297. package/lib/oracledbazurekey-waiter.js.map +1 -1
  298. package/lib/oracledbazurevault-waiter.d.ts +6 -0
  299. package/lib/oracledbazurevault-waiter.js +6 -0
  300. package/lib/oracledbazurevault-waiter.js.map +1 -1
  301. package/lib/oracledbazurevaultassociation-waiter.d.ts +6 -0
  302. package/lib/oracledbazurevaultassociation-waiter.js +6 -0
  303. package/lib/oracledbazurevaultassociation-waiter.js.map +1 -1
  304. package/lib/request/change-oracle-db-aws-identity-connector-compartment-request.d.ts +49 -0
  305. package/lib/request/change-oracle-db-aws-identity-connector-compartment-request.js +15 -0
  306. package/lib/request/change-oracle-db-aws-identity-connector-compartment-request.js.map +1 -0
  307. package/lib/request/change-oracle-db-aws-key-compartment-request.d.ts +49 -0
  308. package/lib/request/change-oracle-db-aws-key-compartment-request.js +15 -0
  309. package/lib/request/change-oracle-db-aws-key-compartment-request.js.map +1 -0
  310. package/lib/request/create-oracle-db-aws-identity-connector-request.d.ts +37 -0
  311. package/lib/request/create-oracle-db-aws-identity-connector-request.js +15 -0
  312. package/lib/request/create-oracle-db-aws-identity-connector-request.js.map +1 -0
  313. package/lib/request/create-oracle-db-aws-key-request.d.ts +45 -0
  314. package/lib/request/create-oracle-db-aws-key-request.js +15 -0
  315. package/lib/request/create-oracle-db-aws-key-request.js.map +1 -0
  316. package/lib/request/delete-oracle-db-aws-identity-connector-request.d.ts +35 -0
  317. package/lib/request/delete-oracle-db-aws-identity-connector-request.js +15 -0
  318. package/lib/request/delete-oracle-db-aws-identity-connector-request.js.map +1 -0
  319. package/lib/request/delete-oracle-db-aws-key-request.d.ts +35 -0
  320. package/lib/request/delete-oracle-db-aws-key-request.js +15 -0
  321. package/lib/request/delete-oracle-db-aws-key-request.js.map +1 -0
  322. package/lib/request/get-oracle-db-aws-identity-connector-request.d.ts +26 -0
  323. package/lib/request/get-oracle-db-aws-identity-connector-request.js +15 -0
  324. package/lib/request/get-oracle-db-aws-identity-connector-request.js.map +1 -0
  325. package/lib/request/get-oracle-db-aws-key-request.d.ts +39 -0
  326. package/lib/request/get-oracle-db-aws-key-request.js +15 -0
  327. package/lib/request/get-oracle-db-aws-key-request.js.map +1 -0
  328. package/lib/request/index.d.ts +34 -0
  329. package/lib/request/index.js +11 -1
  330. package/lib/request/index.js.map +1 -1
  331. package/lib/request/list-oracle-db-aws-identity-connectors-request.d.ts +63 -0
  332. package/lib/request/list-oracle-db-aws-identity-connectors-request.js +24 -0
  333. package/lib/request/list-oracle-db-aws-identity-connectors-request.js.map +1 -0
  334. package/lib/request/list-oracle-db-aws-keys-request.d.ts +67 -0
  335. package/lib/request/list-oracle-db-aws-keys-request.js +24 -0
  336. package/lib/request/list-oracle-db-aws-keys-request.js.map +1 -0
  337. package/lib/request/list-oracle-db-gcp-identity-connectors-request.d.ts +1 -1
  338. package/lib/request/refresh-oracle-db-aws-identity-connector-request.d.ts +44 -0
  339. package/lib/request/refresh-oracle-db-aws-identity-connector-request.js +15 -0
  340. package/lib/request/refresh-oracle-db-aws-identity-connector-request.js.map +1 -0
  341. package/lib/request/refresh-oracle-db-aws-key-request.d.ts +49 -0
  342. package/lib/request/refresh-oracle-db-aws-key-request.js +15 -0
  343. package/lib/request/refresh-oracle-db-aws-key-request.js.map +1 -0
  344. package/lib/request/update-oracle-db-aws-identity-connector-request.d.ts +40 -0
  345. package/lib/request/update-oracle-db-aws-identity-connector-request.js +15 -0
  346. package/lib/request/update-oracle-db-aws-identity-connector-request.js.map +1 -0
  347. package/lib/request/update-oracle-db-aws-key-request.d.ts +40 -0
  348. package/lib/request/update-oracle-db-aws-key-request.js +15 -0
  349. package/lib/request/update-oracle-db-aws-key-request.js.map +1 -0
  350. package/lib/response/change-oracle-db-aws-identity-connector-compartment-response.d.ts +26 -0
  351. package/lib/response/change-oracle-db-aws-identity-connector-compartment-response.js +15 -0
  352. package/lib/response/change-oracle-db-aws-identity-connector-compartment-response.js.map +1 -0
  353. package/lib/response/change-oracle-db-aws-key-compartment-response.d.ts +26 -0
  354. package/lib/response/change-oracle-db-aws-key-compartment-response.js +15 -0
  355. package/lib/response/change-oracle-db-aws-key-compartment-response.js.map +1 -0
  356. package/lib/response/create-oracle-db-aws-identity-connector-response.d.ts +44 -0
  357. package/lib/response/create-oracle-db-aws-identity-connector-response.js +15 -0
  358. package/lib/response/create-oracle-db-aws-identity-connector-response.js.map +1 -0
  359. package/lib/response/create-oracle-db-aws-key-response.d.ts +44 -0
  360. package/lib/response/create-oracle-db-aws-key-response.js +15 -0
  361. package/lib/response/create-oracle-db-aws-key-response.js.map +1 -0
  362. package/lib/response/delete-oracle-db-aws-identity-connector-response.d.ts +26 -0
  363. package/lib/response/delete-oracle-db-aws-identity-connector-response.js +15 -0
  364. package/lib/response/delete-oracle-db-aws-identity-connector-response.js.map +1 -0
  365. package/lib/response/delete-oracle-db-aws-key-response.d.ts +26 -0
  366. package/lib/response/delete-oracle-db-aws-key-response.js +15 -0
  367. package/lib/response/delete-oracle-db-aws-key-response.js.map +1 -0
  368. package/lib/response/get-oracle-db-aws-identity-connector-response.d.ts +30 -0
  369. package/lib/response/get-oracle-db-aws-identity-connector-response.js +15 -0
  370. package/lib/response/get-oracle-db-aws-identity-connector-response.js.map +1 -0
  371. package/lib/response/get-oracle-db-aws-key-response.d.ts +30 -0
  372. package/lib/response/get-oracle-db-aws-key-response.js +15 -0
  373. package/lib/response/get-oracle-db-aws-key-response.js.map +1 -0
  374. package/lib/response/index.d.ts +34 -0
  375. package/lib/response/index.js +6 -0
  376. package/lib/response/index.js.map +1 -1
  377. package/lib/response/list-oracle-db-aws-identity-connectors-response.d.ts +31 -0
  378. package/lib/response/list-oracle-db-aws-identity-connectors-response.js +15 -0
  379. package/lib/response/list-oracle-db-aws-identity-connectors-response.js.map +1 -0
  380. package/lib/response/list-oracle-db-aws-keys-response.d.ts +31 -0
  381. package/lib/response/list-oracle-db-aws-keys-response.js +15 -0
  382. package/lib/response/list-oracle-db-aws-keys-response.js.map +1 -0
  383. package/lib/response/refresh-oracle-db-aws-identity-connector-response.d.ts +26 -0
  384. package/lib/response/refresh-oracle-db-aws-identity-connector-response.js +15 -0
  385. package/lib/response/refresh-oracle-db-aws-identity-connector-response.js.map +1 -0
  386. package/lib/response/refresh-oracle-db-aws-key-response.d.ts +26 -0
  387. package/lib/response/refresh-oracle-db-aws-key-response.js +15 -0
  388. package/lib/response/refresh-oracle-db-aws-key-response.js.map +1 -0
  389. package/lib/response/update-oracle-db-aws-identity-connector-response.d.ts +26 -0
  390. package/lib/response/update-oracle-db-aws-identity-connector-response.js +15 -0
  391. package/lib/response/update-oracle-db-aws-identity-connector-response.js.map +1 -0
  392. package/lib/response/update-oracle-db-aws-key-response.d.ts +26 -0
  393. package/lib/response/update-oracle-db-aws-key-response.js +15 -0
  394. package/lib/response/update-oracle-db-aws-key-response.js.map +1 -0
  395. package/lib/workrequest-waiter.d.ts +6 -0
  396. package/lib/workrequest-waiter.js +6 -0
  397. package/lib/workrequest-waiter.js.map +1 -1
  398. package/package.json +3 -3
@@ -0,0 +1,64 @@
1
+ "use strict";
2
+ /**
3
+ * Oracle Database MultiCloud Data Plane Integration
4
+ * <b>Microsoft Azure:</b> <br>
5
+ <b>Oracle Azure Connector Resource:</b>:&nbsp;&nbsp;The Oracle Azure Connector Resource is used to install the Azure Arc Server on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
6
+ The supported method to install the Azure Arc Server (Azure Identity) on the Exadata VM cluster:
7
+ <ul>
8
+ <li>Using a Bearer Access Token</li>
9
+ </ul>
10
+
11
+ <b>Oracle Azure Blob Container Resource:</b>&nbsp;&nbsp;The Oracle Azure Blob Container Resource is used to capture the details of an Azure Blob Container.
12
+ This resource can then be reused across multiple Exadata VM clusters in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D) to mount the Azure container.
13
+
14
+ <b>Oracle Azure Blob Mount Resource:</b>&nbsp;&nbsp;The Oracle Azure Blob Mount Resource is used to mount an Azure Blob Container on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
15
+ It relies on both the Oracle Azure Connector and the Oracle Azure Blob Container Resource to perform the mount operation.
16
+
17
+ <b>Discover Azure Vaults and Keys Resource:</b>&nbsp;&nbsp;The Discover Oracle Azure Vaults and Azure Keys Resource is used to discover Azure Vaults and the associated encryption keys available in your Azure project.
18
+
19
+ <b>Oracle Azure Vault:</b>&nbsp;&nbsp;The Oracle Azure Vault Resource is used to manage Azure Vaults within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
20
+
21
+ <b>Oracle Azure Key:</b>&nbsp;&nbsp;Oracle Azure Key Resource is used to register and manage a Oracle Azure Key Key within Oracle Cloud Infrastructure (OCI) under an associated Azure Vault.
22
+
23
+ <br>
24
+
25
+ <b>Google Cloud:</b><br>
26
+ <b>Oracle Google Cloud Connector Resource:</b>&nbsp;&nbsp;The Oracle Google Cloud Connector Resource is used to install the Google Cloud Identity Connector on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
27
+
28
+ <b>Discover Google Key Rings and Keys Resource:</b>&nbsp;&nbsp;The Discover Google Key Rings and Keys Resource is used to discover Google Cloud Key Rings and the associated encryption keys available in your Google Cloud project.
29
+
30
+ <b>Google Key Rings Resource:</b>&nbsp;&nbsp;The Google Key Rings Resource is used to register and manage Google Cloud Key Rings within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
31
+
32
+ <b>Google Key Resource:</b>&nbsp;&nbsp;The Google Key Resource is used to register and manage a Google Cloud Key within Oracle Cloud Infrastructure (OCI) under an associated Google Key Ring.
33
+ <br>
34
+
35
+ <b>AWS</b>:<br>
36
+ <b>Oracle AWS Connector Resource:</b>&nbsp;&nbsp;The Oracle AWS Connector Resource is used to install the AWS Identity Connector on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
37
+
38
+ <b>Google AWS Key Resource:</b>&nbsp;&nbsp;The Oracle AWS Key Resource is used to register and manage a AWS Key within Oracle Cloud Infrastructure (OCI).
39
+
40
+ * OpenAPI spec version: 20240501
41
+ *
42
+ *
43
+ * NOTE: This class is auto generated by OracleSDKGenerator.
44
+ * Do not edit the class manually.
45
+ *
46
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
47
+ * 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.
48
+ */
49
+ Object.defineProperty(exports, "__esModule", { value: true });
50
+ exports.ChangeOracleDbAwsIdentityConnectorCompartmentDetails = void 0;
51
+ var ChangeOracleDbAwsIdentityConnectorCompartmentDetails;
52
+ (function (ChangeOracleDbAwsIdentityConnectorCompartmentDetails) {
53
+ function getJsonObj(obj) {
54
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
55
+ return jsonObj;
56
+ }
57
+ ChangeOracleDbAwsIdentityConnectorCompartmentDetails.getJsonObj = getJsonObj;
58
+ function getDeserializedJsonObj(obj) {
59
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
60
+ return jsonObj;
61
+ }
62
+ ChangeOracleDbAwsIdentityConnectorCompartmentDetails.getDeserializedJsonObj = getDeserializedJsonObj;
63
+ })(ChangeOracleDbAwsIdentityConnectorCompartmentDetails = exports.ChangeOracleDbAwsIdentityConnectorCompartmentDetails || (exports.ChangeOracleDbAwsIdentityConnectorCompartmentDetails = {}));
64
+ //# sourceMappingURL=change-oracle-db-aws-identity-connector-compartment-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"change-oracle-db-aws-identity-connector-compartment-details.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/model/change-oracle-db-aws-identity-connector-compartment-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8CG;;;AAeH,IAAiB,oDAAoD,CAapE;AAbD,WAAiB,oDAAoD;IACnE,SAAgB,UAAU,CAAC,GAAyD;QAClF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+DAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAyD;QAEzD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IANe,2EAAsB,yBAMrC,CAAA;AACH,CAAC,EAbgB,oDAAoD,GAApD,4DAAoD,KAApD,4DAAoD,QAapE"}
@@ -0,0 +1,60 @@
1
+ /**
2
+ * Oracle Database MultiCloud Data Plane Integration
3
+ * <b>Microsoft Azure:</b> <br>
4
+ <b>Oracle Azure Connector Resource:</b>:&nbsp;&nbsp;The Oracle Azure Connector Resource is used to install the Azure Arc Server on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
5
+ The supported method to install the Azure Arc Server (Azure Identity) on the Exadata VM cluster:
6
+ <ul>
7
+ <li>Using a Bearer Access Token</li>
8
+ </ul>
9
+
10
+ <b>Oracle Azure Blob Container Resource:</b>&nbsp;&nbsp;The Oracle Azure Blob Container Resource is used to capture the details of an Azure Blob Container.
11
+ This resource can then be reused across multiple Exadata VM clusters in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D) to mount the Azure container.
12
+
13
+ <b>Oracle Azure Blob Mount Resource:</b>&nbsp;&nbsp;The Oracle Azure Blob Mount Resource is used to mount an Azure Blob Container on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
14
+ It relies on both the Oracle Azure Connector and the Oracle Azure Blob Container Resource to perform the mount operation.
15
+
16
+ <b>Discover Azure Vaults and Keys Resource:</b>&nbsp;&nbsp;The Discover Oracle Azure Vaults and Azure Keys Resource is used to discover Azure Vaults and the associated encryption keys available in your Azure project.
17
+
18
+ <b>Oracle Azure Vault:</b>&nbsp;&nbsp;The Oracle Azure Vault Resource is used to manage Azure Vaults within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
19
+
20
+ <b>Oracle Azure Key:</b>&nbsp;&nbsp;Oracle Azure Key Resource is used to register and manage a Oracle Azure Key Key within Oracle Cloud Infrastructure (OCI) under an associated Azure Vault.
21
+
22
+ <br>
23
+
24
+ <b>Google Cloud:</b><br>
25
+ <b>Oracle Google Cloud Connector Resource:</b>&nbsp;&nbsp;The Oracle Google Cloud Connector Resource is used to install the Google Cloud Identity Connector on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
26
+
27
+ <b>Discover Google Key Rings and Keys Resource:</b>&nbsp;&nbsp;The Discover Google Key Rings and Keys Resource is used to discover Google Cloud Key Rings and the associated encryption keys available in your Google Cloud project.
28
+
29
+ <b>Google Key Rings Resource:</b>&nbsp;&nbsp;The Google Key Rings Resource is used to register and manage Google Cloud Key Rings within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
30
+
31
+ <b>Google Key Resource:</b>&nbsp;&nbsp;The Google Key Resource is used to register and manage a Google Cloud Key within Oracle Cloud Infrastructure (OCI) under an associated Google Key Ring.
32
+ <br>
33
+
34
+ <b>AWS</b>:<br>
35
+ <b>Oracle AWS Connector Resource:</b>&nbsp;&nbsp;The Oracle AWS Connector Resource is used to install the AWS Identity Connector on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
36
+
37
+ <b>Google AWS Key Resource:</b>&nbsp;&nbsp;The Oracle AWS Key Resource is used to register and manage a AWS Key within Oracle Cloud Infrastructure (OCI).
38
+
39
+ * OpenAPI spec version: 20240501
40
+ *
41
+ *
42
+ * NOTE: This class is auto generated by OracleSDKGenerator.
43
+ * Do not edit the class manually.
44
+ *
45
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
46
+ * 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.
47
+ */
48
+ /**
49
+ * Details of the new compartment to contain the Oracle DB AWS Key resource.
50
+ */
51
+ export interface ChangeOracleDbAwsKeyCompartmentDetails {
52
+ /**
53
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the new compartment to contain the Oracle DB AWS Key resource.
54
+ */
55
+ "compartmentId"?: string;
56
+ }
57
+ export declare namespace ChangeOracleDbAwsKeyCompartmentDetails {
58
+ function getJsonObj(obj: ChangeOracleDbAwsKeyCompartmentDetails): object;
59
+ function getDeserializedJsonObj(obj: ChangeOracleDbAwsKeyCompartmentDetails): object;
60
+ }
@@ -0,0 +1,64 @@
1
+ "use strict";
2
+ /**
3
+ * Oracle Database MultiCloud Data Plane Integration
4
+ * <b>Microsoft Azure:</b> <br>
5
+ <b>Oracle Azure Connector Resource:</b>:&nbsp;&nbsp;The Oracle Azure Connector Resource is used to install the Azure Arc Server on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
6
+ The supported method to install the Azure Arc Server (Azure Identity) on the Exadata VM cluster:
7
+ <ul>
8
+ <li>Using a Bearer Access Token</li>
9
+ </ul>
10
+
11
+ <b>Oracle Azure Blob Container Resource:</b>&nbsp;&nbsp;The Oracle Azure Blob Container Resource is used to capture the details of an Azure Blob Container.
12
+ This resource can then be reused across multiple Exadata VM clusters in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D) to mount the Azure container.
13
+
14
+ <b>Oracle Azure Blob Mount Resource:</b>&nbsp;&nbsp;The Oracle Azure Blob Mount Resource is used to mount an Azure Blob Container on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
15
+ It relies on both the Oracle Azure Connector and the Oracle Azure Blob Container Resource to perform the mount operation.
16
+
17
+ <b>Discover Azure Vaults and Keys Resource:</b>&nbsp;&nbsp;The Discover Oracle Azure Vaults and Azure Keys Resource is used to discover Azure Vaults and the associated encryption keys available in your Azure project.
18
+
19
+ <b>Oracle Azure Vault:</b>&nbsp;&nbsp;The Oracle Azure Vault Resource is used to manage Azure Vaults within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
20
+
21
+ <b>Oracle Azure Key:</b>&nbsp;&nbsp;Oracle Azure Key Resource is used to register and manage a Oracle Azure Key Key within Oracle Cloud Infrastructure (OCI) under an associated Azure Vault.
22
+
23
+ <br>
24
+
25
+ <b>Google Cloud:</b><br>
26
+ <b>Oracle Google Cloud Connector Resource:</b>&nbsp;&nbsp;The Oracle Google Cloud Connector Resource is used to install the Google Cloud Identity Connector on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
27
+
28
+ <b>Discover Google Key Rings and Keys Resource:</b>&nbsp;&nbsp;The Discover Google Key Rings and Keys Resource is used to discover Google Cloud Key Rings and the associated encryption keys available in your Google Cloud project.
29
+
30
+ <b>Google Key Rings Resource:</b>&nbsp;&nbsp;The Google Key Rings Resource is used to register and manage Google Cloud Key Rings within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
31
+
32
+ <b>Google Key Resource:</b>&nbsp;&nbsp;The Google Key Resource is used to register and manage a Google Cloud Key within Oracle Cloud Infrastructure (OCI) under an associated Google Key Ring.
33
+ <br>
34
+
35
+ <b>AWS</b>:<br>
36
+ <b>Oracle AWS Connector Resource:</b>&nbsp;&nbsp;The Oracle AWS Connector Resource is used to install the AWS Identity Connector on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
37
+
38
+ <b>Google AWS Key Resource:</b>&nbsp;&nbsp;The Oracle AWS Key Resource is used to register and manage a AWS Key within Oracle Cloud Infrastructure (OCI).
39
+
40
+ * OpenAPI spec version: 20240501
41
+ *
42
+ *
43
+ * NOTE: This class is auto generated by OracleSDKGenerator.
44
+ * Do not edit the class manually.
45
+ *
46
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
47
+ * 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.
48
+ */
49
+ Object.defineProperty(exports, "__esModule", { value: true });
50
+ exports.ChangeOracleDbAwsKeyCompartmentDetails = void 0;
51
+ var ChangeOracleDbAwsKeyCompartmentDetails;
52
+ (function (ChangeOracleDbAwsKeyCompartmentDetails) {
53
+ function getJsonObj(obj) {
54
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
55
+ return jsonObj;
56
+ }
57
+ ChangeOracleDbAwsKeyCompartmentDetails.getJsonObj = getJsonObj;
58
+ function getDeserializedJsonObj(obj) {
59
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
60
+ return jsonObj;
61
+ }
62
+ ChangeOracleDbAwsKeyCompartmentDetails.getDeserializedJsonObj = getDeserializedJsonObj;
63
+ })(ChangeOracleDbAwsKeyCompartmentDetails = exports.ChangeOracleDbAwsKeyCompartmentDetails || (exports.ChangeOracleDbAwsKeyCompartmentDetails = {}));
64
+ //# sourceMappingURL=change-oracle-db-aws-key-compartment-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"change-oracle-db-aws-key-compartment-details.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/model/change-oracle-db-aws-key-compartment-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8CG;;;AAeH,IAAiB,sCAAsC,CAWtD;AAXD,WAAiB,sCAAsC;IACrD,SAAgB,UAAU,CAAC,GAA2C;QACpE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2C;QAChF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6DAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,sCAAsC,GAAtC,8CAAsC,KAAtC,8CAAsC,QAWtD"}
@@ -29,6 +29,12 @@ It relies on both the Oracle Azure Connector and the Oracle Azure Blob Container
29
29
  <b>Google Key Rings Resource:</b>&nbsp;&nbsp;The Google Key Rings Resource is used to register and manage Google Cloud Key Rings within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
30
30
 
31
31
  <b>Google Key Resource:</b>&nbsp;&nbsp;The Google Key Resource is used to register and manage a Google Cloud Key within Oracle Cloud Infrastructure (OCI) under an associated Google Key Ring.
32
+ <br>
33
+
34
+ <b>AWS</b>:<br>
35
+ <b>Oracle AWS Connector Resource:</b>&nbsp;&nbsp;The Oracle AWS Connector Resource is used to install the AWS Identity Connector on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
36
+
37
+ <b>Google AWS Key Resource:</b>&nbsp;&nbsp;The Oracle AWS Key Resource is used to register and manage a AWS Key within Oracle Cloud Infrastructure (OCI).
32
38
 
33
39
  * OpenAPI spec version: 20240501
34
40
  *
@@ -30,6 +30,12 @@ It relies on both the Oracle Azure Connector and the Oracle Azure Blob Container
30
30
  <b>Google Key Rings Resource:</b>&nbsp;&nbsp;The Google Key Rings Resource is used to register and manage Google Cloud Key Rings within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
31
31
 
32
32
  <b>Google Key Resource:</b>&nbsp;&nbsp;The Google Key Resource is used to register and manage a Google Cloud Key within Oracle Cloud Infrastructure (OCI) under an associated Google Key Ring.
33
+ <br>
34
+
35
+ <b>AWS</b>:<br>
36
+ <b>Oracle AWS Connector Resource:</b>&nbsp;&nbsp;The Oracle AWS Connector Resource is used to install the AWS Identity Connector on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
37
+
38
+ <b>Google AWS Key Resource:</b>&nbsp;&nbsp;The Oracle AWS Key Resource is used to register and manage a AWS Key within Oracle Cloud Infrastructure (OCI).
33
39
 
34
40
  * OpenAPI spec version: 20240501
35
41
  *
@@ -1 +1 @@
1
- {"version":3,"file":"change-oracle-db-azure-blob-container-compartment-details.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/model/change-oracle-db-azure-blob-container-compartment-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwCG;;;AAsCH,IAAiB,kDAAkD,CAalE;AAbD,WAAiB,kDAAkD;IACjE,SAAgB,UAAU,CAAC,GAAuD;QAChF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6DAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAuD;QAEvD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IANe,yEAAsB,yBAMrC,CAAA;AACH,CAAC,EAbgB,kDAAkD,GAAlD,0DAAkD,KAAlD,0DAAkD,QAalE"}
1
+ {"version":3,"file":"change-oracle-db-azure-blob-container-compartment-details.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/model/change-oracle-db-azure-blob-container-compartment-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8CG;;;AAsCH,IAAiB,kDAAkD,CAalE;AAbD,WAAiB,kDAAkD;IACjE,SAAgB,UAAU,CAAC,GAAuD;QAChF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6DAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAuD;QAEvD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IANe,yEAAsB,yBAMrC,CAAA;AACH,CAAC,EAbgB,kDAAkD,GAAlD,0DAAkD,KAAlD,0DAAkD,QAalE"}
@@ -29,6 +29,12 @@ It relies on both the Oracle Azure Connector and the Oracle Azure Blob Container
29
29
  <b>Google Key Rings Resource:</b>&nbsp;&nbsp;The Google Key Rings Resource is used to register and manage Google Cloud Key Rings within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
30
30
 
31
31
  <b>Google Key Resource:</b>&nbsp;&nbsp;The Google Key Resource is used to register and manage a Google Cloud Key within Oracle Cloud Infrastructure (OCI) under an associated Google Key Ring.
32
+ <br>
33
+
34
+ <b>AWS</b>:<br>
35
+ <b>Oracle AWS Connector Resource:</b>&nbsp;&nbsp;The Oracle AWS Connector Resource is used to install the AWS Identity Connector on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
36
+
37
+ <b>Google AWS Key Resource:</b>&nbsp;&nbsp;The Oracle AWS Key Resource is used to register and manage a AWS Key within Oracle Cloud Infrastructure (OCI).
32
38
 
33
39
  * OpenAPI spec version: 20240501
34
40
  *
@@ -30,6 +30,12 @@ It relies on both the Oracle Azure Connector and the Oracle Azure Blob Container
30
30
  <b>Google Key Rings Resource:</b>&nbsp;&nbsp;The Google Key Rings Resource is used to register and manage Google Cloud Key Rings within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
31
31
 
32
32
  <b>Google Key Resource:</b>&nbsp;&nbsp;The Google Key Resource is used to register and manage a Google Cloud Key within Oracle Cloud Infrastructure (OCI) under an associated Google Key Ring.
33
+ <br>
34
+
35
+ <b>AWS</b>:<br>
36
+ <b>Oracle AWS Connector Resource:</b>&nbsp;&nbsp;The Oracle AWS Connector Resource is used to install the AWS Identity Connector on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
37
+
38
+ <b>Google AWS Key Resource:</b>&nbsp;&nbsp;The Oracle AWS Key Resource is used to register and manage a AWS Key within Oracle Cloud Infrastructure (OCI).
33
39
 
34
40
  * OpenAPI spec version: 20240501
35
41
  *
@@ -1 +1 @@
1
- {"version":3,"file":"change-oracle-db-azure-blob-mount-compartment-details.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/model/change-oracle-db-azure-blob-mount-compartment-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwCG;;;AAsCH,IAAiB,8CAA8C,CAa9D;AAbD,WAAiB,8CAA8C;IAC7D,SAAgB,UAAU,CAAC,GAAmD;QAC5E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAmD;QAEnD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IANe,qEAAsB,yBAMrC,CAAA;AACH,CAAC,EAbgB,8CAA8C,GAA9C,sDAA8C,KAA9C,sDAA8C,QAa9D"}
1
+ {"version":3,"file":"change-oracle-db-azure-blob-mount-compartment-details.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/model/change-oracle-db-azure-blob-mount-compartment-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8CG;;;AAsCH,IAAiB,8CAA8C,CAa9D;AAbD,WAAiB,8CAA8C;IAC7D,SAAgB,UAAU,CAAC,GAAmD;QAC5E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAmD;QAEnD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IANe,qEAAsB,yBAMrC,CAAA;AACH,CAAC,EAbgB,8CAA8C,GAA9C,sDAA8C,KAA9C,sDAA8C,QAa9D"}
@@ -29,6 +29,12 @@ It relies on both the Oracle Azure Connector and the Oracle Azure Blob Container
29
29
  <b>Google Key Rings Resource:</b>&nbsp;&nbsp;The Google Key Rings Resource is used to register and manage Google Cloud Key Rings within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
30
30
 
31
31
  <b>Google Key Resource:</b>&nbsp;&nbsp;The Google Key Resource is used to register and manage a Google Cloud Key within Oracle Cloud Infrastructure (OCI) under an associated Google Key Ring.
32
+ <br>
33
+
34
+ <b>AWS</b>:<br>
35
+ <b>Oracle AWS Connector Resource:</b>&nbsp;&nbsp;The Oracle AWS Connector Resource is used to install the AWS Identity Connector on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
36
+
37
+ <b>Google AWS Key Resource:</b>&nbsp;&nbsp;The Oracle AWS Key Resource is used to register and manage a AWS Key within Oracle Cloud Infrastructure (OCI).
32
38
 
33
39
  * OpenAPI spec version: 20240501
34
40
  *
@@ -30,6 +30,12 @@ It relies on both the Oracle Azure Connector and the Oracle Azure Blob Container
30
30
  <b>Google Key Rings Resource:</b>&nbsp;&nbsp;The Google Key Rings Resource is used to register and manage Google Cloud Key Rings within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
31
31
 
32
32
  <b>Google Key Resource:</b>&nbsp;&nbsp;The Google Key Resource is used to register and manage a Google Cloud Key within Oracle Cloud Infrastructure (OCI) under an associated Google Key Ring.
33
+ <br>
34
+
35
+ <b>AWS</b>:<br>
36
+ <b>Oracle AWS Connector Resource:</b>&nbsp;&nbsp;The Oracle AWS Connector Resource is used to install the AWS Identity Connector on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
37
+
38
+ <b>Google AWS Key Resource:</b>&nbsp;&nbsp;The Oracle AWS Key Resource is used to register and manage a AWS Key within Oracle Cloud Infrastructure (OCI).
33
39
 
34
40
  * OpenAPI spec version: 20240501
35
41
  *
@@ -1 +1 @@
1
- {"version":3,"file":"change-oracle-db-azure-connector-compartment-details.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/model/change-oracle-db-azure-connector-compartment-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwCG;;;AAsCH,IAAiB,8CAA8C,CAa9D;AAbD,WAAiB,8CAA8C;IAC7D,SAAgB,UAAU,CAAC,GAAmD;QAC5E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAmD;QAEnD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IANe,qEAAsB,yBAMrC,CAAA;AACH,CAAC,EAbgB,8CAA8C,GAA9C,sDAA8C,KAA9C,sDAA8C,QAa9D"}
1
+ {"version":3,"file":"change-oracle-db-azure-connector-compartment-details.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/model/change-oracle-db-azure-connector-compartment-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8CG;;;AAsCH,IAAiB,8CAA8C,CAa9D;AAbD,WAAiB,8CAA8C;IAC7D,SAAgB,UAAU,CAAC,GAAmD;QAC5E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAmD;QAEnD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IANe,qEAAsB,yBAMrC,CAAA;AACH,CAAC,EAbgB,8CAA8C,GAA9C,sDAA8C,KAA9C,sDAA8C,QAa9D"}
@@ -29,6 +29,12 @@ It relies on both the Oracle Azure Connector and the Oracle Azure Blob Container
29
29
  <b>Google Key Rings Resource:</b>&nbsp;&nbsp;The Google Key Rings Resource is used to register and manage Google Cloud Key Rings within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
30
30
 
31
31
  <b>Google Key Resource:</b>&nbsp;&nbsp;The Google Key Resource is used to register and manage a Google Cloud Key within Oracle Cloud Infrastructure (OCI) under an associated Google Key Ring.
32
+ <br>
33
+
34
+ <b>AWS</b>:<br>
35
+ <b>Oracle AWS Connector Resource:</b>&nbsp;&nbsp;The Oracle AWS Connector Resource is used to install the AWS Identity Connector on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
36
+
37
+ <b>Google AWS Key Resource:</b>&nbsp;&nbsp;The Oracle AWS Key Resource is used to register and manage a AWS Key within Oracle Cloud Infrastructure (OCI).
32
38
 
33
39
  * OpenAPI spec version: 20240501
34
40
  *
@@ -30,6 +30,12 @@ It relies on both the Oracle Azure Connector and the Oracle Azure Blob Container
30
30
  <b>Google Key Rings Resource:</b>&nbsp;&nbsp;The Google Key Rings Resource is used to register and manage Google Cloud Key Rings within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
31
31
 
32
32
  <b>Google Key Resource:</b>&nbsp;&nbsp;The Google Key Resource is used to register and manage a Google Cloud Key within Oracle Cloud Infrastructure (OCI) under an associated Google Key Ring.
33
+ <br>
34
+
35
+ <b>AWS</b>:<br>
36
+ <b>Oracle AWS Connector Resource:</b>&nbsp;&nbsp;The Oracle AWS Connector Resource is used to install the AWS Identity Connector on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
37
+
38
+ <b>Google AWS Key Resource:</b>&nbsp;&nbsp;The Oracle AWS Key Resource is used to register and manage a AWS Key within Oracle Cloud Infrastructure (OCI).
33
39
 
34
40
  * OpenAPI spec version: 20240501
35
41
  *
@@ -1 +1 @@
1
- {"version":3,"file":"change-oracle-db-azure-vault-association-compartment-details.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/model/change-oracle-db-azure-vault-association-compartment-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwCG;;;AAsCH,IAAiB,qDAAqD,CAarE;AAbD,WAAiB,qDAAqD;IACpE,SAAgB,UAAU,CAAC,GAA0D;QACnF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gEAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAA0D;QAE1D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IANe,4EAAsB,yBAMrC,CAAA;AACH,CAAC,EAbgB,qDAAqD,GAArD,6DAAqD,KAArD,6DAAqD,QAarE"}
1
+ {"version":3,"file":"change-oracle-db-azure-vault-association-compartment-details.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/model/change-oracle-db-azure-vault-association-compartment-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8CG;;;AAsCH,IAAiB,qDAAqD,CAarE;AAbD,WAAiB,qDAAqD;IACpE,SAAgB,UAAU,CAAC,GAA0D;QACnF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gEAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAA0D;QAE1D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IANe,4EAAsB,yBAMrC,CAAA;AACH,CAAC,EAbgB,qDAAqD,GAArD,6DAAqD,KAArD,6DAAqD,QAarE"}
@@ -29,6 +29,12 @@ It relies on both the Oracle Azure Connector and the Oracle Azure Blob Container
29
29
  <b>Google Key Rings Resource:</b>&nbsp;&nbsp;The Google Key Rings Resource is used to register and manage Google Cloud Key Rings within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
30
30
 
31
31
  <b>Google Key Resource:</b>&nbsp;&nbsp;The Google Key Resource is used to register and manage a Google Cloud Key within Oracle Cloud Infrastructure (OCI) under an associated Google Key Ring.
32
+ <br>
33
+
34
+ <b>AWS</b>:<br>
35
+ <b>Oracle AWS Connector Resource:</b>&nbsp;&nbsp;The Oracle AWS Connector Resource is used to install the AWS Identity Connector on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
36
+
37
+ <b>Google AWS Key Resource:</b>&nbsp;&nbsp;The Oracle AWS Key Resource is used to register and manage a AWS Key within Oracle Cloud Infrastructure (OCI).
32
38
 
33
39
  * OpenAPI spec version: 20240501
34
40
  *
@@ -30,6 +30,12 @@ It relies on both the Oracle Azure Connector and the Oracle Azure Blob Container
30
30
  <b>Google Key Rings Resource:</b>&nbsp;&nbsp;The Google Key Rings Resource is used to register and manage Google Cloud Key Rings within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
31
31
 
32
32
  <b>Google Key Resource:</b>&nbsp;&nbsp;The Google Key Resource is used to register and manage a Google Cloud Key within Oracle Cloud Infrastructure (OCI) under an associated Google Key Ring.
33
+ <br>
34
+
35
+ <b>AWS</b>:<br>
36
+ <b>Oracle AWS Connector Resource:</b>&nbsp;&nbsp;The Oracle AWS Connector Resource is used to install the AWS Identity Connector on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
37
+
38
+ <b>Google AWS Key Resource:</b>&nbsp;&nbsp;The Oracle AWS Key Resource is used to register and manage a AWS Key within Oracle Cloud Infrastructure (OCI).
33
39
 
34
40
  * OpenAPI spec version: 20240501
35
41
  *
@@ -1 +1 @@
1
- {"version":3,"file":"change-oracle-db-azure-vault-compartment-details.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/model/change-oracle-db-azure-vault-compartment-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwCG;;;AAsCH,IAAiB,0CAA0C,CAW1D;AAXD,WAAiB,0CAA0C;IACzD,SAAgB,UAAU,CAAC,GAA+C;QACxE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,qDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA+C;QACpF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iEAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,0CAA0C,GAA1C,kDAA0C,KAA1C,kDAA0C,QAW1D"}
1
+ {"version":3,"file":"change-oracle-db-azure-vault-compartment-details.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/model/change-oracle-db-azure-vault-compartment-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8CG;;;AAsCH,IAAiB,0CAA0C,CAW1D;AAXD,WAAiB,0CAA0C;IACzD,SAAgB,UAAU,CAAC,GAA+C;QACxE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,qDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA+C;QACpF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iEAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,0CAA0C,GAA1C,kDAA0C,KAA1C,kDAA0C,QAW1D"}
@@ -29,6 +29,12 @@ It relies on both the Oracle Azure Connector and the Oracle Azure Blob Container
29
29
  <b>Google Key Rings Resource:</b>&nbsp;&nbsp;The Google Key Rings Resource is used to register and manage Google Cloud Key Rings within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
30
30
 
31
31
  <b>Google Key Resource:</b>&nbsp;&nbsp;The Google Key Resource is used to register and manage a Google Cloud Key within Oracle Cloud Infrastructure (OCI) under an associated Google Key Ring.
32
+ <br>
33
+
34
+ <b>AWS</b>:<br>
35
+ <b>Oracle AWS Connector Resource:</b>&nbsp;&nbsp;The Oracle AWS Connector Resource is used to install the AWS Identity Connector on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
36
+
37
+ <b>Google AWS Key Resource:</b>&nbsp;&nbsp;The Oracle AWS Key Resource is used to register and manage a AWS Key within Oracle Cloud Infrastructure (OCI).
32
38
 
33
39
  * OpenAPI spec version: 20240501
34
40
  *
@@ -30,6 +30,12 @@ It relies on both the Oracle Azure Connector and the Oracle Azure Blob Container
30
30
  <b>Google Key Rings Resource:</b>&nbsp;&nbsp;The Google Key Rings Resource is used to register and manage Google Cloud Key Rings within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
31
31
 
32
32
  <b>Google Key Resource:</b>&nbsp;&nbsp;The Google Key Resource is used to register and manage a Google Cloud Key within Oracle Cloud Infrastructure (OCI) under an associated Google Key Ring.
33
+ <br>
34
+
35
+ <b>AWS</b>:<br>
36
+ <b>Oracle AWS Connector Resource:</b>&nbsp;&nbsp;The Oracle AWS Connector Resource is used to install the AWS Identity Connector on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
37
+
38
+ <b>Google AWS Key Resource:</b>&nbsp;&nbsp;The Oracle AWS Key Resource is used to register and manage a AWS Key within Oracle Cloud Infrastructure (OCI).
33
39
 
34
40
  * OpenAPI spec version: 20240501
35
41
  *
@@ -1 +1 @@
1
- {"version":3,"file":"change-oracle-db-gcp-identity-connector-compartment-details.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/model/change-oracle-db-gcp-identity-connector-compartment-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwCG;;;AAeH,IAAiB,oDAAoD,CAapE;AAbD,WAAiB,oDAAoD;IACnE,SAAgB,UAAU,CAAC,GAAyD;QAClF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+DAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAyD;QAEzD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IANe,2EAAsB,yBAMrC,CAAA;AACH,CAAC,EAbgB,oDAAoD,GAApD,4DAAoD,KAApD,4DAAoD,QAapE"}
1
+ {"version":3,"file":"change-oracle-db-gcp-identity-connector-compartment-details.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/model/change-oracle-db-gcp-identity-connector-compartment-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8CG;;;AAeH,IAAiB,oDAAoD,CAapE;AAbD,WAAiB,oDAAoD;IACnE,SAAgB,UAAU,CAAC,GAAyD;QAClF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+DAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAyD;QAEzD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IANe,2EAAsB,yBAMrC,CAAA;AACH,CAAC,EAbgB,oDAAoD,GAApD,4DAAoD,KAApD,4DAAoD,QAapE"}
@@ -29,6 +29,12 @@ It relies on both the Oracle Azure Connector and the Oracle Azure Blob Container
29
29
  <b>Google Key Rings Resource:</b>&nbsp;&nbsp;The Google Key Rings Resource is used to register and manage Google Cloud Key Rings within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
30
30
 
31
31
  <b>Google Key Resource:</b>&nbsp;&nbsp;The Google Key Resource is used to register and manage a Google Cloud Key within Oracle Cloud Infrastructure (OCI) under an associated Google Key Ring.
32
+ <br>
33
+
34
+ <b>AWS</b>:<br>
35
+ <b>Oracle AWS Connector Resource:</b>&nbsp;&nbsp;The Oracle AWS Connector Resource is used to install the AWS Identity Connector on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
36
+
37
+ <b>Google AWS Key Resource:</b>&nbsp;&nbsp;The Oracle AWS Key Resource is used to register and manage a AWS Key within Oracle Cloud Infrastructure (OCI).
32
38
 
33
39
  * OpenAPI spec version: 20240501
34
40
  *
@@ -30,6 +30,12 @@ It relies on both the Oracle Azure Connector and the Oracle Azure Blob Container
30
30
  <b>Google Key Rings Resource:</b>&nbsp;&nbsp;The Google Key Rings Resource is used to register and manage Google Cloud Key Rings within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
31
31
 
32
32
  <b>Google Key Resource:</b>&nbsp;&nbsp;The Google Key Resource is used to register and manage a Google Cloud Key within Oracle Cloud Infrastructure (OCI) under an associated Google Key Ring.
33
+ <br>
34
+
35
+ <b>AWS</b>:<br>
36
+ <b>Oracle AWS Connector Resource:</b>&nbsp;&nbsp;The Oracle AWS Connector Resource is used to install the AWS Identity Connector on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
37
+
38
+ <b>Google AWS Key Resource:</b>&nbsp;&nbsp;The Oracle AWS Key Resource is used to register and manage a AWS Key within Oracle Cloud Infrastructure (OCI).
33
39
 
34
40
  * OpenAPI spec version: 20240501
35
41
  *
@@ -1 +1 @@
1
- {"version":3,"file":"change-oracle-db-gcp-key-ring-compartment-details.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/model/change-oracle-db-gcp-key-ring-compartment-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwCG;;;AAeH,IAAiB,0CAA0C,CAW1D;AAXD,WAAiB,0CAA0C;IACzD,SAAgB,UAAU,CAAC,GAA+C;QACxE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,qDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA+C;QACpF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iEAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,0CAA0C,GAA1C,kDAA0C,KAA1C,kDAA0C,QAW1D"}
1
+ {"version":3,"file":"change-oracle-db-gcp-key-ring-compartment-details.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/model/change-oracle-db-gcp-key-ring-compartment-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8CG;;;AAeH,IAAiB,0CAA0C,CAW1D;AAXD,WAAiB,0CAA0C;IACzD,SAAgB,UAAU,CAAC,GAA+C;QACxE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,qDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA+C;QACpF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iEAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,0CAA0C,GAA1C,kDAA0C,KAA1C,kDAA0C,QAW1D"}
@@ -29,6 +29,12 @@ It relies on both the Oracle Azure Connector and the Oracle Azure Blob Container
29
29
  <b>Google Key Rings Resource:</b>&nbsp;&nbsp;The Google Key Rings Resource is used to register and manage Google Cloud Key Rings within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
30
30
 
31
31
  <b>Google Key Resource:</b>&nbsp;&nbsp;The Google Key Resource is used to register and manage a Google Cloud Key within Oracle Cloud Infrastructure (OCI) under an associated Google Key Ring.
32
+ <br>
33
+
34
+ <b>AWS</b>:<br>
35
+ <b>Oracle AWS Connector Resource:</b>&nbsp;&nbsp;The Oracle AWS Connector Resource is used to install the AWS Identity Connector on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
36
+
37
+ <b>Google AWS Key Resource:</b>&nbsp;&nbsp;The Oracle AWS Key Resource is used to register and manage a AWS Key within Oracle Cloud Infrastructure (OCI).
32
38
 
33
39
  * OpenAPI spec version: 20240501
34
40
  *
@@ -30,6 +30,12 @@ It relies on both the Oracle Azure Connector and the Oracle Azure Blob Container
30
30
  <b>Google Key Rings Resource:</b>&nbsp;&nbsp;The Google Key Rings Resource is used to register and manage Google Cloud Key Rings within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
31
31
 
32
32
  <b>Google Key Resource:</b>&nbsp;&nbsp;The Google Key Resource is used to register and manage a Google Cloud Key within Oracle Cloud Infrastructure (OCI) under an associated Google Key Ring.
33
+ <br>
34
+
35
+ <b>AWS</b>:<br>
36
+ <b>Oracle AWS Connector Resource:</b>&nbsp;&nbsp;The Oracle AWS Connector Resource is used to install the AWS Identity Connector on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
37
+
38
+ <b>Google AWS Key Resource:</b>&nbsp;&nbsp;The Oracle AWS Key Resource is used to register and manage a AWS Key within Oracle Cloud Infrastructure (OCI).
33
39
 
34
40
  * OpenAPI spec version: 20240501
35
41
  *
@@ -1 +1 @@
1
- {"version":3,"file":"create-multi-cloud-resource-discovery-details.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/model/create-multi-cloud-resource-discovery-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwCG;;;AAyDH,IAAiB,wCAAwC,CAWxD;AAXD,WAAiB,wCAAwC;IACvD,SAAgB,UAAU,CAAC,GAA6C;QACtE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA6C;QAClF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+DAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,wCAAwC,GAAxC,gDAAwC,KAAxC,gDAAwC,QAWxD"}
1
+ {"version":3,"file":"create-multi-cloud-resource-discovery-details.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/model/create-multi-cloud-resource-discovery-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8CG;;;AAyDH,IAAiB,wCAAwC,CAWxD;AAXD,WAAiB,wCAAwC;IACvD,SAAgB,UAAU,CAAC,GAA6C;QACtE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA6C;QAClF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+DAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,wCAAwC,GAAxC,gDAAwC,KAAxC,gDAAwC,QAWxD"}
@@ -0,0 +1,117 @@
1
+ /**
2
+ * Oracle Database MultiCloud Data Plane Integration
3
+ * <b>Microsoft Azure:</b> <br>
4
+ <b>Oracle Azure Connector Resource:</b>:&nbsp;&nbsp;The Oracle Azure Connector Resource is used to install the Azure Arc Server on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
5
+ The supported method to install the Azure Arc Server (Azure Identity) on the Exadata VM cluster:
6
+ <ul>
7
+ <li>Using a Bearer Access Token</li>
8
+ </ul>
9
+
10
+ <b>Oracle Azure Blob Container Resource:</b>&nbsp;&nbsp;The Oracle Azure Blob Container Resource is used to capture the details of an Azure Blob Container.
11
+ This resource can then be reused across multiple Exadata VM clusters in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D) to mount the Azure container.
12
+
13
+ <b>Oracle Azure Blob Mount Resource:</b>&nbsp;&nbsp;The Oracle Azure Blob Mount Resource is used to mount an Azure Blob Container on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
14
+ It relies on both the Oracle Azure Connector and the Oracle Azure Blob Container Resource to perform the mount operation.
15
+
16
+ <b>Discover Azure Vaults and Keys Resource:</b>&nbsp;&nbsp;The Discover Oracle Azure Vaults and Azure Keys Resource is used to discover Azure Vaults and the associated encryption keys available in your Azure project.
17
+
18
+ <b>Oracle Azure Vault:</b>&nbsp;&nbsp;The Oracle Azure Vault Resource is used to manage Azure Vaults within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
19
+
20
+ <b>Oracle Azure Key:</b>&nbsp;&nbsp;Oracle Azure Key Resource is used to register and manage a Oracle Azure Key Key within Oracle Cloud Infrastructure (OCI) under an associated Azure Vault.
21
+
22
+ <br>
23
+
24
+ <b>Google Cloud:</b><br>
25
+ <b>Oracle Google Cloud Connector Resource:</b>&nbsp;&nbsp;The Oracle Google Cloud Connector Resource is used to install the Google Cloud Identity Connector on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
26
+
27
+ <b>Discover Google Key Rings and Keys Resource:</b>&nbsp;&nbsp;The Discover Google Key Rings and Keys Resource is used to discover Google Cloud Key Rings and the associated encryption keys available in your Google Cloud project.
28
+
29
+ <b>Google Key Rings Resource:</b>&nbsp;&nbsp;The Google Key Rings Resource is used to register and manage Google Cloud Key Rings within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
30
+
31
+ <b>Google Key Resource:</b>&nbsp;&nbsp;The Google Key Resource is used to register and manage a Google Cloud Key within Oracle Cloud Infrastructure (OCI) under an associated Google Key Ring.
32
+ <br>
33
+
34
+ <b>AWS</b>:<br>
35
+ <b>Oracle AWS Connector Resource:</b>&nbsp;&nbsp;The Oracle AWS Connector Resource is used to install the AWS Identity Connector on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
36
+
37
+ <b>Google AWS Key Resource:</b>&nbsp;&nbsp;The Oracle AWS Key Resource is used to register and manage a AWS Key within Oracle Cloud Infrastructure (OCI).
38
+
39
+ * OpenAPI spec version: 20240501
40
+ *
41
+ *
42
+ * NOTE: This class is auto generated by OracleSDKGenerator.
43
+ * Do not edit the class manually.
44
+ *
45
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
46
+ * 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.
47
+ */
48
+ import * as model from "../model";
49
+ /**
50
+ * Create Oracle DB AWS Identity Connector resource object.
51
+ *
52
+ */
53
+ export interface CreateOracleDbAwsIdentityConnectorDetails {
54
+ /**
55
+ * Oracle DB Google AWS Identity Connector resource name.
56
+ */
57
+ "displayName": string;
58
+ /**
59
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains Oracle DB AWS Identity Connector resource.
60
+ */
61
+ "compartmentId": string;
62
+ /**
63
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the AWS VM Cluster resource.
64
+ */
65
+ "resourceId": string;
66
+ /**
67
+ * OCI IAM Domain scope for issuer URL.
68
+ */
69
+ "oidcScope": string;
70
+ /**
71
+ * OIDC token issuer Url.
72
+ */
73
+ "issuerUrl": string;
74
+ /**
75
+ * Service role details and respective Amazon resource nam of Role.
76
+ *
77
+ */
78
+ "serviceRoleDetails": Array<model.ServiceRoleDetail>;
79
+ /**
80
+ * AWS resource location.
81
+ */
82
+ "awsLocation": string;
83
+ /**
84
+ * Private endpoint of AWS Security Token Service.
85
+ */
86
+ "awsStsPrivateEndpoint"?: string;
87
+ /**
88
+ * AWS Account ID.
89
+ */
90
+ "awsAccountId"?: string;
91
+ /**
92
+ * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
93
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
94
+ * <p>
95
+ Example: {@code {\"Department\": \"Finance\"}}
96
+ *
97
+ */
98
+ "freeformTags"?: {
99
+ [key: string]: string;
100
+ };
101
+ /**
102
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace.
103
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
104
+ * <p>
105
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
106
+ *
107
+ */
108
+ "definedTags"?: {
109
+ [key: string]: {
110
+ [key: string]: any;
111
+ };
112
+ };
113
+ }
114
+ export declare namespace CreateOracleDbAwsIdentityConnectorDetails {
115
+ function getJsonObj(obj: CreateOracleDbAwsIdentityConnectorDetails): object;
116
+ function getDeserializedJsonObj(obj: CreateOracleDbAwsIdentityConnectorDetails): object;
117
+ }