oci-opsi 2.50.4 → 2.52.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 (287) hide show
  1. package/lib/client.d.ts +196 -126
  2. package/lib/client.js +596 -126
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/basic-configuration-item-metadata.d.ts +43 -0
  5. package/lib/model/basic-configuration-item-metadata.js +71 -0
  6. package/lib/model/basic-configuration-item-metadata.js.map +1 -0
  7. package/lib/model/basic-configuration-item-summary.d.ts +51 -0
  8. package/lib/model/basic-configuration-item-summary.js +65 -0
  9. package/lib/model/basic-configuration-item-summary.js.map +1 -0
  10. package/lib/model/change-opsi-configuration-compartment-details.d.ts +29 -0
  11. package/lib/model/change-opsi-configuration-compartment-details.js +32 -0
  12. package/lib/model/change-opsi-configuration-compartment-details.js.map +1 -0
  13. package/lib/model/configuration-item-allowed-value-details.d.ts +25 -0
  14. package/lib/model/configuration-item-allowed-value-details.js +79 -0
  15. package/lib/model/configuration-item-allowed-value-details.js.map +1 -0
  16. package/lib/model/configuration-item-allowed-value-type.d.ts +32 -0
  17. package/lib/model/configuration-item-allowed-value-type.js +43 -0
  18. package/lib/model/configuration-item-allowed-value-type.js.map +1 -0
  19. package/lib/model/configuration-item-free-text-allowed-value-details.d.ts +28 -0
  20. package/lib/model/configuration-item-free-text-allowed-value-details.js +57 -0
  21. package/lib/model/configuration-item-free-text-allowed-value-details.js.map +1 -0
  22. package/lib/model/configuration-item-limit-allowed-value-details.d.ts +35 -0
  23. package/lib/model/configuration-item-limit-allowed-value-details.js +57 -0
  24. package/lib/model/configuration-item-limit-allowed-value-details.js.map +1 -0
  25. package/lib/model/configuration-item-metadata.d.ts +25 -0
  26. package/lib/model/configuration-item-metadata.js +71 -0
  27. package/lib/model/configuration-item-metadata.js.map +1 -0
  28. package/lib/model/configuration-item-pick-allowed-value-details.d.ts +32 -0
  29. package/lib/model/configuration-item-pick-allowed-value-details.js +57 -0
  30. package/lib/model/configuration-item-pick-allowed-value-details.js.map +1 -0
  31. package/lib/model/configuration-item-summary.d.ts +26 -0
  32. package/lib/model/configuration-item-summary.js +71 -0
  33. package/lib/model/configuration-item-summary.js.map +1 -0
  34. package/lib/model/configuration-item-type.d.ts +30 -0
  35. package/lib/model/configuration-item-type.js +41 -0
  36. package/lib/model/configuration-item-type.js.map +1 -0
  37. package/lib/model/configuration-item-unit-details.d.ts +32 -0
  38. package/lib/model/configuration-item-unit-details.js +32 -0
  39. package/lib/model/configuration-item-unit-details.js.map +1 -0
  40. package/lib/model/configuration-item-value-source-configuration-type.d.ts +32 -0
  41. package/lib/model/configuration-item-value-source-configuration-type.js +43 -0
  42. package/lib/model/configuration-item-value-source-configuration-type.js.map +1 -0
  43. package/lib/model/configuration-items-collection.d.ts +30 -0
  44. package/lib/model/configuration-items-collection.js +83 -0
  45. package/lib/model/configuration-items-collection.js.map +1 -0
  46. package/lib/model/create-basic-configuration-item-details.d.ts +35 -0
  47. package/lib/model/create-basic-configuration-item-details.js +57 -0
  48. package/lib/model/create-basic-configuration-item-details.js.map +1 -0
  49. package/lib/model/create-configuration-item-details.d.ts +25 -0
  50. package/lib/model/create-configuration-item-details.js +71 -0
  51. package/lib/model/create-configuration-item-details.js.map +1 -0
  52. package/lib/model/create-opsi-configuration-details.d.ts +71 -0
  53. package/lib/model/create-opsi-configuration-details.js +83 -0
  54. package/lib/model/create-opsi-configuration-details.js.map +1 -0
  55. package/lib/model/create-opsi-ux-configuration-details.d.ts +27 -0
  56. package/lib/model/create-opsi-ux-configuration-details.js +57 -0
  57. package/lib/model/create-opsi-ux-configuration-details.js.map +1 -0
  58. package/lib/model/index.d.ts +64 -0
  59. package/lib/model/index.js +72 -8
  60. package/lib/model/index.js.map +1 -1
  61. package/lib/model/operation-type.d.ts +4 -0
  62. package/lib/model/operation-type.js +4 -0
  63. package/lib/model/operation-type.js.map +1 -1
  64. package/lib/model/opsi-configuration-basic-configuration-item-summary.d.ts +45 -0
  65. package/lib/model/opsi-configuration-basic-configuration-item-summary.js +65 -0
  66. package/lib/model/opsi-configuration-basic-configuration-item-summary.js.map +1 -0
  67. package/lib/model/opsi-configuration-configuration-item-summary.d.ts +25 -0
  68. package/lib/model/opsi-configuration-configuration-item-summary.js +71 -0
  69. package/lib/model/opsi-configuration-configuration-item-summary.js.map +1 -0
  70. package/lib/model/opsi-configuration-lifecycle-state.d.ts +35 -0
  71. package/lib/model/opsi-configuration-lifecycle-state.js +46 -0
  72. package/lib/model/opsi-configuration-lifecycle-state.js.map +1 -0
  73. package/lib/model/opsi-configuration-summary.d.ts +87 -0
  74. package/lib/model/opsi-configuration-summary.js +71 -0
  75. package/lib/model/opsi-configuration-summary.js.map +1 -0
  76. package/lib/model/opsi-configuration-type.d.ts +32 -0
  77. package/lib/model/opsi-configuration-type.js +43 -0
  78. package/lib/model/opsi-configuration-type.js.map +1 -0
  79. package/lib/model/opsi-configuration.d.ts +91 -0
  80. package/lib/model/opsi-configuration.js +83 -0
  81. package/lib/model/opsi-configuration.js.map +1 -0
  82. package/lib/model/opsi-configurations-collection.d.ts +29 -0
  83. package/lib/model/opsi-configurations-collection.js +64 -0
  84. package/lib/model/opsi-configurations-collection.js.map +1 -0
  85. package/lib/model/opsi-ux-configuration-summary.d.ts +27 -0
  86. package/lib/model/opsi-ux-configuration-summary.js +57 -0
  87. package/lib/model/opsi-ux-configuration-summary.js.map +1 -0
  88. package/lib/model/opsi-ux-configuration.d.ts +27 -0
  89. package/lib/model/opsi-ux-configuration.js +55 -0
  90. package/lib/model/opsi-ux-configuration.js.map +1 -0
  91. package/lib/model/update-basic-configuration-item-details.d.ts +35 -0
  92. package/lib/model/update-basic-configuration-item-details.js +57 -0
  93. package/lib/model/update-basic-configuration-item-details.js.map +1 -0
  94. package/lib/model/update-configuration-item-details.d.ts +25 -0
  95. package/lib/model/update-configuration-item-details.js +71 -0
  96. package/lib/model/update-configuration-item-details.js.map +1 -0
  97. package/lib/model/update-opsi-configuration-details.d.ts +68 -0
  98. package/lib/model/update-opsi-configuration-details.js +83 -0
  99. package/lib/model/update-opsi-configuration-details.js.map +1 -0
  100. package/lib/model/update-opsi-ux-configuration-details.d.ts +27 -0
  101. package/lib/model/update-opsi-ux-configuration-details.js +57 -0
  102. package/lib/model/update-opsi-ux-configuration-details.js.map +1 -0
  103. package/lib/model/ux-configuration-items-collection.d.ts +27 -0
  104. package/lib/model/ux-configuration-items-collection.js +57 -0
  105. package/lib/model/ux-configuration-items-collection.js.map +1 -0
  106. package/lib/operationsinsights-waiter.d.ts +8 -0
  107. package/lib/operationsinsights-waiter.js +12 -0
  108. package/lib/operationsinsights-waiter.js.map +1 -1
  109. package/lib/request/add-exadata-insight-members-request.d.ts +1 -1
  110. package/lib/request/change-database-insight-compartment-request.d.ts +1 -1
  111. package/lib/request/change-enterprise-manager-bridge-compartment-request.d.ts +1 -1
  112. package/lib/request/change-exadata-insight-compartment-request.d.ts +1 -1
  113. package/lib/request/change-host-insight-compartment-request.d.ts +1 -1
  114. package/lib/request/change-operations-insights-private-endpoint-compartment-request.d.ts +1 -1
  115. package/lib/request/change-opsi-configuration-compartment-request.d.ts +51 -0
  116. package/lib/request/change-opsi-configuration-compartment-request.js +15 -0
  117. package/lib/request/change-opsi-configuration-compartment-request.js.map +1 -0
  118. package/lib/request/change-pe-comanaged-database-insight-request.d.ts +1 -1
  119. package/lib/request/create-awr-hub-request.d.ts +1 -1
  120. package/lib/request/create-database-insight-request.d.ts +1 -1
  121. package/lib/request/create-enterprise-manager-bridge-request.d.ts +1 -1
  122. package/lib/request/create-exadata-insight-request.d.ts +1 -1
  123. package/lib/request/create-host-insight-request.d.ts +1 -1
  124. package/lib/request/create-operations-insights-private-endpoint-request.d.ts +1 -1
  125. package/lib/request/create-operations-insights-warehouse-request.d.ts +1 -1
  126. package/lib/request/create-operations-insights-warehouse-user-request.d.ts +1 -1
  127. package/lib/request/create-opsi-configuration-request.d.ts +75 -0
  128. package/lib/request/create-opsi-configuration-request.js +36 -0
  129. package/lib/request/create-opsi-configuration-request.js.map +1 -0
  130. package/lib/request/delete-awr-hub-request.d.ts +1 -1
  131. package/lib/request/delete-database-insight-request.d.ts +1 -1
  132. package/lib/request/delete-enterprise-manager-bridge-request.d.ts +1 -1
  133. package/lib/request/delete-exadata-insight-request.d.ts +1 -1
  134. package/lib/request/delete-host-insight-request.d.ts +1 -1
  135. package/lib/request/delete-operations-insights-private-endpoint-request.d.ts +1 -1
  136. package/lib/request/delete-operations-insights-warehouse-request.d.ts +1 -1
  137. package/lib/request/delete-operations-insights-warehouse-user-request.d.ts +1 -1
  138. package/lib/request/delete-opsi-configuration-request.d.ts +36 -0
  139. package/lib/request/delete-opsi-configuration-request.js +15 -0
  140. package/lib/request/delete-opsi-configuration-request.js.map +1 -0
  141. package/lib/request/disable-database-insight-request.d.ts +1 -1
  142. package/lib/request/disable-exadata-insight-request.d.ts +1 -1
  143. package/lib/request/disable-host-insight-request.d.ts +1 -1
  144. package/lib/request/download-operations-insights-warehouse-wallet-request.d.ts +1 -1
  145. package/lib/request/enable-database-insight-request.d.ts +1 -1
  146. package/lib/request/enable-exadata-insight-request.d.ts +1 -1
  147. package/lib/request/enable-host-insight-request.d.ts +1 -1
  148. package/lib/request/get-awr-database-report-request.d.ts +1 -1
  149. package/lib/request/get-awr-database-sql-report-request.d.ts +1 -1
  150. package/lib/request/get-awr-hub-request.d.ts +1 -1
  151. package/lib/request/get-awr-report-request.d.ts +1 -1
  152. package/lib/request/get-database-insight-request.d.ts +1 -1
  153. package/lib/request/get-enterprise-manager-bridge-request.d.ts +1 -1
  154. package/lib/request/get-exadata-insight-request.d.ts +1 -1
  155. package/lib/request/get-host-insight-request.d.ts +1 -1
  156. package/lib/request/get-operations-insights-private-endpoint-request.d.ts +1 -1
  157. package/lib/request/get-operations-insights-warehouse-request.d.ts +1 -1
  158. package/lib/request/get-operations-insights-warehouse-user-request.d.ts +1 -1
  159. package/lib/request/get-opsi-configuration-request.d.ts +65 -0
  160. package/lib/request/get-opsi-configuration-request.js +36 -0
  161. package/lib/request/get-opsi-configuration-request.js.map +1 -0
  162. package/lib/request/get-opsi-data-object-request.d.ts +1 -1
  163. package/lib/request/get-work-request-request.d.ts +1 -1
  164. package/lib/request/index.d.ts +14 -0
  165. package/lib/request/index.js +10 -2
  166. package/lib/request/index.js.map +1 -1
  167. package/lib/request/ingest-database-configuration-request.d.ts +1 -1
  168. package/lib/request/ingest-host-configuration-request.d.ts +1 -1
  169. package/lib/request/ingest-host-metrics-request.d.ts +1 -1
  170. package/lib/request/ingest-sql-bucket-request.d.ts +1 -1
  171. package/lib/request/ingest-sql-plan-lines-request.d.ts +1 -1
  172. package/lib/request/ingest-sql-stats-request.d.ts +1 -1
  173. package/lib/request/ingest-sql-text-request.d.ts +1 -1
  174. package/lib/request/list-awr-database-snapshots-request.d.ts +1 -1
  175. package/lib/request/list-awr-databases-request.d.ts +1 -1
  176. package/lib/request/list-awr-hubs-request.d.ts +1 -1
  177. package/lib/request/list-awr-snapshots-request.d.ts +1 -1
  178. package/lib/request/list-database-configurations-request.d.ts +1 -1
  179. package/lib/request/list-database-insights-request.d.ts +1 -1
  180. package/lib/request/list-enterprise-manager-bridges-request.d.ts +1 -1
  181. package/lib/request/list-exadata-configurations-request.d.ts +1 -1
  182. package/lib/request/list-exadata-insights-request.d.ts +1 -1
  183. package/lib/request/list-host-configurations-request.d.ts +1 -1
  184. package/lib/request/list-host-insights-request.d.ts +1 -1
  185. package/lib/request/list-hosted-entities-request.d.ts +1 -1
  186. package/lib/request/list-importable-agent-entities-request.d.ts +1 -1
  187. package/lib/request/list-importable-compute-entities-request.d.ts +1 -1
  188. package/lib/request/list-importable-enterprise-manager-entities-request.d.ts +1 -1
  189. package/lib/request/list-operations-insights-private-endpoints-request.d.ts +1 -1
  190. package/lib/request/list-operations-insights-warehouse-users-request.d.ts +1 -1
  191. package/lib/request/list-operations-insights-warehouses-request.d.ts +1 -1
  192. package/lib/request/list-opsi-configurations-request.d.ts +72 -0
  193. package/lib/request/list-opsi-configurations-request.js +23 -0
  194. package/lib/request/list-opsi-configurations-request.js.map +1 -0
  195. package/lib/request/list-opsi-data-objects-request.d.ts +1 -1
  196. package/lib/request/list-sql-plans-request.d.ts +1 -1
  197. package/lib/request/list-sql-searches-request.d.ts +1 -1
  198. package/lib/request/list-sql-texts-request.d.ts +1 -1
  199. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  200. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  201. package/lib/request/list-work-requests-request.d.ts +1 -1
  202. package/lib/request/query-opsi-data-object-data-request.d.ts +1 -1
  203. package/lib/request/rotate-operations-insights-warehouse-wallet-request.d.ts +1 -1
  204. package/lib/request/summarize-awr-database-cpu-usages-request.d.ts +1 -1
  205. package/lib/request/summarize-awr-database-metrics-request.d.ts +1 -1
  206. package/lib/request/summarize-awr-database-parameter-changes-request.d.ts +1 -1
  207. package/lib/request/summarize-awr-database-parameters-request.d.ts +1 -1
  208. package/lib/request/summarize-awr-database-snapshot-ranges-request.d.ts +1 -1
  209. package/lib/request/summarize-awr-database-sysstats-request.d.ts +1 -1
  210. package/lib/request/summarize-awr-database-top-wait-events-request.d.ts +1 -1
  211. package/lib/request/summarize-awr-database-wait-event-buckets-request.d.ts +1 -1
  212. package/lib/request/summarize-awr-database-wait-events-request.d.ts +1 -1
  213. package/lib/request/summarize-awr-sources-summaries-request.d.ts +1 -1
  214. package/lib/request/summarize-configuration-items-request.d.ts +73 -0
  215. package/lib/request/summarize-configuration-items-request.js +28 -0
  216. package/lib/request/summarize-configuration-items-request.js.map +1 -0
  217. package/lib/request/summarize-database-insight-resource-capacity-trend-request.d.ts +1 -1
  218. package/lib/request/summarize-database-insight-resource-forecast-trend-request.d.ts +1 -1
  219. package/lib/request/summarize-database-insight-resource-statistics-request.d.ts +1 -1
  220. package/lib/request/summarize-database-insight-resource-usage-request.d.ts +1 -1
  221. package/lib/request/summarize-database-insight-resource-usage-trend-request.d.ts +1 -1
  222. package/lib/request/summarize-database-insight-resource-utilization-insight-request.d.ts +1 -1
  223. package/lib/request/summarize-database-insight-tablespace-usage-trend-request.d.ts +1 -1
  224. package/lib/request/summarize-exadata-insight-resource-capacity-trend-aggregated-request.d.ts +1 -1
  225. package/lib/request/summarize-exadata-insight-resource-capacity-trend-request.d.ts +1 -1
  226. package/lib/request/summarize-exadata-insight-resource-forecast-trend-aggregated-request.d.ts +1 -1
  227. package/lib/request/summarize-exadata-insight-resource-forecast-trend-request.d.ts +1 -1
  228. package/lib/request/summarize-exadata-insight-resource-statistics-request.d.ts +1 -1
  229. package/lib/request/summarize-exadata-insight-resource-usage-aggregated-request.d.ts +1 -1
  230. package/lib/request/summarize-exadata-insight-resource-usage-request.d.ts +1 -1
  231. package/lib/request/summarize-exadata-insight-resource-utilization-insight-request.d.ts +1 -1
  232. package/lib/request/summarize-exadata-members-request.d.ts +1 -1
  233. package/lib/request/summarize-host-insight-resource-capacity-trend-request.d.ts +1 -2
  234. package/lib/request/summarize-host-insight-resource-capacity-trend-request.js.map +1 -1
  235. package/lib/request/summarize-host-insight-resource-forecast-trend-request.d.ts +1 -2
  236. package/lib/request/summarize-host-insight-resource-forecast-trend-request.js.map +1 -1
  237. package/lib/request/summarize-host-insight-resource-statistics-request.d.ts +1 -2
  238. package/lib/request/summarize-host-insight-resource-statistics-request.js.map +1 -1
  239. package/lib/request/summarize-host-insight-resource-usage-request.d.ts +1 -2
  240. package/lib/request/summarize-host-insight-resource-usage-request.js.map +1 -1
  241. package/lib/request/summarize-host-insight-resource-usage-trend-request.d.ts +1 -2
  242. package/lib/request/summarize-host-insight-resource-usage-trend-request.js.map +1 -1
  243. package/lib/request/summarize-host-insight-resource-utilization-insight-request.d.ts +1 -2
  244. package/lib/request/summarize-host-insight-resource-utilization-insight-request.js.map +1 -1
  245. package/lib/request/summarize-host-insight-top-processes-usage-request.d.ts +1 -1
  246. package/lib/request/summarize-host-insight-top-processes-usage-trend-request.d.ts +1 -1
  247. package/lib/request/summarize-operations-insights-warehouse-resource-usage-request.d.ts +1 -1
  248. package/lib/request/summarize-sql-insights-request.d.ts +1 -1
  249. package/lib/request/summarize-sql-plan-insights-request.d.ts +1 -1
  250. package/lib/request/summarize-sql-response-time-distributions-request.d.ts +1 -1
  251. package/lib/request/summarize-sql-statistics-request.d.ts +1 -1
  252. package/lib/request/summarize-sql-statistics-time-series-by-plan-request.d.ts +1 -1
  253. package/lib/request/summarize-sql-statistics-time-series-request.d.ts +1 -1
  254. package/lib/request/update-awr-hub-request.d.ts +1 -1
  255. package/lib/request/update-database-insight-request.d.ts +1 -1
  256. package/lib/request/update-enterprise-manager-bridge-request.d.ts +1 -1
  257. package/lib/request/update-exadata-insight-request.d.ts +1 -1
  258. package/lib/request/update-host-insight-request.d.ts +1 -1
  259. package/lib/request/update-operations-insights-private-endpoint-request.d.ts +1 -1
  260. package/lib/request/update-operations-insights-warehouse-request.d.ts +1 -1
  261. package/lib/request/update-operations-insights-warehouse-user-request.d.ts +1 -1
  262. package/lib/request/update-opsi-configuration-request.d.ts +41 -0
  263. package/lib/request/update-opsi-configuration-request.js +15 -0
  264. package/lib/request/update-opsi-configuration-request.js.map +1 -0
  265. package/lib/response/change-opsi-configuration-compartment-response.d.ts +25 -0
  266. package/lib/response/change-opsi-configuration-compartment-response.js +15 -0
  267. package/lib/response/change-opsi-configuration-compartment-response.js.map +1 -0
  268. package/lib/response/create-opsi-configuration-response.d.ts +35 -0
  269. package/lib/response/create-opsi-configuration-response.js +15 -0
  270. package/lib/response/create-opsi-configuration-response.js.map +1 -0
  271. package/lib/response/delete-opsi-configuration-response.d.ts +25 -0
  272. package/lib/response/delete-opsi-configuration-response.js +15 -0
  273. package/lib/response/delete-opsi-configuration-response.js.map +1 -0
  274. package/lib/response/get-opsi-configuration-response.d.ts +30 -0
  275. package/lib/response/get-opsi-configuration-response.js +15 -0
  276. package/lib/response/get-opsi-configuration-response.js.map +1 -0
  277. package/lib/response/index.d.ts +14 -0
  278. package/lib/response/list-opsi-configurations-response.d.ts +32 -0
  279. package/lib/response/list-opsi-configurations-response.js +15 -0
  280. package/lib/response/list-opsi-configurations-response.js.map +1 -0
  281. package/lib/response/summarize-configuration-items-response.d.ts +32 -0
  282. package/lib/response/summarize-configuration-items-response.js +15 -0
  283. package/lib/response/summarize-configuration-items-response.js.map +1 -0
  284. package/lib/response/update-opsi-configuration-response.d.ts +25 -0
  285. package/lib/response/update-opsi-configuration-response.js +15 -0
  286. package/lib/response/update-opsi-configuration-response.js.map +1 -0
  287. package/package.json +3 -3
@@ -0,0 +1,83 @@
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, 2023, 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
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
20
+ }) : (function(o, m, k, k2) {
21
+ if (k2 === undefined) k2 = k;
22
+ o[k2] = m[k];
23
+ }));
24
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
25
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
26
+ }) : function(o, v) {
27
+ o["default"] = v;
28
+ });
29
+ var __importStar = (this && this.__importStar) || function (mod) {
30
+ if (mod && mod.__esModule) return mod;
31
+ var result = {};
32
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
33
+ __setModuleDefault(result, mod);
34
+ return result;
35
+ };
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.OpsiConfiguration = void 0;
38
+ const model = __importStar(require("../model"));
39
+ const common = require("oci-common");
40
+ var OpsiConfiguration;
41
+ (function (OpsiConfiguration) {
42
+ function getJsonObj(obj) {
43
+ const jsonObj = Object.assign(Object.assign({}, obj), {
44
+ "configItems": obj.configItems
45
+ ? obj.configItems.map(item => {
46
+ return model.OpsiConfigurationConfigurationItemSummary.getJsonObj(item);
47
+ })
48
+ : undefined
49
+ });
50
+ if (obj && "opsiConfigType" in obj && obj.opsiConfigType) {
51
+ switch (obj.opsiConfigType) {
52
+ case "UX_CONFIGURATION":
53
+ return model.OpsiUxConfiguration.getJsonObj(jsonObj, true);
54
+ default:
55
+ if (common.LOG.logger)
56
+ common.LOG.logger.info(`Unknown value for: ${obj.opsiConfigType}`);
57
+ }
58
+ }
59
+ return jsonObj;
60
+ }
61
+ OpsiConfiguration.getJsonObj = getJsonObj;
62
+ function getDeserializedJsonObj(obj) {
63
+ const jsonObj = Object.assign(Object.assign({}, obj), {
64
+ "configItems": obj.configItems
65
+ ? obj.configItems.map(item => {
66
+ return model.OpsiConfigurationConfigurationItemSummary.getDeserializedJsonObj(item);
67
+ })
68
+ : undefined
69
+ });
70
+ if (obj && "opsiConfigType" in obj && obj.opsiConfigType) {
71
+ switch (obj.opsiConfigType) {
72
+ case "UX_CONFIGURATION":
73
+ return model.OpsiUxConfiguration.getDeserializedJsonObj(jsonObj, true);
74
+ default:
75
+ if (common.LOG.logger)
76
+ common.LOG.logger.info(`Unknown value for: ${obj.opsiConfigType}`);
77
+ }
78
+ }
79
+ return jsonObj;
80
+ }
81
+ OpsiConfiguration.getDeserializedJsonObj = getDeserializedJsonObj;
82
+ })(OpsiConfiguration = exports.OpsiConfiguration || (exports.OpsiConfiguration = {}));
83
+ //# sourceMappingURL=opsi-configuration.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"opsi-configuration.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/opsi-configuration.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AAiEtC,IAAiB,iBAAiB,CAmDjC;AAnDD,WAAiB,iBAAiB;IAChC,SAAgB,UAAU,CAAC,GAAsB;QAC/C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,GAAG,CAAC,WAAW,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACzB,OAAO,KAAK,CAAC,yCAAyC,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC1E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,IAAI,GAAG,IAAI,gBAAgB,IAAI,GAAG,IAAI,GAAG,CAAC,cAAc,EAAE;YACxD,QAAQ,GAAG,CAAC,cAAc,EAAE;gBAC1B,KAAK,kBAAkB;oBACrB,OAAO,KAAK,CAAC,mBAAmB,CAAC,UAAU,CACL,OAAQ,EAC5C,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,cAAc,EAAE,CAAC,CAAC;aAC7F;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAxBe,4BAAU,aAwBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsB;QAC3D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,GAAG,CAAC,WAAW,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACzB,OAAO,KAAK,CAAC,yCAAyC,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACtF,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,IAAI,GAAG,IAAI,gBAAgB,IAAI,GAAG,IAAI,GAAG,CAAC,cAAc,EAAE;YACxD,QAAQ,GAAG,CAAC,cAAc,EAAE;gBAC1B,KAAK,kBAAkB;oBACrB,OAAO,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CACjB,OAAQ,EAC5C,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,cAAc,EAAE,CAAC,CAAC;aAC7F;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAxBe,wCAAsB,yBAwBrC,CAAA;AACH,CAAC,EAnDgB,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAmDjC"}
@@ -0,0 +1,29 @@
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, 2023, 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 OPSI configuration summary objects.
19
+ */
20
+ export interface OpsiConfigurationsCollection {
21
+ /**
22
+ * Array of OPSI configuration summary objects.
23
+ */
24
+ "items": Array<model.OpsiConfigurationSummary>;
25
+ }
26
+ export declare namespace OpsiConfigurationsCollection {
27
+ function getJsonObj(obj: OpsiConfigurationsCollection): object;
28
+ function getDeserializedJsonObj(obj: OpsiConfigurationsCollection): object;
29
+ }
@@ -0,0 +1,64 @@
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, 2023, 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
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
20
+ }) : (function(o, m, k, k2) {
21
+ if (k2 === undefined) k2 = k;
22
+ o[k2] = m[k];
23
+ }));
24
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
25
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
26
+ }) : function(o, v) {
27
+ o["default"] = v;
28
+ });
29
+ var __importStar = (this && this.__importStar) || function (mod) {
30
+ if (mod && mod.__esModule) return mod;
31
+ var result = {};
32
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
33
+ __setModuleDefault(result, mod);
34
+ return result;
35
+ };
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.OpsiConfigurationsCollection = void 0;
38
+ const model = __importStar(require("../model"));
39
+ var OpsiConfigurationsCollection;
40
+ (function (OpsiConfigurationsCollection) {
41
+ function getJsonObj(obj) {
42
+ const jsonObj = Object.assign(Object.assign({}, obj), {
43
+ "items": obj.items
44
+ ? obj.items.map(item => {
45
+ return model.OpsiConfigurationSummary.getJsonObj(item);
46
+ })
47
+ : undefined
48
+ });
49
+ return jsonObj;
50
+ }
51
+ OpsiConfigurationsCollection.getJsonObj = getJsonObj;
52
+ function getDeserializedJsonObj(obj) {
53
+ const jsonObj = Object.assign(Object.assign({}, obj), {
54
+ "items": obj.items
55
+ ? obj.items.map(item => {
56
+ return model.OpsiConfigurationSummary.getDeserializedJsonObj(item);
57
+ })
58
+ : undefined
59
+ });
60
+ return jsonObj;
61
+ }
62
+ OpsiConfigurationsCollection.getDeserializedJsonObj = getDeserializedJsonObj;
63
+ })(OpsiConfigurationsCollection = exports.OpsiConfigurationsCollection || (exports.OpsiConfigurationsCollection = {}));
64
+ //# sourceMappingURL=opsi-configurations-collection.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"opsi-configurations-collection.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/opsi-configurations-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,4BAA4B,CA6B5C;AA7BD,WAAiB,4BAA4B;IAC3C,SAAgB,UAAU,CAAC,GAAiC;QAC1D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,wBAAwB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACzD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,uCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiC;QACtE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,wBAAwB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACrE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,mDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QA6B5C"}
@@ -0,0 +1,27 @@
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, 2023, 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
+ * OPSI UX configuration summary.
19
+ */
20
+ export interface OpsiUxConfigurationSummary extends model.OpsiConfigurationSummary {
21
+ "opsiConfigType": string;
22
+ }
23
+ export declare namespace OpsiUxConfigurationSummary {
24
+ function getJsonObj(obj: OpsiUxConfigurationSummary, isParentJsonObj?: boolean): object;
25
+ const opsiConfigType = "UX_CONFIGURATION";
26
+ function getDeserializedJsonObj(obj: OpsiUxConfigurationSummary, isParentJsonObj?: boolean): object;
27
+ }
@@ -0,0 +1,57 @@
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, 2023, 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
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
20
+ }) : (function(o, m, k, k2) {
21
+ if (k2 === undefined) k2 = k;
22
+ o[k2] = m[k];
23
+ }));
24
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
25
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
26
+ }) : function(o, v) {
27
+ o["default"] = v;
28
+ });
29
+ var __importStar = (this && this.__importStar) || function (mod) {
30
+ if (mod && mod.__esModule) return mod;
31
+ var result = {};
32
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
33
+ __setModuleDefault(result, mod);
34
+ return result;
35
+ };
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.OpsiUxConfigurationSummary = void 0;
38
+ const model = __importStar(require("../model"));
39
+ var OpsiUxConfigurationSummary;
40
+ (function (OpsiUxConfigurationSummary) {
41
+ function getJsonObj(obj, isParentJsonObj) {
42
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
43
+ ? obj
44
+ : model.OpsiConfigurationSummary.getJsonObj(obj))), {});
45
+ return jsonObj;
46
+ }
47
+ OpsiUxConfigurationSummary.getJsonObj = getJsonObj;
48
+ OpsiUxConfigurationSummary.opsiConfigType = "UX_CONFIGURATION";
49
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
50
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
51
+ ? obj
52
+ : model.OpsiConfigurationSummary.getDeserializedJsonObj(obj))), {});
53
+ return jsonObj;
54
+ }
55
+ OpsiUxConfigurationSummary.getDeserializedJsonObj = getDeserializedJsonObj;
56
+ })(OpsiUxConfigurationSummary = exports.OpsiUxConfigurationSummary || (exports.OpsiUxConfigurationSummary = {}));
57
+ //# sourceMappingURL=opsi-ux-configuration-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"opsi-ux-configuration-summary.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/opsi-ux-configuration-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAUlC,IAAiB,0BAA0B,CA2B1C;AA3BD,WAAiB,0BAA0B;IACzC,SAAgB,UAAU,CAAC,GAA+B,EAAE,eAAyB;QACnF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,wBAAwB,CAAC,UAAU,CAAC,GAAG,CAAgC,CAAC,GAChF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,qCAAU,aASzB,CAAA;IACY,yCAAc,GAAG,kBAAkB,CAAC;IACjD,SAAgB,sBAAsB,CACpC,GAA+B,EAC/B,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,wBAAwB,CAAC,sBAAsB,CACpD,GAAG,CAC2B,CAAC,GAClC,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,iDAAsB,yBAcrC,CAAA;AACH,CAAC,EA3BgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QA2B1C"}
@@ -0,0 +1,27 @@
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, 2023, 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
+ * OPSI UX configuration.
19
+ */
20
+ export interface OpsiUxConfiguration extends model.OpsiConfiguration {
21
+ "opsiConfigType": string;
22
+ }
23
+ export declare namespace OpsiUxConfiguration {
24
+ function getJsonObj(obj: OpsiUxConfiguration, isParentJsonObj?: boolean): object;
25
+ const opsiConfigType = "UX_CONFIGURATION";
26
+ function getDeserializedJsonObj(obj: OpsiUxConfiguration, isParentJsonObj?: boolean): object;
27
+ }
@@ -0,0 +1,55 @@
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, 2023, 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
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
20
+ }) : (function(o, m, k, k2) {
21
+ if (k2 === undefined) k2 = k;
22
+ o[k2] = m[k];
23
+ }));
24
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
25
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
26
+ }) : function(o, v) {
27
+ o["default"] = v;
28
+ });
29
+ var __importStar = (this && this.__importStar) || function (mod) {
30
+ if (mod && mod.__esModule) return mod;
31
+ var result = {};
32
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
33
+ __setModuleDefault(result, mod);
34
+ return result;
35
+ };
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.OpsiUxConfiguration = void 0;
38
+ const model = __importStar(require("../model"));
39
+ var OpsiUxConfiguration;
40
+ (function (OpsiUxConfiguration) {
41
+ function getJsonObj(obj, isParentJsonObj) {
42
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj ? obj : model.OpsiConfiguration.getJsonObj(obj))), {});
43
+ return jsonObj;
44
+ }
45
+ OpsiUxConfiguration.getJsonObj = getJsonObj;
46
+ OpsiUxConfiguration.opsiConfigType = "UX_CONFIGURATION";
47
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
48
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
49
+ ? obj
50
+ : model.OpsiConfiguration.getDeserializedJsonObj(obj))), {});
51
+ return jsonObj;
52
+ }
53
+ OpsiUxConfiguration.getDeserializedJsonObj = getDeserializedJsonObj;
54
+ })(OpsiUxConfiguration = exports.OpsiUxConfiguration || (exports.OpsiUxConfiguration = {}));
55
+ //# sourceMappingURL=opsi-ux-configuration.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"opsi-ux-configuration.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/opsi-ux-configuration.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAUlC,IAAiB,mBAAmB,CAuBnC;AAvBD,WAAiB,mBAAmB;IAClC,SAAgB,UAAU,CAAC,GAAwB,EAAE,eAAyB;QAC5E,MAAM,OAAO,mCACR,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAE,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAAC,GAAG,CAAyB,CAAC,GAC1F,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAPe,8BAAU,aAOzB,CAAA;IACY,kCAAc,GAAG,kBAAkB,CAAC;IACjD,SAAgB,sBAAsB,CACpC,GAAwB,EACxB,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CAAC,GAAG,CAAyB,CAAC,GAC9E,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,0CAAsB,yBAYrC,CAAA;AACH,CAAC,EAvBgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAuBnC"}
@@ -0,0 +1,35 @@
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, 2023, 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
+ * Configuration item details for OPSI configuration update.
19
+ */
20
+ export interface UpdateBasicConfigurationItemDetails extends model.UpdateConfigurationItemDetails {
21
+ /**
22
+ * Name of configuration item.
23
+ */
24
+ "name"?: string;
25
+ /**
26
+ * Value of configuration item.
27
+ */
28
+ "value"?: string;
29
+ "configItemType": string;
30
+ }
31
+ export declare namespace UpdateBasicConfigurationItemDetails {
32
+ function getJsonObj(obj: UpdateBasicConfigurationItemDetails, isParentJsonObj?: boolean): object;
33
+ const configItemType = "BASIC";
34
+ function getDeserializedJsonObj(obj: UpdateBasicConfigurationItemDetails, isParentJsonObj?: boolean): object;
35
+ }
@@ -0,0 +1,57 @@
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, 2023, 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
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
20
+ }) : (function(o, m, k, k2) {
21
+ if (k2 === undefined) k2 = k;
22
+ o[k2] = m[k];
23
+ }));
24
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
25
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
26
+ }) : function(o, v) {
27
+ o["default"] = v;
28
+ });
29
+ var __importStar = (this && this.__importStar) || function (mod) {
30
+ if (mod && mod.__esModule) return mod;
31
+ var result = {};
32
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
33
+ __setModuleDefault(result, mod);
34
+ return result;
35
+ };
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.UpdateBasicConfigurationItemDetails = void 0;
38
+ const model = __importStar(require("../model"));
39
+ var UpdateBasicConfigurationItemDetails;
40
+ (function (UpdateBasicConfigurationItemDetails) {
41
+ function getJsonObj(obj, isParentJsonObj) {
42
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
43
+ ? obj
44
+ : model.UpdateConfigurationItemDetails.getJsonObj(obj))), {});
45
+ return jsonObj;
46
+ }
47
+ UpdateBasicConfigurationItemDetails.getJsonObj = getJsonObj;
48
+ UpdateBasicConfigurationItemDetails.configItemType = "BASIC";
49
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
50
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
51
+ ? obj
52
+ : model.UpdateConfigurationItemDetails.getDeserializedJsonObj(obj))), {});
53
+ return jsonObj;
54
+ }
55
+ UpdateBasicConfigurationItemDetails.getDeserializedJsonObj = getDeserializedJsonObj;
56
+ })(UpdateBasicConfigurationItemDetails = exports.UpdateBasicConfigurationItemDetails || (exports.UpdateBasicConfigurationItemDetails = {}));
57
+ //# sourceMappingURL=update-basic-configuration-item-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-basic-configuration-item-details.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/update-basic-configuration-item-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAmBlC,IAAiB,mCAAmC,CAgCnD;AAhCD,WAAiB,mCAAmC;IAClD,SAAgB,UAAU,CACxB,GAAwC,EACxC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,8BAA8B,CAAC,UAAU,CAC9C,GAAG,CACoC,CAAC,GAC3C,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,8CAAU,aAczB,CAAA;IACY,kDAAc,GAAG,OAAO,CAAC;IACtC,SAAgB,sBAAsB,CACpC,GAAwC,EACxC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,8BAA8B,CAAC,sBAAsB,CAC1D,GAAG,CACoC,CAAC,GAC3C,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,0DAAsB,yBAcrC,CAAA;AACH,CAAC,EAhCgB,mCAAmC,GAAnC,2CAAmC,KAAnC,2CAAmC,QAgCnD"}
@@ -0,0 +1,25 @@
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, 2023, 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
+ /**
17
+ * Configuration item details for OPSI configuration update.
18
+ */
19
+ export interface UpdateConfigurationItemDetails {
20
+ "configItemType": string;
21
+ }
22
+ export declare namespace UpdateConfigurationItemDetails {
23
+ function getJsonObj(obj: UpdateConfigurationItemDetails): object;
24
+ function getDeserializedJsonObj(obj: UpdateConfigurationItemDetails): object;
25
+ }
@@ -0,0 +1,71 @@
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, 2023, 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
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
20
+ }) : (function(o, m, k, k2) {
21
+ if (k2 === undefined) k2 = k;
22
+ o[k2] = m[k];
23
+ }));
24
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
25
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
26
+ }) : function(o, v) {
27
+ o["default"] = v;
28
+ });
29
+ var __importStar = (this && this.__importStar) || function (mod) {
30
+ if (mod && mod.__esModule) return mod;
31
+ var result = {};
32
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
33
+ __setModuleDefault(result, mod);
34
+ return result;
35
+ };
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.UpdateConfigurationItemDetails = void 0;
38
+ const model = __importStar(require("../model"));
39
+ const common = require("oci-common");
40
+ var UpdateConfigurationItemDetails;
41
+ (function (UpdateConfigurationItemDetails) {
42
+ function getJsonObj(obj) {
43
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
44
+ if (obj && "configItemType" in obj && obj.configItemType) {
45
+ switch (obj.configItemType) {
46
+ case "BASIC":
47
+ return model.UpdateBasicConfigurationItemDetails.getJsonObj(jsonObj, true);
48
+ default:
49
+ if (common.LOG.logger)
50
+ common.LOG.logger.info(`Unknown value for: ${obj.configItemType}`);
51
+ }
52
+ }
53
+ return jsonObj;
54
+ }
55
+ UpdateConfigurationItemDetails.getJsonObj = getJsonObj;
56
+ function getDeserializedJsonObj(obj) {
57
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
58
+ if (obj && "configItemType" in obj && obj.configItemType) {
59
+ switch (obj.configItemType) {
60
+ case "BASIC":
61
+ return model.UpdateBasicConfigurationItemDetails.getDeserializedJsonObj(jsonObj, true);
62
+ default:
63
+ if (common.LOG.logger)
64
+ common.LOG.logger.info(`Unknown value for: ${obj.configItemType}`);
65
+ }
66
+ }
67
+ return jsonObj;
68
+ }
69
+ UpdateConfigurationItemDetails.getDeserializedJsonObj = getDeserializedJsonObj;
70
+ })(UpdateConfigurationItemDetails = exports.UpdateConfigurationItemDetails || (exports.UpdateConfigurationItemDetails = {}));
71
+ //# sourceMappingURL=update-configuration-item-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-configuration-item-details.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/update-configuration-item-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AAStC,IAAiB,8BAA8B,CAiC9C;AAjCD,WAAiB,8BAA8B;IAC7C,SAAgB,UAAU,CAAC,GAAmC;QAC5D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,gBAAgB,IAAI,GAAG,IAAI,GAAG,CAAC,cAAc,EAAE;YACxD,QAAQ,GAAG,CAAC,cAAc,EAAE;gBAC1B,KAAK,OAAO;oBACV,OAAO,KAAK,CAAC,mCAAmC,CAAC,UAAU,CACL,OAAQ,EAC5D,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,cAAc,EAAE,CAAC,CAAC;aAC7F;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,yCAAU,aAezB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmC;QACxE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,gBAAgB,IAAI,GAAG,IAAI,GAAG,CAAC,cAAc,EAAE;YACxD,QAAQ,GAAG,CAAC,cAAc,EAAE;gBAC1B,KAAK,OAAO;oBACV,OAAO,KAAK,CAAC,mCAAmC,CAAC,sBAAsB,CACjB,OAAQ,EAC5D,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,cAAc,EAAE,CAAC,CAAC;aAC7F;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,qDAAsB,yBAerC,CAAA;AACH,CAAC,EAjCgB,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QAiC9C"}
@@ -0,0 +1,68 @@
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, 2023, 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
+ * Information to be updated in OPSI configuration resource.
19
+ */
20
+ export interface UpdateOpsiConfigurationDetails {
21
+ /**
22
+ * User-friendly display name for the OPSI configuration. The name does not have to be unique.
23
+ */
24
+ "displayName"?: string;
25
+ /**
26
+ * Description of OPSI configuration.
27
+ */
28
+ "description"?: string;
29
+ /**
30
+ * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
31
+ * Example: `{\"bar-key\": \"value\"}`
32
+ *
33
+ */
34
+ "freeformTags"?: {
35
+ [key: string]: string;
36
+ };
37
+ /**
38
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace.
39
+ * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
40
+ *
41
+ */
42
+ "definedTags"?: {
43
+ [key: string]: {
44
+ [key: string]: any;
45
+ };
46
+ };
47
+ /**
48
+ * System tags for this resource. Each key is predefined and scoped to a namespace.
49
+ * Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
50
+ *
51
+ */
52
+ "systemTags"?: {
53
+ [key: string]: {
54
+ [key: string]: any;
55
+ };
56
+ };
57
+ /**
58
+ * Array of configuration items with custom values. All and only configuration items requiring custom values should be part of this array.
59
+ * This array overwrites the existing custom configuration items array for this resource.
60
+ *
61
+ */
62
+ "configItems"?: Array<model.UpdateConfigurationItemDetails>;
63
+ "opsiConfigType": string;
64
+ }
65
+ export declare namespace UpdateOpsiConfigurationDetails {
66
+ function getJsonObj(obj: UpdateOpsiConfigurationDetails): object;
67
+ function getDeserializedJsonObj(obj: UpdateOpsiConfigurationDetails): object;
68
+ }