oci-opsi 2.7.0 → 2.10.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 (361) hide show
  1. package/lib/client.d.ts +328 -86
  2. package/lib/client.js +1838 -346
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/awr-hub-lifecycle-state.d.ts +35 -0
  5. package/lib/model/awr-hub-lifecycle-state.js +46 -0
  6. package/lib/model/awr-hub-lifecycle-state.js.map +1 -0
  7. package/lib/model/awr-hub-summary-collection.d.ts +29 -0
  8. package/lib/model/awr-hub-summary-collection.js +64 -0
  9. package/lib/model/awr-hub-summary-collection.js.map +1 -0
  10. package/lib/model/awr-hub-summary.d.ts +93 -0
  11. package/lib/model/awr-hub-summary.js +32 -0
  12. package/lib/model/awr-hub-summary.js.map +1 -0
  13. package/lib/model/awr-hub.d.ts +93 -0
  14. package/lib/model/awr-hub.js +32 -0
  15. package/lib/model/awr-hub.js.map +1 -0
  16. package/lib/model/awr-hubs.d.ts +28 -0
  17. package/lib/model/awr-hubs.js +32 -0
  18. package/lib/model/awr-hubs.js.map +1 -0
  19. package/lib/model/awr-report-format-type.d.ts +31 -0
  20. package/lib/model/awr-report-format-type.js +42 -0
  21. package/lib/model/awr-report-format-type.js.map +1 -0
  22. package/lib/model/awr-report.d.ts +33 -0
  23. package/lib/model/awr-report.js +32 -0
  24. package/lib/model/awr-report.js.map +1 -0
  25. package/lib/model/awr-snapshot-collection.d.ts +29 -0
  26. package/lib/model/awr-snapshot-collection.js +64 -0
  27. package/lib/model/awr-snapshot-collection.js.map +1 -0
  28. package/lib/model/awr-snapshot-summary.d.ts +52 -0
  29. package/lib/model/awr-snapshot-summary.js +32 -0
  30. package/lib/model/awr-snapshot-summary.js.map +1 -0
  31. package/lib/model/awr-source-summary.d.ts +60 -0
  32. package/lib/model/awr-source-summary.js +32 -0
  33. package/lib/model/awr-source-summary.js.map +1 -0
  34. package/lib/model/create-awr-hub-details.d.ts +58 -0
  35. package/lib/model/create-awr-hub-details.js +32 -0
  36. package/lib/model/create-awr-hub-details.js.map +1 -0
  37. package/lib/model/create-operations-insights-warehouse-details.d.ts +60 -0
  38. package/lib/model/create-operations-insights-warehouse-details.js +32 -0
  39. package/lib/model/create-operations-insights-warehouse-details.js.map +1 -0
  40. package/lib/model/create-operations-insights-warehouse-user-details.d.ts +70 -0
  41. package/lib/model/create-operations-insights-warehouse-user-details.js +32 -0
  42. package/lib/model/create-operations-insights-warehouse-user-details.js.map +1 -0
  43. package/lib/model/database-details.d.ts +4 -0
  44. package/lib/model/database-details.js.map +1 -1
  45. package/lib/model/download-operations-insights-warehouse-wallet-details.d.ts +28 -0
  46. package/lib/model/download-operations-insights-warehouse-wallet-details.js +32 -0
  47. package/lib/model/download-operations-insights-warehouse-wallet-details.js.map +1 -0
  48. package/lib/model/em-managed-external-host-insight-summary.d.ts +1 -0
  49. package/lib/model/em-managed-external-host-insight-summary.js.map +1 -1
  50. package/lib/model/em-managed-external-host-insight.d.ts +1 -0
  51. package/lib/model/em-managed-external-host-insight.js.map +1 -1
  52. package/lib/model/host-configuration-summary.d.ts +1 -0
  53. package/lib/model/host-configuration-summary.js.map +1 -1
  54. package/lib/model/host-details.d.ts +5 -0
  55. package/lib/model/host-details.js.map +1 -1
  56. package/lib/model/host-importable-agent-entity-summary.d.ts +1 -0
  57. package/lib/model/host-importable-agent-entity-summary.js.map +1 -1
  58. package/lib/model/index.d.ts +64 -0
  59. package/lib/model/index.js +70 -5
  60. package/lib/model/index.js.map +1 -1
  61. package/lib/model/ingest-sql-stats-details.d.ts +30 -0
  62. package/lib/model/ingest-sql-stats-details.js +64 -0
  63. package/lib/model/ingest-sql-stats-details.js.map +1 -0
  64. package/lib/model/ingest-sql-stats-response-details.d.ts +30 -0
  65. package/lib/model/ingest-sql-stats-response-details.js +32 -0
  66. package/lib/model/ingest-sql-stats-response-details.js.map +1 -0
  67. package/lib/model/macs-managed-external-host-insight-summary.d.ts +1 -0
  68. package/lib/model/macs-managed-external-host-insight-summary.js.map +1 -1
  69. package/lib/model/macs-managed-external-host-insight.d.ts +1 -0
  70. package/lib/model/macs-managed-external-host-insight.js.map +1 -1
  71. package/lib/model/operation-type.d.ts +13 -0
  72. package/lib/model/operation-type.js +13 -0
  73. package/lib/model/operation-type.js.map +1 -1
  74. package/lib/model/operations-insights-warehouse-lifecycle-state.d.ts +35 -0
  75. package/lib/model/operations-insights-warehouse-lifecycle-state.js +46 -0
  76. package/lib/model/operations-insights-warehouse-lifecycle-state.js.map +1 -0
  77. package/lib/model/operations-insights-warehouse-summary-collection.d.ts +29 -0
  78. package/lib/model/operations-insights-warehouse-summary-collection.js +64 -0
  79. package/lib/model/operations-insights-warehouse-summary-collection.js.map +1 -0
  80. package/lib/model/operations-insights-warehouse-summary.d.ts +113 -0
  81. package/lib/model/operations-insights-warehouse-summary.js +32 -0
  82. package/lib/model/operations-insights-warehouse-summary.js.map +1 -0
  83. package/lib/model/operations-insights-warehouse-user-lifecycle-state.d.ts +35 -0
  84. package/lib/model/operations-insights-warehouse-user-lifecycle-state.js +46 -0
  85. package/lib/model/operations-insights-warehouse-user-lifecycle-state.js.map +1 -0
  86. package/lib/model/operations-insights-warehouse-user-summary-collection.d.ts +29 -0
  87. package/lib/model/operations-insights-warehouse-user-summary-collection.js +64 -0
  88. package/lib/model/operations-insights-warehouse-user-summary-collection.js.map +1 -0
  89. package/lib/model/operations-insights-warehouse-user-summary.d.ts +101 -0
  90. package/lib/model/operations-insights-warehouse-user-summary.js +32 -0
  91. package/lib/model/operations-insights-warehouse-user-summary.js.map +1 -0
  92. package/lib/model/operations-insights-warehouse-user.d.ts +101 -0
  93. package/lib/model/operations-insights-warehouse-user.js +32 -0
  94. package/lib/model/operations-insights-warehouse-user.js.map +1 -0
  95. package/lib/model/operations-insights-warehouse-users.d.ts +28 -0
  96. package/lib/model/operations-insights-warehouse-users.js +32 -0
  97. package/lib/model/operations-insights-warehouse-users.js.map +1 -0
  98. package/lib/model/operations-insights-warehouse.d.ts +113 -0
  99. package/lib/model/operations-insights-warehouse.js +32 -0
  100. package/lib/model/operations-insights-warehouse.js.map +1 -0
  101. package/lib/model/operations-insights-warehouses.d.ts +28 -0
  102. package/lib/model/operations-insights-warehouses.js +32 -0
  103. package/lib/model/operations-insights-warehouses.js.map +1 -0
  104. package/lib/model/sql-stats.d.ts +301 -0
  105. package/lib/model/sql-stats.js +32 -0
  106. package/lib/model/sql-stats.js.map +1 -0
  107. package/lib/model/sql-text-summary.d.ts +4 -0
  108. package/lib/model/sql-text-summary.js.map +1 -1
  109. package/lib/model/summarize-awr-sources-summaries-collection.d.ts +29 -0
  110. package/lib/model/summarize-awr-sources-summaries-collection.js +64 -0
  111. package/lib/model/summarize-awr-sources-summaries-collection.js.map +1 -0
  112. package/lib/model/summarize-operations-insights-warehouse-resource-usage-aggregation.d.ts +43 -0
  113. package/lib/model/summarize-operations-insights-warehouse-resource-usage-aggregation.js +32 -0
  114. package/lib/model/summarize-operations-insights-warehouse-resource-usage-aggregation.js.map +1 -0
  115. package/lib/model/update-awr-hub-details.d.ts +46 -0
  116. package/lib/model/update-awr-hub-details.js +32 -0
  117. package/lib/model/update-awr-hub-details.js.map +1 -0
  118. package/lib/model/update-operations-insights-warehouse-details.d.ts +56 -0
  119. package/lib/model/update-operations-insights-warehouse-details.js +32 -0
  120. package/lib/model/update-operations-insights-warehouse-details.js.map +1 -0
  121. package/lib/model/update-operations-insights-warehouse-user-details.d.ts +58 -0
  122. package/lib/model/update-operations-insights-warehouse-user-details.js +32 -0
  123. package/lib/model/update-operations-insights-warehouse-user-details.js.map +1 -0
  124. package/lib/operationsinsights-waiter.d.ts +24 -0
  125. package/lib/operationsinsights-waiter.js +36 -0
  126. package/lib/operationsinsights-waiter.js.map +1 -1
  127. package/lib/request/add-exadata-insight-members-request.d.ts +1 -1
  128. package/lib/request/change-database-insight-compartment-request.d.ts +1 -1
  129. package/lib/request/change-enterprise-manager-bridge-compartment-request.d.ts +1 -1
  130. package/lib/request/change-exadata-insight-compartment-request.d.ts +1 -1
  131. package/lib/request/change-host-insight-compartment-request.d.ts +1 -1
  132. package/lib/request/create-awr-hub-request.d.ts +39 -0
  133. package/lib/request/create-awr-hub-request.js +15 -0
  134. package/lib/request/create-awr-hub-request.js.map +1 -0
  135. package/lib/request/create-database-insight-request.d.ts +1 -1
  136. package/lib/request/create-enterprise-manager-bridge-request.d.ts +1 -1
  137. package/lib/request/create-exadata-insight-request.d.ts +1 -1
  138. package/lib/request/create-host-insight-request.d.ts +1 -1
  139. package/lib/request/create-operations-insights-warehouse-request.d.ts +39 -0
  140. package/lib/request/create-operations-insights-warehouse-request.js +15 -0
  141. package/lib/request/create-operations-insights-warehouse-request.js.map +1 -0
  142. package/lib/request/create-operations-insights-warehouse-user-request.d.ts +39 -0
  143. package/lib/request/create-operations-insights-warehouse-user-request.js +15 -0
  144. package/lib/request/create-operations-insights-warehouse-user-request.js.map +1 -0
  145. package/lib/request/delete-awr-hub-request.d.ts +35 -0
  146. package/lib/request/delete-awr-hub-request.js +15 -0
  147. package/lib/request/delete-awr-hub-request.js.map +1 -0
  148. package/lib/request/delete-database-insight-request.d.ts +1 -1
  149. package/lib/request/delete-enterprise-manager-bridge-request.d.ts +1 -1
  150. package/lib/request/delete-exadata-insight-request.d.ts +1 -1
  151. package/lib/request/delete-host-insight-request.d.ts +1 -1
  152. package/lib/request/delete-operations-insights-warehouse-request.d.ts +35 -0
  153. package/lib/request/delete-operations-insights-warehouse-request.js +15 -0
  154. package/lib/request/delete-operations-insights-warehouse-request.js.map +1 -0
  155. package/lib/request/delete-operations-insights-warehouse-user-request.d.ts +35 -0
  156. package/lib/request/delete-operations-insights-warehouse-user-request.js +15 -0
  157. package/lib/request/delete-operations-insights-warehouse-user-request.js.map +1 -0
  158. package/lib/request/disable-database-insight-request.d.ts +1 -1
  159. package/lib/request/disable-exadata-insight-request.d.ts +1 -1
  160. package/lib/request/disable-host-insight-request.d.ts +1 -1
  161. package/lib/request/download-operations-insights-warehouse-wallet-request.d.ts +43 -0
  162. package/lib/request/download-operations-insights-warehouse-wallet-request.js +15 -0
  163. package/lib/request/download-operations-insights-warehouse-wallet-request.js.map +1 -0
  164. package/lib/request/enable-database-insight-request.d.ts +1 -1
  165. package/lib/request/enable-exadata-insight-request.d.ts +1 -1
  166. package/lib/request/enable-host-insight-request.d.ts +1 -1
  167. package/lib/request/get-awr-hub-request.d.ts +28 -0
  168. package/lib/request/get-awr-hub-request.js +15 -0
  169. package/lib/request/get-awr-hub-request.js.map +1 -0
  170. package/lib/request/get-awr-report-request.d.ts +61 -0
  171. package/lib/request/get-awr-report-request.js +15 -0
  172. package/lib/request/get-awr-report-request.js.map +1 -0
  173. package/lib/request/get-database-insight-request.d.ts +1 -1
  174. package/lib/request/get-enterprise-manager-bridge-request.d.ts +1 -1
  175. package/lib/request/get-exadata-insight-request.d.ts +1 -1
  176. package/lib/request/get-host-insight-request.d.ts +1 -1
  177. package/lib/request/get-operations-insights-warehouse-request.d.ts +28 -0
  178. package/lib/request/get-operations-insights-warehouse-request.js +15 -0
  179. package/lib/request/get-operations-insights-warehouse-request.js.map +1 -0
  180. package/lib/request/get-operations-insights-warehouse-user-request.d.ts +28 -0
  181. package/lib/request/get-operations-insights-warehouse-user-request.js +15 -0
  182. package/lib/request/get-operations-insights-warehouse-user-request.js.map +1 -0
  183. package/lib/request/get-work-request-request.d.ts +1 -1
  184. package/lib/request/index.d.ts +44 -0
  185. package/lib/request/index.js +11 -1
  186. package/lib/request/index.js.map +1 -1
  187. package/lib/request/ingest-database-configuration-request.d.ts +1 -1
  188. package/lib/request/ingest-host-configuration-request.d.ts +1 -1
  189. package/lib/request/ingest-host-metrics-request.d.ts +1 -1
  190. package/lib/request/ingest-sql-bucket-request.d.ts +1 -1
  191. package/lib/request/ingest-sql-plan-lines-request.d.ts +1 -1
  192. package/lib/request/ingest-sql-stats-request.d.ts +56 -0
  193. package/lib/request/ingest-sql-stats-request.js +15 -0
  194. package/lib/request/ingest-sql-stats-request.js.map +1 -0
  195. package/lib/request/ingest-sql-text-request.d.ts +1 -1
  196. package/lib/request/list-awr-hubs-request.d.ts +77 -0
  197. package/lib/request/list-awr-hubs-request.js +24 -0
  198. package/lib/request/list-awr-hubs-request.js.map +1 -0
  199. package/lib/request/list-awr-snapshots-request.d.ts +74 -0
  200. package/lib/request/list-awr-snapshots-request.js +24 -0
  201. package/lib/request/list-awr-snapshots-request.js.map +1 -0
  202. package/lib/request/list-database-configurations-request.d.ts +6 -1
  203. package/lib/request/list-database-configurations-request.js.map +1 -1
  204. package/lib/request/list-database-insights-request.d.ts +6 -1
  205. package/lib/request/list-database-insights-request.js.map +1 -1
  206. package/lib/request/list-enterprise-manager-bridges-request.d.ts +6 -1
  207. package/lib/request/list-enterprise-manager-bridges-request.js.map +1 -1
  208. package/lib/request/list-exadata-configurations-request.d.ts +1 -1
  209. package/lib/request/list-exadata-insights-request.d.ts +6 -1
  210. package/lib/request/list-exadata-insights-request.js.map +1 -1
  211. package/lib/request/list-host-configurations-request.d.ts +6 -1
  212. package/lib/request/list-host-configurations-request.js.map +1 -1
  213. package/lib/request/list-host-insights-request.d.ts +6 -1
  214. package/lib/request/list-host-insights-request.js.map +1 -1
  215. package/lib/request/list-hosted-entities-request.d.ts +1 -1
  216. package/lib/request/list-importable-agent-entities-request.d.ts +1 -1
  217. package/lib/request/list-importable-enterprise-manager-entities-request.d.ts +1 -1
  218. package/lib/request/list-operations-insights-warehouse-users-request.d.ts +77 -0
  219. package/lib/request/list-operations-insights-warehouse-users-request.js +24 -0
  220. package/lib/request/list-operations-insights-warehouse-users-request.js.map +1 -0
  221. package/lib/request/list-operations-insights-warehouses-request.d.ts +73 -0
  222. package/lib/request/list-operations-insights-warehouses-request.js +24 -0
  223. package/lib/request/list-operations-insights-warehouses-request.js.map +1 -0
  224. package/lib/request/list-sql-plans-request.d.ts +1 -1
  225. package/lib/request/list-sql-searches-request.d.ts +6 -1
  226. package/lib/request/list-sql-texts-request.d.ts +6 -1
  227. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  228. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  229. package/lib/request/list-work-requests-request.d.ts +1 -1
  230. package/lib/request/rotate-operations-insights-warehouse-wallet-request.d.ts +35 -0
  231. package/lib/request/rotate-operations-insights-warehouse-wallet-request.js +15 -0
  232. package/lib/request/rotate-operations-insights-warehouse-wallet-request.js.map +1 -0
  233. package/lib/request/summarize-awr-sources-summaries-request.d.ts +70 -0
  234. package/lib/request/summarize-awr-sources-summaries-request.js +24 -0
  235. package/lib/request/summarize-awr-sources-summaries-request.js.map +1 -0
  236. package/lib/request/summarize-database-insight-resource-capacity-trend-request.d.ts +6 -1
  237. package/lib/request/summarize-database-insight-resource-capacity-trend-request.js.map +1 -1
  238. package/lib/request/summarize-database-insight-resource-forecast-trend-request.d.ts +6 -1
  239. package/lib/request/summarize-database-insight-resource-forecast-trend-request.js.map +1 -1
  240. package/lib/request/summarize-database-insight-resource-statistics-request.d.ts +6 -1
  241. package/lib/request/summarize-database-insight-resource-statistics-request.js.map +1 -1
  242. package/lib/request/summarize-database-insight-resource-usage-request.d.ts +6 -1
  243. package/lib/request/summarize-database-insight-resource-usage-request.js.map +1 -1
  244. package/lib/request/summarize-database-insight-resource-usage-trend-request.d.ts +6 -1
  245. package/lib/request/summarize-database-insight-resource-usage-trend-request.js.map +1 -1
  246. package/lib/request/summarize-database-insight-resource-utilization-insight-request.d.ts +6 -1
  247. package/lib/request/summarize-database-insight-resource-utilization-insight-request.js.map +1 -1
  248. package/lib/request/summarize-database-insight-tablespace-usage-trend-request.d.ts +1 -1
  249. package/lib/request/summarize-exadata-insight-resource-capacity-trend-aggregated-request.d.ts +1 -1
  250. package/lib/request/summarize-exadata-insight-resource-capacity-trend-request.d.ts +1 -1
  251. package/lib/request/summarize-exadata-insight-resource-forecast-trend-aggregated-request.d.ts +1 -1
  252. package/lib/request/summarize-exadata-insight-resource-forecast-trend-request.d.ts +1 -1
  253. package/lib/request/summarize-exadata-insight-resource-statistics-request.d.ts +1 -1
  254. package/lib/request/summarize-exadata-insight-resource-usage-aggregated-request.d.ts +1 -1
  255. package/lib/request/summarize-exadata-insight-resource-usage-request.d.ts +1 -1
  256. package/lib/request/summarize-exadata-insight-resource-utilization-insight-request.d.ts +1 -1
  257. package/lib/request/summarize-exadata-members-request.d.ts +1 -1
  258. package/lib/request/summarize-host-insight-resource-capacity-trend-request.d.ts +6 -1
  259. package/lib/request/summarize-host-insight-resource-capacity-trend-request.js.map +1 -1
  260. package/lib/request/summarize-host-insight-resource-forecast-trend-request.d.ts +6 -1
  261. package/lib/request/summarize-host-insight-resource-forecast-trend-request.js.map +1 -1
  262. package/lib/request/summarize-host-insight-resource-statistics-request.d.ts +6 -1
  263. package/lib/request/summarize-host-insight-resource-statistics-request.js.map +1 -1
  264. package/lib/request/summarize-host-insight-resource-usage-request.d.ts +6 -1
  265. package/lib/request/summarize-host-insight-resource-usage-request.js.map +1 -1
  266. package/lib/request/summarize-host-insight-resource-usage-trend-request.d.ts +6 -1
  267. package/lib/request/summarize-host-insight-resource-usage-trend-request.js.map +1 -1
  268. package/lib/request/summarize-host-insight-resource-utilization-insight-request.d.ts +6 -1
  269. package/lib/request/summarize-host-insight-resource-utilization-insight-request.js.map +1 -1
  270. package/lib/request/summarize-operations-insights-warehouse-resource-usage-request.d.ts +28 -0
  271. package/lib/request/summarize-operations-insights-warehouse-resource-usage-request.js +15 -0
  272. package/lib/request/summarize-operations-insights-warehouse-resource-usage-request.js.map +1 -0
  273. package/lib/request/summarize-sql-insights-request.d.ts +6 -1
  274. package/lib/request/summarize-sql-insights-request.js.map +1 -1
  275. package/lib/request/summarize-sql-plan-insights-request.d.ts +1 -1
  276. package/lib/request/summarize-sql-response-time-distributions-request.d.ts +1 -1
  277. package/lib/request/summarize-sql-statistics-request.d.ts +6 -1
  278. package/lib/request/summarize-sql-statistics-request.js.map +1 -1
  279. package/lib/request/summarize-sql-statistics-time-series-by-plan-request.d.ts +1 -1
  280. package/lib/request/summarize-sql-statistics-time-series-request.d.ts +6 -1
  281. package/lib/request/update-awr-hub-request.d.ts +40 -0
  282. package/lib/request/update-awr-hub-request.js +15 -0
  283. package/lib/request/update-awr-hub-request.js.map +1 -0
  284. package/lib/request/update-database-insight-request.d.ts +1 -1
  285. package/lib/request/update-enterprise-manager-bridge-request.d.ts +1 -1
  286. package/lib/request/update-exadata-insight-request.d.ts +1 -1
  287. package/lib/request/update-host-insight-request.d.ts +1 -1
  288. package/lib/request/update-operations-insights-warehouse-request.d.ts +40 -0
  289. package/lib/request/update-operations-insights-warehouse-request.js +15 -0
  290. package/lib/request/update-operations-insights-warehouse-request.js.map +1 -0
  291. package/lib/request/update-operations-insights-warehouse-user-request.d.ts +40 -0
  292. package/lib/request/update-operations-insights-warehouse-user-request.js +15 -0
  293. package/lib/request/update-operations-insights-warehouse-user-request.js.map +1 -0
  294. package/lib/response/create-awr-hub-response.d.ts +43 -0
  295. package/lib/response/create-awr-hub-response.js +15 -0
  296. package/lib/response/create-awr-hub-response.js.map +1 -0
  297. package/lib/response/create-operations-insights-warehouse-response.d.ts +43 -0
  298. package/lib/response/create-operations-insights-warehouse-response.js +15 -0
  299. package/lib/response/create-operations-insights-warehouse-response.js.map +1 -0
  300. package/lib/response/create-operations-insights-warehouse-user-response.d.ts +43 -0
  301. package/lib/response/create-operations-insights-warehouse-user-response.js +15 -0
  302. package/lib/response/create-operations-insights-warehouse-user-response.js.map +1 -0
  303. package/lib/response/delete-awr-hub-response.d.ts +25 -0
  304. package/lib/response/delete-awr-hub-response.js +15 -0
  305. package/lib/response/delete-awr-hub-response.js.map +1 -0
  306. package/lib/response/delete-operations-insights-warehouse-response.d.ts +25 -0
  307. package/lib/response/delete-operations-insights-warehouse-response.js +15 -0
  308. package/lib/response/delete-operations-insights-warehouse-response.js.map +1 -0
  309. package/lib/response/delete-operations-insights-warehouse-user-response.d.ts +25 -0
  310. package/lib/response/delete-operations-insights-warehouse-user-response.js +15 -0
  311. package/lib/response/delete-operations-insights-warehouse-user-response.js.map +1 -0
  312. package/lib/response/download-operations-insights-warehouse-wallet-response.d.ts +38 -0
  313. package/lib/response/download-operations-insights-warehouse-wallet-response.js +15 -0
  314. package/lib/response/download-operations-insights-warehouse-wallet-response.js.map +1 -0
  315. package/lib/response/get-awr-hub-response.d.ts +30 -0
  316. package/lib/response/get-awr-hub-response.js +15 -0
  317. package/lib/response/get-awr-hub-response.js.map +1 -0
  318. package/lib/response/get-awr-report-response.d.ts +25 -0
  319. package/lib/response/get-awr-report-response.js +15 -0
  320. package/lib/response/get-awr-report-response.js.map +1 -0
  321. package/lib/response/get-operations-insights-warehouse-response.d.ts +30 -0
  322. package/lib/response/get-operations-insights-warehouse-response.js +15 -0
  323. package/lib/response/get-operations-insights-warehouse-response.js.map +1 -0
  324. package/lib/response/get-operations-insights-warehouse-user-response.d.ts +30 -0
  325. package/lib/response/get-operations-insights-warehouse-user-response.js +15 -0
  326. package/lib/response/get-operations-insights-warehouse-user-response.js.map +1 -0
  327. package/lib/response/index.d.ts +44 -0
  328. package/lib/response/ingest-sql-stats-response.d.ts +30 -0
  329. package/lib/response/ingest-sql-stats-response.js +15 -0
  330. package/lib/response/ingest-sql-stats-response.js.map +1 -0
  331. package/lib/response/list-awr-hubs-response.d.ts +32 -0
  332. package/lib/response/list-awr-hubs-response.js +15 -0
  333. package/lib/response/list-awr-hubs-response.js.map +1 -0
  334. package/lib/response/list-awr-snapshots-response.d.ts +32 -0
  335. package/lib/response/list-awr-snapshots-response.js +15 -0
  336. package/lib/response/list-awr-snapshots-response.js.map +1 -0
  337. package/lib/response/list-operations-insights-warehouse-users-response.d.ts +32 -0
  338. package/lib/response/list-operations-insights-warehouse-users-response.js +15 -0
  339. package/lib/response/list-operations-insights-warehouse-users-response.js.map +1 -0
  340. package/lib/response/list-operations-insights-warehouses-response.d.ts +32 -0
  341. package/lib/response/list-operations-insights-warehouses-response.js +15 -0
  342. package/lib/response/list-operations-insights-warehouses-response.js.map +1 -0
  343. package/lib/response/rotate-operations-insights-warehouse-wallet-response.d.ts +25 -0
  344. package/lib/response/rotate-operations-insights-warehouse-wallet-response.js +15 -0
  345. package/lib/response/rotate-operations-insights-warehouse-wallet-response.js.map +1 -0
  346. package/lib/response/summarize-awr-sources-summaries-response.d.ts +32 -0
  347. package/lib/response/summarize-awr-sources-summaries-response.js +15 -0
  348. package/lib/response/summarize-awr-sources-summaries-response.js.map +1 -0
  349. package/lib/response/summarize-operations-insights-warehouse-resource-usage-response.d.ts +30 -0
  350. package/lib/response/summarize-operations-insights-warehouse-resource-usage-response.js +15 -0
  351. package/lib/response/summarize-operations-insights-warehouse-resource-usage-response.js.map +1 -0
  352. package/lib/response/update-awr-hub-response.d.ts +25 -0
  353. package/lib/response/update-awr-hub-response.js +15 -0
  354. package/lib/response/update-awr-hub-response.js.map +1 -0
  355. package/lib/response/update-operations-insights-warehouse-response.d.ts +25 -0
  356. package/lib/response/update-operations-insights-warehouse-response.js +15 -0
  357. package/lib/response/update-operations-insights-warehouse-response.js.map +1 -0
  358. package/lib/response/update-operations-insights-warehouse-user-response.d.ts +25 -0
  359. package/lib/response/update-operations-insights-warehouse-user-response.js +15 -0
  360. package/lib/response/update-operations-insights-warehouse-user-response.js.map +1 -0
  361. package/package.json +3 -3
@@ -0,0 +1,32 @@
1
+ "use strict";
2
+ /**
3
+ * Operations Insights API
4
+ * Use the Operations Insights API to perform data extraction operations to obtain database
5
+ resource utilization, performance statistics, and reference information. For more information,
6
+ see [About Oracle Cloud Infrastructure Operations Insights](https://docs.cloud.oracle.com/en-us/iaas/operations-insights/doc/operations-insights.html).
7
+
8
+ * OpenAPI spec version: 20200630
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OracleSDKGenerator.
12
+ * Do not edit the class manually.
13
+ *
14
+ * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
15
+ * 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.
16
+ */
17
+ Object.defineProperty(exports, "__esModule", { value: true });
18
+ exports.DownloadOperationsInsightsWarehouseWalletDetails = void 0;
19
+ var DownloadOperationsInsightsWarehouseWalletDetails;
20
+ (function (DownloadOperationsInsightsWarehouseWalletDetails) {
21
+ function getJsonObj(obj) {
22
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
23
+ return jsonObj;
24
+ }
25
+ DownloadOperationsInsightsWarehouseWalletDetails.getJsonObj = getJsonObj;
26
+ function getDeserializedJsonObj(obj) {
27
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
28
+ return jsonObj;
29
+ }
30
+ DownloadOperationsInsightsWarehouseWalletDetails.getDeserializedJsonObj = getDeserializedJsonObj;
31
+ })(DownloadOperationsInsightsWarehouseWalletDetails = exports.DownloadOperationsInsightsWarehouseWalletDetails || (exports.DownloadOperationsInsightsWarehouseWalletDetails = {}));
32
+ //# sourceMappingURL=download-operations-insights-warehouse-wallet-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"download-operations-insights-warehouse-wallet-details.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/download-operations-insights-warehouse-wallet-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAeH,IAAiB,gDAAgD,CAahE;AAbD,WAAiB,gDAAgD;IAC/D,SAAgB,UAAU,CAAC,GAAqD;QAC9E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,2DAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAqD;QAErD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IANe,uEAAsB,yBAMrC,CAAA;AACH,CAAC,EAbgB,gDAAgD,GAAhD,wDAAgD,KAAhD,wDAAgD,QAahE"}
@@ -44,6 +44,7 @@ export interface EmManagedExternalHostInsightSummary extends model.HostInsightSu
44
44
  "enterpriseManagerBridgeId": string;
45
45
  /**
46
46
  * Platform type.
47
+ *
47
48
  */
48
49
  "platformType"?: EmManagedExternalHostInsightSummary.PlatformType;
49
50
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"em-managed-external-host-insight-summary.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/em-managed-external-host-insight-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA2ClC,IAAiB,mCAAmC,CAuCnD;AAvCD,WAAiB,mCAAmC;IAClD,IAAY,YAOX;IAPD,WAAY,YAAY;QACtB,+BAAe,CAAA;QACf;;;WAGG;QACH,8CAA8B,CAAA;IAChC,CAAC,EAPW,YAAY,GAAZ,gDAAY,KAAZ,gDAAY,QAOvB;IAED,SAAgB,UAAU,CACxB,GAAwC,EACxC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,GAAG,CAAyC,CAAC,GACnF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,8CAAU,aAYzB,CAAA;IACY,gDAAY,GAAG,0BAA0B,CAAC;IACvD,SAAgB,sBAAsB,CACpC,GAAwC,EACxC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAC9C,GAAG,CACoC,CAAC,GAC3C,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,0DAAsB,yBAcrC,CAAA;AACH,CAAC,EAvCgB,mCAAmC,GAAnC,2CAAmC,KAAnC,2CAAmC,QAuCnD"}
1
+ {"version":3,"file":"em-managed-external-host-insight-summary.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/em-managed-external-host-insight-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA4ClC,IAAiB,mCAAmC,CAuCnD;AAvCD,WAAiB,mCAAmC;IAClD,IAAY,YAOX;IAPD,WAAY,YAAY;QACtB,+BAAe,CAAA;QACf;;;WAGG;QACH,8CAA8B,CAAA;IAChC,CAAC,EAPW,YAAY,GAAZ,gDAAY,KAAZ,gDAAY,QAOvB;IAED,SAAgB,UAAU,CACxB,GAAwC,EACxC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,GAAG,CAAyC,CAAC,GACnF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,8CAAU,aAYzB,CAAA;IACY,gDAAY,GAAG,0BAA0B,CAAC;IACvD,SAAgB,sBAAsB,CACpC,GAAwC,EACxC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAC9C,GAAG,CACoC,CAAC,GAC3C,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,0DAAsB,yBAcrC,CAAA;AACH,CAAC,EAvCgB,mCAAmC,GAAnC,2CAAmC,KAAnC,2CAAmC,QAuCnD"}
@@ -44,6 +44,7 @@ export interface EmManagedExternalHostInsight extends model.HostInsight {
44
44
  "enterpriseManagerBridgeId": string;
45
45
  /**
46
46
  * Platform type.
47
+ *
47
48
  */
48
49
  "platformType"?: EmManagedExternalHostInsight.PlatformType;
49
50
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"em-managed-external-host-insight.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/em-managed-external-host-insight.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAmDlC,IAAiB,4BAA4B,CAkC5C;AAlCD,WAAiB,4BAA4B;IAC3C,IAAY,YAOX;IAPD,WAAY,YAAY;QACtB,+BAAe,CAAA;QACf;;;WAGG;QACH,8CAA8B,CAAA;IAChC,CAAC,EAPW,YAAY,GAAZ,yCAAY,KAAZ,yCAAY,QAOvB;IAED,SAAgB,UAAU,CAAC,GAAiC,EAAE,eAAyB;QACrF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,WAAW,CAAC,UAAU,CAAC,GAAG,CAAkC,CAAC,GACrE,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,uCAAU,aASzB,CAAA;IACY,yCAAY,GAAG,0BAA0B,CAAC;IACvD,SAAgB,sBAAsB,CACpC,GAAiC,EACjC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,WAAW,CAAC,sBAAsB,CAAC,GAAG,CAAkC,CAAC,GACjF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,mDAAsB,yBAYrC,CAAA;AACH,CAAC,EAlCgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAkC5C"}
1
+ {"version":3,"file":"em-managed-external-host-insight.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/em-managed-external-host-insight.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAoDlC,IAAiB,4BAA4B,CAkC5C;AAlCD,WAAiB,4BAA4B;IAC3C,IAAY,YAOX;IAPD,WAAY,YAAY;QACtB,+BAAe,CAAA;QACf;;;WAGG;QACH,8CAA8B,CAAA;IAChC,CAAC,EAPW,YAAY,GAAZ,yCAAY,KAAZ,yCAAY,QAOvB;IAED,SAAgB,UAAU,CAAC,GAAiC,EAAE,eAAyB;QACrF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,WAAW,CAAC,UAAU,CAAC,GAAG,CAAkC,CAAC,GACrE,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,uCAAU,aASzB,CAAA;IACY,yCAAY,GAAG,0BAA0B,CAAC;IACvD,SAAgB,sBAAsB,CACpC,GAAiC,EACjC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,WAAW,CAAC,sBAAsB,CAAC,GAAG,CAAkC,CAAC,GACjF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,mDAAsB,yBAYrC,CAAA;AACH,CAAC,EAlCgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAkC5C"}
@@ -31,6 +31,7 @@ export interface HostConfigurationSummary {
31
31
  "hostName": string;
32
32
  /**
33
33
  * Platform type.
34
+ *
34
35
  */
35
36
  "platformType": HostConfigurationSummary.PlatformType;
36
37
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"host-configuration-summary.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/host-configuration-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAiGlC,IAAiB,wBAAwB,CAoDxC;AApDD,WAAiB,wBAAwB;IACvC,IAAY,YAOX;IAPD,WAAY,YAAY;QACtB,+BAAe,CAAA;QACf;;;WAGG;QACH,8CAA8B,CAAA;IAChC,CAAC,EAPW,YAAY,GAAZ,qCAAY,KAAZ,qCAAY,QAOvB;IAED,SAAgB,UAAU,CAAC,GAA6B;QACtD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,cAAc,IAAI,GAAG,IAAI,GAAG,CAAC,YAAY,EAAE;YAC7C,QAAQ,GAAG,CAAC,YAAY,EAAE;gBACxB,KAAK,4BAA4B;oBAC/B,OAAO,KAAK,CAAC,2CAA2C,CAAC,UAAU,CACL,OAAQ,EACpE,IAAI,CACL,CAAC;gBACJ,KAAK,0BAA0B;oBAC7B,OAAO,KAAK,CAAC,yCAAyC,CAAC,UAAU,CACL,OAAQ,EAClE,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,YAAY,CAAC,CAAC;aACzD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,mCAAU,aAoBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA6B;QAClE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,cAAc,IAAI,GAAG,IAAI,GAAG,CAAC,YAAY,EAAE;YAC7C,QAAQ,GAAG,CAAC,YAAY,EAAE;gBACxB,KAAK,4BAA4B;oBAC/B,OAAO,KAAK,CAAC,2CAA2C,CAAC,sBAAsB,CACjB,OAAQ,EACpE,IAAI,CACL,CAAC;gBACJ,KAAK,0BAA0B;oBAC7B,OAAO,KAAK,CAAC,yCAAyC,CAAC,sBAAsB,CACjB,OAAQ,EAClE,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,YAAY,CAAC,CAAC;aACzD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,+CAAsB,yBAoBrC,CAAA;AACH,CAAC,EApDgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAoDxC"}
1
+ {"version":3,"file":"host-configuration-summary.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/host-configuration-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAkGlC,IAAiB,wBAAwB,CAoDxC;AApDD,WAAiB,wBAAwB;IACvC,IAAY,YAOX;IAPD,WAAY,YAAY;QACtB,+BAAe,CAAA;QACf;;;WAGG;QACH,8CAA8B,CAAA;IAChC,CAAC,EAPW,YAAY,GAAZ,qCAAY,KAAZ,qCAAY,QAOvB;IAED,SAAgB,UAAU,CAAC,GAA6B;QACtD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,cAAc,IAAI,GAAG,IAAI,GAAG,CAAC,YAAY,EAAE;YAC7C,QAAQ,GAAG,CAAC,YAAY,EAAE;gBACxB,KAAK,4BAA4B;oBAC/B,OAAO,KAAK,CAAC,2CAA2C,CAAC,UAAU,CACL,OAAQ,EACpE,IAAI,CACL,CAAC;gBACJ,KAAK,0BAA0B;oBAC7B,OAAO,KAAK,CAAC,yCAAyC,CAAC,UAAU,CACL,OAAQ,EAClE,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,YAAY,CAAC,CAAC;aACzD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,mCAAU,aAoBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA6B;QAClE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,cAAc,IAAI,GAAG,IAAI,GAAG,CAAC,YAAY,EAAE;YAC7C,QAAQ,GAAG,CAAC,YAAY,EAAE;gBACxB,KAAK,4BAA4B;oBAC/B,OAAO,KAAK,CAAC,2CAA2C,CAAC,sBAAsB,CACjB,OAAQ,EACpE,IAAI,CACL,CAAC;gBACJ,KAAK,0BAA0B;oBAC7B,OAAO,KAAK,CAAC,yCAAyC,CAAC,sBAAsB,CACjB,OAAQ,EAClE,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,YAAY,CAAC,CAAC;aACzD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,+CAAsB,yBAoBrC,CAAA;AACH,CAAC,EApDgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAoDxC"}
@@ -21,6 +21,10 @@ export interface HostDetails {
21
21
  * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the host.
22
22
  */
23
23
  "id": string;
24
+ /**
25
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
26
+ */
27
+ "compartmentId": string;
24
28
  /**
25
29
  * The host name. The host name is unique amongst the hosts managed by the same management agent.
26
30
  */
@@ -31,6 +35,7 @@ export interface HostDetails {
31
35
  "hostDisplayName"?: string;
32
36
  /**
33
37
  * Platform type.
38
+ *
34
39
  */
35
40
  "platformType": HostDetails.PlatformType;
36
41
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"host-details.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/host-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AA+BH,IAAiB,WAAW,CAoB3B;AApBD,WAAiB,WAAW;IAC1B,IAAY,YAOX;IAPD,WAAY,YAAY;QACtB,+BAAe,CAAA;QACf;;;WAGG;QACH,8CAA8B,CAAA;IAChC,CAAC,EAPW,YAAY,GAAZ,wBAAY,KAAZ,wBAAY,QAOvB;IAED,SAAgB,UAAU,CAAC,GAAgB;QACzC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgB;QACrD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kCAAsB,yBAIrC,CAAA;AACH,CAAC,EApBgB,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAoB3B"}
1
+ {"version":3,"file":"host-details.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/host-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAoCH,IAAiB,WAAW,CAoB3B;AApBD,WAAiB,WAAW;IAC1B,IAAY,YAOX;IAPD,WAAY,YAAY;QACtB,+BAAe,CAAA;QACf;;;WAGG;QACH,8CAA8B,CAAA;IAChC,CAAC,EAPW,YAAY,GAAZ,wBAAY,KAAZ,wBAAY,QAOvB;IAED,SAAgB,UAAU,CAAC,GAAgB;QACzC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgB;QACrD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kCAAsB,yBAIrC,CAAA;AACH,CAAC,EApBgB,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAoB3B"}
@@ -24,6 +24,7 @@ export interface HostImportableAgentEntitySummary extends model.ImportableAgentE
24
24
  "hostName": string;
25
25
  /**
26
26
  * Platform type.
27
+ *
27
28
  */
28
29
  "platformType": HostImportableAgentEntitySummary.PlatformType;
29
30
  "entitySource": string;
@@ -1 +1 @@
1
- {"version":3,"file":"host-importable-agent-entity-summary.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/host-importable-agent-entity-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAmBlC,IAAiB,gCAAgC,CAuChD;AAvCD,WAAiB,gCAAgC;IAC/C,IAAY,YAOX;IAPD,WAAY,YAAY;QACtB,+BAAe,CAAA;QACf;;;WAGG;QACH,8CAA8B,CAAA;IAChC,CAAC,EAPW,YAAY,GAAZ,6CAAY,KAAZ,6CAAY,QAOvB;IAED,SAAgB,UAAU,CACxB,GAAqC,EACrC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,4BAA4B,CAAC,UAAU,CAAC,GAAG,CAAsC,CAAC,GAC1F,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,2CAAU,aAYzB,CAAA;IACY,6CAAY,GAAG,4BAA4B,CAAC;IACzD,SAAgB,sBAAsB,CACpC,GAAqC,EACrC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,4BAA4B,CAAC,sBAAsB,CACxD,GAAG,CACiC,CAAC,GACxC,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,uDAAsB,yBAcrC,CAAA;AACH,CAAC,EAvCgB,gCAAgC,GAAhC,wCAAgC,KAAhC,wCAAgC,QAuChD"}
1
+ {"version":3,"file":"host-importable-agent-entity-summary.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/host-importable-agent-entity-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAoBlC,IAAiB,gCAAgC,CAuChD;AAvCD,WAAiB,gCAAgC;IAC/C,IAAY,YAOX;IAPD,WAAY,YAAY;QACtB,+BAAe,CAAA;QACf;;;WAGG;QACH,8CAA8B,CAAA;IAChC,CAAC,EAPW,YAAY,GAAZ,6CAAY,KAAZ,6CAAY,QAOvB;IAED,SAAgB,UAAU,CACxB,GAAqC,EACrC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,4BAA4B,CAAC,UAAU,CAAC,GAAG,CAAsC,CAAC,GAC1F,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,2CAAU,aAYzB,CAAA;IACY,6CAAY,GAAG,4BAA4B,CAAC;IACzD,SAAgB,sBAAsB,CACpC,GAAqC,EACrC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,4BAA4B,CAAC,sBAAsB,CACxD,GAAG,CACiC,CAAC,GACxC,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,uDAAsB,yBAcrC,CAAA;AACH,CAAC,EAvCgB,gCAAgC,GAAhC,wCAAgC,KAAhC,wCAAgC,QAuChD"}
@@ -17,6 +17,26 @@ import * as ActionType from "./action-type";
17
17
  export import ActionType = ActionType.ActionType;
18
18
  import * as AddExadataInsightMembersDetails from "./add-exadata-insight-members-details";
19
19
  export import AddExadataInsightMembersDetails = AddExadataInsightMembersDetails.AddExadataInsightMembersDetails;
20
+ import * as AwrHub from "./awr-hub";
21
+ export import AwrHub = AwrHub.AwrHub;
22
+ import * as AwrHubLifecycleState from "./awr-hub-lifecycle-state";
23
+ export import AwrHubLifecycleState = AwrHubLifecycleState.AwrHubLifecycleState;
24
+ import * as AwrHubSummary from "./awr-hub-summary";
25
+ export import AwrHubSummary = AwrHubSummary.AwrHubSummary;
26
+ import * as AwrHubSummaryCollection from "./awr-hub-summary-collection";
27
+ export import AwrHubSummaryCollection = AwrHubSummaryCollection.AwrHubSummaryCollection;
28
+ import * as AwrHubs from "./awr-hubs";
29
+ export import AwrHubs = AwrHubs.AwrHubs;
30
+ import * as AwrReport from "./awr-report";
31
+ export import AwrReport = AwrReport.AwrReport;
32
+ import * as AwrReportFormatType from "./awr-report-format-type";
33
+ export import AwrReportFormatType = AwrReportFormatType.AwrReportFormatType;
34
+ import * as AwrSnapshotCollection from "./awr-snapshot-collection";
35
+ export import AwrSnapshotCollection = AwrSnapshotCollection.AwrSnapshotCollection;
36
+ import * as AwrSnapshotSummary from "./awr-snapshot-summary";
37
+ export import AwrSnapshotSummary = AwrSnapshotSummary.AwrSnapshotSummary;
38
+ import * as AwrSourceSummary from "./awr-source-summary";
39
+ export import AwrSourceSummary = AwrSourceSummary.AwrSourceSummary;
20
40
  import * as ChangeDatabaseInsightCompartmentDetails from "./change-database-insight-compartment-details";
21
41
  export import ChangeDatabaseInsightCompartmentDetails = ChangeDatabaseInsightCompartmentDetails.ChangeDatabaseInsightCompartmentDetails;
22
42
  import * as ChangeEnterpriseManagerBridgeCompartmentDetails from "./change-enterprise-manager-bridge-compartment-details";
@@ -27,6 +47,8 @@ import * as ChangeHostInsightCompartmentDetails from "./change-host-insight-comp
27
47
  export import ChangeHostInsightCompartmentDetails = ChangeHostInsightCompartmentDetails.ChangeHostInsightCompartmentDetails;
28
48
  import * as ConnectionDetails from "./connection-details";
29
49
  export import ConnectionDetails = ConnectionDetails.ConnectionDetails;
50
+ import * as CreateAwrHubDetails from "./create-awr-hub-details";
51
+ export import CreateAwrHubDetails = CreateAwrHubDetails.CreateAwrHubDetails;
30
52
  import * as CreateDatabaseInsightDetails from "./create-database-insight-details";
31
53
  export import CreateDatabaseInsightDetails = CreateDatabaseInsightDetails.CreateDatabaseInsightDetails;
32
54
  import * as CreateEmManagedExternalExadataMemberEntityDetails from "./create-em-managed-external-exadata-member-entity-details";
@@ -37,6 +59,10 @@ import * as CreateExadataInsightDetails from "./create-exadata-insight-details";
37
59
  export import CreateExadataInsightDetails = CreateExadataInsightDetails.CreateExadataInsightDetails;
38
60
  import * as CreateHostInsightDetails from "./create-host-insight-details";
39
61
  export import CreateHostInsightDetails = CreateHostInsightDetails.CreateHostInsightDetails;
62
+ import * as CreateOperationsInsightsWarehouseDetails from "./create-operations-insights-warehouse-details";
63
+ export import CreateOperationsInsightsWarehouseDetails = CreateOperationsInsightsWarehouseDetails.CreateOperationsInsightsWarehouseDetails;
64
+ import * as CreateOperationsInsightsWarehouseUserDetails from "./create-operations-insights-warehouse-user-details";
65
+ export import CreateOperationsInsightsWarehouseUserDetails = CreateOperationsInsightsWarehouseUserDetails.CreateOperationsInsightsWarehouseUserDetails;
40
66
  import * as CredentialDetails from "./credential-details";
41
67
  export import CredentialDetails = CredentialDetails.CredentialDetails;
42
68
  import * as Database from "./database";
@@ -65,6 +91,8 @@ import * as DiskGroup from "./disk-group";
65
91
  export import DiskGroup = DiskGroup.DiskGroup;
66
92
  import * as DiskGroupDetails from "./disk-group-details";
67
93
  export import DiskGroupDetails = DiskGroupDetails.DiskGroupDetails;
94
+ import * as DownloadOperationsInsightsWarehouseWalletDetails from "./download-operations-insights-warehouse-wallet-details";
95
+ export import DownloadOperationsInsightsWarehouseWalletDetails = DownloadOperationsInsightsWarehouseWalletDetails.DownloadOperationsInsightsWarehouseWalletDetails;
68
96
  import * as EnableDatabaseInsightDetails from "./enable-database-insight-details";
69
97
  export import EnableDatabaseInsightDetails = EnableDatabaseInsightDetails.EnableDatabaseInsightDetails;
70
98
  import * as EnableExadataInsightDetails from "./enable-exadata-insight-details";
@@ -183,6 +211,10 @@ import * as IngestSqlPlanLinesDetails from "./ingest-sql-plan-lines-details";
183
211
  export import IngestSqlPlanLinesDetails = IngestSqlPlanLinesDetails.IngestSqlPlanLinesDetails;
184
212
  import * as IngestSqlPlanLinesResponseDetails from "./ingest-sql-plan-lines-response-details";
185
213
  export import IngestSqlPlanLinesResponseDetails = IngestSqlPlanLinesResponseDetails.IngestSqlPlanLinesResponseDetails;
214
+ import * as IngestSqlStatsDetails from "./ingest-sql-stats-details";
215
+ export import IngestSqlStatsDetails = IngestSqlStatsDetails.IngestSqlStatsDetails;
216
+ import * as IngestSqlStatsResponseDetails from "./ingest-sql-stats-response-details";
217
+ export import IngestSqlStatsResponseDetails = IngestSqlStatsResponseDetails.IngestSqlStatsResponseDetails;
186
218
  import * as IngestSqlTextDetails from "./ingest-sql-text-details";
187
219
  export import IngestSqlTextDetails = IngestSqlTextDetails.IngestSqlTextDetails;
188
220
  import * as IngestSqlTextResponseDetails from "./ingest-sql-text-response-details";
@@ -195,6 +227,26 @@ import * as OperationStatus from "./operation-status";
195
227
  export import OperationStatus = OperationStatus.OperationStatus;
196
228
  import * as OperationType from "./operation-type";
197
229
  export import OperationType = OperationType.OperationType;
230
+ import * as OperationsInsightsWarehouse from "./operations-insights-warehouse";
231
+ export import OperationsInsightsWarehouse = OperationsInsightsWarehouse.OperationsInsightsWarehouse;
232
+ import * as OperationsInsightsWarehouseLifecycleState from "./operations-insights-warehouse-lifecycle-state";
233
+ export import OperationsInsightsWarehouseLifecycleState = OperationsInsightsWarehouseLifecycleState.OperationsInsightsWarehouseLifecycleState;
234
+ import * as OperationsInsightsWarehouseSummary from "./operations-insights-warehouse-summary";
235
+ export import OperationsInsightsWarehouseSummary = OperationsInsightsWarehouseSummary.OperationsInsightsWarehouseSummary;
236
+ import * as OperationsInsightsWarehouseSummaryCollection from "./operations-insights-warehouse-summary-collection";
237
+ export import OperationsInsightsWarehouseSummaryCollection = OperationsInsightsWarehouseSummaryCollection.OperationsInsightsWarehouseSummaryCollection;
238
+ import * as OperationsInsightsWarehouseUser from "./operations-insights-warehouse-user";
239
+ export import OperationsInsightsWarehouseUser = OperationsInsightsWarehouseUser.OperationsInsightsWarehouseUser;
240
+ import * as OperationsInsightsWarehouseUserLifecycleState from "./operations-insights-warehouse-user-lifecycle-state";
241
+ export import OperationsInsightsWarehouseUserLifecycleState = OperationsInsightsWarehouseUserLifecycleState.OperationsInsightsWarehouseUserLifecycleState;
242
+ import * as OperationsInsightsWarehouseUserSummary from "./operations-insights-warehouse-user-summary";
243
+ export import OperationsInsightsWarehouseUserSummary = OperationsInsightsWarehouseUserSummary.OperationsInsightsWarehouseUserSummary;
244
+ import * as OperationsInsightsWarehouseUserSummaryCollection from "./operations-insights-warehouse-user-summary-collection";
245
+ export import OperationsInsightsWarehouseUserSummaryCollection = OperationsInsightsWarehouseUserSummaryCollection.OperationsInsightsWarehouseUserSummaryCollection;
246
+ import * as OperationsInsightsWarehouseUsers from "./operations-insights-warehouse-users";
247
+ export import OperationsInsightsWarehouseUsers = OperationsInsightsWarehouseUsers.OperationsInsightsWarehouseUsers;
248
+ import * as OperationsInsightsWarehouses from "./operations-insights-warehouses";
249
+ export import OperationsInsightsWarehouses = OperationsInsightsWarehouses.OperationsInsightsWarehouses;
198
250
  import * as ProjectedDataItem from "./projected-data-item";
199
251
  export import ProjectedDataItem = ProjectedDataItem.ProjectedDataItem;
200
252
  import * as ResourceCapacityTrendAggregation from "./resource-capacity-trend-aggregation";
@@ -263,6 +315,8 @@ import * as SqlStatisticsTimeSeriesByPlanAggregation from "./sql-statistics-time
263
315
  export import SqlStatisticsTimeSeriesByPlanAggregation = SqlStatisticsTimeSeriesByPlanAggregation.SqlStatisticsTimeSeriesByPlanAggregation;
264
316
  import * as SqlStatisticsTimeSeriesByPlanAggregationCollection from "./sql-statistics-time-series-by-plan-aggregation-collection";
265
317
  export import SqlStatisticsTimeSeriesByPlanAggregationCollection = SqlStatisticsTimeSeriesByPlanAggregationCollection.SqlStatisticsTimeSeriesByPlanAggregationCollection;
318
+ import * as SqlStats from "./sql-stats";
319
+ export import SqlStats = SqlStats.SqlStats;
266
320
  import * as SqlText from "./sql-text";
267
321
  export import SqlText = SqlText.SqlText;
268
322
  import * as SqlTextCollection from "./sql-text-collection";
@@ -273,6 +327,8 @@ import * as StorageServer from "./storage-server";
273
327
  export import StorageServer = StorageServer.StorageServer;
274
328
  import * as StorageServerDetails from "./storage-server-details";
275
329
  export import StorageServerDetails = StorageServerDetails.StorageServerDetails;
330
+ import * as SummarizeAwrSourcesSummariesCollection from "./summarize-awr-sources-summaries-collection";
331
+ export import SummarizeAwrSourcesSummariesCollection = SummarizeAwrSourcesSummariesCollection.SummarizeAwrSourcesSummariesCollection;
276
332
  import * as SummarizeDatabaseInsightResourceCapacityTrendAggregationCollection from "./summarize-database-insight-resource-capacity-trend-aggregation-collection";
277
333
  export import SummarizeDatabaseInsightResourceCapacityTrendAggregationCollection = SummarizeDatabaseInsightResourceCapacityTrendAggregationCollection.SummarizeDatabaseInsightResourceCapacityTrendAggregationCollection;
278
334
  import * as SummarizeDatabaseInsightResourceForecastTrendAggregation from "./summarize-database-insight-resource-forecast-trend-aggregation";
@@ -315,12 +371,16 @@ import * as SummarizeHostInsightResourceUsageTrendAggregationCollection from "./
315
371
  export import SummarizeHostInsightResourceUsageTrendAggregationCollection = SummarizeHostInsightResourceUsageTrendAggregationCollection.SummarizeHostInsightResourceUsageTrendAggregationCollection;
316
372
  import * as SummarizeHostInsightResourceUtilizationInsightAggregation from "./summarize-host-insight-resource-utilization-insight-aggregation";
317
373
  export import SummarizeHostInsightResourceUtilizationInsightAggregation = SummarizeHostInsightResourceUtilizationInsightAggregation.SummarizeHostInsightResourceUtilizationInsightAggregation;
374
+ import * as SummarizeOperationsInsightsWarehouseResourceUsageAggregation from "./summarize-operations-insights-warehouse-resource-usage-aggregation";
375
+ export import SummarizeOperationsInsightsWarehouseResourceUsageAggregation = SummarizeOperationsInsightsWarehouseResourceUsageAggregation.SummarizeOperationsInsightsWarehouseResourceUsageAggregation;
318
376
  import * as SummaryStatistics from "./summary-statistics";
319
377
  export import SummaryStatistics = SummaryStatistics.SummaryStatistics;
320
378
  import * as TablespaceUsageTrend from "./tablespace-usage-trend";
321
379
  export import TablespaceUsageTrend = TablespaceUsageTrend.TablespaceUsageTrend;
322
380
  import * as TablespaceUsageTrendAggregation from "./tablespace-usage-trend-aggregation";
323
381
  export import TablespaceUsageTrendAggregation = TablespaceUsageTrendAggregation.TablespaceUsageTrendAggregation;
382
+ import * as UpdateAwrHubDetails from "./update-awr-hub-details";
383
+ export import UpdateAwrHubDetails = UpdateAwrHubDetails.UpdateAwrHubDetails;
324
384
  import * as UpdateDatabaseInsightDetails from "./update-database-insight-details";
325
385
  export import UpdateDatabaseInsightDetails = UpdateDatabaseInsightDetails.UpdateDatabaseInsightDetails;
326
386
  import * as UpdateEnterpriseManagerBridgeDetails from "./update-enterprise-manager-bridge-details";
@@ -329,6 +389,10 @@ import * as UpdateExadataInsightDetails from "./update-exadata-insight-details";
329
389
  export import UpdateExadataInsightDetails = UpdateExadataInsightDetails.UpdateExadataInsightDetails;
330
390
  import * as UpdateHostInsightDetails from "./update-host-insight-details";
331
391
  export import UpdateHostInsightDetails = UpdateHostInsightDetails.UpdateHostInsightDetails;
392
+ import * as UpdateOperationsInsightsWarehouseDetails from "./update-operations-insights-warehouse-details";
393
+ export import UpdateOperationsInsightsWarehouseDetails = UpdateOperationsInsightsWarehouseDetails.UpdateOperationsInsightsWarehouseDetails;
394
+ import * as UpdateOperationsInsightsWarehouseUserDetails from "./update-operations-insights-warehouse-user-details";
395
+ export import UpdateOperationsInsightsWarehouseUserDetails = UpdateOperationsInsightsWarehouseUserDetails.UpdateOperationsInsightsWarehouseUserDetails;
332
396
  import * as UsageUnit from "./usage-unit";
333
397
  export import UsageUnit = UsageUnit.UsageUnit;
334
398
  import * as WorkRequest from "./work-request";
@@ -34,15 +34,36 @@ var __importStar = (this && this.__importStar) || function (mod) {
34
34
  return result;
35
35
  };
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
- exports.ExadataMemberSummary = exports.ExadataMemberCollection = exports.ExadataInsights = exports.ExadataInsightSummaryCollection = exports.ExadataInsightSummary = exports.ExadataInsightResourceStatisticsAggregation = exports.ExadataInsightResourceStatistics = exports.ExadataInsightResourceInsightUtilizationItem = exports.ExadataInsightResourceForecastTrendSummary = exports.ExadataInsightResourceCapacityTrendSummary = exports.ExadataInsightResourceCapacityTrendAggregation = exports.ExadataInsightLifecycleState = exports.ExadataInsight = exports.ExadataEntitySource = exports.ExadataDetails = exports.ExadataConfigurationSummary = exports.ExadataConfigurationCollection = exports.EnterpriseManagerBridges = exports.EnterpriseManagerBridgeSummary = exports.EnterpriseManagerBridgeCollection = exports.EnterpriseManagerBridge = exports.EnableHostInsightDetails = exports.EnableExadataInsightDetails = exports.EnableDatabaseInsightDetails = exports.DiskGroupDetails = exports.DiskGroup = exports.DatabaseInsightsCollection = exports.DatabaseInsights = exports.DatabaseInsightSummary = exports.DatabaseInsight = exports.DatabaseEntitySourceAll = exports.DatabaseEntitySource = exports.DatabaseDetails = exports.DatabaseConfigurationSummary = exports.DatabaseConfigurationMetricGroup = exports.DatabaseConfigurationCollection = exports.Database = exports.CredentialDetails = exports.CreateHostInsightDetails = exports.CreateExadataInsightDetails = exports.CreateEnterpriseManagerBridgeDetails = exports.CreateEmManagedExternalExadataMemberEntityDetails = exports.CreateDatabaseInsightDetails = exports.ConnectionDetails = exports.ChangeHostInsightCompartmentDetails = exports.ChangeExadataInsightCompartmentDetails = exports.ChangeEnterpriseManagerBridgeCompartmentDetails = exports.ChangeDatabaseInsightCompartmentDetails = exports.AddExadataInsightMembersDetails = exports.ActionType = void 0;
38
- exports.ResourceUsageSummary = exports.ResourceStatus = exports.ResourceStatisticsAggregation = exports.ResourceStatistics = exports.ResourceInsightProjectedUtilizationItem = exports.ResourceInsightProjectedUtilization = exports.ResourceInsightCurrentUtilization = exports.ResourceCapacityTrendAggregation = exports.ProjectedDataItem = exports.OperationType = exports.OperationStatus = exports.LifecycleState = exports.InstanceMetrics = exports.IngestSqlTextResponseDetails = exports.IngestSqlTextDetails = exports.IngestSqlPlanLinesResponseDetails = exports.IngestSqlPlanLinesDetails = exports.IngestSqlBucketResponseDetails = exports.IngestSqlBucketDetails = exports.IngestHostMetricsResponseDetails = exports.IngestHostMetricsDetails = exports.IngestHostConfigurationResponseDetails = exports.IngestHostConfigurationDetails = exports.IngestDatabaseConfigurationResponseDetails = exports.IngestDatabaseConfigurationDetails = exports.ImportableEnterpriseManagerEntityCollection = exports.ImportableEnterpriseManagerEntity = exports.ImportableAgentEntitySummaryCollection = exports.ImportableAgentEntitySummary = exports.ImportableAgentEntitySource = exports.HostedEntitySummary = exports.HostedEntityCollection = exports.HostResourceStatistics = exports.HostResourceCapacityTrendAggregation = exports.HostPerformanceMetricGroup = exports.HostInstanceMap = exports.HostInsights = exports.HostInsightSummaryCollection = exports.HostInsightSummary = exports.HostInsightResourceStatisticsAggregation = exports.HostInsight = exports.HostEntitySource = exports.HostDetails = exports.HostConfigurationSummary = exports.HostConfigurationMetricGroup = exports.HostConfigurationCollection = exports.Host = exports.HistoricalDataItem = exports.ExadataType = exports.ExadataRackType = void 0;
39
- exports.SummarizeHostInsightResourceUsageTrendAggregationCollection = exports.SummarizeHostInsightResourceUsageAggregation = exports.SummarizeHostInsightResourceStatisticsAggregationCollection = exports.SummarizeHostInsightResourceForecastTrendAggregation = exports.SummarizeHostInsightResourceCapacityTrendAggregationCollection = exports.SummarizeExadataInsightResourceUtilizationInsightAggregation = exports.SummarizeExadataInsightResourceUsageCollection = exports.SummarizeExadataInsightResourceUsageAggregation = exports.SummarizeExadataInsightResourceStatisticsAggregationCollection = exports.SummarizeExadataInsightResourceForecastTrendCollection = exports.SummarizeExadataInsightResourceForecastTrendAggregation = exports.SummarizeExadataInsightResourceCapacityTrendCollection = exports.SummarizeExadataInsightResourceCapacityTrendAggregation = exports.SummarizeDatabaseInsightTablespaceUsageTrendAggregationCollection = exports.SummarizeDatabaseInsightResourceUtilizationInsightAggregation = exports.SummarizeDatabaseInsightResourceUsageTrendAggregationCollection = exports.SummarizeDatabaseInsightResourceUsageAggregation = exports.SummarizeDatabaseInsightResourceStatisticsAggregationCollection = exports.SummarizeDatabaseInsightResourceForecastTrendAggregation = exports.SummarizeDatabaseInsightResourceCapacityTrendAggregationCollection = exports.StorageServerDetails = exports.StorageServer = exports.SqlTextSummary = exports.SqlTextCollection = exports.SqlText = exports.SqlStatisticsTimeSeriesByPlanAggregationCollection = exports.SqlStatisticsTimeSeriesByPlanAggregation = exports.SqlStatisticsTimeSeriesAggregationCollection = exports.SqlStatisticsTimeSeriesAggregation = exports.SqlStatisticsTimeSeries = exports.SqlStatistics = exports.SqlStatisticAggregationCollection = exports.SqlStatisticAggregation = exports.SqlSearchSummary = exports.SqlSearchCollection = exports.SqlResponseTimeDistributionAggregationCollection = exports.SqlResponseTimeDistributionAggregation = exports.SqlPlanSummary = exports.SqlPlanLine = exports.SqlPlanInsights = exports.SqlPlanInsightAggregationCollection = exports.SqlPlanInsightAggregation = exports.SqlPlanCollection = exports.SqlInventory = exports.SqlInsightThresholds = exports.SqlInsightAggregationCollection = exports.SqlInsightAggregation = exports.SqlBucket = exports.SortOrder = exports.ResourceUsageTrendAggregation = void 0;
40
- exports.HostCpuUsage = exports.HostCpuStatistics = exports.HostCpuHardwareConfiguration = exports.ExadataStorageServerStatisticsSummary = exports.ExadataHostStatisticsSummary = exports.ExadataDiskgroupStatisticsSummary = exports.ExadataDatabaseStatisticsSummary = exports.ExadataDatabaseMachineConfigurationSummary = exports.EnableMacsManagedExternalHostInsightDetails = exports.EnableEmManagedExternalHostInsightDetails = exports.EnableEmManagedExternalExadataInsightDetails = exports.EnableEmManagedExternalDatabaseInsightDetails = exports.EmManagedExternalHostInsightSummary = exports.EmManagedExternalHostInsight = exports.EmManagedExternalHostConfigurationSummary = exports.EmManagedExternalExadataInsightSummary = exports.EmManagedExternalExadataInsight = exports.EmManagedExternalDatabaseInsightSummary = exports.EmManagedExternalDatabaseInsight = exports.EmManagedExternalDatabaseConfigurationSummary = exports.DBOSConfigInstance = exports.DBExternalProperties = exports.DBExternalInstance = exports.CredentialsBySource = exports.CreateMacsManagedExternalHostInsightDetails = exports.CreateEmManagedExternalHostInsightDetails = exports.CreateEmManagedExternalExadataInsightDetails = exports.CreateEmManagedExternalDatabaseInsightDetails = exports.AutonomousDatabaseInsightSummary = exports.AutonomousDatabaseInsight = exports.AutonomousDatabaseConfigurationSummary = exports.AddEmManagedExternalExadataInsightMembersDetails = exports.WorkRequests = exports.WorkRequestResourceMetadataKey = exports.WorkRequestResource = exports.WorkRequestLogEntryCollection = exports.WorkRequestLogEntry = exports.WorkRequestErrorCollection = exports.WorkRequestError = exports.WorkRequestCollection = exports.WorkRequest = exports.UsageUnit = exports.UpdateHostInsightDetails = exports.UpdateExadataInsightDetails = exports.UpdateEnterpriseManagerBridgeDetails = exports.UpdateDatabaseInsightDetails = exports.TablespaceUsageTrendAggregation = exports.TablespaceUsageTrend = exports.SummaryStatistics = exports.SummarizeHostInsightResourceUtilizationInsightAggregation = void 0;
41
- exports.UpdateMacsManagedExternalHostInsightDetails = exports.UpdateMacsManagedExternalDatabaseInsightDetails = exports.UpdateEmManagedExternalHostInsightDetails = exports.UpdateEmManagedExternalExadataInsightDetails = exports.UpdateEmManagedExternalDatabaseInsightDetails = exports.UpdateAutonomousDatabaseInsightDetails = exports.MacsManagedExternalHostInsightSummary = exports.MacsManagedExternalHostInsight = exports.MacsManagedExternalHostConfigurationSummary = exports.MacsManagedExternalDatabaseInsightSummary = exports.MacsManagedExternalDatabaseInsight = exports.MacsManagedExternalDatabaseConfigurationSummary = exports.HostResourceAllocation = exports.HostProduct = exports.HostNetworkConfiguration = exports.HostNetworkActivitySummary = exports.HostMemoryUsage = exports.HostMemoryStatistics = exports.HostMemoryConfiguration = exports.HostImportableAgentEntitySummary = exports.HostHardwareConfiguration = exports.HostEntities = void 0;
37
+ exports.ExadataDetails = exports.ExadataConfigurationSummary = exports.ExadataConfigurationCollection = exports.EnterpriseManagerBridges = exports.EnterpriseManagerBridgeSummary = exports.EnterpriseManagerBridgeCollection = exports.EnterpriseManagerBridge = exports.EnableHostInsightDetails = exports.EnableExadataInsightDetails = exports.EnableDatabaseInsightDetails = exports.DownloadOperationsInsightsWarehouseWalletDetails = exports.DiskGroupDetails = exports.DiskGroup = exports.DatabaseInsightsCollection = exports.DatabaseInsights = exports.DatabaseInsightSummary = exports.DatabaseInsight = exports.DatabaseEntitySourceAll = exports.DatabaseEntitySource = exports.DatabaseDetails = exports.DatabaseConfigurationSummary = exports.DatabaseConfigurationMetricGroup = exports.DatabaseConfigurationCollection = exports.Database = exports.CredentialDetails = exports.CreateOperationsInsightsWarehouseUserDetails = exports.CreateOperationsInsightsWarehouseDetails = exports.CreateHostInsightDetails = exports.CreateExadataInsightDetails = exports.CreateEnterpriseManagerBridgeDetails = exports.CreateEmManagedExternalExadataMemberEntityDetails = exports.CreateDatabaseInsightDetails = exports.CreateAwrHubDetails = exports.ConnectionDetails = exports.ChangeHostInsightCompartmentDetails = exports.ChangeExadataInsightCompartmentDetails = exports.ChangeEnterpriseManagerBridgeCompartmentDetails = exports.ChangeDatabaseInsightCompartmentDetails = exports.AwrSourceSummary = exports.AwrSnapshotSummary = exports.AwrSnapshotCollection = exports.AwrReportFormatType = exports.AwrReport = exports.AwrHubs = exports.AwrHubSummaryCollection = exports.AwrHubSummary = exports.AwrHubLifecycleState = exports.AwrHub = exports.AddExadataInsightMembersDetails = exports.ActionType = void 0;
38
+ exports.IngestSqlStatsDetails = exports.IngestSqlPlanLinesResponseDetails = exports.IngestSqlPlanLinesDetails = exports.IngestSqlBucketResponseDetails = exports.IngestSqlBucketDetails = exports.IngestHostMetricsResponseDetails = exports.IngestHostMetricsDetails = exports.IngestHostConfigurationResponseDetails = exports.IngestHostConfigurationDetails = exports.IngestDatabaseConfigurationResponseDetails = exports.IngestDatabaseConfigurationDetails = exports.ImportableEnterpriseManagerEntityCollection = exports.ImportableEnterpriseManagerEntity = exports.ImportableAgentEntitySummaryCollection = exports.ImportableAgentEntitySummary = exports.ImportableAgentEntitySource = exports.HostedEntitySummary = exports.HostedEntityCollection = exports.HostResourceStatistics = exports.HostResourceCapacityTrendAggregation = exports.HostPerformanceMetricGroup = exports.HostInstanceMap = exports.HostInsights = exports.HostInsightSummaryCollection = exports.HostInsightSummary = exports.HostInsightResourceStatisticsAggregation = exports.HostInsight = exports.HostEntitySource = exports.HostDetails = exports.HostConfigurationSummary = exports.HostConfigurationMetricGroup = exports.HostConfigurationCollection = exports.Host = exports.HistoricalDataItem = exports.ExadataType = exports.ExadataRackType = exports.ExadataMemberSummary = exports.ExadataMemberCollection = exports.ExadataInsights = exports.ExadataInsightSummaryCollection = exports.ExadataInsightSummary = exports.ExadataInsightResourceStatisticsAggregation = exports.ExadataInsightResourceStatistics = exports.ExadataInsightResourceInsightUtilizationItem = exports.ExadataInsightResourceForecastTrendSummary = exports.ExadataInsightResourceCapacityTrendSummary = exports.ExadataInsightResourceCapacityTrendAggregation = exports.ExadataInsightLifecycleState = exports.ExadataInsight = exports.ExadataEntitySource = void 0;
39
+ exports.SqlStatisticsTimeSeriesByPlanAggregation = exports.SqlStatisticsTimeSeriesAggregationCollection = exports.SqlStatisticsTimeSeriesAggregation = exports.SqlStatisticsTimeSeries = exports.SqlStatistics = exports.SqlStatisticAggregationCollection = exports.SqlStatisticAggregation = exports.SqlSearchSummary = exports.SqlSearchCollection = exports.SqlResponseTimeDistributionAggregationCollection = exports.SqlResponseTimeDistributionAggregation = exports.SqlPlanSummary = exports.SqlPlanLine = exports.SqlPlanInsights = exports.SqlPlanInsightAggregationCollection = exports.SqlPlanInsightAggregation = exports.SqlPlanCollection = exports.SqlInventory = exports.SqlInsightThresholds = exports.SqlInsightAggregationCollection = exports.SqlInsightAggregation = exports.SqlBucket = exports.SortOrder = exports.ResourceUsageTrendAggregation = exports.ResourceUsageSummary = exports.ResourceStatus = exports.ResourceStatisticsAggregation = exports.ResourceStatistics = exports.ResourceInsightProjectedUtilizationItem = exports.ResourceInsightProjectedUtilization = exports.ResourceInsightCurrentUtilization = exports.ResourceCapacityTrendAggregation = exports.ProjectedDataItem = exports.OperationsInsightsWarehouses = exports.OperationsInsightsWarehouseUsers = exports.OperationsInsightsWarehouseUserSummaryCollection = exports.OperationsInsightsWarehouseUserSummary = exports.OperationsInsightsWarehouseUserLifecycleState = exports.OperationsInsightsWarehouseUser = exports.OperationsInsightsWarehouseSummaryCollection = exports.OperationsInsightsWarehouseSummary = exports.OperationsInsightsWarehouseLifecycleState = exports.OperationsInsightsWarehouse = exports.OperationType = exports.OperationStatus = exports.LifecycleState = exports.InstanceMetrics = exports.IngestSqlTextResponseDetails = exports.IngestSqlTextDetails = exports.IngestSqlStatsResponseDetails = void 0;
40
+ exports.WorkRequests = exports.WorkRequestResourceMetadataKey = exports.WorkRequestResource = exports.WorkRequestLogEntryCollection = exports.WorkRequestLogEntry = exports.WorkRequestErrorCollection = exports.WorkRequestError = exports.WorkRequestCollection = exports.WorkRequest = exports.UsageUnit = exports.UpdateOperationsInsightsWarehouseUserDetails = exports.UpdateOperationsInsightsWarehouseDetails = exports.UpdateHostInsightDetails = exports.UpdateExadataInsightDetails = exports.UpdateEnterpriseManagerBridgeDetails = exports.UpdateDatabaseInsightDetails = exports.UpdateAwrHubDetails = exports.TablespaceUsageTrendAggregation = exports.TablespaceUsageTrend = exports.SummaryStatistics = exports.SummarizeOperationsInsightsWarehouseResourceUsageAggregation = exports.SummarizeHostInsightResourceUtilizationInsightAggregation = exports.SummarizeHostInsightResourceUsageTrendAggregationCollection = exports.SummarizeHostInsightResourceUsageAggregation = exports.SummarizeHostInsightResourceStatisticsAggregationCollection = exports.SummarizeHostInsightResourceForecastTrendAggregation = exports.SummarizeHostInsightResourceCapacityTrendAggregationCollection = exports.SummarizeExadataInsightResourceUtilizationInsightAggregation = exports.SummarizeExadataInsightResourceUsageCollection = exports.SummarizeExadataInsightResourceUsageAggregation = exports.SummarizeExadataInsightResourceStatisticsAggregationCollection = exports.SummarizeExadataInsightResourceForecastTrendCollection = exports.SummarizeExadataInsightResourceForecastTrendAggregation = exports.SummarizeExadataInsightResourceCapacityTrendCollection = exports.SummarizeExadataInsightResourceCapacityTrendAggregation = exports.SummarizeDatabaseInsightTablespaceUsageTrendAggregationCollection = exports.SummarizeDatabaseInsightResourceUtilizationInsightAggregation = exports.SummarizeDatabaseInsightResourceUsageTrendAggregationCollection = exports.SummarizeDatabaseInsightResourceUsageAggregation = exports.SummarizeDatabaseInsightResourceStatisticsAggregationCollection = exports.SummarizeDatabaseInsightResourceForecastTrendAggregation = exports.SummarizeDatabaseInsightResourceCapacityTrendAggregationCollection = exports.SummarizeAwrSourcesSummariesCollection = exports.StorageServerDetails = exports.StorageServer = exports.SqlTextSummary = exports.SqlTextCollection = exports.SqlText = exports.SqlStats = exports.SqlStatisticsTimeSeriesByPlanAggregationCollection = void 0;
41
+ exports.UpdateEmManagedExternalDatabaseInsightDetails = exports.UpdateAutonomousDatabaseInsightDetails = exports.MacsManagedExternalHostInsightSummary = exports.MacsManagedExternalHostInsight = exports.MacsManagedExternalHostConfigurationSummary = exports.MacsManagedExternalDatabaseInsightSummary = exports.MacsManagedExternalDatabaseInsight = exports.MacsManagedExternalDatabaseConfigurationSummary = exports.HostResourceAllocation = exports.HostProduct = exports.HostNetworkConfiguration = exports.HostNetworkActivitySummary = exports.HostMemoryUsage = exports.HostMemoryStatistics = exports.HostMemoryConfiguration = exports.HostImportableAgentEntitySummary = exports.HostHardwareConfiguration = exports.HostEntities = exports.HostCpuUsage = exports.HostCpuStatistics = exports.HostCpuHardwareConfiguration = exports.ExadataStorageServerStatisticsSummary = exports.ExadataHostStatisticsSummary = exports.ExadataDiskgroupStatisticsSummary = exports.ExadataDatabaseStatisticsSummary = exports.ExadataDatabaseMachineConfigurationSummary = exports.EnableMacsManagedExternalHostInsightDetails = exports.EnableEmManagedExternalHostInsightDetails = exports.EnableEmManagedExternalExadataInsightDetails = exports.EnableEmManagedExternalDatabaseInsightDetails = exports.EmManagedExternalHostInsightSummary = exports.EmManagedExternalHostInsight = exports.EmManagedExternalHostConfigurationSummary = exports.EmManagedExternalExadataInsightSummary = exports.EmManagedExternalExadataInsight = exports.EmManagedExternalDatabaseInsightSummary = exports.EmManagedExternalDatabaseInsight = exports.EmManagedExternalDatabaseConfigurationSummary = exports.DBOSConfigInstance = exports.DBExternalProperties = exports.DBExternalInstance = exports.CredentialsBySource = exports.CreateMacsManagedExternalHostInsightDetails = exports.CreateEmManagedExternalHostInsightDetails = exports.CreateEmManagedExternalExadataInsightDetails = exports.CreateEmManagedExternalDatabaseInsightDetails = exports.AutonomousDatabaseInsightSummary = exports.AutonomousDatabaseInsight = exports.AutonomousDatabaseConfigurationSummary = exports.AddEmManagedExternalExadataInsightMembersDetails = void 0;
42
+ exports.UpdateMacsManagedExternalHostInsightDetails = exports.UpdateMacsManagedExternalDatabaseInsightDetails = exports.UpdateEmManagedExternalHostInsightDetails = exports.UpdateEmManagedExternalExadataInsightDetails = void 0;
42
43
  const ActionType = __importStar(require("./action-type"));
43
44
  exports.ActionType = ActionType.ActionType;
44
45
  const AddExadataInsightMembersDetails = __importStar(require("./add-exadata-insight-members-details"));
45
46
  exports.AddExadataInsightMembersDetails = AddExadataInsightMembersDetails.AddExadataInsightMembersDetails;
47
+ const AwrHub = __importStar(require("./awr-hub"));
48
+ exports.AwrHub = AwrHub.AwrHub;
49
+ const AwrHubLifecycleState = __importStar(require("./awr-hub-lifecycle-state"));
50
+ exports.AwrHubLifecycleState = AwrHubLifecycleState.AwrHubLifecycleState;
51
+ const AwrHubSummary = __importStar(require("./awr-hub-summary"));
52
+ exports.AwrHubSummary = AwrHubSummary.AwrHubSummary;
53
+ const AwrHubSummaryCollection = __importStar(require("./awr-hub-summary-collection"));
54
+ exports.AwrHubSummaryCollection = AwrHubSummaryCollection.AwrHubSummaryCollection;
55
+ const AwrHubs = __importStar(require("./awr-hubs"));
56
+ exports.AwrHubs = AwrHubs.AwrHubs;
57
+ const AwrReport = __importStar(require("./awr-report"));
58
+ exports.AwrReport = AwrReport.AwrReport;
59
+ const AwrReportFormatType = __importStar(require("./awr-report-format-type"));
60
+ exports.AwrReportFormatType = AwrReportFormatType.AwrReportFormatType;
61
+ const AwrSnapshotCollection = __importStar(require("./awr-snapshot-collection"));
62
+ exports.AwrSnapshotCollection = AwrSnapshotCollection.AwrSnapshotCollection;
63
+ const AwrSnapshotSummary = __importStar(require("./awr-snapshot-summary"));
64
+ exports.AwrSnapshotSummary = AwrSnapshotSummary.AwrSnapshotSummary;
65
+ const AwrSourceSummary = __importStar(require("./awr-source-summary"));
66
+ exports.AwrSourceSummary = AwrSourceSummary.AwrSourceSummary;
46
67
  const ChangeDatabaseInsightCompartmentDetails = __importStar(require("./change-database-insight-compartment-details"));
47
68
  exports.ChangeDatabaseInsightCompartmentDetails = ChangeDatabaseInsightCompartmentDetails.ChangeDatabaseInsightCompartmentDetails;
48
69
  const ChangeEnterpriseManagerBridgeCompartmentDetails = __importStar(require("./change-enterprise-manager-bridge-compartment-details"));
@@ -53,6 +74,8 @@ const ChangeHostInsightCompartmentDetails = __importStar(require("./change-host-
53
74
  exports.ChangeHostInsightCompartmentDetails = ChangeHostInsightCompartmentDetails.ChangeHostInsightCompartmentDetails;
54
75
  const ConnectionDetails = __importStar(require("./connection-details"));
55
76
  exports.ConnectionDetails = ConnectionDetails.ConnectionDetails;
77
+ const CreateAwrHubDetails = __importStar(require("./create-awr-hub-details"));
78
+ exports.CreateAwrHubDetails = CreateAwrHubDetails.CreateAwrHubDetails;
56
79
  const CreateDatabaseInsightDetails = __importStar(require("./create-database-insight-details"));
57
80
  exports.CreateDatabaseInsightDetails = CreateDatabaseInsightDetails.CreateDatabaseInsightDetails;
58
81
  const CreateEmManagedExternalExadataMemberEntityDetails = __importStar(require("./create-em-managed-external-exadata-member-entity-details"));
@@ -63,6 +86,10 @@ const CreateExadataInsightDetails = __importStar(require("./create-exadata-insig
63
86
  exports.CreateExadataInsightDetails = CreateExadataInsightDetails.CreateExadataInsightDetails;
64
87
  const CreateHostInsightDetails = __importStar(require("./create-host-insight-details"));
65
88
  exports.CreateHostInsightDetails = CreateHostInsightDetails.CreateHostInsightDetails;
89
+ const CreateOperationsInsightsWarehouseDetails = __importStar(require("./create-operations-insights-warehouse-details"));
90
+ exports.CreateOperationsInsightsWarehouseDetails = CreateOperationsInsightsWarehouseDetails.CreateOperationsInsightsWarehouseDetails;
91
+ const CreateOperationsInsightsWarehouseUserDetails = __importStar(require("./create-operations-insights-warehouse-user-details"));
92
+ exports.CreateOperationsInsightsWarehouseUserDetails = CreateOperationsInsightsWarehouseUserDetails.CreateOperationsInsightsWarehouseUserDetails;
66
93
  const CredentialDetails = __importStar(require("./credential-details"));
67
94
  exports.CredentialDetails = CredentialDetails.CredentialDetails;
68
95
  const Database = __importStar(require("./database"));
@@ -91,6 +118,8 @@ const DiskGroup = __importStar(require("./disk-group"));
91
118
  exports.DiskGroup = DiskGroup.DiskGroup;
92
119
  const DiskGroupDetails = __importStar(require("./disk-group-details"));
93
120
  exports.DiskGroupDetails = DiskGroupDetails.DiskGroupDetails;
121
+ const DownloadOperationsInsightsWarehouseWalletDetails = __importStar(require("./download-operations-insights-warehouse-wallet-details"));
122
+ exports.DownloadOperationsInsightsWarehouseWalletDetails = DownloadOperationsInsightsWarehouseWalletDetails.DownloadOperationsInsightsWarehouseWalletDetails;
94
123
  const EnableDatabaseInsightDetails = __importStar(require("./enable-database-insight-details"));
95
124
  exports.EnableDatabaseInsightDetails = EnableDatabaseInsightDetails.EnableDatabaseInsightDetails;
96
125
  const EnableExadataInsightDetails = __importStar(require("./enable-exadata-insight-details"));
@@ -209,6 +238,10 @@ const IngestSqlPlanLinesDetails = __importStar(require("./ingest-sql-plan-lines-
209
238
  exports.IngestSqlPlanLinesDetails = IngestSqlPlanLinesDetails.IngestSqlPlanLinesDetails;
210
239
  const IngestSqlPlanLinesResponseDetails = __importStar(require("./ingest-sql-plan-lines-response-details"));
211
240
  exports.IngestSqlPlanLinesResponseDetails = IngestSqlPlanLinesResponseDetails.IngestSqlPlanLinesResponseDetails;
241
+ const IngestSqlStatsDetails = __importStar(require("./ingest-sql-stats-details"));
242
+ exports.IngestSqlStatsDetails = IngestSqlStatsDetails.IngestSqlStatsDetails;
243
+ const IngestSqlStatsResponseDetails = __importStar(require("./ingest-sql-stats-response-details"));
244
+ exports.IngestSqlStatsResponseDetails = IngestSqlStatsResponseDetails.IngestSqlStatsResponseDetails;
212
245
  const IngestSqlTextDetails = __importStar(require("./ingest-sql-text-details"));
213
246
  exports.IngestSqlTextDetails = IngestSqlTextDetails.IngestSqlTextDetails;
214
247
  const IngestSqlTextResponseDetails = __importStar(require("./ingest-sql-text-response-details"));
@@ -221,6 +254,26 @@ const OperationStatus = __importStar(require("./operation-status"));
221
254
  exports.OperationStatus = OperationStatus.OperationStatus;
222
255
  const OperationType = __importStar(require("./operation-type"));
223
256
  exports.OperationType = OperationType.OperationType;
257
+ const OperationsInsightsWarehouse = __importStar(require("./operations-insights-warehouse"));
258
+ exports.OperationsInsightsWarehouse = OperationsInsightsWarehouse.OperationsInsightsWarehouse;
259
+ const OperationsInsightsWarehouseLifecycleState = __importStar(require("./operations-insights-warehouse-lifecycle-state"));
260
+ exports.OperationsInsightsWarehouseLifecycleState = OperationsInsightsWarehouseLifecycleState.OperationsInsightsWarehouseLifecycleState;
261
+ const OperationsInsightsWarehouseSummary = __importStar(require("./operations-insights-warehouse-summary"));
262
+ exports.OperationsInsightsWarehouseSummary = OperationsInsightsWarehouseSummary.OperationsInsightsWarehouseSummary;
263
+ const OperationsInsightsWarehouseSummaryCollection = __importStar(require("./operations-insights-warehouse-summary-collection"));
264
+ exports.OperationsInsightsWarehouseSummaryCollection = OperationsInsightsWarehouseSummaryCollection.OperationsInsightsWarehouseSummaryCollection;
265
+ const OperationsInsightsWarehouseUser = __importStar(require("./operations-insights-warehouse-user"));
266
+ exports.OperationsInsightsWarehouseUser = OperationsInsightsWarehouseUser.OperationsInsightsWarehouseUser;
267
+ const OperationsInsightsWarehouseUserLifecycleState = __importStar(require("./operations-insights-warehouse-user-lifecycle-state"));
268
+ exports.OperationsInsightsWarehouseUserLifecycleState = OperationsInsightsWarehouseUserLifecycleState.OperationsInsightsWarehouseUserLifecycleState;
269
+ const OperationsInsightsWarehouseUserSummary = __importStar(require("./operations-insights-warehouse-user-summary"));
270
+ exports.OperationsInsightsWarehouseUserSummary = OperationsInsightsWarehouseUserSummary.OperationsInsightsWarehouseUserSummary;
271
+ const OperationsInsightsWarehouseUserSummaryCollection = __importStar(require("./operations-insights-warehouse-user-summary-collection"));
272
+ exports.OperationsInsightsWarehouseUserSummaryCollection = OperationsInsightsWarehouseUserSummaryCollection.OperationsInsightsWarehouseUserSummaryCollection;
273
+ const OperationsInsightsWarehouseUsers = __importStar(require("./operations-insights-warehouse-users"));
274
+ exports.OperationsInsightsWarehouseUsers = OperationsInsightsWarehouseUsers.OperationsInsightsWarehouseUsers;
275
+ const OperationsInsightsWarehouses = __importStar(require("./operations-insights-warehouses"));
276
+ exports.OperationsInsightsWarehouses = OperationsInsightsWarehouses.OperationsInsightsWarehouses;
224
277
  const ProjectedDataItem = __importStar(require("./projected-data-item"));
225
278
  exports.ProjectedDataItem = ProjectedDataItem.ProjectedDataItem;
226
279
  const ResourceCapacityTrendAggregation = __importStar(require("./resource-capacity-trend-aggregation"));
@@ -289,6 +342,8 @@ const SqlStatisticsTimeSeriesByPlanAggregation = __importStar(require("./sql-sta
289
342
  exports.SqlStatisticsTimeSeriesByPlanAggregation = SqlStatisticsTimeSeriesByPlanAggregation.SqlStatisticsTimeSeriesByPlanAggregation;
290
343
  const SqlStatisticsTimeSeriesByPlanAggregationCollection = __importStar(require("./sql-statistics-time-series-by-plan-aggregation-collection"));
291
344
  exports.SqlStatisticsTimeSeriesByPlanAggregationCollection = SqlStatisticsTimeSeriesByPlanAggregationCollection.SqlStatisticsTimeSeriesByPlanAggregationCollection;
345
+ const SqlStats = __importStar(require("./sql-stats"));
346
+ exports.SqlStats = SqlStats.SqlStats;
292
347
  const SqlText = __importStar(require("./sql-text"));
293
348
  exports.SqlText = SqlText.SqlText;
294
349
  const SqlTextCollection = __importStar(require("./sql-text-collection"));
@@ -299,6 +354,8 @@ const StorageServer = __importStar(require("./storage-server"));
299
354
  exports.StorageServer = StorageServer.StorageServer;
300
355
  const StorageServerDetails = __importStar(require("./storage-server-details"));
301
356
  exports.StorageServerDetails = StorageServerDetails.StorageServerDetails;
357
+ const SummarizeAwrSourcesSummariesCollection = __importStar(require("./summarize-awr-sources-summaries-collection"));
358
+ exports.SummarizeAwrSourcesSummariesCollection = SummarizeAwrSourcesSummariesCollection.SummarizeAwrSourcesSummariesCollection;
302
359
  const SummarizeDatabaseInsightResourceCapacityTrendAggregationCollection = __importStar(require("./summarize-database-insight-resource-capacity-trend-aggregation-collection"));
303
360
  exports.SummarizeDatabaseInsightResourceCapacityTrendAggregationCollection = SummarizeDatabaseInsightResourceCapacityTrendAggregationCollection.SummarizeDatabaseInsightResourceCapacityTrendAggregationCollection;
304
361
  const SummarizeDatabaseInsightResourceForecastTrendAggregation = __importStar(require("./summarize-database-insight-resource-forecast-trend-aggregation"));
@@ -341,12 +398,16 @@ const SummarizeHostInsightResourceUsageTrendAggregationCollection = __importStar
341
398
  exports.SummarizeHostInsightResourceUsageTrendAggregationCollection = SummarizeHostInsightResourceUsageTrendAggregationCollection.SummarizeHostInsightResourceUsageTrendAggregationCollection;
342
399
  const SummarizeHostInsightResourceUtilizationInsightAggregation = __importStar(require("./summarize-host-insight-resource-utilization-insight-aggregation"));
343
400
  exports.SummarizeHostInsightResourceUtilizationInsightAggregation = SummarizeHostInsightResourceUtilizationInsightAggregation.SummarizeHostInsightResourceUtilizationInsightAggregation;
401
+ const SummarizeOperationsInsightsWarehouseResourceUsageAggregation = __importStar(require("./summarize-operations-insights-warehouse-resource-usage-aggregation"));
402
+ exports.SummarizeOperationsInsightsWarehouseResourceUsageAggregation = SummarizeOperationsInsightsWarehouseResourceUsageAggregation.SummarizeOperationsInsightsWarehouseResourceUsageAggregation;
344
403
  const SummaryStatistics = __importStar(require("./summary-statistics"));
345
404
  exports.SummaryStatistics = SummaryStatistics.SummaryStatistics;
346
405
  const TablespaceUsageTrend = __importStar(require("./tablespace-usage-trend"));
347
406
  exports.TablespaceUsageTrend = TablespaceUsageTrend.TablespaceUsageTrend;
348
407
  const TablespaceUsageTrendAggregation = __importStar(require("./tablespace-usage-trend-aggregation"));
349
408
  exports.TablespaceUsageTrendAggregation = TablespaceUsageTrendAggregation.TablespaceUsageTrendAggregation;
409
+ const UpdateAwrHubDetails = __importStar(require("./update-awr-hub-details"));
410
+ exports.UpdateAwrHubDetails = UpdateAwrHubDetails.UpdateAwrHubDetails;
350
411
  const UpdateDatabaseInsightDetails = __importStar(require("./update-database-insight-details"));
351
412
  exports.UpdateDatabaseInsightDetails = UpdateDatabaseInsightDetails.UpdateDatabaseInsightDetails;
352
413
  const UpdateEnterpriseManagerBridgeDetails = __importStar(require("./update-enterprise-manager-bridge-details"));
@@ -355,6 +416,10 @@ const UpdateExadataInsightDetails = __importStar(require("./update-exadata-insig
355
416
  exports.UpdateExadataInsightDetails = UpdateExadataInsightDetails.UpdateExadataInsightDetails;
356
417
  const UpdateHostInsightDetails = __importStar(require("./update-host-insight-details"));
357
418
  exports.UpdateHostInsightDetails = UpdateHostInsightDetails.UpdateHostInsightDetails;
419
+ const UpdateOperationsInsightsWarehouseDetails = __importStar(require("./update-operations-insights-warehouse-details"));
420
+ exports.UpdateOperationsInsightsWarehouseDetails = UpdateOperationsInsightsWarehouseDetails.UpdateOperationsInsightsWarehouseDetails;
421
+ const UpdateOperationsInsightsWarehouseUserDetails = __importStar(require("./update-operations-insights-warehouse-user-details"));
422
+ exports.UpdateOperationsInsightsWarehouseUserDetails = UpdateOperationsInsightsWarehouseUserDetails.UpdateOperationsInsightsWarehouseUserDetails;
358
423
  const UsageUnit = __importStar(require("./usage-unit"));
359
424
  exports.UsageUnit = UsageUnit.UsageUnit;
360
425
  const WorkRequest = __importStar(require("./work-request"));
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ * Operations Insights API
3
+ * Use the Operations Insights API to perform data extraction operations to obtain database
4
+ resource utilization, performance statistics, and reference information. For more information,
5
+ see [About Oracle Cloud Infrastructure Operations Insights](https://docs.cloud.oracle.com/en-us/iaas/operations-insights/doc/operations-insights.html).
6
+
7
+ * OpenAPI spec version: 20200630
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OracleSDKGenerator.
11
+ * Do not edit the class manually.
12
+ *
13
+ * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
14
+ * 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.
15
+ */
16
+ import * as model from "../model";
17
+ /**
18
+ * Collection of SQL Stats Metric Entries
19
+ *
20
+ */
21
+ export interface IngestSqlStatsDetails {
22
+ /**
23
+ * List of SQL Stats Metric Entries.
24
+ */
25
+ "items"?: Array<model.SqlStats>;
26
+ }
27
+ export declare namespace IngestSqlStatsDetails {
28
+ function getJsonObj(obj: IngestSqlStatsDetails): object;
29
+ function getDeserializedJsonObj(obj: IngestSqlStatsDetails): object;
30
+ }