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
package/lib/client.d.ts CHANGED
@@ -78,7 +78,7 @@ export declare class OperationsInsightsClient {
78
78
  * @param AddExadataInsightMembersRequest
79
79
  * @return AddExadataInsightMembersResponse
80
80
  * @throws OciError when an error occurs
81
- * @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 AddExadataInsightMembers API.
81
+ * @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 AddExadataInsightMembers API.
82
82
  */
83
83
  addExadataInsightMembers(addExadataInsightMembersRequest: requests.AddExadataInsightMembersRequest): Promise<responses.AddExadataInsightMembersResponse>;
84
84
  /**
@@ -87,7 +87,7 @@ export declare class OperationsInsightsClient {
87
87
  * @param ChangeDatabaseInsightCompartmentRequest
88
88
  * @return ChangeDatabaseInsightCompartmentResponse
89
89
  * @throws OciError when an error occurs
90
- * @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 ChangeDatabaseInsightCompartment API.
90
+ * @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 ChangeDatabaseInsightCompartment API.
91
91
  */
92
92
  changeDatabaseInsightCompartment(changeDatabaseInsightCompartmentRequest: requests.ChangeDatabaseInsightCompartmentRequest): Promise<responses.ChangeDatabaseInsightCompartmentResponse>;
93
93
  /**
@@ -96,7 +96,7 @@ export declare class OperationsInsightsClient {
96
96
  * @param ChangeEnterpriseManagerBridgeCompartmentRequest
97
97
  * @return ChangeEnterpriseManagerBridgeCompartmentResponse
98
98
  * @throws OciError when an error occurs
99
- * @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 ChangeEnterpriseManagerBridgeCompartment API.
99
+ * @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 ChangeEnterpriseManagerBridgeCompartment API.
100
100
  */
101
101
  changeEnterpriseManagerBridgeCompartment(changeEnterpriseManagerBridgeCompartmentRequest: requests.ChangeEnterpriseManagerBridgeCompartmentRequest): Promise<responses.ChangeEnterpriseManagerBridgeCompartmentResponse>;
102
102
  /**
@@ -105,7 +105,7 @@ export declare class OperationsInsightsClient {
105
105
  * @param ChangeExadataInsightCompartmentRequest
106
106
  * @return ChangeExadataInsightCompartmentResponse
107
107
  * @throws OciError when an error occurs
108
- * @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 ChangeExadataInsightCompartment API.
108
+ * @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 ChangeExadataInsightCompartment API.
109
109
  */
110
110
  changeExadataInsightCompartment(changeExadataInsightCompartmentRequest: requests.ChangeExadataInsightCompartmentRequest): Promise<responses.ChangeExadataInsightCompartmentResponse>;
111
111
  /**
@@ -114,7 +114,7 @@ export declare class OperationsInsightsClient {
114
114
  * @param ChangeHostInsightCompartmentRequest
115
115
  * @return ChangeHostInsightCompartmentResponse
116
116
  * @throws OciError when an error occurs
117
- * @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 ChangeHostInsightCompartment API.
117
+ * @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 ChangeHostInsightCompartment API.
118
118
  */
119
119
  changeHostInsightCompartment(changeHostInsightCompartmentRequest: requests.ChangeHostInsightCompartmentRequest): Promise<responses.ChangeHostInsightCompartmentResponse>;
120
120
  /**
@@ -123,7 +123,7 @@ export declare class OperationsInsightsClient {
123
123
  * @param ChangeOperationsInsightsPrivateEndpointCompartmentRequest
124
124
  * @return ChangeOperationsInsightsPrivateEndpointCompartmentResponse
125
125
  * @throws OciError when an error occurs
126
- * @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 ChangeOperationsInsightsPrivateEndpointCompartment API.
126
+ * @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 ChangeOperationsInsightsPrivateEndpointCompartment API.
127
127
  */
128
128
  changeOperationsInsightsPrivateEndpointCompartment(changeOperationsInsightsPrivateEndpointCompartmentRequest: requests.ChangeOperationsInsightsPrivateEndpointCompartmentRequest): Promise<responses.ChangeOperationsInsightsPrivateEndpointCompartmentResponse>;
129
129
  /**
@@ -132,7 +132,7 @@ export declare class OperationsInsightsClient {
132
132
  * @param ChangePeComanagedDatabaseInsightRequest
133
133
  * @return ChangePeComanagedDatabaseInsightResponse
134
134
  * @throws OciError when an error occurs
135
- * @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 ChangePeComanagedDatabaseInsight API.
135
+ * @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 ChangePeComanagedDatabaseInsight API.
136
136
  */
137
137
  changePeComanagedDatabaseInsight(changePeComanagedDatabaseInsightRequest: requests.ChangePeComanagedDatabaseInsightRequest): Promise<responses.ChangePeComanagedDatabaseInsightResponse>;
138
138
  /**
@@ -143,7 +143,7 @@ export declare class OperationsInsightsClient {
143
143
  * @param CreateAwrHubRequest
144
144
  * @return CreateAwrHubResponse
145
145
  * @throws OciError when an error occurs
146
- * @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 CreateAwrHub API.
146
+ * @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 CreateAwrHub API.
147
147
  */
148
148
  createAwrHub(createAwrHubRequest: requests.CreateAwrHubRequest): Promise<responses.CreateAwrHubResponse>;
149
149
  /**
@@ -153,7 +153,7 @@ export declare class OperationsInsightsClient {
153
153
  * @param CreateDatabaseInsightRequest
154
154
  * @return CreateDatabaseInsightResponse
155
155
  * @throws OciError when an error occurs
156
- * @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 CreateDatabaseInsight API.
156
+ * @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 CreateDatabaseInsight API.
157
157
  */
158
158
  createDatabaseInsight(createDatabaseInsightRequest: requests.CreateDatabaseInsightRequest): Promise<responses.CreateDatabaseInsightResponse>;
159
159
  /**
@@ -163,7 +163,7 @@ export declare class OperationsInsightsClient {
163
163
  * @param CreateEnterpriseManagerBridgeRequest
164
164
  * @return CreateEnterpriseManagerBridgeResponse
165
165
  * @throws OciError when an error occurs
166
- * @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 CreateEnterpriseManagerBridge API.
166
+ * @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 CreateEnterpriseManagerBridge API.
167
167
  */
168
168
  createEnterpriseManagerBridge(createEnterpriseManagerBridgeRequest: requests.CreateEnterpriseManagerBridgeRequest): Promise<responses.CreateEnterpriseManagerBridgeResponse>;
169
169
  /**
@@ -173,7 +173,7 @@ export declare class OperationsInsightsClient {
173
173
  * @param CreateExadataInsightRequest
174
174
  * @return CreateExadataInsightResponse
175
175
  * @throws OciError when an error occurs
176
- * @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 CreateExadataInsight API.
176
+ * @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 CreateExadataInsight API.
177
177
  */
178
178
  createExadataInsight(createExadataInsightRequest: requests.CreateExadataInsightRequest): Promise<responses.CreateExadataInsightResponse>;
179
179
  /**
@@ -183,7 +183,7 @@ export declare class OperationsInsightsClient {
183
183
  * @param CreateHostInsightRequest
184
184
  * @return CreateHostInsightResponse
185
185
  * @throws OciError when an error occurs
186
- * @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 CreateHostInsight API.
186
+ * @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 CreateHostInsight API.
187
187
  */
188
188
  createHostInsight(createHostInsightRequest: requests.CreateHostInsightRequest): Promise<responses.CreateHostInsightResponse>;
189
189
  /**
@@ -194,7 +194,7 @@ export declare class OperationsInsightsClient {
194
194
  * @param CreateOperationsInsightsPrivateEndpointRequest
195
195
  * @return CreateOperationsInsightsPrivateEndpointResponse
196
196
  * @throws OciError when an error occurs
197
- * @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 CreateOperationsInsightsPrivateEndpoint API.
197
+ * @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 CreateOperationsInsightsPrivateEndpoint API.
198
198
  */
199
199
  createOperationsInsightsPrivateEndpoint(createOperationsInsightsPrivateEndpointRequest: requests.CreateOperationsInsightsPrivateEndpointRequest): Promise<responses.CreateOperationsInsightsPrivateEndpointResponse>;
200
200
  /**
@@ -206,7 +206,7 @@ export declare class OperationsInsightsClient {
206
206
  * @param CreateOperationsInsightsWarehouseRequest
207
207
  * @return CreateOperationsInsightsWarehouseResponse
208
208
  * @throws OciError when an error occurs
209
- * @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 CreateOperationsInsightsWarehouse API.
209
+ * @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 CreateOperationsInsightsWarehouse API.
210
210
  */
211
211
  createOperationsInsightsWarehouse(createOperationsInsightsWarehouseRequest: requests.CreateOperationsInsightsWarehouseRequest): Promise<responses.CreateOperationsInsightsWarehouseResponse>;
212
212
  /**
@@ -217,7 +217,7 @@ export declare class OperationsInsightsClient {
217
217
  * @param CreateOperationsInsightsWarehouseUserRequest
218
218
  * @return CreateOperationsInsightsWarehouseUserResponse
219
219
  * @throws OciError when an error occurs
220
- * @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 CreateOperationsInsightsWarehouseUser API.
220
+ * @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 CreateOperationsInsightsWarehouseUser API.
221
221
  */
222
222
  createOperationsInsightsWarehouseUser(createOperationsInsightsWarehouseUserRequest: requests.CreateOperationsInsightsWarehouseUserRequest): Promise<responses.CreateOperationsInsightsWarehouseUserResponse>;
223
223
  /**
@@ -226,7 +226,7 @@ export declare class OperationsInsightsClient {
226
226
  * @param DeleteAwrHubRequest
227
227
  * @return DeleteAwrHubResponse
228
228
  * @throws OciError when an error occurs
229
- * @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 DeleteAwrHub API.
229
+ * @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 DeleteAwrHub API.
230
230
  */
231
231
  deleteAwrHub(deleteAwrHubRequest: requests.DeleteAwrHubRequest): Promise<responses.DeleteAwrHubResponse>;
232
232
  /**
@@ -235,7 +235,7 @@ export declare class OperationsInsightsClient {
235
235
  * @param DeleteDatabaseInsightRequest
236
236
  * @return DeleteDatabaseInsightResponse
237
237
  * @throws OciError when an error occurs
238
- * @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 DeleteDatabaseInsight API.
238
+ * @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 DeleteDatabaseInsight API.
239
239
  */
240
240
  deleteDatabaseInsight(deleteDatabaseInsightRequest: requests.DeleteDatabaseInsightRequest): Promise<responses.DeleteDatabaseInsightResponse>;
241
241
  /**
@@ -244,7 +244,7 @@ export declare class OperationsInsightsClient {
244
244
  * @param DeleteEnterpriseManagerBridgeRequest
245
245
  * @return DeleteEnterpriseManagerBridgeResponse
246
246
  * @throws OciError when an error occurs
247
- * @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 DeleteEnterpriseManagerBridge API.
247
+ * @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 DeleteEnterpriseManagerBridge API.
248
248
  */
249
249
  deleteEnterpriseManagerBridge(deleteEnterpriseManagerBridgeRequest: requests.DeleteEnterpriseManagerBridgeRequest): Promise<responses.DeleteEnterpriseManagerBridgeResponse>;
250
250
  /**
@@ -253,7 +253,7 @@ export declare class OperationsInsightsClient {
253
253
  * @param DeleteExadataInsightRequest
254
254
  * @return DeleteExadataInsightResponse
255
255
  * @throws OciError when an error occurs
256
- * @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 DeleteExadataInsight API.
256
+ * @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 DeleteExadataInsight API.
257
257
  */
258
258
  deleteExadataInsight(deleteExadataInsightRequest: requests.DeleteExadataInsightRequest): Promise<responses.DeleteExadataInsightResponse>;
259
259
  /**
@@ -262,7 +262,7 @@ export declare class OperationsInsightsClient {
262
262
  * @param DeleteHostInsightRequest
263
263
  * @return DeleteHostInsightResponse
264
264
  * @throws OciError when an error occurs
265
- * @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 DeleteHostInsight API.
265
+ * @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 DeleteHostInsight API.
266
266
  */
267
267
  deleteHostInsight(deleteHostInsightRequest: requests.DeleteHostInsightRequest): Promise<responses.DeleteHostInsightResponse>;
268
268
  /**
@@ -271,7 +271,7 @@ export declare class OperationsInsightsClient {
271
271
  * @param DeleteOperationsInsightsPrivateEndpointRequest
272
272
  * @return DeleteOperationsInsightsPrivateEndpointResponse
273
273
  * @throws OciError when an error occurs
274
- * @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 DeleteOperationsInsightsPrivateEndpoint API.
274
+ * @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 DeleteOperationsInsightsPrivateEndpoint API.
275
275
  */
276
276
  deleteOperationsInsightsPrivateEndpoint(deleteOperationsInsightsPrivateEndpointRequest: requests.DeleteOperationsInsightsPrivateEndpointRequest): Promise<responses.DeleteOperationsInsightsPrivateEndpointResponse>;
277
277
  /**
@@ -284,7 +284,7 @@ export declare class OperationsInsightsClient {
284
284
  * @param DeleteOperationsInsightsWarehouseRequest
285
285
  * @return DeleteOperationsInsightsWarehouseResponse
286
286
  * @throws OciError when an error occurs
287
- * @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 DeleteOperationsInsightsWarehouse API.
287
+ * @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 DeleteOperationsInsightsWarehouse API.
288
288
  */
289
289
  deleteOperationsInsightsWarehouse(deleteOperationsInsightsWarehouseRequest: requests.DeleteOperationsInsightsWarehouseRequest): Promise<responses.DeleteOperationsInsightsWarehouseResponse>;
290
290
  /**
@@ -293,7 +293,7 @@ export declare class OperationsInsightsClient {
293
293
  * @param DeleteOperationsInsightsWarehouseUserRequest
294
294
  * @return DeleteOperationsInsightsWarehouseUserResponse
295
295
  * @throws OciError when an error occurs
296
- * @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 DeleteOperationsInsightsWarehouseUser API.
296
+ * @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 DeleteOperationsInsightsWarehouseUser API.
297
297
  */
298
298
  deleteOperationsInsightsWarehouseUser(deleteOperationsInsightsWarehouseUserRequest: requests.DeleteOperationsInsightsWarehouseUserRequest): Promise<responses.DeleteOperationsInsightsWarehouseUserResponse>;
299
299
  /**
@@ -302,7 +302,7 @@ export declare class OperationsInsightsClient {
302
302
  * @param DisableDatabaseInsightRequest
303
303
  * @return DisableDatabaseInsightResponse
304
304
  * @throws OciError when an error occurs
305
- * @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 DisableDatabaseInsight API.
305
+ * @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 DisableDatabaseInsight API.
306
306
  */
307
307
  disableDatabaseInsight(disableDatabaseInsightRequest: requests.DisableDatabaseInsightRequest): Promise<responses.DisableDatabaseInsightResponse>;
308
308
  /**
@@ -311,7 +311,7 @@ export declare class OperationsInsightsClient {
311
311
  * @param DisableExadataInsightRequest
312
312
  * @return DisableExadataInsightResponse
313
313
  * @throws OciError when an error occurs
314
- * @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 DisableExadataInsight API.
314
+ * @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 DisableExadataInsight API.
315
315
  */
316
316
  disableExadataInsight(disableExadataInsightRequest: requests.DisableExadataInsightRequest): Promise<responses.DisableExadataInsightResponse>;
317
317
  /**
@@ -320,7 +320,7 @@ export declare class OperationsInsightsClient {
320
320
  * @param DisableHostInsightRequest
321
321
  * @return DisableHostInsightResponse
322
322
  * @throws OciError when an error occurs
323
- * @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 DisableHostInsight API.
323
+ * @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 DisableHostInsight API.
324
324
  */
325
325
  disableHostInsight(disableHostInsightRequest: requests.DisableHostInsightRequest): Promise<responses.DisableHostInsightResponse>;
326
326
  /**
@@ -329,7 +329,7 @@ export declare class OperationsInsightsClient {
329
329
  * @param DownloadOperationsInsightsWarehouseWalletRequest
330
330
  * @return DownloadOperationsInsightsWarehouseWalletResponse
331
331
  * @throws OciError when an error occurs
332
- * @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 DownloadOperationsInsightsWarehouseWallet API.
332
+ * @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 DownloadOperationsInsightsWarehouseWallet API.
333
333
  */
334
334
  downloadOperationsInsightsWarehouseWallet(downloadOperationsInsightsWarehouseWalletRequest: requests.DownloadOperationsInsightsWarehouseWalletRequest): Promise<responses.DownloadOperationsInsightsWarehouseWalletResponse>;
335
335
  /**
@@ -338,7 +338,7 @@ export declare class OperationsInsightsClient {
338
338
  * @param EnableDatabaseInsightRequest
339
339
  * @return EnableDatabaseInsightResponse
340
340
  * @throws OciError when an error occurs
341
- * @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 EnableDatabaseInsight API.
341
+ * @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 EnableDatabaseInsight API.
342
342
  */
343
343
  enableDatabaseInsight(enableDatabaseInsightRequest: requests.EnableDatabaseInsightRequest): Promise<responses.EnableDatabaseInsightResponse>;
344
344
  /**
@@ -347,7 +347,7 @@ export declare class OperationsInsightsClient {
347
347
  * @param EnableExadataInsightRequest
348
348
  * @return EnableExadataInsightResponse
349
349
  * @throws OciError when an error occurs
350
- * @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 EnableExadataInsight API.
350
+ * @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 EnableExadataInsight API.
351
351
  */
352
352
  enableExadataInsight(enableExadataInsightRequest: requests.EnableExadataInsightRequest): Promise<responses.EnableExadataInsightResponse>;
353
353
  /**
@@ -356,7 +356,7 @@ export declare class OperationsInsightsClient {
356
356
  * @param EnableHostInsightRequest
357
357
  * @return EnableHostInsightResponse
358
358
  * @throws OciError when an error occurs
359
- * @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 EnableHostInsight API.
359
+ * @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 EnableHostInsight API.
360
360
  */
361
361
  enableHostInsight(enableHostInsightRequest: requests.EnableHostInsightRequest): Promise<responses.EnableHostInsightResponse>;
362
362
  /**
@@ -366,7 +366,7 @@ export declare class OperationsInsightsClient {
366
366
  * @param GetAwrDatabaseReportRequest
367
367
  * @return GetAwrDatabaseReportResponse
368
368
  * @throws OciError when an error occurs
369
- * @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 GetAwrDatabaseReport API.
369
+ * @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 GetAwrDatabaseReport API.
370
370
  */
371
371
  getAwrDatabaseReport(getAwrDatabaseReportRequest: requests.GetAwrDatabaseReportRequest): Promise<responses.GetAwrDatabaseReportResponse>;
372
372
  /**
@@ -376,7 +376,7 @@ export declare class OperationsInsightsClient {
376
376
  * @param GetAwrDatabaseSqlReportRequest
377
377
  * @return GetAwrDatabaseSqlReportResponse
378
378
  * @throws OciError when an error occurs
379
- * @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 GetAwrDatabaseSqlReport API.
379
+ * @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 GetAwrDatabaseSqlReport API.
380
380
  */
381
381
  getAwrDatabaseSqlReport(getAwrDatabaseSqlReportRequest: requests.GetAwrDatabaseSqlReportRequest): Promise<responses.GetAwrDatabaseSqlReportResponse>;
382
382
  /**
@@ -385,7 +385,7 @@ export declare class OperationsInsightsClient {
385
385
  * @param GetAwrHubRequest
386
386
  * @return GetAwrHubResponse
387
387
  * @throws OciError when an error occurs
388
- * @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 GetAwrHub API.
388
+ * @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 GetAwrHub API.
389
389
  */
390
390
  getAwrHub(getAwrHubRequest: requests.GetAwrHubRequest): Promise<responses.GetAwrHubResponse>;
391
391
  /**
@@ -396,7 +396,7 @@ export declare class OperationsInsightsClient {
396
396
  * @param GetAwrReportRequest
397
397
  * @return GetAwrReportResponse
398
398
  * @throws OciError when an error occurs
399
- * @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 GetAwrReport API.
399
+ * @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 GetAwrReport API.
400
400
  */
401
401
  getAwrReport(getAwrReportRequest: requests.GetAwrReportRequest): Promise<responses.GetAwrReportResponse>;
402
402
  /**
@@ -405,7 +405,7 @@ export declare class OperationsInsightsClient {
405
405
  * @param GetDatabaseInsightRequest
406
406
  * @return GetDatabaseInsightResponse
407
407
  * @throws OciError when an error occurs
408
- * @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 GetDatabaseInsight API.
408
+ * @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 GetDatabaseInsight API.
409
409
  */
410
410
  getDatabaseInsight(getDatabaseInsightRequest: requests.GetDatabaseInsightRequest): Promise<responses.GetDatabaseInsightResponse>;
411
411
  /**
@@ -414,7 +414,7 @@ export declare class OperationsInsightsClient {
414
414
  * @param GetEnterpriseManagerBridgeRequest
415
415
  * @return GetEnterpriseManagerBridgeResponse
416
416
  * @throws OciError when an error occurs
417
- * @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 GetEnterpriseManagerBridge API.
417
+ * @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 GetEnterpriseManagerBridge API.
418
418
  */
419
419
  getEnterpriseManagerBridge(getEnterpriseManagerBridgeRequest: requests.GetEnterpriseManagerBridgeRequest): Promise<responses.GetEnterpriseManagerBridgeResponse>;
420
420
  /**
@@ -423,7 +423,7 @@ export declare class OperationsInsightsClient {
423
423
  * @param GetExadataInsightRequest
424
424
  * @return GetExadataInsightResponse
425
425
  * @throws OciError when an error occurs
426
- * @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 GetExadataInsight API.
426
+ * @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 GetExadataInsight API.
427
427
  */
428
428
  getExadataInsight(getExadataInsightRequest: requests.GetExadataInsightRequest): Promise<responses.GetExadataInsightResponse>;
429
429
  /**
@@ -432,7 +432,7 @@ export declare class OperationsInsightsClient {
432
432
  * @param GetHostInsightRequest
433
433
  * @return GetHostInsightResponse
434
434
  * @throws OciError when an error occurs
435
- * @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 GetHostInsight API.
435
+ * @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 GetHostInsight API.
436
436
  */
437
437
  getHostInsight(getHostInsightRequest: requests.GetHostInsightRequest): Promise<responses.GetHostInsightResponse>;
438
438
  /**
@@ -441,7 +441,7 @@ export declare class OperationsInsightsClient {
441
441
  * @param GetOperationsInsightsPrivateEndpointRequest
442
442
  * @return GetOperationsInsightsPrivateEndpointResponse
443
443
  * @throws OciError when an error occurs
444
- * @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 GetOperationsInsightsPrivateEndpoint API.
444
+ * @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 GetOperationsInsightsPrivateEndpoint API.
445
445
  */
446
446
  getOperationsInsightsPrivateEndpoint(getOperationsInsightsPrivateEndpointRequest: requests.GetOperationsInsightsPrivateEndpointRequest): Promise<responses.GetOperationsInsightsPrivateEndpointResponse>;
447
447
  /**
@@ -452,7 +452,7 @@ export declare class OperationsInsightsClient {
452
452
  * @param GetOperationsInsightsWarehouseRequest
453
453
  * @return GetOperationsInsightsWarehouseResponse
454
454
  * @throws OciError when an error occurs
455
- * @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 GetOperationsInsightsWarehouse API.
455
+ * @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 GetOperationsInsightsWarehouse API.
456
456
  */
457
457
  getOperationsInsightsWarehouse(getOperationsInsightsWarehouseRequest: requests.GetOperationsInsightsWarehouseRequest): Promise<responses.GetOperationsInsightsWarehouseResponse>;
458
458
  /**
@@ -461,7 +461,7 @@ export declare class OperationsInsightsClient {
461
461
  * @param GetOperationsInsightsWarehouseUserRequest
462
462
  * @return GetOperationsInsightsWarehouseUserResponse
463
463
  * @throws OciError when an error occurs
464
- * @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 GetOperationsInsightsWarehouseUser API.
464
+ * @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 GetOperationsInsightsWarehouseUser API.
465
465
  */
466
466
  getOperationsInsightsWarehouseUser(getOperationsInsightsWarehouseUserRequest: requests.GetOperationsInsightsWarehouseUserRequest): Promise<responses.GetOperationsInsightsWarehouseUserResponse>;
467
467
  /**
@@ -470,7 +470,7 @@ export declare class OperationsInsightsClient {
470
470
  * @param GetOpsiDataObjectRequest
471
471
  * @return GetOpsiDataObjectResponse
472
472
  * @throws OciError when an error occurs
473
- * @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 GetOpsiDataObject API.
473
+ * @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 GetOpsiDataObject API.
474
474
  */
475
475
  getOpsiDataObject(getOpsiDataObjectRequest: requests.GetOpsiDataObjectRequest): Promise<responses.GetOpsiDataObjectResponse>;
476
476
  /**
@@ -479,7 +479,7 @@ export declare class OperationsInsightsClient {
479
479
  * @param GetWorkRequestRequest
480
480
  * @return GetWorkRequestResponse
481
481
  * @throws OciError when an error occurs
482
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
482
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
483
483
  */
484
484
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
485
485
  /**
@@ -488,7 +488,7 @@ export declare class OperationsInsightsClient {
488
488
  * @param IngestDatabaseConfigurationRequest
489
489
  * @return IngestDatabaseConfigurationResponse
490
490
  * @throws OciError when an error occurs
491
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/IngestDatabaseConfiguration.ts.html |here} to see how to use IngestDatabaseConfiguration API.
491
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/IngestDatabaseConfiguration.ts.html |here} to see how to use IngestDatabaseConfiguration API.
492
492
  */
493
493
  ingestDatabaseConfiguration(ingestDatabaseConfigurationRequest: requests.IngestDatabaseConfigurationRequest): Promise<responses.IngestDatabaseConfigurationResponse>;
494
494
  /**
@@ -497,7 +497,7 @@ export declare class OperationsInsightsClient {
497
497
  * @param IngestHostConfigurationRequest
498
498
  * @return IngestHostConfigurationResponse
499
499
  * @throws OciError when an error occurs
500
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/IngestHostConfiguration.ts.html |here} to see how to use IngestHostConfiguration API.
500
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/IngestHostConfiguration.ts.html |here} to see how to use IngestHostConfiguration API.
501
501
  */
502
502
  ingestHostConfiguration(ingestHostConfigurationRequest: requests.IngestHostConfigurationRequest): Promise<responses.IngestHostConfigurationResponse>;
503
503
  /**
@@ -506,7 +506,7 @@ export declare class OperationsInsightsClient {
506
506
  * @param IngestHostMetricsRequest
507
507
  * @return IngestHostMetricsResponse
508
508
  * @throws OciError when an error occurs
509
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/IngestHostMetrics.ts.html |here} to see how to use IngestHostMetrics API.
509
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/IngestHostMetrics.ts.html |here} to see how to use IngestHostMetrics API.
510
510
  */
511
511
  ingestHostMetrics(ingestHostMetricsRequest: requests.IngestHostMetricsRequest): Promise<responses.IngestHostMetricsResponse>;
512
512
  /**
@@ -517,7 +517,7 @@ export declare class OperationsInsightsClient {
517
517
  * @param IngestSqlBucketRequest
518
518
  * @return IngestSqlBucketResponse
519
519
  * @throws OciError when an error occurs
520
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/IngestSqlBucket.ts.html |here} to see how to use IngestSqlBucket API.
520
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/IngestSqlBucket.ts.html |here} to see how to use IngestSqlBucket API.
521
521
  */
522
522
  ingestSqlBucket(ingestSqlBucketRequest: requests.IngestSqlBucketRequest): Promise<responses.IngestSqlBucketResponse>;
523
523
  /**
@@ -528,7 +528,7 @@ export declare class OperationsInsightsClient {
528
528
  * @param IngestSqlPlanLinesRequest
529
529
  * @return IngestSqlPlanLinesResponse
530
530
  * @throws OciError when an error occurs
531
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/IngestSqlPlanLines.ts.html |here} to see how to use IngestSqlPlanLines API.
531
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/IngestSqlPlanLines.ts.html |here} to see how to use IngestSqlPlanLines API.
532
532
  */
533
533
  ingestSqlPlanLines(ingestSqlPlanLinesRequest: requests.IngestSqlPlanLinesRequest): Promise<responses.IngestSqlPlanLinesResponse>;
534
534
  /**
@@ -539,7 +539,7 @@ export declare class OperationsInsightsClient {
539
539
  * @param IngestSqlStatsRequest
540
540
  * @return IngestSqlStatsResponse
541
541
  * @throws OciError when an error occurs
542
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/IngestSqlStats.ts.html |here} to see how to use IngestSqlStats API.
542
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/IngestSqlStats.ts.html |here} to see how to use IngestSqlStats API.
543
543
  */
544
544
  ingestSqlStats(ingestSqlStatsRequest: requests.IngestSqlStatsRequest): Promise<responses.IngestSqlStatsResponse>;
545
545
  /**
@@ -551,7 +551,7 @@ export declare class OperationsInsightsClient {
551
551
  * @param IngestSqlTextRequest
552
552
  * @return IngestSqlTextResponse
553
553
  * @throws OciError when an error occurs
554
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/IngestSqlText.ts.html |here} to see how to use IngestSqlText API.
554
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/IngestSqlText.ts.html |here} to see how to use IngestSqlText API.
555
555
  */
556
556
  ingestSqlText(ingestSqlTextRequest: requests.IngestSqlTextRequest): Promise<responses.IngestSqlTextResponse>;
557
557
  /**
@@ -561,7 +561,7 @@ export declare class OperationsInsightsClient {
561
561
  * @param ListAwrDatabaseSnapshotsRequest
562
562
  * @return ListAwrDatabaseSnapshotsResponse
563
563
  * @throws OciError when an error occurs
564
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/ListAwrDatabaseSnapshots.ts.html |here} to see how to use ListAwrDatabaseSnapshots API.
564
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/ListAwrDatabaseSnapshots.ts.html |here} to see how to use ListAwrDatabaseSnapshots API.
565
565
  */
566
566
  listAwrDatabaseSnapshots(listAwrDatabaseSnapshotsRequest: requests.ListAwrDatabaseSnapshotsRequest): Promise<responses.ListAwrDatabaseSnapshotsResponse>;
567
567
  /**
@@ -571,7 +571,7 @@ export declare class OperationsInsightsClient {
571
571
  * @param ListAwrDatabasesRequest
572
572
  * @return ListAwrDatabasesResponse
573
573
  * @throws OciError when an error occurs
574
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/ListAwrDatabases.ts.html |here} to see how to use ListAwrDatabases API.
574
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/ListAwrDatabases.ts.html |here} to see how to use ListAwrDatabases API.
575
575
  */
576
576
  listAwrDatabases(listAwrDatabasesRequest: requests.ListAwrDatabasesRequest): Promise<responses.ListAwrDatabasesResponse>;
577
577
  /**
@@ -581,7 +581,7 @@ export declare class OperationsInsightsClient {
581
581
  * @param ListAwrHubsRequest
582
582
  * @return ListAwrHubsResponse
583
583
  * @throws OciError when an error occurs
584
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/ListAwrHubs.ts.html |here} to see how to use ListAwrHubs API.
584
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/ListAwrHubs.ts.html |here} to see how to use ListAwrHubs API.
585
585
  */
586
586
  listAwrHubs(listAwrHubsRequest: requests.ListAwrHubsRequest): Promise<responses.ListAwrHubsResponse>;
587
587
  /**
@@ -592,7 +592,7 @@ export declare class OperationsInsightsClient {
592
592
  * @param ListAwrSnapshotsRequest
593
593
  * @return ListAwrSnapshotsResponse
594
594
  * @throws OciError when an error occurs
595
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/ListAwrSnapshots.ts.html |here} to see how to use ListAwrSnapshots API.
595
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/ListAwrSnapshots.ts.html |here} to see how to use ListAwrSnapshots API.
596
596
  */
597
597
  listAwrSnapshots(listAwrSnapshotsRequest: requests.ListAwrSnapshotsRequest): Promise<responses.ListAwrSnapshotsResponse>;
598
598
  /**
@@ -603,7 +603,7 @@ export declare class OperationsInsightsClient {
603
603
  * @param ListDatabaseConfigurationsRequest
604
604
  * @return ListDatabaseConfigurationsResponse
605
605
  * @throws OciError when an error occurs
606
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/ListDatabaseConfigurations.ts.html |here} to see how to use ListDatabaseConfigurations API.
606
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/ListDatabaseConfigurations.ts.html |here} to see how to use ListDatabaseConfigurations API.
607
607
  */
608
608
  listDatabaseConfigurations(listDatabaseConfigurationsRequest: requests.ListDatabaseConfigurationsRequest): Promise<responses.ListDatabaseConfigurationsResponse>;
609
609
  /**
@@ -614,7 +614,7 @@ export declare class OperationsInsightsClient {
614
614
  * @param ListDatabaseInsightsRequest
615
615
  * @return ListDatabaseInsightsResponse
616
616
  * @throws OciError when an error occurs
617
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/ListDatabaseInsights.ts.html |here} to see how to use ListDatabaseInsights API.
617
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/ListDatabaseInsights.ts.html |here} to see how to use ListDatabaseInsights API.
618
618
  */
619
619
  listDatabaseInsights(listDatabaseInsightsRequest: requests.ListDatabaseInsightsRequest): Promise<responses.ListDatabaseInsightsResponse>;
620
620
  /**
@@ -625,7 +625,7 @@ export declare class OperationsInsightsClient {
625
625
  * @param ListEnterpriseManagerBridgesRequest
626
626
  * @return ListEnterpriseManagerBridgesResponse
627
627
  * @throws OciError when an error occurs
628
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/ListEnterpriseManagerBridges.ts.html |here} to see how to use ListEnterpriseManagerBridges API.
628
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/ListEnterpriseManagerBridges.ts.html |here} to see how to use ListEnterpriseManagerBridges API.
629
629
  */
630
630
  listEnterpriseManagerBridges(listEnterpriseManagerBridgesRequest: requests.ListEnterpriseManagerBridgesRequest): Promise<responses.ListEnterpriseManagerBridgesResponse>;
631
631
  /**
@@ -634,7 +634,7 @@ export declare class OperationsInsightsClient {
634
634
  * @param ListExadataConfigurationsRequest
635
635
  * @return ListExadataConfigurationsResponse
636
636
  * @throws OciError when an error occurs
637
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/ListExadataConfigurations.ts.html |here} to see how to use ListExadataConfigurations API.
637
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/ListExadataConfigurations.ts.html |here} to see how to use ListExadataConfigurations API.
638
638
  */
639
639
  listExadataConfigurations(listExadataConfigurationsRequest: requests.ListExadataConfigurationsRequest): Promise<responses.ListExadataConfigurationsResponse>;
640
640
  /**
@@ -645,7 +645,7 @@ export declare class OperationsInsightsClient {
645
645
  * @param ListExadataInsightsRequest
646
646
  * @return ListExadataInsightsResponse
647
647
  * @throws OciError when an error occurs
648
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/ListExadataInsights.ts.html |here} to see how to use ListExadataInsights API.
648
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/ListExadataInsights.ts.html |here} to see how to use ListExadataInsights API.
649
649
  */
650
650
  listExadataInsights(listExadataInsightsRequest: requests.ListExadataInsightsRequest): Promise<responses.ListExadataInsightsResponse>;
651
651
  /**
@@ -656,7 +656,7 @@ export declare class OperationsInsightsClient {
656
656
  * @param ListHostConfigurationsRequest
657
657
  * @return ListHostConfigurationsResponse
658
658
  * @throws OciError when an error occurs
659
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/ListHostConfigurations.ts.html |here} to see how to use ListHostConfigurations API.
659
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/ListHostConfigurations.ts.html |here} to see how to use ListHostConfigurations API.
660
660
  */
661
661
  listHostConfigurations(listHostConfigurationsRequest: requests.ListHostConfigurationsRequest): Promise<responses.ListHostConfigurationsResponse>;
662
662
  /**
@@ -667,7 +667,7 @@ export declare class OperationsInsightsClient {
667
667
  * @param ListHostInsightsRequest
668
668
  * @return ListHostInsightsResponse
669
669
  * @throws OciError when an error occurs
670
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/ListHostInsights.ts.html |here} to see how to use ListHostInsights API.
670
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/ListHostInsights.ts.html |here} to see how to use ListHostInsights API.
671
671
  */
672
672
  listHostInsights(listHostInsightsRequest: requests.ListHostInsightsRequest): Promise<responses.ListHostInsightsResponse>;
673
673
  /**
@@ -677,7 +677,7 @@ export declare class OperationsInsightsClient {
677
677
  * @param ListHostedEntitiesRequest
678
678
  * @return ListHostedEntitiesResponse
679
679
  * @throws OciError when an error occurs
680
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/ListHostedEntities.ts.html |here} to see how to use ListHostedEntities API.
680
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/ListHostedEntities.ts.html |here} to see how to use ListHostedEntities API.
681
681
  */
682
682
  listHostedEntities(listHostedEntitiesRequest: requests.ListHostedEntitiesRequest): Promise<responses.ListHostedEntitiesResponse>;
683
683
  /**
@@ -691,9 +691,25 @@ export declare class OperationsInsightsClient {
691
691
  * @param ListImportableAgentEntitiesRequest
692
692
  * @return ListImportableAgentEntitiesResponse
693
693
  * @throws OciError when an error occurs
694
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/ListImportableAgentEntities.ts.html |here} to see how to use ListImportableAgentEntities API.
694
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/ListImportableAgentEntities.ts.html |here} to see how to use ListImportableAgentEntities API.
695
695
  */
696
696
  listImportableAgentEntities(listImportableAgentEntitiesRequest: requests.ListImportableAgentEntitiesRequest): Promise<responses.ListImportableAgentEntitiesResponse>;
697
+ /**
698
+ * Gets a list of available compute intances running cloud agent to add a new hostInsight. An Compute entity is \"available\"
699
+ * and will be shown if all the following conditions are true:
700
+ * 1. Compute is running OCA
701
+ * 2. OCI Management Agent is not enabled or If OCI Management Agent is enabled
702
+ * 2.1 The agent OCID is not already being used for an existing hostInsight.
703
+ * 2.2 The agent availabilityStatus = 'ACTIVE'
704
+ * 2.3 The agent lifecycleState = 'ACTIVE'
705
+ *
706
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
707
+ * @param ListImportableComputeEntitiesRequest
708
+ * @return ListImportableComputeEntitiesResponse
709
+ * @throws OciError when an error occurs
710
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/ListImportableComputeEntities.ts.html |here} to see how to use ListImportableComputeEntities API.
711
+ */
712
+ listImportableComputeEntities(listImportableComputeEntitiesRequest: requests.ListImportableComputeEntitiesRequest): Promise<responses.ListImportableComputeEntitiesResponse>;
697
713
  /**
698
714
  * Gets a list of importable entities for an Operations Insights Enterprise Manager bridge that have not been imported before.
699
715
  *
@@ -701,7 +717,7 @@ export declare class OperationsInsightsClient {
701
717
  * @param ListImportableEnterpriseManagerEntitiesRequest
702
718
  * @return ListImportableEnterpriseManagerEntitiesResponse
703
719
  * @throws OciError when an error occurs
704
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/ListImportableEnterpriseManagerEntities.ts.html |here} to see how to use ListImportableEnterpriseManagerEntities API.
720
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/ListImportableEnterpriseManagerEntities.ts.html |here} to see how to use ListImportableEnterpriseManagerEntities API.
705
721
  */
706
722
  listImportableEnterpriseManagerEntities(listImportableEnterpriseManagerEntitiesRequest: requests.ListImportableEnterpriseManagerEntitiesRequest): Promise<responses.ListImportableEnterpriseManagerEntitiesResponse>;
707
723
  /**
@@ -710,7 +726,7 @@ export declare class OperationsInsightsClient {
710
726
  * @param ListOperationsInsightsPrivateEndpointsRequest
711
727
  * @return ListOperationsInsightsPrivateEndpointsResponse
712
728
  * @throws OciError when an error occurs
713
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/ListOperationsInsightsPrivateEndpoints.ts.html |here} to see how to use ListOperationsInsightsPrivateEndpoints API.
729
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/ListOperationsInsightsPrivateEndpoints.ts.html |here} to see how to use ListOperationsInsightsPrivateEndpoints API.
714
730
  */
715
731
  listOperationsInsightsPrivateEndpoints(listOperationsInsightsPrivateEndpointsRequest: requests.ListOperationsInsightsPrivateEndpointsRequest): Promise<responses.ListOperationsInsightsPrivateEndpointsResponse>;
716
732
  /**
@@ -720,7 +736,7 @@ export declare class OperationsInsightsClient {
720
736
  * @param ListOperationsInsightsWarehouseUsersRequest
721
737
  * @return ListOperationsInsightsWarehouseUsersResponse
722
738
  * @throws OciError when an error occurs
723
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/ListOperationsInsightsWarehouseUsers.ts.html |here} to see how to use ListOperationsInsightsWarehouseUsers API.
739
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/ListOperationsInsightsWarehouseUsers.ts.html |here} to see how to use ListOperationsInsightsWarehouseUsers API.
724
740
  */
725
741
  listOperationsInsightsWarehouseUsers(listOperationsInsightsWarehouseUsersRequest: requests.ListOperationsInsightsWarehouseUsersRequest): Promise<responses.ListOperationsInsightsWarehouseUsersResponse>;
726
742
  /**
@@ -731,7 +747,7 @@ export declare class OperationsInsightsClient {
731
747
  * @param ListOperationsInsightsWarehousesRequest
732
748
  * @return ListOperationsInsightsWarehousesResponse
733
749
  * @throws OciError when an error occurs
734
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/ListOperationsInsightsWarehouses.ts.html |here} to see how to use ListOperationsInsightsWarehouses API.
750
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/ListOperationsInsightsWarehouses.ts.html |here} to see how to use ListOperationsInsightsWarehouses API.
735
751
  */
736
752
  listOperationsInsightsWarehouses(listOperationsInsightsWarehousesRequest: requests.ListOperationsInsightsWarehousesRequest): Promise<responses.ListOperationsInsightsWarehousesResponse>;
737
753
  /**
@@ -741,7 +757,7 @@ export declare class OperationsInsightsClient {
741
757
  * @param ListOpsiDataObjectsRequest
742
758
  * @return ListOpsiDataObjectsResponse
743
759
  * @throws OciError when an error occurs
744
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/ListOpsiDataObjects.ts.html |here} to see how to use ListOpsiDataObjects API.
760
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/ListOpsiDataObjects.ts.html |here} to see how to use ListOpsiDataObjects API.
745
761
  */
746
762
  listOpsiDataObjects(listOpsiDataObjectsRequest: requests.ListOpsiDataObjectsRequest): Promise<responses.ListOpsiDataObjectsResponse>;
747
763
  /**
@@ -752,7 +768,7 @@ export declare class OperationsInsightsClient {
752
768
  * @param ListSqlPlansRequest
753
769
  * @return ListSqlPlansResponse
754
770
  * @throws OciError when an error occurs
755
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/ListSqlPlans.ts.html |here} to see how to use ListSqlPlans API.
771
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/ListSqlPlans.ts.html |here} to see how to use ListSqlPlans API.
756
772
  */
757
773
  listSqlPlans(listSqlPlansRequest: requests.ListSqlPlansRequest): Promise<responses.ListSqlPlansResponse>;
758
774
  /**
@@ -763,7 +779,7 @@ export declare class OperationsInsightsClient {
763
779
  * @param ListSqlSearchesRequest
764
780
  * @return ListSqlSearchesResponse
765
781
  * @throws OciError when an error occurs
766
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/ListSqlSearches.ts.html |here} to see how to use ListSqlSearches API.
782
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/ListSqlSearches.ts.html |here} to see how to use ListSqlSearches API.
767
783
  */
768
784
  listSqlSearches(listSqlSearchesRequest: requests.ListSqlSearchesRequest): Promise<responses.ListSqlSearchesResponse>;
769
785
  /**
@@ -773,7 +789,7 @@ export declare class OperationsInsightsClient {
773
789
  * @param ListSqlTextsRequest
774
790
  * @return ListSqlTextsResponse
775
791
  * @throws OciError when an error occurs
776
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/ListSqlTexts.ts.html |here} to see how to use ListSqlTexts API.
792
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/ListSqlTexts.ts.html |here} to see how to use ListSqlTexts API.
777
793
  */
778
794
  listSqlTexts(listSqlTextsRequest: requests.ListSqlTextsRequest): Promise<responses.ListSqlTextsResponse>;
779
795
  /**
@@ -783,7 +799,7 @@ export declare class OperationsInsightsClient {
783
799
  * @param ListWorkRequestErrorsRequest
784
800
  * @return ListWorkRequestErrorsResponse
785
801
  * @throws OciError when an error occurs
786
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
802
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
787
803
  */
788
804
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
789
805
  /**
@@ -793,7 +809,7 @@ export declare class OperationsInsightsClient {
793
809
  * @param ListWorkRequestLogsRequest
794
810
  * @return ListWorkRequestLogsResponse
795
811
  * @throws OciError when an error occurs
796
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
812
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
797
813
  */
798
814
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
799
815
  /**
@@ -803,7 +819,7 @@ export declare class OperationsInsightsClient {
803
819
  * @param ListWorkRequestsRequest
804
820
  * @return ListWorkRequestsResponse
805
821
  * @throws OciError when an error occurs
806
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
822
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
807
823
  */
808
824
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
809
825
  /**
@@ -814,7 +830,7 @@ export declare class OperationsInsightsClient {
814
830
  * @param QueryOpsiDataObjectDataRequest
815
831
  * @return QueryOpsiDataObjectDataResponse
816
832
  * @throws OciError when an error occurs
817
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/QueryOpsiDataObjectData.ts.html |here} to see how to use QueryOpsiDataObjectData API.
833
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/QueryOpsiDataObjectData.ts.html |here} to see how to use QueryOpsiDataObjectData API.
818
834
  */
819
835
  queryOpsiDataObjectData(queryOpsiDataObjectDataRequest: requests.QueryOpsiDataObjectDataRequest): Promise<responses.QueryOpsiDataObjectDataResponse>;
820
836
  /**
@@ -823,7 +839,7 @@ export declare class OperationsInsightsClient {
823
839
  * @param RotateOperationsInsightsWarehouseWalletRequest
824
840
  * @return RotateOperationsInsightsWarehouseWalletResponse
825
841
  * @throws OciError when an error occurs
826
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/RotateOperationsInsightsWarehouseWallet.ts.html |here} to see how to use RotateOperationsInsightsWarehouseWallet API.
842
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/RotateOperationsInsightsWarehouseWallet.ts.html |here} to see how to use RotateOperationsInsightsWarehouseWallet API.
827
843
  */
828
844
  rotateOperationsInsightsWarehouseWallet(rotateOperationsInsightsWarehouseWalletRequest: requests.RotateOperationsInsightsWarehouseWalletRequest): Promise<responses.RotateOperationsInsightsWarehouseWalletResponse>;
829
845
  /**
@@ -837,7 +853,7 @@ export declare class OperationsInsightsClient {
837
853
  * @param SummarizeAwrDatabaseCpuUsagesRequest
838
854
  * @return SummarizeAwrDatabaseCpuUsagesResponse
839
855
  * @throws OciError when an error occurs
840
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeAwrDatabaseCpuUsages.ts.html |here} to see how to use SummarizeAwrDatabaseCpuUsages API.
856
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/SummarizeAwrDatabaseCpuUsages.ts.html |here} to see how to use SummarizeAwrDatabaseCpuUsages API.
841
857
  */
842
858
  summarizeAwrDatabaseCpuUsages(summarizeAwrDatabaseCpuUsagesRequest: requests.SummarizeAwrDatabaseCpuUsagesRequest): Promise<responses.SummarizeAwrDatabaseCpuUsagesResponse>;
843
859
  /**
@@ -847,7 +863,7 @@ export declare class OperationsInsightsClient {
847
863
  * @param SummarizeAwrDatabaseMetricsRequest
848
864
  * @return SummarizeAwrDatabaseMetricsResponse
849
865
  * @throws OciError when an error occurs
850
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeAwrDatabaseMetrics.ts.html |here} to see how to use SummarizeAwrDatabaseMetrics API.
866
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/SummarizeAwrDatabaseMetrics.ts.html |here} to see how to use SummarizeAwrDatabaseMetrics API.
851
867
  */
852
868
  summarizeAwrDatabaseMetrics(summarizeAwrDatabaseMetricsRequest: requests.SummarizeAwrDatabaseMetricsRequest): Promise<responses.SummarizeAwrDatabaseMetricsResponse>;
853
869
  /**
@@ -861,7 +877,7 @@ export declare class OperationsInsightsClient {
861
877
  * @param SummarizeAwrDatabaseParameterChangesRequest
862
878
  * @return SummarizeAwrDatabaseParameterChangesResponse
863
879
  * @throws OciError when an error occurs
864
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeAwrDatabaseParameterChanges.ts.html |here} to see how to use SummarizeAwrDatabaseParameterChanges API.
880
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/SummarizeAwrDatabaseParameterChanges.ts.html |here} to see how to use SummarizeAwrDatabaseParameterChanges API.
865
881
  */
866
882
  summarizeAwrDatabaseParameterChanges(summarizeAwrDatabaseParameterChangesRequest: requests.SummarizeAwrDatabaseParameterChangesRequest): Promise<responses.SummarizeAwrDatabaseParameterChangesResponse>;
867
883
  /**
@@ -881,7 +897,7 @@ export declare class OperationsInsightsClient {
881
897
  * @param SummarizeAwrDatabaseParametersRequest
882
898
  * @return SummarizeAwrDatabaseParametersResponse
883
899
  * @throws OciError when an error occurs
884
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeAwrDatabaseParameters.ts.html |here} to see how to use SummarizeAwrDatabaseParameters API.
900
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/SummarizeAwrDatabaseParameters.ts.html |here} to see how to use SummarizeAwrDatabaseParameters API.
885
901
  */
886
902
  summarizeAwrDatabaseParameters(summarizeAwrDatabaseParametersRequest: requests.SummarizeAwrDatabaseParametersRequest): Promise<responses.SummarizeAwrDatabaseParametersResponse>;
887
903
  /**
@@ -891,7 +907,7 @@ export declare class OperationsInsightsClient {
891
907
  * @param SummarizeAwrDatabaseSnapshotRangesRequest
892
908
  * @return SummarizeAwrDatabaseSnapshotRangesResponse
893
909
  * @throws OciError when an error occurs
894
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeAwrDatabaseSnapshotRanges.ts.html |here} to see how to use SummarizeAwrDatabaseSnapshotRanges API.
910
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/SummarizeAwrDatabaseSnapshotRanges.ts.html |here} to see how to use SummarizeAwrDatabaseSnapshotRanges API.
895
911
  */
896
912
  summarizeAwrDatabaseSnapshotRanges(summarizeAwrDatabaseSnapshotRangesRequest: requests.SummarizeAwrDatabaseSnapshotRangesRequest): Promise<responses.SummarizeAwrDatabaseSnapshotRangesResponse>;
897
913
  /**
@@ -901,7 +917,7 @@ export declare class OperationsInsightsClient {
901
917
  * @param SummarizeAwrDatabaseSysstatsRequest
902
918
  * @return SummarizeAwrDatabaseSysstatsResponse
903
919
  * @throws OciError when an error occurs
904
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeAwrDatabaseSysstats.ts.html |here} to see how to use SummarizeAwrDatabaseSysstats API.
920
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/SummarizeAwrDatabaseSysstats.ts.html |here} to see how to use SummarizeAwrDatabaseSysstats API.
905
921
  */
906
922
  summarizeAwrDatabaseSysstats(summarizeAwrDatabaseSysstatsRequest: requests.SummarizeAwrDatabaseSysstatsRequest): Promise<responses.SummarizeAwrDatabaseSysstatsResponse>;
907
923
  /**
@@ -911,7 +927,7 @@ export declare class OperationsInsightsClient {
911
927
  * @param SummarizeAwrDatabaseTopWaitEventsRequest
912
928
  * @return SummarizeAwrDatabaseTopWaitEventsResponse
913
929
  * @throws OciError when an error occurs
914
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeAwrDatabaseTopWaitEvents.ts.html |here} to see how to use SummarizeAwrDatabaseTopWaitEvents API.
930
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/SummarizeAwrDatabaseTopWaitEvents.ts.html |here} to see how to use SummarizeAwrDatabaseTopWaitEvents API.
915
931
  */
916
932
  summarizeAwrDatabaseTopWaitEvents(summarizeAwrDatabaseTopWaitEventsRequest: requests.SummarizeAwrDatabaseTopWaitEventsRequest): Promise<responses.SummarizeAwrDatabaseTopWaitEventsResponse>;
917
933
  /**
@@ -921,7 +937,7 @@ export declare class OperationsInsightsClient {
921
937
  * @param SummarizeAwrDatabaseWaitEventBucketsRequest
922
938
  * @return SummarizeAwrDatabaseWaitEventBucketsResponse
923
939
  * @throws OciError when an error occurs
924
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeAwrDatabaseWaitEventBuckets.ts.html |here} to see how to use SummarizeAwrDatabaseWaitEventBuckets API.
940
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/SummarizeAwrDatabaseWaitEventBuckets.ts.html |here} to see how to use SummarizeAwrDatabaseWaitEventBuckets API.
925
941
  */
926
942
  summarizeAwrDatabaseWaitEventBuckets(summarizeAwrDatabaseWaitEventBucketsRequest: requests.SummarizeAwrDatabaseWaitEventBucketsRequest): Promise<responses.SummarizeAwrDatabaseWaitEventBucketsResponse>;
927
943
  /**
@@ -931,7 +947,7 @@ export declare class OperationsInsightsClient {
931
947
  * @param SummarizeAwrDatabaseWaitEventsRequest
932
948
  * @return SummarizeAwrDatabaseWaitEventsResponse
933
949
  * @throws OciError when an error occurs
934
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeAwrDatabaseWaitEvents.ts.html |here} to see how to use SummarizeAwrDatabaseWaitEvents API.
950
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/SummarizeAwrDatabaseWaitEvents.ts.html |here} to see how to use SummarizeAwrDatabaseWaitEvents API.
935
951
  */
936
952
  summarizeAwrDatabaseWaitEvents(summarizeAwrDatabaseWaitEventsRequest: requests.SummarizeAwrDatabaseWaitEventsRequest): Promise<responses.SummarizeAwrDatabaseWaitEventsResponse>;
937
953
  /**
@@ -941,7 +957,7 @@ export declare class OperationsInsightsClient {
941
957
  * @param SummarizeAwrSourcesSummariesRequest
942
958
  * @return SummarizeAwrSourcesSummariesResponse
943
959
  * @throws OciError when an error occurs
944
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeAwrSourcesSummaries.ts.html |here} to see how to use SummarizeAwrSourcesSummaries API.
960
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/SummarizeAwrSourcesSummaries.ts.html |here} to see how to use SummarizeAwrSourcesSummaries API.
945
961
  */
946
962
  summarizeAwrSourcesSummaries(summarizeAwrSourcesSummariesRequest: requests.SummarizeAwrSourcesSummariesRequest): Promise<responses.SummarizeAwrSourcesSummariesResponse>;
947
963
  /**
@@ -953,7 +969,7 @@ export declare class OperationsInsightsClient {
953
969
  * @param SummarizeDatabaseInsightResourceCapacityTrendRequest
954
970
  * @return SummarizeDatabaseInsightResourceCapacityTrendResponse
955
971
  * @throws OciError when an error occurs
956
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeDatabaseInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceCapacityTrend API.
972
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/SummarizeDatabaseInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceCapacityTrend API.
957
973
  */
958
974
  summarizeDatabaseInsightResourceCapacityTrend(summarizeDatabaseInsightResourceCapacityTrendRequest: requests.SummarizeDatabaseInsightResourceCapacityTrendRequest): Promise<responses.SummarizeDatabaseInsightResourceCapacityTrendResponse>;
959
975
  /**
@@ -964,7 +980,7 @@ export declare class OperationsInsightsClient {
964
980
  * @param SummarizeDatabaseInsightResourceForecastTrendRequest
965
981
  * @return SummarizeDatabaseInsightResourceForecastTrendResponse
966
982
  * @throws OciError when an error occurs
967
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeDatabaseInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceForecastTrend API.
983
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/SummarizeDatabaseInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceForecastTrend API.
968
984
  */
969
985
  summarizeDatabaseInsightResourceForecastTrend(summarizeDatabaseInsightResourceForecastTrendRequest: requests.SummarizeDatabaseInsightResourceForecastTrendRequest): Promise<responses.SummarizeDatabaseInsightResourceForecastTrendResponse>;
970
986
  /**
@@ -975,7 +991,7 @@ export declare class OperationsInsightsClient {
975
991
  * @param SummarizeDatabaseInsightResourceStatisticsRequest
976
992
  * @return SummarizeDatabaseInsightResourceStatisticsResponse
977
993
  * @throws OciError when an error occurs
978
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeDatabaseInsightResourceStatistics.ts.html |here} to see how to use SummarizeDatabaseInsightResourceStatistics API.
994
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/SummarizeDatabaseInsightResourceStatistics.ts.html |here} to see how to use SummarizeDatabaseInsightResourceStatistics API.
979
995
  */
980
996
  summarizeDatabaseInsightResourceStatistics(summarizeDatabaseInsightResourceStatisticsRequest: requests.SummarizeDatabaseInsightResourceStatisticsRequest): Promise<responses.SummarizeDatabaseInsightResourceStatisticsResponse>;
981
997
  /**
@@ -988,7 +1004,7 @@ export declare class OperationsInsightsClient {
988
1004
  * @param SummarizeDatabaseInsightResourceUsageRequest
989
1005
  * @return SummarizeDatabaseInsightResourceUsageResponse
990
1006
  * @throws OciError when an error occurs
991
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeDatabaseInsightResourceUsage.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsage API.
1007
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/SummarizeDatabaseInsightResourceUsage.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsage API.
992
1008
  */
993
1009
  summarizeDatabaseInsightResourceUsage(summarizeDatabaseInsightResourceUsageRequest: requests.SummarizeDatabaseInsightResourceUsageRequest): Promise<responses.SummarizeDatabaseInsightResourceUsageResponse>;
994
1010
  /**
@@ -1000,7 +1016,7 @@ export declare class OperationsInsightsClient {
1000
1016
  * @param SummarizeDatabaseInsightResourceUsageTrendRequest
1001
1017
  * @return SummarizeDatabaseInsightResourceUsageTrendResponse
1002
1018
  * @throws OciError when an error occurs
1003
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeDatabaseInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsageTrend API.
1019
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/SummarizeDatabaseInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsageTrend API.
1004
1020
  */
1005
1021
  summarizeDatabaseInsightResourceUsageTrend(summarizeDatabaseInsightResourceUsageTrendRequest: requests.SummarizeDatabaseInsightResourceUsageTrendRequest): Promise<responses.SummarizeDatabaseInsightResourceUsageTrendResponse>;
1006
1022
  /**
@@ -1011,7 +1027,7 @@ export declare class OperationsInsightsClient {
1011
1027
  * @param SummarizeDatabaseInsightResourceUtilizationInsightRequest
1012
1028
  * @return SummarizeDatabaseInsightResourceUtilizationInsightResponse
1013
1029
  * @throws OciError when an error occurs
1014
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeDatabaseInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUtilizationInsight API.
1030
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/SummarizeDatabaseInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUtilizationInsight API.
1015
1031
  */
1016
1032
  summarizeDatabaseInsightResourceUtilizationInsight(summarizeDatabaseInsightResourceUtilizationInsightRequest: requests.SummarizeDatabaseInsightResourceUtilizationInsightRequest): Promise<responses.SummarizeDatabaseInsightResourceUtilizationInsightResponse>;
1017
1033
  /**
@@ -1023,7 +1039,7 @@ export declare class OperationsInsightsClient {
1023
1039
  * @param SummarizeDatabaseInsightTablespaceUsageTrendRequest
1024
1040
  * @return SummarizeDatabaseInsightTablespaceUsageTrendResponse
1025
1041
  * @throws OciError when an error occurs
1026
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeDatabaseInsightTablespaceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightTablespaceUsageTrend API.
1042
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/SummarizeDatabaseInsightTablespaceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightTablespaceUsageTrend API.
1027
1043
  */
1028
1044
  summarizeDatabaseInsightTablespaceUsageTrend(summarizeDatabaseInsightTablespaceUsageTrendRequest: requests.SummarizeDatabaseInsightTablespaceUsageTrendRequest): Promise<responses.SummarizeDatabaseInsightTablespaceUsageTrendResponse>;
1029
1045
  /**
@@ -1040,7 +1056,7 @@ export declare class OperationsInsightsClient {
1040
1056
  * @param SummarizeExadataInsightResourceCapacityTrendRequest
1041
1057
  * @return SummarizeExadataInsightResourceCapacityTrendResponse
1042
1058
  * @throws OciError when an error occurs
1043
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeExadataInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrend API.
1059
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/SummarizeExadataInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrend API.
1044
1060
  */
1045
1061
  summarizeExadataInsightResourceCapacityTrend(summarizeExadataInsightResourceCapacityTrendRequest: requests.SummarizeExadataInsightResourceCapacityTrendRequest): Promise<responses.SummarizeExadataInsightResourceCapacityTrendResponse>;
1046
1062
  /**
@@ -1054,7 +1070,7 @@ export declare class OperationsInsightsClient {
1054
1070
  * @param SummarizeExadataInsightResourceCapacityTrendAggregatedRequest
1055
1071
  * @return SummarizeExadataInsightResourceCapacityTrendAggregatedResponse
1056
1072
  * @throws OciError when an error occurs
1057
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeExadataInsightResourceCapacityTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrendAggregated API.
1073
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/SummarizeExadataInsightResourceCapacityTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrendAggregated API.
1058
1074
  */
1059
1075
  summarizeExadataInsightResourceCapacityTrendAggregated(summarizeExadataInsightResourceCapacityTrendAggregatedRequest: requests.SummarizeExadataInsightResourceCapacityTrendAggregatedRequest): Promise<responses.SummarizeExadataInsightResourceCapacityTrendAggregatedResponse>;
1060
1076
  /**
@@ -1071,7 +1087,7 @@ export declare class OperationsInsightsClient {
1071
1087
  * @param SummarizeExadataInsightResourceForecastTrendRequest
1072
1088
  * @return SummarizeExadataInsightResourceForecastTrendResponse
1073
1089
  * @throws OciError when an error occurs
1074
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeExadataInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrend API.
1090
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/SummarizeExadataInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrend API.
1075
1091
  */
1076
1092
  summarizeExadataInsightResourceForecastTrend(summarizeExadataInsightResourceForecastTrendRequest: requests.SummarizeExadataInsightResourceForecastTrendRequest): Promise<responses.SummarizeExadataInsightResourceForecastTrendResponse>;
1077
1093
  /**
@@ -1084,7 +1100,7 @@ export declare class OperationsInsightsClient {
1084
1100
  * @param SummarizeExadataInsightResourceForecastTrendAggregatedRequest
1085
1101
  * @return SummarizeExadataInsightResourceForecastTrendAggregatedResponse
1086
1102
  * @throws OciError when an error occurs
1087
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeExadataInsightResourceForecastTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrendAggregated API.
1103
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/SummarizeExadataInsightResourceForecastTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrendAggregated API.
1088
1104
  */
1089
1105
  summarizeExadataInsightResourceForecastTrendAggregated(summarizeExadataInsightResourceForecastTrendAggregatedRequest: requests.SummarizeExadataInsightResourceForecastTrendAggregatedRequest): Promise<responses.SummarizeExadataInsightResourceForecastTrendAggregatedResponse>;
1090
1106
  /**
@@ -1098,7 +1114,7 @@ export declare class OperationsInsightsClient {
1098
1114
  * @param SummarizeExadataInsightResourceStatisticsRequest
1099
1115
  * @return SummarizeExadataInsightResourceStatisticsResponse
1100
1116
  * @throws OciError when an error occurs
1101
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeExadataInsightResourceStatistics.ts.html |here} to see how to use SummarizeExadataInsightResourceStatistics API.
1117
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/SummarizeExadataInsightResourceStatistics.ts.html |here} to see how to use SummarizeExadataInsightResourceStatistics API.
1102
1118
  */
1103
1119
  summarizeExadataInsightResourceStatistics(summarizeExadataInsightResourceStatisticsRequest: requests.SummarizeExadataInsightResourceStatisticsRequest): Promise<responses.SummarizeExadataInsightResourceStatisticsResponse>;
1104
1120
  /**
@@ -1113,7 +1129,7 @@ export declare class OperationsInsightsClient {
1113
1129
  * @param SummarizeExadataInsightResourceUsageRequest
1114
1130
  * @return SummarizeExadataInsightResourceUsageResponse
1115
1131
  * @throws OciError when an error occurs
1116
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeExadataInsightResourceUsage.ts.html |here} to see how to use SummarizeExadataInsightResourceUsage API.
1132
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/SummarizeExadataInsightResourceUsage.ts.html |here} to see how to use SummarizeExadataInsightResourceUsage API.
1117
1133
  */
1118
1134
  summarizeExadataInsightResourceUsage(summarizeExadataInsightResourceUsageRequest: requests.SummarizeExadataInsightResourceUsageRequest): Promise<responses.SummarizeExadataInsightResourceUsageResponse>;
1119
1135
  /**
@@ -1128,7 +1144,7 @@ export declare class OperationsInsightsClient {
1128
1144
  * @param SummarizeExadataInsightResourceUsageAggregatedRequest
1129
1145
  * @return SummarizeExadataInsightResourceUsageAggregatedResponse
1130
1146
  * @throws OciError when an error occurs
1131
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeExadataInsightResourceUsageAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceUsageAggregated API.
1147
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/SummarizeExadataInsightResourceUsageAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceUsageAggregated API.
1132
1148
  */
1133
1149
  summarizeExadataInsightResourceUsageAggregated(summarizeExadataInsightResourceUsageAggregatedRequest: requests.SummarizeExadataInsightResourceUsageAggregatedRequest): Promise<responses.SummarizeExadataInsightResourceUsageAggregatedResponse>;
1134
1150
  /**
@@ -1137,7 +1153,7 @@ export declare class OperationsInsightsClient {
1137
1153
  * @param SummarizeExadataInsightResourceUtilizationInsightRequest
1138
1154
  * @return SummarizeExadataInsightResourceUtilizationInsightResponse
1139
1155
  * @throws OciError when an error occurs
1140
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeExadataInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeExadataInsightResourceUtilizationInsight API.
1156
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/SummarizeExadataInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeExadataInsightResourceUtilizationInsight API.
1141
1157
  */
1142
1158
  summarizeExadataInsightResourceUtilizationInsight(summarizeExadataInsightResourceUtilizationInsightRequest: requests.SummarizeExadataInsightResourceUtilizationInsightRequest): Promise<responses.SummarizeExadataInsightResourceUtilizationInsightResponse>;
1143
1159
  /**
@@ -1146,7 +1162,7 @@ export declare class OperationsInsightsClient {
1146
1162
  * @param SummarizeExadataMembersRequest
1147
1163
  * @return SummarizeExadataMembersResponse
1148
1164
  * @throws OciError when an error occurs
1149
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeExadataMembers.ts.html |here} to see how to use SummarizeExadataMembers API.
1165
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/SummarizeExadataMembers.ts.html |here} to see how to use SummarizeExadataMembers API.
1150
1166
  */
1151
1167
  summarizeExadataMembers(summarizeExadataMembersRequest: requests.SummarizeExadataMembersRequest): Promise<responses.SummarizeExadataMembersResponse>;
1152
1168
  /**
@@ -1158,7 +1174,7 @@ export declare class OperationsInsightsClient {
1158
1174
  * @param SummarizeHostInsightResourceCapacityTrendRequest
1159
1175
  * @return SummarizeHostInsightResourceCapacityTrendResponse
1160
1176
  * @throws OciError when an error occurs
1161
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeHostInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeHostInsightResourceCapacityTrend API.
1177
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/SummarizeHostInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeHostInsightResourceCapacityTrend API.
1162
1178
  */
1163
1179
  summarizeHostInsightResourceCapacityTrend(summarizeHostInsightResourceCapacityTrendRequest: requests.SummarizeHostInsightResourceCapacityTrendRequest): Promise<responses.SummarizeHostInsightResourceCapacityTrendResponse>;
1164
1180
  /**
@@ -1169,7 +1185,7 @@ export declare class OperationsInsightsClient {
1169
1185
  * @param SummarizeHostInsightResourceForecastTrendRequest
1170
1186
  * @return SummarizeHostInsightResourceForecastTrendResponse
1171
1187
  * @throws OciError when an error occurs
1172
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeHostInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeHostInsightResourceForecastTrend API.
1188
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/SummarizeHostInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeHostInsightResourceForecastTrend API.
1173
1189
  */
1174
1190
  summarizeHostInsightResourceForecastTrend(summarizeHostInsightResourceForecastTrendRequest: requests.SummarizeHostInsightResourceForecastTrendRequest): Promise<responses.SummarizeHostInsightResourceForecastTrendResponse>;
1175
1191
  /**
@@ -1180,7 +1196,7 @@ export declare class OperationsInsightsClient {
1180
1196
  * @param SummarizeHostInsightResourceStatisticsRequest
1181
1197
  * @return SummarizeHostInsightResourceStatisticsResponse
1182
1198
  * @throws OciError when an error occurs
1183
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeHostInsightResourceStatistics.ts.html |here} to see how to use SummarizeHostInsightResourceStatistics API.
1199
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/SummarizeHostInsightResourceStatistics.ts.html |here} to see how to use SummarizeHostInsightResourceStatistics API.
1184
1200
  */
1185
1201
  summarizeHostInsightResourceStatistics(summarizeHostInsightResourceStatisticsRequest: requests.SummarizeHostInsightResourceStatisticsRequest): Promise<responses.SummarizeHostInsightResourceStatisticsResponse>;
1186
1202
  /**
@@ -1193,7 +1209,7 @@ export declare class OperationsInsightsClient {
1193
1209
  * @param SummarizeHostInsightResourceUsageRequest
1194
1210
  * @return SummarizeHostInsightResourceUsageResponse
1195
1211
  * @throws OciError when an error occurs
1196
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeHostInsightResourceUsage.ts.html |here} to see how to use SummarizeHostInsightResourceUsage API.
1212
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/SummarizeHostInsightResourceUsage.ts.html |here} to see how to use SummarizeHostInsightResourceUsage API.
1197
1213
  */
1198
1214
  summarizeHostInsightResourceUsage(summarizeHostInsightResourceUsageRequest: requests.SummarizeHostInsightResourceUsageRequest): Promise<responses.SummarizeHostInsightResourceUsageResponse>;
1199
1215
  /**
@@ -1205,7 +1221,7 @@ export declare class OperationsInsightsClient {
1205
1221
  * @param SummarizeHostInsightResourceUsageTrendRequest
1206
1222
  * @return SummarizeHostInsightResourceUsageTrendResponse
1207
1223
  * @throws OciError when an error occurs
1208
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeHostInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeHostInsightResourceUsageTrend API.
1224
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/SummarizeHostInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeHostInsightResourceUsageTrend API.
1209
1225
  */
1210
1226
  summarizeHostInsightResourceUsageTrend(summarizeHostInsightResourceUsageTrendRequest: requests.SummarizeHostInsightResourceUsageTrendRequest): Promise<responses.SummarizeHostInsightResourceUsageTrendResponse>;
1211
1227
  /**
@@ -1216,7 +1232,7 @@ export declare class OperationsInsightsClient {
1216
1232
  * @param SummarizeHostInsightResourceUtilizationInsightRequest
1217
1233
  * @return SummarizeHostInsightResourceUtilizationInsightResponse
1218
1234
  * @throws OciError when an error occurs
1219
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeHostInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeHostInsightResourceUtilizationInsight API.
1235
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/SummarizeHostInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeHostInsightResourceUtilizationInsight API.
1220
1236
  */
1221
1237
  summarizeHostInsightResourceUtilizationInsight(summarizeHostInsightResourceUtilizationInsightRequest: requests.SummarizeHostInsightResourceUtilizationInsightRequest): Promise<responses.SummarizeHostInsightResourceUtilizationInsightResponse>;
1222
1238
  /**
@@ -1228,7 +1244,7 @@ export declare class OperationsInsightsClient {
1228
1244
  * @param SummarizeHostInsightTopProcessesUsageTrendRequest
1229
1245
  * @return SummarizeHostInsightTopProcessesUsageTrendResponse
1230
1246
  * @throws OciError when an error occurs
1231
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeHostInsightTopProcessesUsageTrend.ts.html |here} to see how to use SummarizeHostInsightTopProcessesUsageTrend API.
1247
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/SummarizeHostInsightTopProcessesUsageTrend.ts.html |here} to see how to use SummarizeHostInsightTopProcessesUsageTrend API.
1232
1248
  */
1233
1249
  summarizeHostInsightTopProcessesUsageTrend(summarizeHostInsightTopProcessesUsageTrendRequest: requests.SummarizeHostInsightTopProcessesUsageTrendRequest): Promise<responses.SummarizeHostInsightTopProcessesUsageTrendResponse>;
1234
1250
  /**
@@ -1239,7 +1255,7 @@ export declare class OperationsInsightsClient {
1239
1255
  * @param SummarizeOperationsInsightsWarehouseResourceUsageRequest
1240
1256
  * @return SummarizeOperationsInsightsWarehouseResourceUsageResponse
1241
1257
  * @throws OciError when an error occurs
1242
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeOperationsInsightsWarehouseResourceUsage.ts.html |here} to see how to use SummarizeOperationsInsightsWarehouseResourceUsage API.
1258
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/SummarizeOperationsInsightsWarehouseResourceUsage.ts.html |here} to see how to use SummarizeOperationsInsightsWarehouseResourceUsage API.
1243
1259
  */
1244
1260
  summarizeOperationsInsightsWarehouseResourceUsage(summarizeOperationsInsightsWarehouseResourceUsageRequest: requests.SummarizeOperationsInsightsWarehouseResourceUsageRequest): Promise<responses.SummarizeOperationsInsightsWarehouseResourceUsageResponse>;
1245
1261
  /**
@@ -1250,7 +1266,7 @@ export declare class OperationsInsightsClient {
1250
1266
  * @param SummarizeSqlInsightsRequest
1251
1267
  * @return SummarizeSqlInsightsResponse
1252
1268
  * @throws OciError when an error occurs
1253
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeSqlInsights.ts.html |here} to see how to use SummarizeSqlInsights API.
1269
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/SummarizeSqlInsights.ts.html |here} to see how to use SummarizeSqlInsights API.
1254
1270
  */
1255
1271
  summarizeSqlInsights(summarizeSqlInsightsRequest: requests.SummarizeSqlInsightsRequest): Promise<responses.SummarizeSqlInsightsResponse>;
1256
1272
  /**
@@ -1261,7 +1277,7 @@ export declare class OperationsInsightsClient {
1261
1277
  * @param SummarizeSqlPlanInsightsRequest
1262
1278
  * @return SummarizeSqlPlanInsightsResponse
1263
1279
  * @throws OciError when an error occurs
1264
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeSqlPlanInsights.ts.html |here} to see how to use SummarizeSqlPlanInsights API.
1280
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/SummarizeSqlPlanInsights.ts.html |here} to see how to use SummarizeSqlPlanInsights API.
1265
1281
  */
1266
1282
  summarizeSqlPlanInsights(summarizeSqlPlanInsightsRequest: requests.SummarizeSqlPlanInsightsRequest): Promise<responses.SummarizeSqlPlanInsightsResponse>;
1267
1283
  /**
@@ -1272,7 +1288,7 @@ export declare class OperationsInsightsClient {
1272
1288
  * @param SummarizeSqlResponseTimeDistributionsRequest
1273
1289
  * @return SummarizeSqlResponseTimeDistributionsResponse
1274
1290
  * @throws OciError when an error occurs
1275
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeSqlResponseTimeDistributions.ts.html |here} to see how to use SummarizeSqlResponseTimeDistributions API.
1291
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/SummarizeSqlResponseTimeDistributions.ts.html |here} to see how to use SummarizeSqlResponseTimeDistributions API.
1276
1292
  */
1277
1293
  summarizeSqlResponseTimeDistributions(summarizeSqlResponseTimeDistributionsRequest: requests.SummarizeSqlResponseTimeDistributionsRequest): Promise<responses.SummarizeSqlResponseTimeDistributionsResponse>;
1278
1294
  /**
@@ -1283,7 +1299,7 @@ export declare class OperationsInsightsClient {
1283
1299
  * @param SummarizeSqlStatisticsRequest
1284
1300
  * @return SummarizeSqlStatisticsResponse
1285
1301
  * @throws OciError when an error occurs
1286
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeSqlStatistics.ts.html |here} to see how to use SummarizeSqlStatistics API.
1302
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/SummarizeSqlStatistics.ts.html |here} to see how to use SummarizeSqlStatistics API.
1287
1303
  */
1288
1304
  summarizeSqlStatistics(summarizeSqlStatisticsRequest: requests.SummarizeSqlStatisticsRequest): Promise<responses.SummarizeSqlStatisticsResponse>;
1289
1305
  /**
@@ -1294,7 +1310,7 @@ export declare class OperationsInsightsClient {
1294
1310
  * @param SummarizeSqlStatisticsTimeSeriesRequest
1295
1311
  * @return SummarizeSqlStatisticsTimeSeriesResponse
1296
1312
  * @throws OciError when an error occurs
1297
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeSqlStatisticsTimeSeries.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeries API.
1313
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/SummarizeSqlStatisticsTimeSeries.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeries API.
1298
1314
  */
1299
1315
  summarizeSqlStatisticsTimeSeries(summarizeSqlStatisticsTimeSeriesRequest: requests.SummarizeSqlStatisticsTimeSeriesRequest): Promise<responses.SummarizeSqlStatisticsTimeSeriesResponse>;
1300
1316
  /**
@@ -1305,7 +1321,7 @@ export declare class OperationsInsightsClient {
1305
1321
  * @param SummarizeSqlStatisticsTimeSeriesByPlanRequest
1306
1322
  * @return SummarizeSqlStatisticsTimeSeriesByPlanResponse
1307
1323
  * @throws OciError when an error occurs
1308
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeSqlStatisticsTimeSeriesByPlan.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeriesByPlan API.
1324
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/SummarizeSqlStatisticsTimeSeriesByPlan.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeriesByPlan API.
1309
1325
  */
1310
1326
  summarizeSqlStatisticsTimeSeriesByPlan(summarizeSqlStatisticsTimeSeriesByPlanRequest: requests.SummarizeSqlStatisticsTimeSeriesByPlanRequest): Promise<responses.SummarizeSqlStatisticsTimeSeriesByPlanResponse>;
1311
1327
  /**
@@ -1314,7 +1330,7 @@ export declare class OperationsInsightsClient {
1314
1330
  * @param UpdateAwrHubRequest
1315
1331
  * @return UpdateAwrHubResponse
1316
1332
  * @throws OciError when an error occurs
1317
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/UpdateAwrHub.ts.html |here} to see how to use UpdateAwrHub API.
1333
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/UpdateAwrHub.ts.html |here} to see how to use UpdateAwrHub API.
1318
1334
  */
1319
1335
  updateAwrHub(updateAwrHubRequest: requests.UpdateAwrHubRequest): Promise<responses.UpdateAwrHubResponse>;
1320
1336
  /**
@@ -1323,7 +1339,7 @@ export declare class OperationsInsightsClient {
1323
1339
  * @param UpdateDatabaseInsightRequest
1324
1340
  * @return UpdateDatabaseInsightResponse
1325
1341
  * @throws OciError when an error occurs
1326
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/UpdateDatabaseInsight.ts.html |here} to see how to use UpdateDatabaseInsight API.
1342
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/UpdateDatabaseInsight.ts.html |here} to see how to use UpdateDatabaseInsight API.
1327
1343
  */
1328
1344
  updateDatabaseInsight(updateDatabaseInsightRequest: requests.UpdateDatabaseInsightRequest): Promise<responses.UpdateDatabaseInsightResponse>;
1329
1345
  /**
@@ -1332,7 +1348,7 @@ export declare class OperationsInsightsClient {
1332
1348
  * @param UpdateEnterpriseManagerBridgeRequest
1333
1349
  * @return UpdateEnterpriseManagerBridgeResponse
1334
1350
  * @throws OciError when an error occurs
1335
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/UpdateEnterpriseManagerBridge.ts.html |here} to see how to use UpdateEnterpriseManagerBridge API.
1351
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/UpdateEnterpriseManagerBridge.ts.html |here} to see how to use UpdateEnterpriseManagerBridge API.
1336
1352
  */
1337
1353
  updateEnterpriseManagerBridge(updateEnterpriseManagerBridgeRequest: requests.UpdateEnterpriseManagerBridgeRequest): Promise<responses.UpdateEnterpriseManagerBridgeResponse>;
1338
1354
  /**
@@ -1341,7 +1357,7 @@ export declare class OperationsInsightsClient {
1341
1357
  * @param UpdateExadataInsightRequest
1342
1358
  * @return UpdateExadataInsightResponse
1343
1359
  * @throws OciError when an error occurs
1344
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/UpdateExadataInsight.ts.html |here} to see how to use UpdateExadataInsight API.
1360
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/UpdateExadataInsight.ts.html |here} to see how to use UpdateExadataInsight API.
1345
1361
  */
1346
1362
  updateExadataInsight(updateExadataInsightRequest: requests.UpdateExadataInsightRequest): Promise<responses.UpdateExadataInsightResponse>;
1347
1363
  /**
@@ -1350,7 +1366,7 @@ export declare class OperationsInsightsClient {
1350
1366
  * @param UpdateHostInsightRequest
1351
1367
  * @return UpdateHostInsightResponse
1352
1368
  * @throws OciError when an error occurs
1353
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/UpdateHostInsight.ts.html |here} to see how to use UpdateHostInsight API.
1369
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/UpdateHostInsight.ts.html |here} to see how to use UpdateHostInsight API.
1354
1370
  */
1355
1371
  updateHostInsight(updateHostInsightRequest: requests.UpdateHostInsightRequest): Promise<responses.UpdateHostInsightResponse>;
1356
1372
  /**
@@ -1359,7 +1375,7 @@ export declare class OperationsInsightsClient {
1359
1375
  * @param UpdateOperationsInsightsPrivateEndpointRequest
1360
1376
  * @return UpdateOperationsInsightsPrivateEndpointResponse
1361
1377
  * @throws OciError when an error occurs
1362
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/UpdateOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use UpdateOperationsInsightsPrivateEndpoint API.
1378
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/UpdateOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use UpdateOperationsInsightsPrivateEndpoint API.
1363
1379
  */
1364
1380
  updateOperationsInsightsPrivateEndpoint(updateOperationsInsightsPrivateEndpointRequest: requests.UpdateOperationsInsightsPrivateEndpointRequest): Promise<responses.UpdateOperationsInsightsPrivateEndpointResponse>;
1365
1381
  /**
@@ -1370,7 +1386,7 @@ export declare class OperationsInsightsClient {
1370
1386
  * @param UpdateOperationsInsightsWarehouseRequest
1371
1387
  * @return UpdateOperationsInsightsWarehouseResponse
1372
1388
  * @throws OciError when an error occurs
1373
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/UpdateOperationsInsightsWarehouse.ts.html |here} to see how to use UpdateOperationsInsightsWarehouse API.
1389
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/UpdateOperationsInsightsWarehouse.ts.html |here} to see how to use UpdateOperationsInsightsWarehouse API.
1374
1390
  */
1375
1391
  updateOperationsInsightsWarehouse(updateOperationsInsightsWarehouseRequest: requests.UpdateOperationsInsightsWarehouseRequest): Promise<responses.UpdateOperationsInsightsWarehouseResponse>;
1376
1392
  /**
@@ -1379,7 +1395,7 @@ export declare class OperationsInsightsClient {
1379
1395
  * @param UpdateOperationsInsightsWarehouseUserRequest
1380
1396
  * @return UpdateOperationsInsightsWarehouseUserResponse
1381
1397
  * @throws OciError when an error occurs
1382
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/UpdateOperationsInsightsWarehouseUser.ts.html |here} to see how to use UpdateOperationsInsightsWarehouseUser API.
1398
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/opsi/UpdateOperationsInsightsWarehouseUser.ts.html |here} to see how to use UpdateOperationsInsightsWarehouseUser API.
1383
1399
  */
1384
1400
  updateOperationsInsightsWarehouseUser(updateOperationsInsightsWarehouseUserRequest: requests.UpdateOperationsInsightsWarehouseUserRequest): Promise<responses.UpdateOperationsInsightsWarehouseUserResponse>;
1385
1401
  }