oci-opsi 2.50.3 → 2.51.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,65 @@
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.OpsiConfigurationBasicConfigurationItemSummary = void 0;
38
+ const model = __importStar(require("../model"));
39
+ var OpsiConfigurationBasicConfigurationItemSummary;
40
+ (function (OpsiConfigurationBasicConfigurationItemSummary) {
41
+ function getJsonObj(obj, isParentJsonObj) {
42
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
43
+ ? obj
44
+ : model.OpsiConfigurationConfigurationItemSummary.getJsonObj(obj))), {
45
+ "metadata": obj.metadata
46
+ ? model.ConfigurationItemMetadata.getJsonObj(obj.metadata)
47
+ : undefined
48
+ });
49
+ return jsonObj;
50
+ }
51
+ OpsiConfigurationBasicConfigurationItemSummary.getJsonObj = getJsonObj;
52
+ OpsiConfigurationBasicConfigurationItemSummary.configItemType = "BASIC";
53
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
54
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
55
+ ? obj
56
+ : model.OpsiConfigurationConfigurationItemSummary.getDeserializedJsonObj(obj))), {
57
+ "metadata": obj.metadata
58
+ ? model.ConfigurationItemMetadata.getDeserializedJsonObj(obj.metadata)
59
+ : undefined
60
+ });
61
+ return jsonObj;
62
+ }
63
+ OpsiConfigurationBasicConfigurationItemSummary.getDeserializedJsonObj = getDeserializedJsonObj;
64
+ })(OpsiConfigurationBasicConfigurationItemSummary = exports.OpsiConfigurationBasicConfigurationItemSummary || (exports.OpsiConfigurationBasicConfigurationItemSummary = {}));
65
+ //# sourceMappingURL=opsi-configuration-basic-configuration-item-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"opsi-configuration-basic-configuration-item-summary.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/opsi-configuration-basic-configuration-item-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA8BlC,IAAiB,8CAA8C,CAwC9D;AAxCD,WAAiB,8CAA8C;IAC7D,SAAgB,UAAU,CACxB,GAAmD,EACnD,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,yCAAyC,CAAC,UAAU,CACzD,GAAG,CAC+C,CAAC,GACtD;YACD,UAAU,EAAE,GAAG,CAAC,QAAQ;gBACtB,CAAC,CAAC,KAAK,CAAC,yBAAyB,CAAC,UAAU,CAAC,GAAG,CAAC,QAAQ,CAAC;gBAC1D,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAlBe,yDAAU,aAkBzB,CAAA;IACY,6DAAc,GAAG,OAAO,CAAC;IACtC,SAAgB,sBAAsB,CACpC,GAAmD,EACnD,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,yCAAyC,CAAC,sBAAsB,CACrE,GAAG,CAC+C,CAAC,GACtD;YACD,UAAU,EAAE,GAAG,CAAC,QAAQ;gBACtB,CAAC,CAAC,KAAK,CAAC,yBAAyB,CAAC,sBAAsB,CAAC,GAAG,CAAC,QAAQ,CAAC;gBACtE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAlBe,qEAAsB,yBAkBrC,CAAA;AACH,CAAC,EAxCgB,8CAA8C,GAA9C,sDAA8C,KAA9C,sDAA8C,QAwC9D"}
@@ -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 summary.
18
+ */
19
+ export interface OpsiConfigurationConfigurationItemSummary {
20
+ "configItemType": string;
21
+ }
22
+ export declare namespace OpsiConfigurationConfigurationItemSummary {
23
+ function getJsonObj(obj: OpsiConfigurationConfigurationItemSummary): object;
24
+ function getDeserializedJsonObj(obj: OpsiConfigurationConfigurationItemSummary): 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.OpsiConfigurationConfigurationItemSummary = void 0;
38
+ const model = __importStar(require("../model"));
39
+ const common = require("oci-common");
40
+ var OpsiConfigurationConfigurationItemSummary;
41
+ (function (OpsiConfigurationConfigurationItemSummary) {
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.OpsiConfigurationBasicConfigurationItemSummary.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
+ OpsiConfigurationConfigurationItemSummary.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.OpsiConfigurationBasicConfigurationItemSummary.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
+ OpsiConfigurationConfigurationItemSummary.getDeserializedJsonObj = getDeserializedJsonObj;
70
+ })(OpsiConfigurationConfigurationItemSummary = exports.OpsiConfigurationConfigurationItemSummary || (exports.OpsiConfigurationConfigurationItemSummary = {}));
71
+ //# sourceMappingURL=opsi-configuration-configuration-item-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"opsi-configuration-configuration-item-summary.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/opsi-configuration-configuration-item-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AAStC,IAAiB,yCAAyC,CAiCzD;AAjCD,WAAiB,yCAAyC;IACxD,SAAgB,UAAU,CAAC,GAA8C;QACvE,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,8CAA8C,CAAC,UAAU,CACL,OAAQ,EACvE,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,oDAAU,aAezB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8C;QACnF,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,8CAA8C,CAAC,sBAAsB,CACjB,OAAQ,EACvE,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,gEAAsB,yBAerC,CAAA;AACH,CAAC,EAjCgB,yCAAyC,GAAzC,iDAAyC,KAAzC,iDAAyC,QAiCzD"}
@@ -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
+ /**
17
+ * Possible lifecycle states of OPSI configuration resource.
18
+ **/
19
+ export declare enum OpsiConfigurationLifecycleState {
20
+ Creating = "CREATING",
21
+ Updating = "UPDATING",
22
+ Active = "ACTIVE",
23
+ Deleting = "DELETING",
24
+ Deleted = "DELETED",
25
+ Failed = "FAILED",
26
+ /**
27
+ * This value is used if a service returns a value for this enum that is not recognized by this
28
+ * version of the SDK.
29
+ */
30
+ UnknownValue = "UNKNOWN_VALUE"
31
+ }
32
+ export declare namespace OpsiConfigurationLifecycleState {
33
+ function getJsonObj(obj: OpsiConfigurationLifecycleState): OpsiConfigurationLifecycleState;
34
+ function getDeserializedJsonObj(obj: OpsiConfigurationLifecycleState): OpsiConfigurationLifecycleState;
35
+ }
@@ -0,0 +1,46 @@
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
+ Object.defineProperty(exports, "__esModule", { value: true });
18
+ exports.OpsiConfigurationLifecycleState = void 0;
19
+ /**
20
+ * Possible lifecycle states of OPSI configuration resource.
21
+ **/
22
+ var OpsiConfigurationLifecycleState;
23
+ (function (OpsiConfigurationLifecycleState) {
24
+ OpsiConfigurationLifecycleState["Creating"] = "CREATING";
25
+ OpsiConfigurationLifecycleState["Updating"] = "UPDATING";
26
+ OpsiConfigurationLifecycleState["Active"] = "ACTIVE";
27
+ OpsiConfigurationLifecycleState["Deleting"] = "DELETING";
28
+ OpsiConfigurationLifecycleState["Deleted"] = "DELETED";
29
+ OpsiConfigurationLifecycleState["Failed"] = "FAILED";
30
+ /**
31
+ * This value is used if a service returns a value for this enum that is not recognized by this
32
+ * version of the SDK.
33
+ */
34
+ OpsiConfigurationLifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
35
+ })(OpsiConfigurationLifecycleState = exports.OpsiConfigurationLifecycleState || (exports.OpsiConfigurationLifecycleState = {}));
36
+ (function (OpsiConfigurationLifecycleState) {
37
+ function getJsonObj(obj) {
38
+ return obj;
39
+ }
40
+ OpsiConfigurationLifecycleState.getJsonObj = getJsonObj;
41
+ function getDeserializedJsonObj(obj) {
42
+ return obj;
43
+ }
44
+ OpsiConfigurationLifecycleState.getDeserializedJsonObj = getDeserializedJsonObj;
45
+ })(OpsiConfigurationLifecycleState = exports.OpsiConfigurationLifecycleState || (exports.OpsiConfigurationLifecycleState = {}));
46
+ //# sourceMappingURL=opsi-configuration-lifecycle-state.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"opsi-configuration-lifecycle-state.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/opsi-configuration-lifecycle-state.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAKH;;IAEI;AACJ,IAAY,+BAaX;AAbD,WAAY,+BAA+B;IACzC,wDAAqB,CAAA;IACrB,wDAAqB,CAAA;IACrB,oDAAiB,CAAA;IACjB,wDAAqB,CAAA;IACrB,sDAAmB,CAAA;IACnB,oDAAiB,CAAA;IAEjB;;;OAGG;IACH,iEAA8B,CAAA;AAChC,CAAC,EAbW,+BAA+B,GAA/B,uCAA+B,KAA/B,uCAA+B,QAa1C;AAED,WAAiB,+BAA+B;IAC9C,SAAgB,UAAU,CACxB,GAAoC;QAEpC,OAAO,GAAG,CAAC;IACb,CAAC;IAJe,0CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAoC;QAEpC,OAAO,GAAG,CAAC;IACb,CAAC;IAJe,sDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,+BAA+B,GAA/B,uCAA+B,KAA/B,uCAA+B,QAW/C"}
@@ -0,0 +1,87 @@
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 configuration summary.
19
+ */
20
+ export interface OpsiConfigurationSummary {
21
+ /**
22
+ * [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of OPSI configuration resource.
23
+ *
24
+ */
25
+ "id"?: string;
26
+ /**
27
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
28
+ */
29
+ "compartmentId"?: string;
30
+ /**
31
+ * User-friendly display name for the OPSI configuration. The name does not have to be unique.
32
+ */
33
+ "displayName"?: string;
34
+ /**
35
+ * Description of OPSI configuration.
36
+ */
37
+ "description"?: string;
38
+ /**
39
+ * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
40
+ * Example: `{\"bar-key\": \"value\"}`
41
+ *
42
+ */
43
+ "freeformTags"?: {
44
+ [key: string]: string;
45
+ };
46
+ /**
47
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace.
48
+ * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
49
+ *
50
+ */
51
+ "definedTags"?: {
52
+ [key: string]: {
53
+ [key: string]: any;
54
+ };
55
+ };
56
+ /**
57
+ * System tags for this resource. Each key is predefined and scoped to a namespace.
58
+ * Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
59
+ *
60
+ */
61
+ "systemTags"?: {
62
+ [key: string]: {
63
+ [key: string]: any;
64
+ };
65
+ };
66
+ /**
67
+ * The time at which the resource was first created. An RFC3339 formatted datetime string
68
+ */
69
+ "timeCreated"?: Date;
70
+ /**
71
+ * The time at which the resource was last updated. An RFC3339 formatted datetime string
72
+ */
73
+ "timeUpdated"?: Date;
74
+ /**
75
+ * OPSI configuration resource lifecycle state.
76
+ */
77
+ "lifecycleState"?: model.OpsiConfigurationLifecycleState;
78
+ /**
79
+ * A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
80
+ */
81
+ "lifecycleDetails"?: string;
82
+ "opsiConfigType": string;
83
+ }
84
+ export declare namespace OpsiConfigurationSummary {
85
+ function getJsonObj(obj: OpsiConfigurationSummary): object;
86
+ function getDeserializedJsonObj(obj: OpsiConfigurationSummary): object;
87
+ }
@@ -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.OpsiConfigurationSummary = void 0;
38
+ const model = __importStar(require("../model"));
39
+ const common = require("oci-common");
40
+ var OpsiConfigurationSummary;
41
+ (function (OpsiConfigurationSummary) {
42
+ function getJsonObj(obj) {
43
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
44
+ if (obj && "opsiConfigType" in obj && obj.opsiConfigType) {
45
+ switch (obj.opsiConfigType) {
46
+ case "UX_CONFIGURATION":
47
+ return model.OpsiUxConfigurationSummary.getJsonObj(jsonObj, true);
48
+ default:
49
+ if (common.LOG.logger)
50
+ common.LOG.logger.info(`Unknown value for: ${obj.opsiConfigType}`);
51
+ }
52
+ }
53
+ return jsonObj;
54
+ }
55
+ OpsiConfigurationSummary.getJsonObj = getJsonObj;
56
+ function getDeserializedJsonObj(obj) {
57
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
58
+ if (obj && "opsiConfigType" in obj && obj.opsiConfigType) {
59
+ switch (obj.opsiConfigType) {
60
+ case "UX_CONFIGURATION":
61
+ return model.OpsiUxConfigurationSummary.getDeserializedJsonObj(jsonObj, true);
62
+ default:
63
+ if (common.LOG.logger)
64
+ common.LOG.logger.info(`Unknown value for: ${obj.opsiConfigType}`);
65
+ }
66
+ }
67
+ return jsonObj;
68
+ }
69
+ OpsiConfigurationSummary.getDeserializedJsonObj = getDeserializedJsonObj;
70
+ })(OpsiConfigurationSummary = exports.OpsiConfigurationSummary || (exports.OpsiConfigurationSummary = {}));
71
+ //# sourceMappingURL=opsi-configuration-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"opsi-configuration-summary.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/opsi-configuration-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AA6DtC,IAAiB,wBAAwB,CAiCxC;AAjCD,WAAiB,wBAAwB;IACvC,SAAgB,UAAU,CAAC,GAA6B;QACtD,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,kBAAkB;oBACrB,OAAO,KAAK,CAAC,0BAA0B,CAAC,UAAU,CACL,OAAQ,EACnD,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,mCAAU,aAezB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA6B;QAClE,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,kBAAkB;oBACrB,OAAO,KAAK,CAAC,0BAA0B,CAAC,sBAAsB,CACjB,OAAQ,EACnD,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,+CAAsB,yBAerC,CAAA;AACH,CAAC,EAjCgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAiCxC"}
@@ -0,0 +1,32 @@
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
+ * Type of OPSI configuration. Different sets of customizable configuration items are exposed through different OPSI configuration types.
18
+ * UX_CONFIGURATION: OPSI configuration resource of this type can be created only once in each compartment. It is a compartment level singleton resource.
19
+ *
20
+ **/
21
+ export declare enum OpsiConfigurationType {
22
+ UxConfiguration = "UX_CONFIGURATION",
23
+ /**
24
+ * This value is used if a service returns a value for this enum that is not recognized by this
25
+ * version of the SDK.
26
+ */
27
+ UnknownValue = "UNKNOWN_VALUE"
28
+ }
29
+ export declare namespace OpsiConfigurationType {
30
+ function getJsonObj(obj: OpsiConfigurationType): OpsiConfigurationType;
31
+ function getDeserializedJsonObj(obj: OpsiConfigurationType): OpsiConfigurationType;
32
+ }
@@ -0,0 +1,43 @@
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
+ Object.defineProperty(exports, "__esModule", { value: true });
18
+ exports.OpsiConfigurationType = void 0;
19
+ /**
20
+ * Type of OPSI configuration. Different sets of customizable configuration items are exposed through different OPSI configuration types.
21
+ * UX_CONFIGURATION: OPSI configuration resource of this type can be created only once in each compartment. It is a compartment level singleton resource.
22
+ *
23
+ **/
24
+ var OpsiConfigurationType;
25
+ (function (OpsiConfigurationType) {
26
+ OpsiConfigurationType["UxConfiguration"] = "UX_CONFIGURATION";
27
+ /**
28
+ * This value is used if a service returns a value for this enum that is not recognized by this
29
+ * version of the SDK.
30
+ */
31
+ OpsiConfigurationType["UnknownValue"] = "UNKNOWN_VALUE";
32
+ })(OpsiConfigurationType = exports.OpsiConfigurationType || (exports.OpsiConfigurationType = {}));
33
+ (function (OpsiConfigurationType) {
34
+ function getJsonObj(obj) {
35
+ return obj;
36
+ }
37
+ OpsiConfigurationType.getJsonObj = getJsonObj;
38
+ function getDeserializedJsonObj(obj) {
39
+ return obj;
40
+ }
41
+ OpsiConfigurationType.getDeserializedJsonObj = getDeserializedJsonObj;
42
+ })(OpsiConfigurationType = exports.OpsiConfigurationType || (exports.OpsiConfigurationType = {}));
43
+ //# sourceMappingURL=opsi-configuration-type.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"opsi-configuration-type.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/opsi-configuration-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAKH;;;;IAII;AACJ,IAAY,qBAQX;AARD,WAAY,qBAAqB;IAC/B,6DAAoC,CAAA;IAEpC;;;OAGG;IACH,uDAA8B,CAAA;AAChC,CAAC,EARW,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAQhC;AAED,WAAiB,qBAAqB;IACpC,SAAgB,UAAU,CAAC,GAA0B;QACnD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,gCAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0B;QAC/D,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,4CAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAOrC"}
@@ -0,0 +1,91 @@
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 configuration.
19
+ */
20
+ export interface OpsiConfiguration {
21
+ /**
22
+ * [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of OPSI configuration resource.
23
+ *
24
+ */
25
+ "id"?: string;
26
+ /**
27
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
28
+ */
29
+ "compartmentId"?: string;
30
+ /**
31
+ * User-friendly display name for the OPSI configuration. The name does not have to be unique.
32
+ */
33
+ "displayName"?: string;
34
+ /**
35
+ * Description of OPSI configuration.
36
+ */
37
+ "description"?: string;
38
+ /**
39
+ * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
40
+ * Example: `{\"bar-key\": \"value\"}`
41
+ *
42
+ */
43
+ "freeformTags"?: {
44
+ [key: string]: string;
45
+ };
46
+ /**
47
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace.
48
+ * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
49
+ *
50
+ */
51
+ "definedTags"?: {
52
+ [key: string]: {
53
+ [key: string]: any;
54
+ };
55
+ };
56
+ /**
57
+ * System tags for this resource. Each key is predefined and scoped to a namespace.
58
+ * Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
59
+ *
60
+ */
61
+ "systemTags"?: {
62
+ [key: string]: {
63
+ [key: string]: any;
64
+ };
65
+ };
66
+ /**
67
+ * The time at which the resource was first created. An RFC3339 formatted datetime string
68
+ */
69
+ "timeCreated"?: Date;
70
+ /**
71
+ * The time at which the resource was last updated. An RFC3339 formatted datetime string
72
+ */
73
+ "timeUpdated"?: Date;
74
+ /**
75
+ * OPSI configuration resource lifecycle state.
76
+ */
77
+ "lifecycleState"?: model.OpsiConfigurationLifecycleState;
78
+ /**
79
+ * A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
80
+ */
81
+ "lifecycleDetails"?: string;
82
+ /**
83
+ * Array of configuration item summary objects.
84
+ */
85
+ "configItems"?: Array<model.OpsiConfigurationConfigurationItemSummary>;
86
+ "opsiConfigType": string;
87
+ }
88
+ export declare namespace OpsiConfiguration {
89
+ function getJsonObj(obj: OpsiConfiguration): object;
90
+ function getDeserializedJsonObj(obj: OpsiConfiguration): object;
91
+ }