oci-opsi 2.37.0 → 2.40.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 (301) hide show
  1. package/lib/client.d.ts +140 -124
  2. package/lib/client.js +225 -133
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/add-exadata-insight-members-details.js +5 -2
  5. package/lib/model/add-exadata-insight-members-details.js.map +1 -1
  6. package/lib/model/awr-query-result.js +5 -2
  7. package/lib/model/awr-query-result.js.map +1 -1
  8. package/lib/model/cloud-importable-compute-entity-summary.d.ts +49 -0
  9. package/lib/model/cloud-importable-compute-entity-summary.js +69 -0
  10. package/lib/model/cloud-importable-compute-entity-summary.js.map +1 -0
  11. package/lib/model/create-database-insight-details.js +5 -2
  12. package/lib/model/create-database-insight-details.js.map +1 -1
  13. package/lib/model/create-exadata-insight-details.js +5 -2
  14. package/lib/model/create-exadata-insight-details.js.map +1 -1
  15. package/lib/model/create-host-insight-details.js +9 -2
  16. package/lib/model/create-host-insight-details.js.map +1 -1
  17. package/lib/model/create-macs-managed-cloud-host-insight-details.d.ts +31 -0
  18. package/lib/model/create-macs-managed-cloud-host-insight-details.js +57 -0
  19. package/lib/model/create-macs-managed-cloud-host-insight-details.js.map +1 -0
  20. package/lib/model/credential-details.js +5 -2
  21. package/lib/model/credential-details.js.map +1 -1
  22. package/lib/model/data-object-column-unit.js +5 -2
  23. package/lib/model/data-object-column-unit.js.map +1 -1
  24. package/lib/model/data-object-query.js +5 -2
  25. package/lib/model/data-object-query.js.map +1 -1
  26. package/lib/model/database-configuration-metric-group.js +5 -2
  27. package/lib/model/database-configuration-metric-group.js.map +1 -1
  28. package/lib/model/database-configuration-summary.js +5 -2
  29. package/lib/model/database-configuration-summary.js.map +1 -1
  30. package/lib/model/database-insight-summary.js +5 -2
  31. package/lib/model/database-insight-summary.js.map +1 -1
  32. package/lib/model/database-insight.js +5 -2
  33. package/lib/model/database-insight.js.map +1 -1
  34. package/lib/model/enable-database-insight-details.js +5 -2
  35. package/lib/model/enable-database-insight-details.js.map +1 -1
  36. package/lib/model/enable-exadata-insight-details.js +5 -2
  37. package/lib/model/enable-exadata-insight-details.js.map +1 -1
  38. package/lib/model/enable-host-insight-details.js +9 -2
  39. package/lib/model/enable-host-insight-details.js.map +1 -1
  40. package/lib/model/enable-macs-managed-cloud-host-insight-details.d.ts +27 -0
  41. package/lib/model/enable-macs-managed-cloud-host-insight-details.js +57 -0
  42. package/lib/model/enable-macs-managed-cloud-host-insight-details.js.map +1 -0
  43. package/lib/model/exadata-configuration-summary.js +5 -2
  44. package/lib/model/exadata-configuration-summary.js.map +1 -1
  45. package/lib/model/exadata-insight-resource-statistics-aggregation.js +5 -2
  46. package/lib/model/exadata-insight-resource-statistics-aggregation.js.map +1 -1
  47. package/lib/model/exadata-insight-summary.js +5 -2
  48. package/lib/model/exadata-insight-summary.js.map +1 -1
  49. package/lib/model/exadata-insight.js +5 -2
  50. package/lib/model/exadata-insight.js.map +1 -1
  51. package/lib/model/host-configuration-metric-group.js +5 -2
  52. package/lib/model/host-configuration-metric-group.js.map +1 -1
  53. package/lib/model/host-configuration-summary.js +5 -2
  54. package/lib/model/host-configuration-summary.js.map +1 -1
  55. package/lib/model/host-entity-source.d.ts +1 -0
  56. package/lib/model/host-entity-source.js +1 -0
  57. package/lib/model/host-entity-source.js.map +1 -1
  58. package/lib/model/host-insight-summary.js +9 -2
  59. package/lib/model/host-insight-summary.js.map +1 -1
  60. package/lib/model/host-insight.js +9 -2
  61. package/lib/model/host-insight.js.map +1 -1
  62. package/lib/model/host-performance-metric-group.js +5 -2
  63. package/lib/model/host-performance-metric-group.js.map +1 -1
  64. package/lib/model/host-resource-statistics.js +5 -2
  65. package/lib/model/host-resource-statistics.js.map +1 -1
  66. package/lib/model/importable-agent-entity-source.d.ts +1 -0
  67. package/lib/model/importable-agent-entity-source.js +1 -0
  68. package/lib/model/importable-agent-entity-source.js.map +1 -1
  69. package/lib/model/importable-agent-entity-summary.js +5 -2
  70. package/lib/model/importable-agent-entity-summary.js.map +1 -1
  71. package/lib/model/{usage-unit.d.ts → importable-compute-entity-summary-collection.d.ts} +9 -14
  72. package/lib/model/importable-compute-entity-summary-collection.js +64 -0
  73. package/lib/model/importable-compute-entity-summary-collection.js.map +1 -0
  74. package/lib/model/importable-compute-entity-summary.d.ts +37 -0
  75. package/lib/model/importable-compute-entity-summary.js +71 -0
  76. package/lib/model/importable-compute-entity-summary.js.map +1 -0
  77. package/lib/model/index.d.ts +16 -2
  78. package/lib/model/index.js +21 -7
  79. package/lib/model/index.js.map +1 -1
  80. package/lib/model/macs-managed-cloud-host-insight-summary.d.ts +53 -0
  81. package/lib/model/macs-managed-cloud-host-insight-summary.js +69 -0
  82. package/lib/model/macs-managed-cloud-host-insight-summary.js.map +1 -0
  83. package/lib/model/macs-managed-cloud-host-insight.d.ts +61 -0
  84. package/lib/model/macs-managed-cloud-host-insight.js +69 -0
  85. package/lib/model/macs-managed-cloud-host-insight.js.map +1 -0
  86. package/lib/model/opsi-data-object-summary.js +5 -2
  87. package/lib/model/opsi-data-object-summary.js.map +1 -1
  88. package/lib/model/opsi-data-object.js +5 -2
  89. package/lib/model/opsi-data-object.js.map +1 -1
  90. package/lib/model/query-data-object-result-set-rows-collection.js +5 -2
  91. package/lib/model/query-data-object-result-set-rows-collection.js.map +1 -1
  92. package/lib/model/summarize-database-insight-resource-capacity-trend-aggregation-collection.d.ts +14 -3
  93. package/lib/model/summarize-database-insight-resource-capacity-trend-aggregation-collection.js +13 -0
  94. package/lib/model/summarize-database-insight-resource-capacity-trend-aggregation-collection.js.map +1 -1
  95. package/lib/model/summarize-database-insight-resource-forecast-trend-aggregation.d.ts +14 -3
  96. package/lib/model/summarize-database-insight-resource-forecast-trend-aggregation.js +13 -0
  97. package/lib/model/summarize-database-insight-resource-forecast-trend-aggregation.js.map +1 -1
  98. package/lib/model/summarize-database-insight-resource-statistics-aggregation-collection.d.ts +14 -3
  99. package/lib/model/summarize-database-insight-resource-statistics-aggregation-collection.js +13 -0
  100. package/lib/model/summarize-database-insight-resource-statistics-aggregation-collection.js.map +1 -1
  101. package/lib/model/summarize-database-insight-resource-usage-aggregation.d.ts +14 -4
  102. package/lib/model/summarize-database-insight-resource-usage-aggregation.js +13 -0
  103. package/lib/model/summarize-database-insight-resource-usage-aggregation.js.map +1 -1
  104. package/lib/model/summarize-database-insight-resource-usage-trend-aggregation-collection.d.ts +14 -3
  105. package/lib/model/summarize-database-insight-resource-usage-trend-aggregation-collection.js +13 -0
  106. package/lib/model/summarize-database-insight-resource-usage-trend-aggregation-collection.js.map +1 -1
  107. package/lib/model/summarize-database-insight-tablespace-usage-trend-aggregation-collection.d.ts +14 -3
  108. package/lib/model/summarize-database-insight-tablespace-usage-trend-aggregation-collection.js +13 -0
  109. package/lib/model/summarize-database-insight-tablespace-usage-trend-aggregation-collection.js.map +1 -1
  110. package/lib/model/summarize-exadata-insight-resource-capacity-trend-aggregation.d.ts +14 -3
  111. package/lib/model/summarize-exadata-insight-resource-capacity-trend-aggregation.js +13 -0
  112. package/lib/model/summarize-exadata-insight-resource-capacity-trend-aggregation.js.map +1 -1
  113. package/lib/model/summarize-exadata-insight-resource-capacity-trend-collection.d.ts +14 -3
  114. package/lib/model/summarize-exadata-insight-resource-capacity-trend-collection.js +13 -0
  115. package/lib/model/summarize-exadata-insight-resource-capacity-trend-collection.js.map +1 -1
  116. package/lib/model/summarize-exadata-insight-resource-forecast-trend-aggregation.d.ts +14 -3
  117. package/lib/model/summarize-exadata-insight-resource-forecast-trend-aggregation.js +13 -0
  118. package/lib/model/summarize-exadata-insight-resource-forecast-trend-aggregation.js.map +1 -1
  119. package/lib/model/summarize-exadata-insight-resource-forecast-trend-collection.d.ts +14 -3
  120. package/lib/model/summarize-exadata-insight-resource-forecast-trend-collection.js +13 -0
  121. package/lib/model/summarize-exadata-insight-resource-forecast-trend-collection.js.map +1 -1
  122. package/lib/model/summarize-exadata-insight-resource-statistics-aggregation-collection.d.ts +14 -3
  123. package/lib/model/summarize-exadata-insight-resource-statistics-aggregation-collection.js +13 -0
  124. package/lib/model/summarize-exadata-insight-resource-statistics-aggregation-collection.js.map +1 -1
  125. package/lib/model/summarize-exadata-insight-resource-usage-aggregation.d.ts +14 -4
  126. package/lib/model/summarize-exadata-insight-resource-usage-aggregation.js +13 -0
  127. package/lib/model/summarize-exadata-insight-resource-usage-aggregation.js.map +1 -1
  128. package/lib/model/summarize-exadata-insight-resource-usage-collection.d.ts +14 -3
  129. package/lib/model/summarize-exadata-insight-resource-usage-collection.js +13 -0
  130. package/lib/model/summarize-exadata-insight-resource-usage-collection.js.map +1 -1
  131. package/lib/model/summarize-host-insight-resource-capacity-trend-aggregation-collection.d.ts +14 -3
  132. package/lib/model/summarize-host-insight-resource-capacity-trend-aggregation-collection.js +13 -0
  133. package/lib/model/summarize-host-insight-resource-capacity-trend-aggregation-collection.js.map +1 -1
  134. package/lib/model/summarize-host-insight-resource-forecast-trend-aggregation.d.ts +14 -3
  135. package/lib/model/summarize-host-insight-resource-forecast-trend-aggregation.js +13 -0
  136. package/lib/model/summarize-host-insight-resource-forecast-trend-aggregation.js.map +1 -1
  137. package/lib/model/summarize-host-insight-resource-statistics-aggregation-collection.d.ts +14 -3
  138. package/lib/model/summarize-host-insight-resource-statistics-aggregation-collection.js +13 -0
  139. package/lib/model/summarize-host-insight-resource-statistics-aggregation-collection.js.map +1 -1
  140. package/lib/model/summarize-host-insight-resource-usage-aggregation.d.ts +14 -4
  141. package/lib/model/summarize-host-insight-resource-usage-aggregation.js +13 -0
  142. package/lib/model/summarize-host-insight-resource-usage-aggregation.js.map +1 -1
  143. package/lib/model/summarize-host-insight-resource-usage-trend-aggregation-collection.d.ts +14 -3
  144. package/lib/model/summarize-host-insight-resource-usage-trend-aggregation-collection.js +13 -0
  145. package/lib/model/summarize-host-insight-resource-usage-trend-aggregation-collection.js.map +1 -1
  146. package/lib/model/update-database-insight-details.js +5 -2
  147. package/lib/model/update-database-insight-details.js.map +1 -1
  148. package/lib/model/update-exadata-insight-details.js +5 -2
  149. package/lib/model/update-exadata-insight-details.js.map +1 -1
  150. package/lib/model/update-host-insight-details.js +9 -2
  151. package/lib/model/update-host-insight-details.js.map +1 -1
  152. package/lib/model/update-macs-managed-cloud-host-insight-details.d.ts +27 -0
  153. package/lib/model/update-macs-managed-cloud-host-insight-details.js +57 -0
  154. package/lib/model/update-macs-managed-cloud-host-insight-details.js.map +1 -0
  155. package/lib/request/add-exadata-insight-members-request.d.ts +1 -1
  156. package/lib/request/change-database-insight-compartment-request.d.ts +1 -1
  157. package/lib/request/change-enterprise-manager-bridge-compartment-request.d.ts +1 -1
  158. package/lib/request/change-exadata-insight-compartment-request.d.ts +1 -1
  159. package/lib/request/change-host-insight-compartment-request.d.ts +1 -1
  160. package/lib/request/change-operations-insights-private-endpoint-compartment-request.d.ts +1 -1
  161. package/lib/request/change-pe-comanaged-database-insight-request.d.ts +1 -1
  162. package/lib/request/create-awr-hub-request.d.ts +1 -1
  163. package/lib/request/create-database-insight-request.d.ts +1 -1
  164. package/lib/request/create-enterprise-manager-bridge-request.d.ts +1 -1
  165. package/lib/request/create-exadata-insight-request.d.ts +1 -1
  166. package/lib/request/create-host-insight-request.d.ts +2 -2
  167. package/lib/request/create-operations-insights-private-endpoint-request.d.ts +1 -1
  168. package/lib/request/create-operations-insights-warehouse-request.d.ts +1 -1
  169. package/lib/request/create-operations-insights-warehouse-user-request.d.ts +1 -1
  170. package/lib/request/delete-awr-hub-request.d.ts +1 -1
  171. package/lib/request/delete-database-insight-request.d.ts +1 -1
  172. package/lib/request/delete-enterprise-manager-bridge-request.d.ts +1 -1
  173. package/lib/request/delete-exadata-insight-request.d.ts +1 -1
  174. package/lib/request/delete-host-insight-request.d.ts +1 -1
  175. package/lib/request/delete-operations-insights-private-endpoint-request.d.ts +1 -1
  176. package/lib/request/delete-operations-insights-warehouse-request.d.ts +1 -1
  177. package/lib/request/delete-operations-insights-warehouse-user-request.d.ts +1 -1
  178. package/lib/request/disable-database-insight-request.d.ts +1 -1
  179. package/lib/request/disable-exadata-insight-request.d.ts +1 -1
  180. package/lib/request/disable-host-insight-request.d.ts +1 -1
  181. package/lib/request/download-operations-insights-warehouse-wallet-request.d.ts +1 -1
  182. package/lib/request/enable-database-insight-request.d.ts +1 -1
  183. package/lib/request/enable-exadata-insight-request.d.ts +1 -1
  184. package/lib/request/enable-host-insight-request.d.ts +2 -2
  185. package/lib/request/get-awr-database-report-request.d.ts +1 -1
  186. package/lib/request/get-awr-database-sql-report-request.d.ts +1 -1
  187. package/lib/request/get-awr-hub-request.d.ts +1 -1
  188. package/lib/request/get-awr-report-request.d.ts +1 -1
  189. package/lib/request/get-database-insight-request.d.ts +1 -1
  190. package/lib/request/get-enterprise-manager-bridge-request.d.ts +1 -1
  191. package/lib/request/get-exadata-insight-request.d.ts +1 -1
  192. package/lib/request/get-host-insight-request.d.ts +1 -1
  193. package/lib/request/get-operations-insights-private-endpoint-request.d.ts +1 -1
  194. package/lib/request/get-operations-insights-warehouse-request.d.ts +1 -1
  195. package/lib/request/get-operations-insights-warehouse-user-request.d.ts +1 -1
  196. package/lib/request/get-opsi-data-object-request.d.ts +1 -1
  197. package/lib/request/get-work-request-request.d.ts +1 -1
  198. package/lib/request/index.d.ts +2 -0
  199. package/lib/request/index.js +4 -2
  200. package/lib/request/index.js.map +1 -1
  201. package/lib/request/ingest-database-configuration-request.d.ts +1 -1
  202. package/lib/request/ingest-host-configuration-request.d.ts +1 -1
  203. package/lib/request/ingest-host-metrics-request.d.ts +1 -1
  204. package/lib/request/ingest-sql-bucket-request.d.ts +1 -1
  205. package/lib/request/ingest-sql-plan-lines-request.d.ts +1 -1
  206. package/lib/request/ingest-sql-stats-request.d.ts +1 -1
  207. package/lib/request/ingest-sql-text-request.d.ts +1 -1
  208. package/lib/request/list-awr-database-snapshots-request.d.ts +1 -1
  209. package/lib/request/list-awr-databases-request.d.ts +1 -1
  210. package/lib/request/list-awr-hubs-request.d.ts +1 -1
  211. package/lib/request/list-awr-snapshots-request.d.ts +1 -1
  212. package/lib/request/list-database-configurations-request.d.ts +1 -1
  213. package/lib/request/list-database-insights-request.d.ts +1 -1
  214. package/lib/request/list-enterprise-manager-bridges-request.d.ts +1 -1
  215. package/lib/request/list-exadata-configurations-request.d.ts +1 -1
  216. package/lib/request/list-exadata-insights-request.d.ts +1 -1
  217. package/lib/request/list-host-configurations-request.d.ts +12 -1
  218. package/lib/request/list-host-configurations-request.js.map +1 -1
  219. package/lib/request/list-host-insights-request.d.ts +3 -6
  220. package/lib/request/list-host-insights-request.js +0 -4
  221. package/lib/request/list-host-insights-request.js.map +1 -1
  222. package/lib/request/list-hosted-entities-request.d.ts +12 -1
  223. package/lib/request/list-hosted-entities-request.js.map +1 -1
  224. package/lib/request/list-importable-agent-entities-request.d.ts +1 -1
  225. package/lib/request/list-importable-compute-entities-request.d.ts +63 -0
  226. package/lib/request/list-importable-compute-entities-request.js +26 -0
  227. package/lib/request/list-importable-compute-entities-request.js.map +1 -0
  228. package/lib/request/list-importable-enterprise-manager-entities-request.d.ts +1 -1
  229. package/lib/request/list-operations-insights-private-endpoints-request.d.ts +1 -1
  230. package/lib/request/list-operations-insights-warehouse-users-request.d.ts +1 -1
  231. package/lib/request/list-operations-insights-warehouses-request.d.ts +1 -1
  232. package/lib/request/list-opsi-data-objects-request.d.ts +1 -1
  233. package/lib/request/list-sql-plans-request.d.ts +1 -1
  234. package/lib/request/list-sql-searches-request.d.ts +1 -1
  235. package/lib/request/list-sql-texts-request.d.ts +1 -1
  236. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  237. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  238. package/lib/request/list-work-requests-request.d.ts +1 -1
  239. package/lib/request/query-opsi-data-object-data-request.d.ts +1 -1
  240. package/lib/request/rotate-operations-insights-warehouse-wallet-request.d.ts +1 -1
  241. package/lib/request/summarize-awr-database-cpu-usages-request.d.ts +1 -1
  242. package/lib/request/summarize-awr-database-metrics-request.d.ts +1 -1
  243. package/lib/request/summarize-awr-database-parameter-changes-request.d.ts +1 -1
  244. package/lib/request/summarize-awr-database-parameters-request.d.ts +1 -1
  245. package/lib/request/summarize-awr-database-snapshot-ranges-request.d.ts +1 -1
  246. package/lib/request/summarize-awr-database-sysstats-request.d.ts +1 -1
  247. package/lib/request/summarize-awr-database-top-wait-events-request.d.ts +1 -1
  248. package/lib/request/summarize-awr-database-wait-event-buckets-request.d.ts +1 -1
  249. package/lib/request/summarize-awr-database-wait-events-request.d.ts +1 -1
  250. package/lib/request/summarize-awr-sources-summaries-request.d.ts +1 -1
  251. package/lib/request/summarize-database-insight-resource-capacity-trend-request.d.ts +1 -1
  252. package/lib/request/summarize-database-insight-resource-forecast-trend-request.d.ts +1 -1
  253. package/lib/request/summarize-database-insight-resource-statistics-request.d.ts +1 -1
  254. package/lib/request/summarize-database-insight-resource-usage-request.d.ts +1 -1
  255. package/lib/request/summarize-database-insight-resource-usage-trend-request.d.ts +1 -1
  256. package/lib/request/summarize-database-insight-resource-utilization-insight-request.d.ts +1 -1
  257. package/lib/request/summarize-database-insight-tablespace-usage-trend-request.d.ts +1 -1
  258. package/lib/request/summarize-exadata-insight-resource-capacity-trend-aggregated-request.d.ts +1 -1
  259. package/lib/request/summarize-exadata-insight-resource-capacity-trend-request.d.ts +1 -1
  260. package/lib/request/summarize-exadata-insight-resource-forecast-trend-aggregated-request.d.ts +1 -1
  261. package/lib/request/summarize-exadata-insight-resource-forecast-trend-request.d.ts +1 -1
  262. package/lib/request/summarize-exadata-insight-resource-statistics-request.d.ts +1 -1
  263. package/lib/request/summarize-exadata-insight-resource-usage-aggregated-request.d.ts +1 -1
  264. package/lib/request/summarize-exadata-insight-resource-usage-request.d.ts +1 -1
  265. package/lib/request/summarize-exadata-insight-resource-utilization-insight-request.d.ts +1 -1
  266. package/lib/request/summarize-exadata-members-request.d.ts +1 -1
  267. package/lib/request/summarize-host-insight-resource-capacity-trend-request.d.ts +12 -1
  268. package/lib/request/summarize-host-insight-resource-capacity-trend-request.js.map +1 -1
  269. package/lib/request/summarize-host-insight-resource-forecast-trend-request.d.ts +12 -1
  270. package/lib/request/summarize-host-insight-resource-forecast-trend-request.js.map +1 -1
  271. package/lib/request/summarize-host-insight-resource-statistics-request.d.ts +12 -1
  272. package/lib/request/summarize-host-insight-resource-statistics-request.js.map +1 -1
  273. package/lib/request/summarize-host-insight-resource-usage-request.d.ts +12 -1
  274. package/lib/request/summarize-host-insight-resource-usage-request.js.map +1 -1
  275. package/lib/request/summarize-host-insight-resource-usage-trend-request.d.ts +12 -1
  276. package/lib/request/summarize-host-insight-resource-usage-trend-request.js.map +1 -1
  277. package/lib/request/summarize-host-insight-resource-utilization-insight-request.d.ts +12 -1
  278. package/lib/request/summarize-host-insight-resource-utilization-insight-request.js.map +1 -1
  279. package/lib/request/summarize-host-insight-top-processes-usage-trend-request.d.ts +12 -1
  280. package/lib/request/summarize-operations-insights-warehouse-resource-usage-request.d.ts +1 -1
  281. package/lib/request/summarize-sql-insights-request.d.ts +1 -1
  282. package/lib/request/summarize-sql-plan-insights-request.d.ts +1 -1
  283. package/lib/request/summarize-sql-response-time-distributions-request.d.ts +1 -1
  284. package/lib/request/summarize-sql-statistics-request.d.ts +1 -1
  285. package/lib/request/summarize-sql-statistics-time-series-by-plan-request.d.ts +1 -1
  286. package/lib/request/summarize-sql-statistics-time-series-request.d.ts +1 -1
  287. package/lib/request/update-awr-hub-request.d.ts +1 -1
  288. package/lib/request/update-database-insight-request.d.ts +1 -1
  289. package/lib/request/update-enterprise-manager-bridge-request.d.ts +1 -1
  290. package/lib/request/update-exadata-insight-request.d.ts +1 -1
  291. package/lib/request/update-host-insight-request.d.ts +2 -2
  292. package/lib/request/update-operations-insights-private-endpoint-request.d.ts +1 -1
  293. package/lib/request/update-operations-insights-warehouse-request.d.ts +1 -1
  294. package/lib/request/update-operations-insights-warehouse-user-request.d.ts +1 -1
  295. package/lib/response/index.d.ts +2 -0
  296. package/lib/response/list-importable-compute-entities-response.d.ts +32 -0
  297. package/lib/response/list-importable-compute-entities-response.js +15 -0
  298. package/lib/response/list-importable-compute-entities-response.js.map +1 -0
  299. package/package.json +3 -3
  300. package/lib/model/usage-unit.js +0 -45
  301. package/lib/model/usage-unit.js.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"update-exadata-insight-details.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/update-exadata-insight-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAuBlC,IAAiB,2BAA2B,CAiC3C;AAjCD,WAAiB,2BAA2B;IAC1C,SAAgB,UAAU,CAAC,GAAgC;QACzD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,cAAc,IAAI,GAAG,IAAI,GAAG,CAAC,YAAY,EAAE;YACpD,QAAQ,GAAG,CAAC,YAAY,EAAE;gBACxB,KAAK,6BAA6B;oBAChC,OAAO,KAAK,CAAC,4CAA4C,CAAC,UAAU,CACL,OAAQ,EACrE,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,YAAY,CAAC,CAAC;aACzD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,sCAAU,aAezB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgC;QACrE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,cAAc,IAAI,GAAG,IAAI,GAAG,CAAC,YAAY,EAAE;YACpD,QAAQ,GAAG,CAAC,YAAY,EAAE;gBACxB,KAAK,6BAA6B;oBAChC,OAAO,KAAK,CAAC,4CAA4C,CAAC,sBAAsB,CACjB,OAAQ,EACrE,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,YAAY,CAAC,CAAC;aACzD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,kDAAsB,yBAerC,CAAA;AACH,CAAC,EAjCgB,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAiC3C"}
1
+ {"version":3,"file":"update-exadata-insight-details.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/update-exadata-insight-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AAsBtC,IAAiB,2BAA2B,CAiC3C;AAjCD,WAAiB,2BAA2B;IAC1C,SAAgB,UAAU,CAAC,GAAgC;QACzD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,cAAc,IAAI,GAAG,IAAI,GAAG,CAAC,YAAY,EAAE;YACpD,QAAQ,GAAG,CAAC,YAAY,EAAE;gBACxB,KAAK,6BAA6B;oBAChC,OAAO,KAAK,CAAC,4CAA4C,CAAC,UAAU,CACL,OAAQ,EACrE,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,YAAY,EAAE,CAAC,CAAC;aAC3F;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,sCAAU,aAezB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgC;QACrE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,cAAc,IAAI,GAAG,IAAI,GAAG,CAAC,YAAY,EAAE;YACpD,QAAQ,GAAG,CAAC,YAAY,EAAE;gBACxB,KAAK,6BAA6B;oBAChC,OAAO,KAAK,CAAC,4CAA4C,CAAC,sBAAsB,CACjB,OAAQ,EACrE,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,YAAY,EAAE,CAAC,CAAC;aAC3F;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,kDAAsB,yBAerC,CAAA;AACH,CAAC,EAjCgB,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAiC3C"}
@@ -36,6 +36,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.UpdateHostInsightDetails = void 0;
38
38
  const model = __importStar(require("../model"));
39
+ const common = require("oci-common");
39
40
  var UpdateHostInsightDetails;
40
41
  (function (UpdateHostInsightDetails) {
41
42
  function getJsonObj(obj) {
@@ -46,8 +47,11 @@ var UpdateHostInsightDetails;
46
47
  return model.UpdateEmManagedExternalHostInsightDetails.getJsonObj(jsonObj, true);
47
48
  case "MACS_MANAGED_EXTERNAL_HOST":
48
49
  return model.UpdateMacsManagedExternalHostInsightDetails.getJsonObj(jsonObj, true);
50
+ case "MACS_MANAGED_CLOUD_HOST":
51
+ return model.UpdateMacsManagedCloudHostInsightDetails.getJsonObj(jsonObj, true);
49
52
  default:
50
- throw Error("Unknown value for: " + obj.entitySource);
53
+ if (common.LOG.logger)
54
+ common.LOG.logger.info(`Unknown value for: ${obj.entitySource}`);
51
55
  }
52
56
  }
53
57
  return jsonObj;
@@ -61,8 +65,11 @@ var UpdateHostInsightDetails;
61
65
  return model.UpdateEmManagedExternalHostInsightDetails.getDeserializedJsonObj(jsonObj, true);
62
66
  case "MACS_MANAGED_EXTERNAL_HOST":
63
67
  return model.UpdateMacsManagedExternalHostInsightDetails.getDeserializedJsonObj(jsonObj, true);
68
+ case "MACS_MANAGED_CLOUD_HOST":
69
+ return model.UpdateMacsManagedCloudHostInsightDetails.getDeserializedJsonObj(jsonObj, true);
64
70
  default:
65
- throw Error("Unknown value for: " + obj.entitySource);
71
+ if (common.LOG.logger)
72
+ common.LOG.logger.info(`Unknown value for: ${obj.entitySource}`);
66
73
  }
67
74
  }
68
75
  return jsonObj;
@@ -1 +1 @@
1
- {"version":3,"file":"update-host-insight-details.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/update-host-insight-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAuBlC,IAAiB,wBAAwB,CA2CxC;AA3CD,WAAiB,wBAAwB;IACvC,SAAgB,UAAU,CAAC,GAA6B;QACtD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,cAAc,IAAI,GAAG,IAAI,GAAG,CAAC,YAAY,EAAE;YACpD,QAAQ,GAAG,CAAC,YAAY,EAAE;gBACxB,KAAK,0BAA0B;oBAC7B,OAAO,KAAK,CAAC,yCAAyC,CAAC,UAAU,CACL,OAAQ,EAClE,IAAI,CACL,CAAC;gBACJ,KAAK,4BAA4B;oBAC/B,OAAO,KAAK,CAAC,2CAA2C,CAAC,UAAU,CACL,OAAQ,EACpE,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,YAAY,CAAC,CAAC;aACzD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,mCAAU,aAoBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA6B;QAClE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,cAAc,IAAI,GAAG,IAAI,GAAG,CAAC,YAAY,EAAE;YACpD,QAAQ,GAAG,CAAC,YAAY,EAAE;gBACxB,KAAK,0BAA0B;oBAC7B,OAAO,KAAK,CAAC,yCAAyC,CAAC,sBAAsB,CACjB,OAAQ,EAClE,IAAI,CACL,CAAC;gBACJ,KAAK,4BAA4B;oBAC/B,OAAO,KAAK,CAAC,2CAA2C,CAAC,sBAAsB,CACjB,OAAQ,EACpE,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,YAAY,CAAC,CAAC;aACzD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,+CAAsB,yBAoBrC,CAAA;AACH,CAAC,EA3CgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QA2CxC"}
1
+ {"version":3,"file":"update-host-insight-details.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/update-host-insight-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AAsBtC,IAAiB,wBAAwB,CAqDxC;AArDD,WAAiB,wBAAwB;IACvC,SAAgB,UAAU,CAAC,GAA6B;QACtD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,cAAc,IAAI,GAAG,IAAI,GAAG,CAAC,YAAY,EAAE;YACpD,QAAQ,GAAG,CAAC,YAAY,EAAE;gBACxB,KAAK,0BAA0B;oBAC7B,OAAO,KAAK,CAAC,yCAAyC,CAAC,UAAU,CACL,OAAQ,EAClE,IAAI,CACL,CAAC;gBACJ,KAAK,4BAA4B;oBAC/B,OAAO,KAAK,CAAC,2CAA2C,CAAC,UAAU,CACL,OAAQ,EACpE,IAAI,CACL,CAAC;gBACJ,KAAK,yBAAyB;oBAC5B,OAAO,KAAK,CAAC,wCAAwC,CAAC,UAAU,CACL,OAAQ,EACjE,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,YAAY,EAAE,CAAC,CAAC;aAC3F;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAzBe,mCAAU,aAyBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA6B;QAClE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,cAAc,IAAI,GAAG,IAAI,GAAG,CAAC,YAAY,EAAE;YACpD,QAAQ,GAAG,CAAC,YAAY,EAAE;gBACxB,KAAK,0BAA0B;oBAC7B,OAAO,KAAK,CAAC,yCAAyC,CAAC,sBAAsB,CACjB,OAAQ,EAClE,IAAI,CACL,CAAC;gBACJ,KAAK,4BAA4B;oBAC/B,OAAO,KAAK,CAAC,2CAA2C,CAAC,sBAAsB,CACjB,OAAQ,EACpE,IAAI,CACL,CAAC;gBACJ,KAAK,yBAAyB;oBAC5B,OAAO,KAAK,CAAC,wCAAwC,CAAC,sBAAsB,CACjB,OAAQ,EACjE,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,YAAY,EAAE,CAAC,CAAC;aAC3F;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAzBe,+CAAsB,yBAyBrC,CAAA;AACH,CAAC,EArDgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAqDxC"}
@@ -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, 2022, 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
+ * The information to be updated.
19
+ */
20
+ export interface UpdateMacsManagedCloudHostInsightDetails extends model.UpdateHostInsightDetails {
21
+ "entitySource": string;
22
+ }
23
+ export declare namespace UpdateMacsManagedCloudHostInsightDetails {
24
+ function getJsonObj(obj: UpdateMacsManagedCloudHostInsightDetails, isParentJsonObj?: boolean): object;
25
+ const entitySource = "MACS_MANAGED_CLOUD_HOST";
26
+ function getDeserializedJsonObj(obj: UpdateMacsManagedCloudHostInsightDetails, 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, 2022, 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.UpdateMacsManagedCloudHostInsightDetails = void 0;
38
+ const model = __importStar(require("../model"));
39
+ var UpdateMacsManagedCloudHostInsightDetails;
40
+ (function (UpdateMacsManagedCloudHostInsightDetails) {
41
+ function getJsonObj(obj, isParentJsonObj) {
42
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
43
+ ? obj
44
+ : model.UpdateHostInsightDetails.getJsonObj(obj))), {});
45
+ return jsonObj;
46
+ }
47
+ UpdateMacsManagedCloudHostInsightDetails.getJsonObj = getJsonObj;
48
+ UpdateMacsManagedCloudHostInsightDetails.entitySource = "MACS_MANAGED_CLOUD_HOST";
49
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
50
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
51
+ ? obj
52
+ : model.UpdateHostInsightDetails.getDeserializedJsonObj(obj))), {});
53
+ return jsonObj;
54
+ }
55
+ UpdateMacsManagedCloudHostInsightDetails.getDeserializedJsonObj = getDeserializedJsonObj;
56
+ })(UpdateMacsManagedCloudHostInsightDetails = exports.UpdateMacsManagedCloudHostInsightDetails || (exports.UpdateMacsManagedCloudHostInsightDetails = {}));
57
+ //# sourceMappingURL=update-macs-managed-cloud-host-insight-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-macs-managed-cloud-host-insight-details.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/update-macs-managed-cloud-host-insight-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAUlC,IAAiB,wCAAwC,CAgCxD;AAhCD,WAAiB,wCAAwC;IACvD,SAAgB,UAAU,CACxB,GAA6C,EAC7C,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,wBAAwB,CAAC,UAAU,CACxC,GAAG,CACyC,CAAC,GAChD,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,mDAAU,aAczB,CAAA;IACY,qDAAY,GAAG,yBAAyB,CAAC;IACtD,SAAgB,sBAAsB,CACpC,GAA6C,EAC7C,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,wBAAwB,CAAC,sBAAsB,CACpD,GAAG,CACyC,CAAC,GAChD,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,+DAAsB,yBAcrC,CAAA;AACH,CAAC,EAhCgB,wCAAwC,GAAxC,gDAAwC,KAAxC,gDAAwC,QAgCxD"}
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/AddExadataInsightMembers.ts.html |here} to see how to use AddExadataInsightMembersRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/AddExadataInsightMembers.ts.html |here} to see how to use AddExadataInsightMembersRequest.
17
17
  */
18
18
  export interface AddExadataInsightMembersRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/ChangeDatabaseInsightCompartment.ts.html |here} to see how to use ChangeDatabaseInsightCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/ChangeDatabaseInsightCompartment.ts.html |here} to see how to use ChangeDatabaseInsightCompartmentRequest.
17
17
  */
18
18
  export interface ChangeDatabaseInsightCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/ChangeEnterpriseManagerBridgeCompartment.ts.html |here} to see how to use ChangeEnterpriseManagerBridgeCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/ChangeEnterpriseManagerBridgeCompartment.ts.html |here} to see how to use ChangeEnterpriseManagerBridgeCompartmentRequest.
17
17
  */
18
18
  export interface ChangeEnterpriseManagerBridgeCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/ChangeExadataInsightCompartment.ts.html |here} to see how to use ChangeExadataInsightCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/ChangeExadataInsightCompartment.ts.html |here} to see how to use ChangeExadataInsightCompartmentRequest.
17
17
  */
18
18
  export interface ChangeExadataInsightCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/ChangeHostInsightCompartment.ts.html |here} to see how to use ChangeHostInsightCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/ChangeHostInsightCompartment.ts.html |here} to see how to use ChangeHostInsightCompartmentRequest.
17
17
  */
18
18
  export interface ChangeHostInsightCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/ChangeOperationsInsightsPrivateEndpointCompartment.ts.html |here} to see how to use ChangeOperationsInsightsPrivateEndpointCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/ChangeOperationsInsightsPrivateEndpointCompartment.ts.html |here} to see how to use ChangeOperationsInsightsPrivateEndpointCompartmentRequest.
17
17
  */
18
18
  export interface ChangeOperationsInsightsPrivateEndpointCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/ChangePeComanagedDatabaseInsight.ts.html |here} to see how to use ChangePeComanagedDatabaseInsightRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/ChangePeComanagedDatabaseInsight.ts.html |here} to see how to use ChangePeComanagedDatabaseInsightRequest.
17
17
  */
18
18
  export interface ChangePeComanagedDatabaseInsightRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/CreateAwrHub.ts.html |here} to see how to use CreateAwrHubRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/CreateAwrHub.ts.html |here} to see how to use CreateAwrHubRequest.
17
17
  */
18
18
  export interface CreateAwrHubRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/CreateDatabaseInsight.ts.html |here} to see how to use CreateDatabaseInsightRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/CreateDatabaseInsight.ts.html |here} to see how to use CreateDatabaseInsightRequest.
17
17
  */
18
18
  export interface CreateDatabaseInsightRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/CreateEnterpriseManagerBridge.ts.html |here} to see how to use CreateEnterpriseManagerBridgeRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/CreateEnterpriseManagerBridge.ts.html |here} to see how to use CreateEnterpriseManagerBridgeRequest.
17
17
  */
18
18
  export interface CreateEnterpriseManagerBridgeRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/CreateExadataInsight.ts.html |here} to see how to use CreateExadataInsightRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/CreateExadataInsight.ts.html |here} to see how to use CreateExadataInsightRequest.
17
17
  */
18
18
  export interface CreateExadataInsightRequest extends common.BaseRequest {
19
19
  /**
@@ -13,13 +13,13 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/CreateHostInsight.ts.html |here} to see how to use CreateHostInsightRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/CreateHostInsight.ts.html |here} to see how to use CreateHostInsightRequest.
17
17
  */
18
18
  export interface CreateHostInsightRequest extends common.BaseRequest {
19
19
  /**
20
20
  * Details for the host for which a Host Insight resource will be created in Operations Insights.
21
21
  */
22
- "createHostInsightDetails": model.CreateMacsManagedExternalHostInsightDetails | model.CreateEmManagedExternalHostInsightDetails;
22
+ "createHostInsightDetails": model.CreateMacsManagedCloudHostInsightDetails | model.CreateMacsManagedExternalHostInsightDetails | model.CreateEmManagedExternalHostInsightDetails;
23
23
  /**
24
24
  * A token that uniquely identifies a request that can be retried in case of a timeout or
25
25
  * server error without risk of executing the same action again. Retry tokens expire after 24
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/CreateOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use CreateOperationsInsightsPrivateEndpointRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/CreateOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use CreateOperationsInsightsPrivateEndpointRequest.
17
17
  */
18
18
  export interface CreateOperationsInsightsPrivateEndpointRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/CreateOperationsInsightsWarehouse.ts.html |here} to see how to use CreateOperationsInsightsWarehouseRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/CreateOperationsInsightsWarehouse.ts.html |here} to see how to use CreateOperationsInsightsWarehouseRequest.
17
17
  */
18
18
  export interface CreateOperationsInsightsWarehouseRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/CreateOperationsInsightsWarehouseUser.ts.html |here} to see how to use CreateOperationsInsightsWarehouseUserRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/CreateOperationsInsightsWarehouseUser.ts.html |here} to see how to use CreateOperationsInsightsWarehouseUserRequest.
17
17
  */
18
18
  export interface CreateOperationsInsightsWarehouseUserRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/DeleteAwrHub.ts.html |here} to see how to use DeleteAwrHubRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/DeleteAwrHub.ts.html |here} to see how to use DeleteAwrHubRequest.
16
16
  */
17
17
  export interface DeleteAwrHubRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/DeleteDatabaseInsight.ts.html |here} to see how to use DeleteDatabaseInsightRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/DeleteDatabaseInsight.ts.html |here} to see how to use DeleteDatabaseInsightRequest.
16
16
  */
17
17
  export interface DeleteDatabaseInsightRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/DeleteEnterpriseManagerBridge.ts.html |here} to see how to use DeleteEnterpriseManagerBridgeRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/DeleteEnterpriseManagerBridge.ts.html |here} to see how to use DeleteEnterpriseManagerBridgeRequest.
16
16
  */
17
17
  export interface DeleteEnterpriseManagerBridgeRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/DeleteExadataInsight.ts.html |here} to see how to use DeleteExadataInsightRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/DeleteExadataInsight.ts.html |here} to see how to use DeleteExadataInsightRequest.
16
16
  */
17
17
  export interface DeleteExadataInsightRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/DeleteHostInsight.ts.html |here} to see how to use DeleteHostInsightRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/DeleteHostInsight.ts.html |here} to see how to use DeleteHostInsightRequest.
16
16
  */
17
17
  export interface DeleteHostInsightRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/DeleteOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use DeleteOperationsInsightsPrivateEndpointRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/DeleteOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use DeleteOperationsInsightsPrivateEndpointRequest.
16
16
  */
17
17
  export interface DeleteOperationsInsightsPrivateEndpointRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/DeleteOperationsInsightsWarehouse.ts.html |here} to see how to use DeleteOperationsInsightsWarehouseRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/DeleteOperationsInsightsWarehouse.ts.html |here} to see how to use DeleteOperationsInsightsWarehouseRequest.
16
16
  */
17
17
  export interface DeleteOperationsInsightsWarehouseRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/DeleteOperationsInsightsWarehouseUser.ts.html |here} to see how to use DeleteOperationsInsightsWarehouseUserRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/DeleteOperationsInsightsWarehouseUser.ts.html |here} to see how to use DeleteOperationsInsightsWarehouseUserRequest.
16
16
  */
17
17
  export interface DeleteOperationsInsightsWarehouseUserRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/DisableDatabaseInsight.ts.html |here} to see how to use DisableDatabaseInsightRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/DisableDatabaseInsight.ts.html |here} to see how to use DisableDatabaseInsightRequest.
16
16
  */
17
17
  export interface DisableDatabaseInsightRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/DisableExadataInsight.ts.html |here} to see how to use DisableExadataInsightRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/DisableExadataInsight.ts.html |here} to see how to use DisableExadataInsightRequest.
16
16
  */
17
17
  export interface DisableExadataInsightRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/DisableHostInsight.ts.html |here} to see how to use DisableHostInsightRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/DisableHostInsight.ts.html |here} to see how to use DisableHostInsightRequest.
16
16
  */
17
17
  export interface DisableHostInsightRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/DownloadOperationsInsightsWarehouseWallet.ts.html |here} to see how to use DownloadOperationsInsightsWarehouseWalletRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/DownloadOperationsInsightsWarehouseWallet.ts.html |here} to see how to use DownloadOperationsInsightsWarehouseWalletRequest.
17
17
  */
18
18
  export interface DownloadOperationsInsightsWarehouseWalletRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/EnableDatabaseInsight.ts.html |here} to see how to use EnableDatabaseInsightRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/EnableDatabaseInsight.ts.html |here} to see how to use EnableDatabaseInsightRequest.
17
17
  */
18
18
  export interface EnableDatabaseInsightRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/EnableExadataInsight.ts.html |here} to see how to use EnableExadataInsightRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/EnableExadataInsight.ts.html |here} to see how to use EnableExadataInsightRequest.
17
17
  */
18
18
  export interface EnableExadataInsightRequest extends common.BaseRequest {
19
19
  /**
@@ -13,13 +13,13 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/EnableHostInsight.ts.html |here} to see how to use EnableHostInsightRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/EnableHostInsight.ts.html |here} to see how to use EnableHostInsightRequest.
17
17
  */
18
18
  export interface EnableHostInsightRequest extends common.BaseRequest {
19
19
  /**
20
20
  * Details for the host to be enabled in Operations Insights.
21
21
  */
22
- "enableHostInsightDetails": model.EnableMacsManagedExternalHostInsightDetails | model.EnableEmManagedExternalHostInsightDetails;
22
+ "enableHostInsightDetails": model.EnableMacsManagedExternalHostInsightDetails | model.EnableMacsManagedCloudHostInsightDetails | model.EnableEmManagedExternalHostInsightDetails;
23
23
  /**
24
24
  * Unique host insight identifier
25
25
  */
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/GetAwrDatabaseReport.ts.html |here} to see how to use GetAwrDatabaseReportRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/GetAwrDatabaseReport.ts.html |here} to see how to use GetAwrDatabaseReportRequest.
16
16
  */
17
17
  export interface GetAwrDatabaseReportRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/GetAwrDatabaseSqlReport.ts.html |here} to see how to use GetAwrDatabaseSqlReportRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/GetAwrDatabaseSqlReport.ts.html |here} to see how to use GetAwrDatabaseSqlReportRequest.
16
16
  */
17
17
  export interface GetAwrDatabaseSqlReportRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/GetAwrHub.ts.html |here} to see how to use GetAwrHubRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/GetAwrHub.ts.html |here} to see how to use GetAwrHubRequest.
16
16
  */
17
17
  export interface GetAwrHubRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/GetAwrReport.ts.html |here} to see how to use GetAwrReportRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/GetAwrReport.ts.html |here} to see how to use GetAwrReportRequest.
17
17
  */
18
18
  export interface GetAwrReportRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/GetDatabaseInsight.ts.html |here} to see how to use GetDatabaseInsightRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/GetDatabaseInsight.ts.html |here} to see how to use GetDatabaseInsightRequest.
16
16
  */
17
17
  export interface GetDatabaseInsightRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/GetEnterpriseManagerBridge.ts.html |here} to see how to use GetEnterpriseManagerBridgeRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/GetEnterpriseManagerBridge.ts.html |here} to see how to use GetEnterpriseManagerBridgeRequest.
16
16
  */
17
17
  export interface GetEnterpriseManagerBridgeRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/GetExadataInsight.ts.html |here} to see how to use GetExadataInsightRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/GetExadataInsight.ts.html |here} to see how to use GetExadataInsightRequest.
16
16
  */
17
17
  export interface GetExadataInsightRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/GetHostInsight.ts.html |here} to see how to use GetHostInsightRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/GetHostInsight.ts.html |here} to see how to use GetHostInsightRequest.
16
16
  */
17
17
  export interface GetHostInsightRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/GetOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use GetOperationsInsightsPrivateEndpointRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/GetOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use GetOperationsInsightsPrivateEndpointRequest.
16
16
  */
17
17
  export interface GetOperationsInsightsPrivateEndpointRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/GetOperationsInsightsWarehouse.ts.html |here} to see how to use GetOperationsInsightsWarehouseRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/GetOperationsInsightsWarehouse.ts.html |here} to see how to use GetOperationsInsightsWarehouseRequest.
16
16
  */
17
17
  export interface GetOperationsInsightsWarehouseRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/GetOperationsInsightsWarehouseUser.ts.html |here} to see how to use GetOperationsInsightsWarehouseUserRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/GetOperationsInsightsWarehouseUser.ts.html |here} to see how to use GetOperationsInsightsWarehouseUserRequest.
16
16
  */
17
17
  export interface GetOperationsInsightsWarehouseUserRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/GetOpsiDataObject.ts.html |here} to see how to use GetOpsiDataObjectRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/GetOpsiDataObject.ts.html |here} to see how to use GetOpsiDataObjectRequest.
16
16
  */
17
17
  export interface GetOpsiDataObjectRequest extends common.BaseRequest {
18
18
  /**