oci-opsi 2.56.0 → 2.58.1

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 (325) hide show
  1. package/lib/client.d.ts +284 -138
  2. package/lib/client.js +1891 -852
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/addm-db-collection.d.ts +37 -0
  5. package/lib/model/addm-db-collection.js +64 -0
  6. package/lib/model/addm-db-collection.js.map +1 -0
  7. package/lib/model/addm-db-finding-aggregation-collection.d.ts +41 -0
  8. package/lib/model/addm-db-finding-aggregation-collection.js +74 -0
  9. package/lib/model/addm-db-finding-aggregation-collection.js.map +1 -0
  10. package/lib/model/addm-db-finding-aggregation.d.ts +68 -0
  11. package/lib/model/addm-db-finding-aggregation.js +32 -0
  12. package/lib/model/addm-db-finding-aggregation.js.map +1 -0
  13. package/lib/model/addm-db-finding-category-collection.d.ts +34 -0
  14. package/lib/model/addm-db-finding-category-collection.js +74 -0
  15. package/lib/model/addm-db-finding-category-collection.js.map +1 -0
  16. package/lib/model/addm-db-finding-category-summary.d.ts +36 -0
  17. package/lib/model/addm-db-finding-category-summary.js +32 -0
  18. package/lib/model/addm-db-finding-category-summary.js.map +1 -0
  19. package/lib/model/addm-db-findings-time-series-collection.d.ts +41 -0
  20. package/lib/model/addm-db-findings-time-series-collection.js +74 -0
  21. package/lib/model/addm-db-findings-time-series-collection.js.map +1 -0
  22. package/lib/model/addm-db-findings-time-series-summary.d.ts +88 -0
  23. package/lib/model/addm-db-findings-time-series-summary.js +32 -0
  24. package/lib/model/addm-db-findings-time-series-summary.js.map +1 -0
  25. package/lib/model/addm-db-parameter-aggregation-collection.d.ts +41 -0
  26. package/lib/model/addm-db-parameter-aggregation-collection.js +74 -0
  27. package/lib/model/addm-db-parameter-aggregation-collection.js.map +1 -0
  28. package/lib/model/addm-db-parameter-aggregation.d.ts +73 -0
  29. package/lib/model/addm-db-parameter-aggregation.js +32 -0
  30. package/lib/model/addm-db-parameter-aggregation.js.map +1 -0
  31. package/lib/model/addm-db-parameter-category-collection.d.ts +33 -0
  32. package/lib/model/addm-db-parameter-category-collection.js +74 -0
  33. package/lib/model/addm-db-parameter-category-collection.js.map +1 -0
  34. package/lib/model/addm-db-parameter-category-summary.d.ts +36 -0
  35. package/lib/model/addm-db-parameter-category-summary.js +32 -0
  36. package/lib/model/addm-db-parameter-category-summary.js.map +1 -0
  37. package/lib/model/addm-db-parameter-change-aggregation-collection.d.ts +42 -0
  38. package/lib/model/addm-db-parameter-change-aggregation-collection.js +74 -0
  39. package/lib/model/addm-db-parameter-change-aggregation-collection.js.map +1 -0
  40. package/lib/model/addm-db-parameter-change-aggregation.d.ts +52 -0
  41. package/lib/model/addm-db-parameter-change-aggregation.js +32 -0
  42. package/lib/model/addm-db-parameter-change-aggregation.js.map +1 -0
  43. package/lib/model/addm-db-recommendation-aggregation-collection.d.ts +41 -0
  44. package/lib/model/addm-db-recommendation-aggregation-collection.js +74 -0
  45. package/lib/model/addm-db-recommendation-aggregation-collection.js.map +1 -0
  46. package/lib/model/addm-db-recommendation-aggregation.d.ts +70 -0
  47. package/lib/model/addm-db-recommendation-aggregation.js +60 -0
  48. package/lib/model/addm-db-recommendation-aggregation.js.map +1 -0
  49. package/lib/model/addm-db-recommendation-category-collection.d.ts +34 -0
  50. package/lib/model/addm-db-recommendation-category-collection.js +74 -0
  51. package/lib/model/addm-db-recommendation-category-collection.js.map +1 -0
  52. package/lib/model/addm-db-recommendation-category-summary.d.ts +36 -0
  53. package/lib/model/addm-db-recommendation-category-summary.js +32 -0
  54. package/lib/model/addm-db-recommendation-category-summary.js.map +1 -0
  55. package/lib/model/addm-db-recommendations-time-series-collection.d.ts +41 -0
  56. package/lib/model/addm-db-recommendations-time-series-collection.js +74 -0
  57. package/lib/model/addm-db-recommendations-time-series-collection.js.map +1 -0
  58. package/lib/model/addm-db-recommendations-time-series-summary.d.ts +74 -0
  59. package/lib/model/addm-db-recommendations-time-series-summary.js +60 -0
  60. package/lib/model/addm-db-recommendations-time-series-summary.js.map +1 -0
  61. package/lib/model/addm-db-schema-object-collection.d.ts +41 -0
  62. package/lib/model/addm-db-schema-object-collection.js +74 -0
  63. package/lib/model/addm-db-schema-object-collection.js.map +1 -0
  64. package/lib/model/addm-db-schema-object-summary.d.ts +48 -0
  65. package/lib/model/addm-db-schema-object-summary.js +32 -0
  66. package/lib/model/addm-db-schema-object-summary.js.map +1 -0
  67. package/lib/model/addm-db-sql-statement-collection.d.ts +41 -0
  68. package/lib/model/addm-db-sql-statement-collection.js +74 -0
  69. package/lib/model/addm-db-sql-statement-collection.js.map +1 -0
  70. package/lib/model/addm-db-sql-statement-summary.d.ts +44 -0
  71. package/lib/model/addm-db-sql-statement-summary.js +32 -0
  72. package/lib/model/addm-db-sql-statement-summary.js.map +1 -0
  73. package/lib/model/addm-db-summary.d.ts +62 -0
  74. package/lib/model/addm-db-summary.js +60 -0
  75. package/lib/model/addm-db-summary.js.map +1 -0
  76. package/lib/model/addm-report.d.ts +52 -0
  77. package/lib/model/addm-report.js +32 -0
  78. package/lib/model/addm-report.js.map +1 -0
  79. package/lib/model/d-bparameters.d.ts +51 -0
  80. package/lib/model/d-bparameters.js +57 -0
  81. package/lib/model/d-bparameters.js.map +1 -0
  82. package/lib/model/database-configuration-metric-group.js +4 -0
  83. package/lib/model/database-configuration-metric-group.js.map +1 -1
  84. package/lib/model/database-parameter-type-details.d.ts +31 -0
  85. package/lib/model/database-parameter-type-details.js +57 -0
  86. package/lib/model/database-parameter-type-details.js.map +1 -0
  87. package/lib/model/index.d.ts +64 -0
  88. package/lib/model/index.js +73 -8
  89. package/lib/model/index.js.map +1 -1
  90. package/lib/model/ingest-addm-reports-details.d.ts +30 -0
  91. package/lib/model/ingest-addm-reports-details.js +64 -0
  92. package/lib/model/ingest-addm-reports-details.js.map +1 -0
  93. package/lib/model/ingest-addm-reports-response-details.d.ts +30 -0
  94. package/lib/model/ingest-addm-reports-response-details.js +32 -0
  95. package/lib/model/ingest-addm-reports-response-details.js.map +1 -0
  96. package/lib/model/related-object-type-details.d.ts +25 -0
  97. package/lib/model/related-object-type-details.js +79 -0
  98. package/lib/model/related-object-type-details.js.map +1 -0
  99. package/lib/model/schema-object-type-details.d.ts +47 -0
  100. package/lib/model/schema-object-type-details.js +57 -0
  101. package/lib/model/schema-object-type-details.js.map +1 -0
  102. package/lib/model/sql-type-details.d.ts +43 -0
  103. package/lib/model/sql-type-details.js +57 -0
  104. package/lib/model/sql-type-details.js.map +1 -0
  105. package/lib/request/add-exadata-insight-members-request.d.ts +1 -1
  106. package/lib/request/change-autonomous-database-insight-advanced-features-request.d.ts +1 -1
  107. package/lib/request/change-database-insight-compartment-request.d.ts +1 -1
  108. package/lib/request/change-enterprise-manager-bridge-compartment-request.d.ts +1 -1
  109. package/lib/request/change-exadata-insight-compartment-request.d.ts +1 -1
  110. package/lib/request/change-host-insight-compartment-request.d.ts +1 -1
  111. package/lib/request/change-operations-insights-private-endpoint-compartment-request.d.ts +1 -1
  112. package/lib/request/change-opsi-configuration-compartment-request.d.ts +1 -1
  113. package/lib/request/change-pe-comanaged-database-insight-request.d.ts +1 -1
  114. package/lib/request/create-awr-hub-request.d.ts +1 -1
  115. package/lib/request/create-database-insight-request.d.ts +1 -1
  116. package/lib/request/create-enterprise-manager-bridge-request.d.ts +1 -1
  117. package/lib/request/create-exadata-insight-request.d.ts +1 -1
  118. package/lib/request/create-host-insight-request.d.ts +1 -1
  119. package/lib/request/create-operations-insights-private-endpoint-request.d.ts +1 -1
  120. package/lib/request/create-operations-insights-warehouse-request.d.ts +1 -1
  121. package/lib/request/create-operations-insights-warehouse-user-request.d.ts +1 -1
  122. package/lib/request/create-opsi-configuration-request.d.ts +1 -1
  123. package/lib/request/delete-awr-hub-request.d.ts +1 -1
  124. package/lib/request/delete-database-insight-request.d.ts +1 -1
  125. package/lib/request/delete-enterprise-manager-bridge-request.d.ts +1 -1
  126. package/lib/request/delete-exadata-insight-request.d.ts +1 -1
  127. package/lib/request/delete-host-insight-request.d.ts +1 -1
  128. package/lib/request/delete-operations-insights-private-endpoint-request.d.ts +1 -1
  129. package/lib/request/delete-operations-insights-warehouse-request.d.ts +1 -1
  130. package/lib/request/delete-operations-insights-warehouse-user-request.d.ts +1 -1
  131. package/lib/request/delete-opsi-configuration-request.d.ts +1 -1
  132. package/lib/request/disable-autonomous-database-insight-advanced-features-request.d.ts +1 -1
  133. package/lib/request/disable-database-insight-request.d.ts +1 -1
  134. package/lib/request/disable-exadata-insight-request.d.ts +1 -1
  135. package/lib/request/disable-host-insight-request.d.ts +1 -1
  136. package/lib/request/download-operations-insights-warehouse-wallet-request.d.ts +1 -1
  137. package/lib/request/enable-autonomous-database-insight-advanced-features-request.d.ts +1 -1
  138. package/lib/request/enable-database-insight-request.d.ts +1 -1
  139. package/lib/request/enable-exadata-insight-request.d.ts +1 -1
  140. package/lib/request/enable-host-insight-request.d.ts +1 -1
  141. package/lib/request/get-awr-database-report-request.d.ts +1 -1
  142. package/lib/request/get-awr-database-sql-report-request.d.ts +1 -1
  143. package/lib/request/get-awr-hub-request.d.ts +1 -1
  144. package/lib/request/get-awr-report-request.d.ts +1 -1
  145. package/lib/request/get-database-insight-request.d.ts +1 -1
  146. package/lib/request/get-enterprise-manager-bridge-request.d.ts +1 -1
  147. package/lib/request/get-exadata-insight-request.d.ts +1 -1
  148. package/lib/request/get-host-insight-request.d.ts +1 -1
  149. package/lib/request/get-operations-insights-private-endpoint-request.d.ts +1 -1
  150. package/lib/request/get-operations-insights-warehouse-request.d.ts +1 -1
  151. package/lib/request/get-operations-insights-warehouse-user-request.d.ts +1 -1
  152. package/lib/request/get-opsi-configuration-request.d.ts +1 -1
  153. package/lib/request/get-opsi-data-object-request.d.ts +1 -1
  154. package/lib/request/get-work-request-request.d.ts +1 -1
  155. package/lib/request/index.d.ts +26 -0
  156. package/lib/request/index.js +22 -2
  157. package/lib/request/index.js.map +1 -1
  158. package/lib/request/ingest-addm-reports-request.d.ts +56 -0
  159. package/lib/request/ingest-addm-reports-request.js +15 -0
  160. package/lib/request/ingest-addm-reports-request.js.map +1 -0
  161. package/lib/request/ingest-database-configuration-request.d.ts +1 -1
  162. package/lib/request/ingest-host-configuration-request.d.ts +1 -1
  163. package/lib/request/ingest-host-metrics-request.d.ts +1 -1
  164. package/lib/request/ingest-sql-bucket-request.d.ts +1 -1
  165. package/lib/request/ingest-sql-plan-lines-request.d.ts +1 -1
  166. package/lib/request/ingest-sql-stats-request.d.ts +1 -1
  167. package/lib/request/ingest-sql-text-request.d.ts +1 -1
  168. package/lib/request/list-addm-db-finding-categories-request.d.ts +107 -0
  169. package/lib/request/list-addm-db-finding-categories-request.js +23 -0
  170. package/lib/request/list-addm-db-finding-categories-request.js.map +1 -0
  171. package/lib/request/list-addm-db-findings-time-series-request.d.ts +134 -0
  172. package/lib/request/list-addm-db-findings-time-series-request.js +23 -0
  173. package/lib/request/list-addm-db-findings-time-series-request.js.map +1 -0
  174. package/lib/request/list-addm-db-parameter-categories-request.d.ts +107 -0
  175. package/lib/request/list-addm-db-parameter-categories-request.js +23 -0
  176. package/lib/request/list-addm-db-parameter-categories-request.js.map +1 -0
  177. package/lib/request/list-addm-db-recommendation-categories-request.d.ts +107 -0
  178. package/lib/request/list-addm-db-recommendation-categories-request.js +23 -0
  179. package/lib/request/list-addm-db-recommendation-categories-request.js.map +1 -0
  180. package/lib/request/list-addm-db-recommendations-time-series-request.d.ts +157 -0
  181. package/lib/request/list-addm-db-recommendations-time-series-request.js +23 -0
  182. package/lib/request/list-addm-db-recommendations-time-series-request.js.map +1 -0
  183. package/lib/request/list-addm-dbs-request.d.ts +125 -0
  184. package/lib/request/list-addm-dbs-request.js +24 -0
  185. package/lib/request/list-addm-dbs-request.js.map +1 -0
  186. package/lib/request/list-awr-database-snapshots-request.d.ts +1 -1
  187. package/lib/request/list-awr-databases-request.d.ts +1 -1
  188. package/lib/request/list-awr-hubs-request.d.ts +1 -1
  189. package/lib/request/list-awr-snapshots-request.d.ts +1 -1
  190. package/lib/request/list-database-configurations-request.d.ts +1 -1
  191. package/lib/request/list-database-insights-request.d.ts +1 -1
  192. package/lib/request/list-enterprise-manager-bridges-request.d.ts +1 -1
  193. package/lib/request/list-exadata-configurations-request.d.ts +1 -1
  194. package/lib/request/list-exadata-insights-request.d.ts +1 -1
  195. package/lib/request/list-host-configurations-request.d.ts +1 -1
  196. package/lib/request/list-host-insights-request.d.ts +1 -1
  197. package/lib/request/list-hosted-entities-request.d.ts +1 -1
  198. package/lib/request/list-importable-agent-entities-request.d.ts +1 -1
  199. package/lib/request/list-importable-compute-entities-request.d.ts +1 -1
  200. package/lib/request/list-importable-enterprise-manager-entities-request.d.ts +1 -1
  201. package/lib/request/list-operations-insights-private-endpoints-request.d.ts +1 -1
  202. package/lib/request/list-operations-insights-warehouse-users-request.d.ts +1 -1
  203. package/lib/request/list-operations-insights-warehouses-request.d.ts +1 -1
  204. package/lib/request/list-opsi-configurations-request.d.ts +1 -1
  205. package/lib/request/list-opsi-data-objects-request.d.ts +1 -1
  206. package/lib/request/list-sql-plans-request.d.ts +1 -1
  207. package/lib/request/list-sql-searches-request.d.ts +1 -1
  208. package/lib/request/list-sql-texts-request.d.ts +1 -1
  209. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  210. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  211. package/lib/request/list-work-requests-request.d.ts +1 -1
  212. package/lib/request/query-opsi-data-object-data-request.d.ts +1 -1
  213. package/lib/request/rotate-operations-insights-warehouse-wallet-request.d.ts +1 -1
  214. package/lib/request/summarize-addm-db-findings-request.d.ts +136 -0
  215. package/lib/request/summarize-addm-db-findings-request.js +26 -0
  216. package/lib/request/summarize-addm-db-findings-request.js.map +1 -0
  217. package/lib/request/summarize-addm-db-parameter-changes-request.d.ts +141 -0
  218. package/lib/request/summarize-addm-db-parameter-changes-request.js +24 -0
  219. package/lib/request/summarize-addm-db-parameter-changes-request.js.map +1 -0
  220. package/lib/request/summarize-addm-db-parameters-request.d.ts +172 -0
  221. package/lib/request/summarize-addm-db-parameters-request.js +39 -0
  222. package/lib/request/summarize-addm-db-parameters-request.js.map +1 -0
  223. package/lib/request/summarize-addm-db-recommendations-request.d.ts +163 -0
  224. package/lib/request/summarize-addm-db-recommendations-request.js +25 -0
  225. package/lib/request/summarize-addm-db-recommendations-request.js.map +1 -0
  226. package/lib/request/summarize-addm-db-schema-objects-request.d.ts +114 -0
  227. package/lib/request/summarize-addm-db-schema-objects-request.js +15 -0
  228. package/lib/request/summarize-addm-db-schema-objects-request.js.map +1 -0
  229. package/lib/request/summarize-addm-db-sql-statements-request.d.ts +115 -0
  230. package/lib/request/summarize-addm-db-sql-statements-request.js +15 -0
  231. package/lib/request/summarize-addm-db-sql-statements-request.js.map +1 -0
  232. package/lib/request/summarize-awr-database-cpu-usages-request.d.ts +1 -1
  233. package/lib/request/summarize-awr-database-metrics-request.d.ts +1 -1
  234. package/lib/request/summarize-awr-database-parameter-changes-request.d.ts +1 -1
  235. package/lib/request/summarize-awr-database-parameters-request.d.ts +1 -1
  236. package/lib/request/summarize-awr-database-snapshot-ranges-request.d.ts +1 -1
  237. package/lib/request/summarize-awr-database-sysstats-request.d.ts +1 -1
  238. package/lib/request/summarize-awr-database-top-wait-events-request.d.ts +1 -1
  239. package/lib/request/summarize-awr-database-wait-event-buckets-request.d.ts +1 -1
  240. package/lib/request/summarize-awr-database-wait-events-request.d.ts +1 -1
  241. package/lib/request/summarize-awr-sources-summaries-request.d.ts +1 -1
  242. package/lib/request/summarize-configuration-items-request.d.ts +1 -1
  243. package/lib/request/summarize-database-insight-resource-capacity-trend-request.d.ts +1 -1
  244. package/lib/request/summarize-database-insight-resource-forecast-trend-request.d.ts +1 -1
  245. package/lib/request/summarize-database-insight-resource-statistics-request.d.ts +1 -1
  246. package/lib/request/summarize-database-insight-resource-usage-request.d.ts +1 -1
  247. package/lib/request/summarize-database-insight-resource-usage-trend-request.d.ts +1 -1
  248. package/lib/request/summarize-database-insight-resource-utilization-insight-request.d.ts +1 -1
  249. package/lib/request/summarize-database-insight-tablespace-usage-trend-request.d.ts +1 -1
  250. package/lib/request/summarize-exadata-insight-resource-capacity-trend-aggregated-request.d.ts +1 -1
  251. package/lib/request/summarize-exadata-insight-resource-capacity-trend-request.d.ts +1 -1
  252. package/lib/request/summarize-exadata-insight-resource-forecast-trend-aggregated-request.d.ts +1 -1
  253. package/lib/request/summarize-exadata-insight-resource-forecast-trend-request.d.ts +1 -1
  254. package/lib/request/summarize-exadata-insight-resource-statistics-request.d.ts +1 -1
  255. package/lib/request/summarize-exadata-insight-resource-usage-aggregated-request.d.ts +1 -1
  256. package/lib/request/summarize-exadata-insight-resource-usage-request.d.ts +1 -1
  257. package/lib/request/summarize-exadata-insight-resource-utilization-insight-request.d.ts +1 -1
  258. package/lib/request/summarize-exadata-members-request.d.ts +1 -1
  259. package/lib/request/summarize-host-insight-network-usage-trend-request.d.ts +1 -1
  260. package/lib/request/summarize-host-insight-resource-capacity-trend-request.d.ts +1 -1
  261. package/lib/request/summarize-host-insight-resource-forecast-trend-request.d.ts +1 -1
  262. package/lib/request/summarize-host-insight-resource-statistics-request.d.ts +1 -1
  263. package/lib/request/summarize-host-insight-resource-usage-request.d.ts +1 -1
  264. package/lib/request/summarize-host-insight-resource-usage-trend-request.d.ts +1 -1
  265. package/lib/request/summarize-host-insight-resource-utilization-insight-request.d.ts +1 -1
  266. package/lib/request/summarize-host-insight-storage-usage-trend-request.d.ts +1 -1
  267. package/lib/request/summarize-host-insight-top-processes-usage-request.d.ts +1 -1
  268. package/lib/request/summarize-host-insight-top-processes-usage-trend-request.d.ts +1 -1
  269. package/lib/request/summarize-operations-insights-warehouse-resource-usage-request.d.ts +1 -1
  270. package/lib/request/summarize-sql-insights-request.d.ts +1 -1
  271. package/lib/request/summarize-sql-plan-insights-request.d.ts +1 -1
  272. package/lib/request/summarize-sql-response-time-distributions-request.d.ts +1 -1
  273. package/lib/request/summarize-sql-statistics-request.d.ts +1 -1
  274. package/lib/request/summarize-sql-statistics-time-series-by-plan-request.d.ts +1 -1
  275. package/lib/request/summarize-sql-statistics-time-series-request.d.ts +1 -1
  276. package/lib/request/update-awr-hub-request.d.ts +1 -1
  277. package/lib/request/update-database-insight-request.d.ts +1 -1
  278. package/lib/request/update-enterprise-manager-bridge-request.d.ts +1 -1
  279. package/lib/request/update-exadata-insight-request.d.ts +1 -1
  280. package/lib/request/update-host-insight-request.d.ts +1 -1
  281. package/lib/request/update-operations-insights-private-endpoint-request.d.ts +1 -1
  282. package/lib/request/update-operations-insights-warehouse-request.d.ts +1 -1
  283. package/lib/request/update-operations-insights-warehouse-user-request.d.ts +1 -1
  284. package/lib/request/update-opsi-configuration-request.d.ts +1 -1
  285. package/lib/response/index.d.ts +26 -0
  286. package/lib/response/ingest-addm-reports-response.d.ts +30 -0
  287. package/lib/response/ingest-addm-reports-response.js +15 -0
  288. package/lib/response/ingest-addm-reports-response.js.map +1 -0
  289. package/lib/response/list-addm-db-finding-categories-response.d.ts +32 -0
  290. package/lib/response/list-addm-db-finding-categories-response.js +15 -0
  291. package/lib/response/list-addm-db-finding-categories-response.js.map +1 -0
  292. package/lib/response/list-addm-db-findings-time-series-response.d.ts +32 -0
  293. package/lib/response/list-addm-db-findings-time-series-response.js +15 -0
  294. package/lib/response/list-addm-db-findings-time-series-response.js.map +1 -0
  295. package/lib/response/list-addm-db-parameter-categories-response.d.ts +32 -0
  296. package/lib/response/list-addm-db-parameter-categories-response.js +15 -0
  297. package/lib/response/list-addm-db-parameter-categories-response.js.map +1 -0
  298. package/lib/response/list-addm-db-recommendation-categories-response.d.ts +32 -0
  299. package/lib/response/list-addm-db-recommendation-categories-response.js +15 -0
  300. package/lib/response/list-addm-db-recommendation-categories-response.js.map +1 -0
  301. package/lib/response/list-addm-db-recommendations-time-series-response.d.ts +32 -0
  302. package/lib/response/list-addm-db-recommendations-time-series-response.js +15 -0
  303. package/lib/response/list-addm-db-recommendations-time-series-response.js.map +1 -0
  304. package/lib/response/list-addm-dbs-response.d.ts +32 -0
  305. package/lib/response/list-addm-dbs-response.js +15 -0
  306. package/lib/response/list-addm-dbs-response.js.map +1 -0
  307. package/lib/response/summarize-addm-db-findings-response.d.ts +32 -0
  308. package/lib/response/summarize-addm-db-findings-response.js +15 -0
  309. package/lib/response/summarize-addm-db-findings-response.js.map +1 -0
  310. package/lib/response/summarize-addm-db-parameter-changes-response.d.ts +32 -0
  311. package/lib/response/summarize-addm-db-parameter-changes-response.js +15 -0
  312. package/lib/response/summarize-addm-db-parameter-changes-response.js.map +1 -0
  313. package/lib/response/summarize-addm-db-parameters-response.d.ts +32 -0
  314. package/lib/response/summarize-addm-db-parameters-response.js +15 -0
  315. package/lib/response/summarize-addm-db-parameters-response.js.map +1 -0
  316. package/lib/response/summarize-addm-db-recommendations-response.d.ts +32 -0
  317. package/lib/response/summarize-addm-db-recommendations-response.js +15 -0
  318. package/lib/response/summarize-addm-db-recommendations-response.js.map +1 -0
  319. package/lib/response/summarize-addm-db-schema-objects-response.d.ts +32 -0
  320. package/lib/response/summarize-addm-db-schema-objects-response.js +15 -0
  321. package/lib/response/summarize-addm-db-schema-objects-response.js.map +1 -0
  322. package/lib/response/summarize-addm-db-sql-statements-response.d.ts +32 -0
  323. package/lib/response/summarize-addm-db-sql-statements-response.js +15 -0
  324. package/lib/response/summarize-addm-db-sql-statements-response.js.map +1 -0
  325. package/package.json +3 -3
package/lib/client.js CHANGED
@@ -59,11 +59,14 @@ var OperationsInsightsApiKeys;
59
59
  */
60
60
  class OperationsInsightsClient {
61
61
  constructor(params, clientConfiguration) {
62
+ this["_realmSpecificEndpointTemplateEnabled"] = false;
62
63
  this["_endpoint"] = "";
63
64
  this["_defaultHeaders"] = {};
64
65
  this._circuitBreaker = null;
65
66
  this._httpOptions = undefined;
66
67
  this.targetService = "OperationsInsights";
68
+ this._regionId = "";
69
+ this._lastSetRegionOrRegionId = "";
67
70
  const requestSigner = params.authenticationDetailsProvider
68
71
  ? new common.DefaultRequestSigner(params.authenticationDetailsProvider)
69
72
  : null;
@@ -113,13 +116,31 @@ class OperationsInsightsClient {
113
116
  get logger() {
114
117
  return common.LOG.logger;
115
118
  }
119
+ /**
120
+ * Determines whether realm specific endpoint should be used or not.
121
+ * Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
122
+ * @param realmSpecificEndpointTemplateEnabled flag to enable the use of realm specific endpoint template
123
+ */
124
+ set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled) {
125
+ this._realmSpecificEndpointTemplateEnabled = realmSpecificEndpointTemplateEnabled;
126
+ if (this.logger)
127
+ this.logger.info(`realmSpecificEndpointTemplateEnabled set to ${this._realmSpecificEndpointTemplateEnabled}`);
128
+ if (this._lastSetRegionOrRegionId === common.Region.REGION_STRING) {
129
+ this.endpoint = common.EndpointBuilder.createEndpointFromRegion(OperationsInsightsClient.serviceEndpointTemplate, this._region, OperationsInsightsClient.endpointServiceName);
130
+ }
131
+ else if (this._lastSetRegionOrRegionId === common.Region.REGION_ID_STRING) {
132
+ this.endpoint = common.EndpointBuilder.createEndpointFromRegionId(OperationsInsightsClient.serviceEndpointTemplate, this._regionId, OperationsInsightsClient.endpointServiceName);
133
+ }
134
+ }
116
135
  /**
117
136
  * Sets the region to call (ex, Region.US_PHOENIX_1).
118
137
  * Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.
119
138
  * @param region The region of the service.
120
139
  */
121
140
  set region(region) {
141
+ this._region = region;
122
142
  this.endpoint = common.EndpointBuilder.createEndpointFromRegion(OperationsInsightsClient.serviceEndpointTemplate, region, OperationsInsightsClient.endpointServiceName);
143
+ this._lastSetRegionOrRegionId = common.Region.REGION_STRING;
123
144
  }
124
145
  /**
125
146
  * Sets the regionId to call (ex, 'us-phoenix-1').
@@ -130,7 +151,9 @@ class OperationsInsightsClient {
130
151
  * @param regionId The public region ID.
131
152
  */
132
153
  set regionId(regionId) {
154
+ this._regionId = regionId;
133
155
  this.endpoint = common.EndpointBuilder.createEndpointFromRegionId(OperationsInsightsClient.serviceEndpointTemplate, regionId, OperationsInsightsClient.endpointServiceName);
156
+ this._lastSetRegionOrRegionId = common.Region.REGION_ID_STRING;
134
157
  }
135
158
  /**
136
159
  * Creates a new OperationsInsightsWaiter for resources for this service.
@@ -159,7 +182,7 @@ class OperationsInsightsClient {
159
182
  * @param AddExadataInsightMembersRequest
160
183
  * @return AddExadataInsightMembersResponse
161
184
  * @throws OciError when an error occurs
162
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/AddExadataInsightMembers.ts.html |here} to see how to use AddExadataInsightMembers API.
185
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/AddExadataInsightMembers.ts.html |here} to see how to use AddExadataInsightMembers API.
163
186
  */
164
187
  addExadataInsightMembers(addExadataInsightMembersRequest) {
165
188
  return __awaiter(this, void 0, void 0, function* () {
@@ -221,7 +244,7 @@ class OperationsInsightsClient {
221
244
  * @param ChangeAutonomousDatabaseInsightAdvancedFeaturesRequest
222
245
  * @return ChangeAutonomousDatabaseInsightAdvancedFeaturesResponse
223
246
  * @throws OciError when an error occurs
224
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/ChangeAutonomousDatabaseInsightAdvancedFeatures.ts.html |here} to see how to use ChangeAutonomousDatabaseInsightAdvancedFeatures API.
247
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ChangeAutonomousDatabaseInsightAdvancedFeatures.ts.html |here} to see how to use ChangeAutonomousDatabaseInsightAdvancedFeatures API.
225
248
  */
226
249
  changeAutonomousDatabaseInsightAdvancedFeatures(changeAutonomousDatabaseInsightAdvancedFeaturesRequest) {
227
250
  return __awaiter(this, void 0, void 0, function* () {
@@ -283,7 +306,7 @@ class OperationsInsightsClient {
283
306
  * @param ChangeDatabaseInsightCompartmentRequest
284
307
  * @return ChangeDatabaseInsightCompartmentResponse
285
308
  * @throws OciError when an error occurs
286
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/ChangeDatabaseInsightCompartment.ts.html |here} to see how to use ChangeDatabaseInsightCompartment API.
309
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ChangeDatabaseInsightCompartment.ts.html |here} to see how to use ChangeDatabaseInsightCompartment API.
287
310
  */
288
311
  changeDatabaseInsightCompartment(changeDatabaseInsightCompartmentRequest) {
289
312
  return __awaiter(this, void 0, void 0, function* () {
@@ -345,7 +368,7 @@ class OperationsInsightsClient {
345
368
  * @param ChangeEnterpriseManagerBridgeCompartmentRequest
346
369
  * @return ChangeEnterpriseManagerBridgeCompartmentResponse
347
370
  * @throws OciError when an error occurs
348
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/ChangeEnterpriseManagerBridgeCompartment.ts.html |here} to see how to use ChangeEnterpriseManagerBridgeCompartment API.
371
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ChangeEnterpriseManagerBridgeCompartment.ts.html |here} to see how to use ChangeEnterpriseManagerBridgeCompartment API.
349
372
  */
350
373
  changeEnterpriseManagerBridgeCompartment(changeEnterpriseManagerBridgeCompartmentRequest) {
351
374
  return __awaiter(this, void 0, void 0, function* () {
@@ -406,7 +429,7 @@ class OperationsInsightsClient {
406
429
  * @param ChangeExadataInsightCompartmentRequest
407
430
  * @return ChangeExadataInsightCompartmentResponse
408
431
  * @throws OciError when an error occurs
409
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/ChangeExadataInsightCompartment.ts.html |here} to see how to use ChangeExadataInsightCompartment API.
432
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ChangeExadataInsightCompartment.ts.html |here} to see how to use ChangeExadataInsightCompartment API.
410
433
  */
411
434
  changeExadataInsightCompartment(changeExadataInsightCompartmentRequest) {
412
435
  return __awaiter(this, void 0, void 0, function* () {
@@ -468,7 +491,7 @@ class OperationsInsightsClient {
468
491
  * @param ChangeHostInsightCompartmentRequest
469
492
  * @return ChangeHostInsightCompartmentResponse
470
493
  * @throws OciError when an error occurs
471
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/ChangeHostInsightCompartment.ts.html |here} to see how to use ChangeHostInsightCompartment API.
494
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ChangeHostInsightCompartment.ts.html |here} to see how to use ChangeHostInsightCompartment API.
472
495
  */
473
496
  changeHostInsightCompartment(changeHostInsightCompartmentRequest) {
474
497
  return __awaiter(this, void 0, void 0, function* () {
@@ -530,7 +553,7 @@ class OperationsInsightsClient {
530
553
  * @param ChangeOperationsInsightsPrivateEndpointCompartmentRequest
531
554
  * @return ChangeOperationsInsightsPrivateEndpointCompartmentResponse
532
555
  * @throws OciError when an error occurs
533
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/ChangeOperationsInsightsPrivateEndpointCompartment.ts.html |here} to see how to use ChangeOperationsInsightsPrivateEndpointCompartment API.
556
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ChangeOperationsInsightsPrivateEndpointCompartment.ts.html |here} to see how to use ChangeOperationsInsightsPrivateEndpointCompartment API.
534
557
  */
535
558
  changeOperationsInsightsPrivateEndpointCompartment(changeOperationsInsightsPrivateEndpointCompartmentRequest) {
536
559
  return __awaiter(this, void 0, void 0, function* () {
@@ -592,7 +615,7 @@ class OperationsInsightsClient {
592
615
  * @param ChangeOpsiConfigurationCompartmentRequest
593
616
  * @return ChangeOpsiConfigurationCompartmentResponse
594
617
  * @throws OciError when an error occurs
595
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/ChangeOpsiConfigurationCompartment.ts.html |here} to see how to use ChangeOpsiConfigurationCompartment API.
618
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ChangeOpsiConfigurationCompartment.ts.html |here} to see how to use ChangeOpsiConfigurationCompartment API.
596
619
  */
597
620
  changeOpsiConfigurationCompartment(changeOpsiConfigurationCompartmentRequest) {
598
621
  return __awaiter(this, void 0, void 0, function* () {
@@ -654,7 +677,7 @@ class OperationsInsightsClient {
654
677
  * @param ChangePeComanagedDatabaseInsightRequest
655
678
  * @return ChangePeComanagedDatabaseInsightResponse
656
679
  * @throws OciError when an error occurs
657
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/ChangePeComanagedDatabaseInsight.ts.html |here} to see how to use ChangePeComanagedDatabaseInsight API.
680
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ChangePeComanagedDatabaseInsight.ts.html |here} to see how to use ChangePeComanagedDatabaseInsight API.
658
681
  */
659
682
  changePeComanagedDatabaseInsight(changePeComanagedDatabaseInsightRequest) {
660
683
  return __awaiter(this, void 0, void 0, function* () {
@@ -718,7 +741,7 @@ class OperationsInsightsClient {
718
741
  * @param CreateAwrHubRequest
719
742
  * @return CreateAwrHubResponse
720
743
  * @throws OciError when an error occurs
721
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/CreateAwrHub.ts.html |here} to see how to use CreateAwrHub API.
744
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/CreateAwrHub.ts.html |here} to see how to use CreateAwrHub API.
722
745
  */
723
746
  createAwrHub(createAwrHubRequest) {
724
747
  return __awaiter(this, void 0, void 0, function* () {
@@ -797,7 +820,7 @@ class OperationsInsightsClient {
797
820
  * @param CreateDatabaseInsightRequest
798
821
  * @return CreateDatabaseInsightResponse
799
822
  * @throws OciError when an error occurs
800
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/CreateDatabaseInsight.ts.html |here} to see how to use CreateDatabaseInsight API.
823
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/CreateDatabaseInsight.ts.html |here} to see how to use CreateDatabaseInsight API.
801
824
  */
802
825
  createDatabaseInsight(createDatabaseInsightRequest) {
803
826
  return __awaiter(this, void 0, void 0, function* () {
@@ -876,7 +899,7 @@ class OperationsInsightsClient {
876
899
  * @param CreateEnterpriseManagerBridgeRequest
877
900
  * @return CreateEnterpriseManagerBridgeResponse
878
901
  * @throws OciError when an error occurs
879
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/CreateEnterpriseManagerBridge.ts.html |here} to see how to use CreateEnterpriseManagerBridge API.
902
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/CreateEnterpriseManagerBridge.ts.html |here} to see how to use CreateEnterpriseManagerBridge API.
880
903
  */
881
904
  createEnterpriseManagerBridge(createEnterpriseManagerBridgeRequest) {
882
905
  return __awaiter(this, void 0, void 0, function* () {
@@ -955,7 +978,7 @@ class OperationsInsightsClient {
955
978
  * @param CreateExadataInsightRequest
956
979
  * @return CreateExadataInsightResponse
957
980
  * @throws OciError when an error occurs
958
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/CreateExadataInsight.ts.html |here} to see how to use CreateExadataInsight API.
981
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/CreateExadataInsight.ts.html |here} to see how to use CreateExadataInsight API.
959
982
  */
960
983
  createExadataInsight(createExadataInsightRequest) {
961
984
  return __awaiter(this, void 0, void 0, function* () {
@@ -1034,7 +1057,7 @@ class OperationsInsightsClient {
1034
1057
  * @param CreateHostInsightRequest
1035
1058
  * @return CreateHostInsightResponse
1036
1059
  * @throws OciError when an error occurs
1037
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/CreateHostInsight.ts.html |here} to see how to use CreateHostInsight API.
1060
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/CreateHostInsight.ts.html |here} to see how to use CreateHostInsight API.
1038
1061
  */
1039
1062
  createHostInsight(createHostInsightRequest) {
1040
1063
  return __awaiter(this, void 0, void 0, function* () {
@@ -1114,7 +1137,7 @@ class OperationsInsightsClient {
1114
1137
  * @param CreateOperationsInsightsPrivateEndpointRequest
1115
1138
  * @return CreateOperationsInsightsPrivateEndpointResponse
1116
1139
  * @throws OciError when an error occurs
1117
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/CreateOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use CreateOperationsInsightsPrivateEndpoint API.
1140
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/CreateOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use CreateOperationsInsightsPrivateEndpoint API.
1118
1141
  */
1119
1142
  createOperationsInsightsPrivateEndpoint(createOperationsInsightsPrivateEndpointRequest) {
1120
1143
  return __awaiter(this, void 0, void 0, function* () {
@@ -1195,7 +1218,7 @@ class OperationsInsightsClient {
1195
1218
  * @param CreateOperationsInsightsWarehouseRequest
1196
1219
  * @return CreateOperationsInsightsWarehouseResponse
1197
1220
  * @throws OciError when an error occurs
1198
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/CreateOperationsInsightsWarehouse.ts.html |here} to see how to use CreateOperationsInsightsWarehouse API.
1221
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/CreateOperationsInsightsWarehouse.ts.html |here} to see how to use CreateOperationsInsightsWarehouse API.
1199
1222
  */
1200
1223
  createOperationsInsightsWarehouse(createOperationsInsightsWarehouseRequest) {
1201
1224
  return __awaiter(this, void 0, void 0, function* () {
@@ -1275,7 +1298,7 @@ class OperationsInsightsClient {
1275
1298
  * @param CreateOperationsInsightsWarehouseUserRequest
1276
1299
  * @return CreateOperationsInsightsWarehouseUserResponse
1277
1300
  * @throws OciError when an error occurs
1278
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/CreateOperationsInsightsWarehouseUser.ts.html |here} to see how to use CreateOperationsInsightsWarehouseUser API.
1301
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/CreateOperationsInsightsWarehouseUser.ts.html |here} to see how to use CreateOperationsInsightsWarehouseUser API.
1279
1302
  */
1280
1303
  createOperationsInsightsWarehouseUser(createOperationsInsightsWarehouseUserRequest) {
1281
1304
  return __awaiter(this, void 0, void 0, function* () {
@@ -1354,7 +1377,7 @@ class OperationsInsightsClient {
1354
1377
  * @param CreateOpsiConfigurationRequest
1355
1378
  * @return CreateOpsiConfigurationResponse
1356
1379
  * @throws OciError when an error occurs
1357
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/CreateOpsiConfiguration.ts.html |here} to see how to use CreateOpsiConfiguration API.
1380
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/CreateOpsiConfiguration.ts.html |here} to see how to use CreateOpsiConfiguration API.
1358
1381
  */
1359
1382
  createOpsiConfiguration(createOpsiConfigurationRequest) {
1360
1383
  return __awaiter(this, void 0, void 0, function* () {
@@ -1427,7 +1450,7 @@ class OperationsInsightsClient {
1427
1450
  * @param DeleteAwrHubRequest
1428
1451
  * @return DeleteAwrHubResponse
1429
1452
  * @throws OciError when an error occurs
1430
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/DeleteAwrHub.ts.html |here} to see how to use DeleteAwrHub API.
1453
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/DeleteAwrHub.ts.html |here} to see how to use DeleteAwrHub API.
1431
1454
  */
1432
1455
  deleteAwrHub(deleteAwrHubRequest) {
1433
1456
  return __awaiter(this, void 0, void 0, function* () {
@@ -1487,7 +1510,7 @@ class OperationsInsightsClient {
1487
1510
  * @param DeleteDatabaseInsightRequest
1488
1511
  * @return DeleteDatabaseInsightResponse
1489
1512
  * @throws OciError when an error occurs
1490
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/DeleteDatabaseInsight.ts.html |here} to see how to use DeleteDatabaseInsight API.
1513
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/DeleteDatabaseInsight.ts.html |here} to see how to use DeleteDatabaseInsight API.
1491
1514
  */
1492
1515
  deleteDatabaseInsight(deleteDatabaseInsightRequest) {
1493
1516
  return __awaiter(this, void 0, void 0, function* () {
@@ -1547,7 +1570,7 @@ class OperationsInsightsClient {
1547
1570
  * @param DeleteEnterpriseManagerBridgeRequest
1548
1571
  * @return DeleteEnterpriseManagerBridgeResponse
1549
1572
  * @throws OciError when an error occurs
1550
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/DeleteEnterpriseManagerBridge.ts.html |here} to see how to use DeleteEnterpriseManagerBridge API.
1573
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/DeleteEnterpriseManagerBridge.ts.html |here} to see how to use DeleteEnterpriseManagerBridge API.
1551
1574
  */
1552
1575
  deleteEnterpriseManagerBridge(deleteEnterpriseManagerBridgeRequest) {
1553
1576
  return __awaiter(this, void 0, void 0, function* () {
@@ -1607,7 +1630,7 @@ class OperationsInsightsClient {
1607
1630
  * @param DeleteExadataInsightRequest
1608
1631
  * @return DeleteExadataInsightResponse
1609
1632
  * @throws OciError when an error occurs
1610
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/DeleteExadataInsight.ts.html |here} to see how to use DeleteExadataInsight API.
1633
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/DeleteExadataInsight.ts.html |here} to see how to use DeleteExadataInsight API.
1611
1634
  */
1612
1635
  deleteExadataInsight(deleteExadataInsightRequest) {
1613
1636
  return __awaiter(this, void 0, void 0, function* () {
@@ -1667,7 +1690,7 @@ class OperationsInsightsClient {
1667
1690
  * @param DeleteHostInsightRequest
1668
1691
  * @return DeleteHostInsightResponse
1669
1692
  * @throws OciError when an error occurs
1670
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/DeleteHostInsight.ts.html |here} to see how to use DeleteHostInsight API.
1693
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/DeleteHostInsight.ts.html |here} to see how to use DeleteHostInsight API.
1671
1694
  */
1672
1695
  deleteHostInsight(deleteHostInsightRequest) {
1673
1696
  return __awaiter(this, void 0, void 0, function* () {
@@ -1727,7 +1750,7 @@ class OperationsInsightsClient {
1727
1750
  * @param DeleteOperationsInsightsPrivateEndpointRequest
1728
1751
  * @return DeleteOperationsInsightsPrivateEndpointResponse
1729
1752
  * @throws OciError when an error occurs
1730
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/DeleteOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use DeleteOperationsInsightsPrivateEndpoint API.
1753
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/DeleteOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use DeleteOperationsInsightsPrivateEndpoint API.
1731
1754
  */
1732
1755
  deleteOperationsInsightsPrivateEndpoint(deleteOperationsInsightsPrivateEndpointRequest) {
1733
1756
  return __awaiter(this, void 0, void 0, function* () {
@@ -1791,7 +1814,7 @@ class OperationsInsightsClient {
1791
1814
  * @param DeleteOperationsInsightsWarehouseRequest
1792
1815
  * @return DeleteOperationsInsightsWarehouseResponse
1793
1816
  * @throws OciError when an error occurs
1794
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/DeleteOperationsInsightsWarehouse.ts.html |here} to see how to use DeleteOperationsInsightsWarehouse API.
1817
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/DeleteOperationsInsightsWarehouse.ts.html |here} to see how to use DeleteOperationsInsightsWarehouse API.
1795
1818
  */
1796
1819
  deleteOperationsInsightsWarehouse(deleteOperationsInsightsWarehouseRequest) {
1797
1820
  return __awaiter(this, void 0, void 0, function* () {
@@ -1851,7 +1874,7 @@ class OperationsInsightsClient {
1851
1874
  * @param DeleteOperationsInsightsWarehouseUserRequest
1852
1875
  * @return DeleteOperationsInsightsWarehouseUserResponse
1853
1876
  * @throws OciError when an error occurs
1854
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/DeleteOperationsInsightsWarehouseUser.ts.html |here} to see how to use DeleteOperationsInsightsWarehouseUser API.
1877
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/DeleteOperationsInsightsWarehouseUser.ts.html |here} to see how to use DeleteOperationsInsightsWarehouseUser API.
1855
1878
  */
1856
1879
  deleteOperationsInsightsWarehouseUser(deleteOperationsInsightsWarehouseUserRequest) {
1857
1880
  return __awaiter(this, void 0, void 0, function* () {
@@ -1911,7 +1934,7 @@ class OperationsInsightsClient {
1911
1934
  * @param DeleteOpsiConfigurationRequest
1912
1935
  * @return DeleteOpsiConfigurationResponse
1913
1936
  * @throws OciError when an error occurs
1914
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/DeleteOpsiConfiguration.ts.html |here} to see how to use DeleteOpsiConfiguration API.
1937
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/DeleteOpsiConfiguration.ts.html |here} to see how to use DeleteOpsiConfiguration API.
1915
1938
  */
1916
1939
  deleteOpsiConfiguration(deleteOpsiConfigurationRequest) {
1917
1940
  return __awaiter(this, void 0, void 0, function* () {
@@ -1971,7 +1994,7 @@ class OperationsInsightsClient {
1971
1994
  * @param DisableAutonomousDatabaseInsightAdvancedFeaturesRequest
1972
1995
  * @return DisableAutonomousDatabaseInsightAdvancedFeaturesResponse
1973
1996
  * @throws OciError when an error occurs
1974
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/DisableAutonomousDatabaseInsightAdvancedFeatures.ts.html |here} to see how to use DisableAutonomousDatabaseInsightAdvancedFeatures API.
1997
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/DisableAutonomousDatabaseInsightAdvancedFeatures.ts.html |here} to see how to use DisableAutonomousDatabaseInsightAdvancedFeatures API.
1975
1998
  */
1976
1999
  disableAutonomousDatabaseInsightAdvancedFeatures(disableAutonomousDatabaseInsightAdvancedFeaturesRequest) {
1977
2000
  return __awaiter(this, void 0, void 0, function* () {
@@ -2032,7 +2055,7 @@ class OperationsInsightsClient {
2032
2055
  * @param DisableDatabaseInsightRequest
2033
2056
  * @return DisableDatabaseInsightResponse
2034
2057
  * @throws OciError when an error occurs
2035
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/DisableDatabaseInsight.ts.html |here} to see how to use DisableDatabaseInsight API.
2058
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/DisableDatabaseInsight.ts.html |here} to see how to use DisableDatabaseInsight API.
2036
2059
  */
2037
2060
  disableDatabaseInsight(disableDatabaseInsightRequest) {
2038
2061
  return __awaiter(this, void 0, void 0, function* () {
@@ -2093,7 +2116,7 @@ class OperationsInsightsClient {
2093
2116
  * @param DisableExadataInsightRequest
2094
2117
  * @return DisableExadataInsightResponse
2095
2118
  * @throws OciError when an error occurs
2096
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/DisableExadataInsight.ts.html |here} to see how to use DisableExadataInsight API.
2119
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/DisableExadataInsight.ts.html |here} to see how to use DisableExadataInsight API.
2097
2120
  */
2098
2121
  disableExadataInsight(disableExadataInsightRequest) {
2099
2122
  return __awaiter(this, void 0, void 0, function* () {
@@ -2154,7 +2177,7 @@ class OperationsInsightsClient {
2154
2177
  * @param DisableHostInsightRequest
2155
2178
  * @return DisableHostInsightResponse
2156
2179
  * @throws OciError when an error occurs
2157
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/DisableHostInsight.ts.html |here} to see how to use DisableHostInsight API.
2180
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/DisableHostInsight.ts.html |here} to see how to use DisableHostInsight API.
2158
2181
  */
2159
2182
  disableHostInsight(disableHostInsightRequest) {
2160
2183
  return __awaiter(this, void 0, void 0, function* () {
@@ -2215,7 +2238,7 @@ class OperationsInsightsClient {
2215
2238
  * @param DownloadOperationsInsightsWarehouseWalletRequest
2216
2239
  * @return DownloadOperationsInsightsWarehouseWalletResponse
2217
2240
  * @throws OciError when an error occurs
2218
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/DownloadOperationsInsightsWarehouseWallet.ts.html |here} to see how to use DownloadOperationsInsightsWarehouseWallet API.
2241
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/DownloadOperationsInsightsWarehouseWallet.ts.html |here} to see how to use DownloadOperationsInsightsWarehouseWallet API.
2219
2242
  */
2220
2243
  downloadOperationsInsightsWarehouseWallet(downloadOperationsInsightsWarehouseWalletRequest) {
2221
2244
  return __awaiter(this, void 0, void 0, function* () {
@@ -2289,7 +2312,7 @@ class OperationsInsightsClient {
2289
2312
  * @param EnableAutonomousDatabaseInsightAdvancedFeaturesRequest
2290
2313
  * @return EnableAutonomousDatabaseInsightAdvancedFeaturesResponse
2291
2314
  * @throws OciError when an error occurs
2292
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/EnableAutonomousDatabaseInsightAdvancedFeatures.ts.html |here} to see how to use EnableAutonomousDatabaseInsightAdvancedFeatures API.
2315
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/EnableAutonomousDatabaseInsightAdvancedFeatures.ts.html |here} to see how to use EnableAutonomousDatabaseInsightAdvancedFeatures API.
2293
2316
  */
2294
2317
  enableAutonomousDatabaseInsightAdvancedFeatures(enableAutonomousDatabaseInsightAdvancedFeaturesRequest) {
2295
2318
  return __awaiter(this, void 0, void 0, function* () {
@@ -2351,7 +2374,7 @@ class OperationsInsightsClient {
2351
2374
  * @param EnableDatabaseInsightRequest
2352
2375
  * @return EnableDatabaseInsightResponse
2353
2376
  * @throws OciError when an error occurs
2354
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/EnableDatabaseInsight.ts.html |here} to see how to use EnableDatabaseInsight API.
2377
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/EnableDatabaseInsight.ts.html |here} to see how to use EnableDatabaseInsight API.
2355
2378
  */
2356
2379
  enableDatabaseInsight(enableDatabaseInsightRequest) {
2357
2380
  return __awaiter(this, void 0, void 0, function* () {
@@ -2413,7 +2436,7 @@ class OperationsInsightsClient {
2413
2436
  * @param EnableExadataInsightRequest
2414
2437
  * @return EnableExadataInsightResponse
2415
2438
  * @throws OciError when an error occurs
2416
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/EnableExadataInsight.ts.html |here} to see how to use EnableExadataInsight API.
2439
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/EnableExadataInsight.ts.html |here} to see how to use EnableExadataInsight API.
2417
2440
  */
2418
2441
  enableExadataInsight(enableExadataInsightRequest) {
2419
2442
  return __awaiter(this, void 0, void 0, function* () {
@@ -2475,7 +2498,7 @@ class OperationsInsightsClient {
2475
2498
  * @param EnableHostInsightRequest
2476
2499
  * @return EnableHostInsightResponse
2477
2500
  * @throws OciError when an error occurs
2478
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/EnableHostInsight.ts.html |here} to see how to use EnableHostInsight API.
2501
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/EnableHostInsight.ts.html |here} to see how to use EnableHostInsight API.
2479
2502
  */
2480
2503
  enableHostInsight(enableHostInsightRequest) {
2481
2504
  return __awaiter(this, void 0, void 0, function* () {
@@ -2538,7 +2561,7 @@ class OperationsInsightsClient {
2538
2561
  * @param GetAwrDatabaseReportRequest
2539
2562
  * @return GetAwrDatabaseReportResponse
2540
2563
  * @throws OciError when an error occurs
2541
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/GetAwrDatabaseReport.ts.html |here} to see how to use GetAwrDatabaseReport API.
2564
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/GetAwrDatabaseReport.ts.html |here} to see how to use GetAwrDatabaseReport API.
2542
2565
  */
2543
2566
  getAwrDatabaseReport(getAwrDatabaseReportRequest) {
2544
2567
  return __awaiter(this, void 0, void 0, function* () {
@@ -2606,7 +2629,7 @@ class OperationsInsightsClient {
2606
2629
  * @param GetAwrDatabaseSqlReportRequest
2607
2630
  * @return GetAwrDatabaseSqlReportResponse
2608
2631
  * @throws OciError when an error occurs
2609
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/GetAwrDatabaseSqlReport.ts.html |here} to see how to use GetAwrDatabaseSqlReport API.
2632
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/GetAwrDatabaseSqlReport.ts.html |here} to see how to use GetAwrDatabaseSqlReport API.
2610
2633
  */
2611
2634
  getAwrDatabaseSqlReport(getAwrDatabaseSqlReportRequest) {
2612
2635
  return __awaiter(this, void 0, void 0, function* () {
@@ -2673,7 +2696,7 @@ class OperationsInsightsClient {
2673
2696
  * @param GetAwrHubRequest
2674
2697
  * @return GetAwrHubResponse
2675
2698
  * @throws OciError when an error occurs
2676
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/GetAwrHub.ts.html |here} to see how to use GetAwrHub API.
2699
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/GetAwrHub.ts.html |here} to see how to use GetAwrHub API.
2677
2700
  */
2678
2701
  getAwrHub(getAwrHubRequest) {
2679
2702
  return __awaiter(this, void 0, void 0, function* () {
@@ -2738,7 +2761,7 @@ class OperationsInsightsClient {
2738
2761
  * @param GetAwrReportRequest
2739
2762
  * @return GetAwrReportResponse
2740
2763
  * @throws OciError when an error occurs
2741
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/GetAwrReport.ts.html |here} to see how to use GetAwrReport API.
2764
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/GetAwrReport.ts.html |here} to see how to use GetAwrReport API.
2742
2765
  */
2743
2766
  getAwrReport(getAwrReportRequest) {
2744
2767
  return __awaiter(this, void 0, void 0, function* () {
@@ -2804,7 +2827,7 @@ class OperationsInsightsClient {
2804
2827
  * @param GetDatabaseInsightRequest
2805
2828
  * @return GetDatabaseInsightResponse
2806
2829
  * @throws OciError when an error occurs
2807
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/GetDatabaseInsight.ts.html |here} to see how to use GetDatabaseInsight API.
2830
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/GetDatabaseInsight.ts.html |here} to see how to use GetDatabaseInsight API.
2808
2831
  */
2809
2832
  getDatabaseInsight(getDatabaseInsightRequest) {
2810
2833
  return __awaiter(this, void 0, void 0, function* () {
@@ -2867,7 +2890,7 @@ class OperationsInsightsClient {
2867
2890
  * @param GetEnterpriseManagerBridgeRequest
2868
2891
  * @return GetEnterpriseManagerBridgeResponse
2869
2892
  * @throws OciError when an error occurs
2870
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/GetEnterpriseManagerBridge.ts.html |here} to see how to use GetEnterpriseManagerBridge API.
2893
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/GetEnterpriseManagerBridge.ts.html |here} to see how to use GetEnterpriseManagerBridge API.
2871
2894
  */
2872
2895
  getEnterpriseManagerBridge(getEnterpriseManagerBridgeRequest) {
2873
2896
  return __awaiter(this, void 0, void 0, function* () {
@@ -2930,7 +2953,7 @@ class OperationsInsightsClient {
2930
2953
  * @param GetExadataInsightRequest
2931
2954
  * @return GetExadataInsightResponse
2932
2955
  * @throws OciError when an error occurs
2933
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/GetExadataInsight.ts.html |here} to see how to use GetExadataInsight API.
2956
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/GetExadataInsight.ts.html |here} to see how to use GetExadataInsight API.
2934
2957
  */
2935
2958
  getExadataInsight(getExadataInsightRequest) {
2936
2959
  return __awaiter(this, void 0, void 0, function* () {
@@ -2993,7 +3016,7 @@ class OperationsInsightsClient {
2993
3016
  * @param GetHostInsightRequest
2994
3017
  * @return GetHostInsightResponse
2995
3018
  * @throws OciError when an error occurs
2996
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/GetHostInsight.ts.html |here} to see how to use GetHostInsight API.
3019
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/GetHostInsight.ts.html |here} to see how to use GetHostInsight API.
2997
3020
  */
2998
3021
  getHostInsight(getHostInsightRequest) {
2999
3022
  return __awaiter(this, void 0, void 0, function* () {
@@ -3056,7 +3079,7 @@ class OperationsInsightsClient {
3056
3079
  * @param GetOperationsInsightsPrivateEndpointRequest
3057
3080
  * @return GetOperationsInsightsPrivateEndpointResponse
3058
3081
  * @throws OciError when an error occurs
3059
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/GetOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use GetOperationsInsightsPrivateEndpoint API.
3082
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/GetOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use GetOperationsInsightsPrivateEndpoint API.
3060
3083
  */
3061
3084
  getOperationsInsightsPrivateEndpoint(getOperationsInsightsPrivateEndpointRequest) {
3062
3085
  return __awaiter(this, void 0, void 0, function* () {
@@ -3121,7 +3144,7 @@ class OperationsInsightsClient {
3121
3144
  * @param GetOperationsInsightsWarehouseRequest
3122
3145
  * @return GetOperationsInsightsWarehouseResponse
3123
3146
  * @throws OciError when an error occurs
3124
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/GetOperationsInsightsWarehouse.ts.html |here} to see how to use GetOperationsInsightsWarehouse API.
3147
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/GetOperationsInsightsWarehouse.ts.html |here} to see how to use GetOperationsInsightsWarehouse API.
3125
3148
  */
3126
3149
  getOperationsInsightsWarehouse(getOperationsInsightsWarehouseRequest) {
3127
3150
  return __awaiter(this, void 0, void 0, function* () {
@@ -3184,7 +3207,7 @@ class OperationsInsightsClient {
3184
3207
  * @param GetOperationsInsightsWarehouseUserRequest
3185
3208
  * @return GetOperationsInsightsWarehouseUserResponse
3186
3209
  * @throws OciError when an error occurs
3187
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/GetOperationsInsightsWarehouseUser.ts.html |here} to see how to use GetOperationsInsightsWarehouseUser API.
3210
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/GetOperationsInsightsWarehouseUser.ts.html |here} to see how to use GetOperationsInsightsWarehouseUser API.
3188
3211
  */
3189
3212
  getOperationsInsightsWarehouseUser(getOperationsInsightsWarehouseUserRequest) {
3190
3213
  return __awaiter(this, void 0, void 0, function* () {
@@ -3250,7 +3273,7 @@ class OperationsInsightsClient {
3250
3273
  * @param GetOpsiConfigurationRequest
3251
3274
  * @return GetOpsiConfigurationResponse
3252
3275
  * @throws OciError when an error occurs
3253
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/GetOpsiConfiguration.ts.html |here} to see how to use GetOpsiConfiguration API.
3276
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/GetOpsiConfiguration.ts.html |here} to see how to use GetOpsiConfiguration API.
3254
3277
  */
3255
3278
  getOpsiConfiguration(getOpsiConfigurationRequest) {
3256
3279
  return __awaiter(this, void 0, void 0, function* () {
@@ -3318,7 +3341,7 @@ class OperationsInsightsClient {
3318
3341
  * @param GetOpsiDataObjectRequest
3319
3342
  * @return GetOpsiDataObjectResponse
3320
3343
  * @throws OciError when an error occurs
3321
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/GetOpsiDataObject.ts.html |here} to see how to use GetOpsiDataObject API.
3344
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/GetOpsiDataObject.ts.html |here} to see how to use GetOpsiDataObject API.
3322
3345
  */
3323
3346
  getOpsiDataObject(getOpsiDataObjectRequest) {
3324
3347
  return __awaiter(this, void 0, void 0, function* () {
@@ -3378,7 +3401,7 @@ class OperationsInsightsClient {
3378
3401
  * @param GetWorkRequestRequest
3379
3402
  * @return GetWorkRequestResponse
3380
3403
  * @throws OciError when an error occurs
3381
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
3404
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
3382
3405
  */
3383
3406
  getWorkRequest(getWorkRequestRequest) {
3384
3407
  return __awaiter(this, void 0, void 0, function* () {
@@ -3440,13 +3463,82 @@ class OperationsInsightsClient {
3440
3463
  }
3441
3464
  });
3442
3465
  }
3466
+ /**
3467
+ * This endpoint takes in a JSON payload, persists it in Operation Insights ingest pipeline.
3468
+ * Either databaseId or id must be specified.
3469
+ *
3470
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
3471
+ * @param IngestAddmReportsRequest
3472
+ * @return IngestAddmReportsResponse
3473
+ * @throws OciError when an error occurs
3474
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/IngestAddmReports.ts.html |here} to see how to use IngestAddmReports API.
3475
+ */
3476
+ ingestAddmReports(ingestAddmReportsRequest) {
3477
+ return __awaiter(this, void 0, void 0, function* () {
3478
+ if (this.logger)
3479
+ this.logger.debug("Calling operation OperationsInsightsClient#ingestAddmReports.");
3480
+ const operationName = "ingestAddmReports";
3481
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/IngestAddmReports";
3482
+ const pathParams = {};
3483
+ const queryParams = {
3484
+ "databaseId": ingestAddmReportsRequest.databaseId,
3485
+ "id": ingestAddmReportsRequest.id
3486
+ };
3487
+ let headerParams = {
3488
+ "Content-Type": common.Constants.APPLICATION_JSON,
3489
+ "opc-request-id": ingestAddmReportsRequest.opcRequestId,
3490
+ "if-match": ingestAddmReportsRequest.ifMatch,
3491
+ "opc-retry-token": ingestAddmReportsRequest.opcRetryToken
3492
+ };
3493
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
3494
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, ingestAddmReportsRequest.retryConfiguration, specRetryConfiguration);
3495
+ if (this.logger)
3496
+ retrier.logger = this.logger;
3497
+ const request = yield oci_common_1.composeRequest({
3498
+ baseEndpoint: this._endpoint,
3499
+ defaultHeaders: this._defaultHeaders,
3500
+ path: "/databaseInsights/actions/ingestAddmReports",
3501
+ method: "POST",
3502
+ bodyContent: common.ObjectSerializer.serialize(ingestAddmReportsRequest.ingestAddmReportsDetails, "IngestAddmReportsDetails", model.IngestAddmReportsDetails.getJsonObj),
3503
+ pathParams: pathParams,
3504
+ headerParams: headerParams,
3505
+ queryParams: queryParams
3506
+ });
3507
+ try {
3508
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
3509
+ const sdkResponse = oci_common_1.composeResponse({
3510
+ responseObject: {},
3511
+ body: yield response.json(),
3512
+ bodyKey: "ingestAddmReportsResponseDetails",
3513
+ bodyModel: model.IngestAddmReportsResponseDetails,
3514
+ type: "model.IngestAddmReportsResponseDetails",
3515
+ responseHeaders: [
3516
+ {
3517
+ value: response.headers.get("opc-request-id"),
3518
+ key: "opcRequestId",
3519
+ dataType: "string"
3520
+ },
3521
+ {
3522
+ value: response.headers.get("etag"),
3523
+ key: "etag",
3524
+ dataType: "string"
3525
+ }
3526
+ ]
3527
+ });
3528
+ return sdkResponse;
3529
+ }
3530
+ catch (err) {
3531
+ throw err;
3532
+ }
3533
+ });
3534
+ }
3443
3535
  /**
3444
3536
  * This is a generic ingest endpoint for all database configuration metrics.
3445
3537
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
3446
3538
  * @param IngestDatabaseConfigurationRequest
3447
3539
  * @return IngestDatabaseConfigurationResponse
3448
3540
  * @throws OciError when an error occurs
3449
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/IngestDatabaseConfiguration.ts.html |here} to see how to use IngestDatabaseConfiguration API.
3541
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/IngestDatabaseConfiguration.ts.html |here} to see how to use IngestDatabaseConfiguration API.
3450
3542
  */
3451
3543
  ingestDatabaseConfiguration(ingestDatabaseConfigurationRequest) {
3452
3544
  return __awaiter(this, void 0, void 0, function* () {
@@ -3513,7 +3605,7 @@ class OperationsInsightsClient {
3513
3605
  * @param IngestHostConfigurationRequest
3514
3606
  * @return IngestHostConfigurationResponse
3515
3607
  * @throws OciError when an error occurs
3516
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/IngestHostConfiguration.ts.html |here} to see how to use IngestHostConfiguration API.
3608
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/IngestHostConfiguration.ts.html |here} to see how to use IngestHostConfiguration API.
3517
3609
  */
3518
3610
  ingestHostConfiguration(ingestHostConfigurationRequest) {
3519
3611
  return __awaiter(this, void 0, void 0, function* () {
@@ -3579,7 +3671,7 @@ class OperationsInsightsClient {
3579
3671
  * @param IngestHostMetricsRequest
3580
3672
  * @return IngestHostMetricsResponse
3581
3673
  * @throws OciError when an error occurs
3582
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/IngestHostMetrics.ts.html |here} to see how to use IngestHostMetrics API.
3674
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/IngestHostMetrics.ts.html |here} to see how to use IngestHostMetrics API.
3583
3675
  */
3584
3676
  ingestHostMetrics(ingestHostMetricsRequest) {
3585
3677
  return __awaiter(this, void 0, void 0, function* () {
@@ -3647,7 +3739,7 @@ class OperationsInsightsClient {
3647
3739
  * @param IngestSqlBucketRequest
3648
3740
  * @return IngestSqlBucketResponse
3649
3741
  * @throws OciError when an error occurs
3650
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/IngestSqlBucket.ts.html |here} to see how to use IngestSqlBucket API.
3742
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/IngestSqlBucket.ts.html |here} to see how to use IngestSqlBucket API.
3651
3743
  */
3652
3744
  ingestSqlBucket(ingestSqlBucketRequest) {
3653
3745
  return __awaiter(this, void 0, void 0, function* () {
@@ -3717,7 +3809,7 @@ class OperationsInsightsClient {
3717
3809
  * @param IngestSqlPlanLinesRequest
3718
3810
  * @return IngestSqlPlanLinesResponse
3719
3811
  * @throws OciError when an error occurs
3720
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/IngestSqlPlanLines.ts.html |here} to see how to use IngestSqlPlanLines API.
3812
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/IngestSqlPlanLines.ts.html |here} to see how to use IngestSqlPlanLines API.
3721
3813
  */
3722
3814
  ingestSqlPlanLines(ingestSqlPlanLinesRequest) {
3723
3815
  return __awaiter(this, void 0, void 0, function* () {
@@ -3787,7 +3879,7 @@ class OperationsInsightsClient {
3787
3879
  * @param IngestSqlStatsRequest
3788
3880
  * @return IngestSqlStatsResponse
3789
3881
  * @throws OciError when an error occurs
3790
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/IngestSqlStats.ts.html |here} to see how to use IngestSqlStats API.
3882
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/IngestSqlStats.ts.html |here} to see how to use IngestSqlStats API.
3791
3883
  */
3792
3884
  ingestSqlStats(ingestSqlStatsRequest) {
3793
3885
  return __awaiter(this, void 0, void 0, function* () {
@@ -3857,7 +3949,7 @@ class OperationsInsightsClient {
3857
3949
  * @param IngestSqlTextRequest
3858
3950
  * @return IngestSqlTextResponse
3859
3951
  * @throws OciError when an error occurs
3860
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/IngestSqlText.ts.html |here} to see how to use IngestSqlText API.
3952
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/IngestSqlText.ts.html |here} to see how to use IngestSqlText API.
3861
3953
  */
3862
3954
  ingestSqlText(ingestSqlTextRequest) {
3863
3955
  return __awaiter(this, void 0, void 0, function* () {
@@ -3920,47 +4012,47 @@ class OperationsInsightsClient {
3920
4012
  });
3921
4013
  }
3922
4014
  /**
3923
- * Lists AWR snapshots for the specified database in the AWR.
4015
+ * Gets list of ADDM finding categories.
3924
4016
  *
3925
4017
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
3926
- * @param ListAwrDatabaseSnapshotsRequest
3927
- * @return ListAwrDatabaseSnapshotsResponse
4018
+ * @param ListAddmDbFindingCategoriesRequest
4019
+ * @return ListAddmDbFindingCategoriesResponse
3928
4020
  * @throws OciError when an error occurs
3929
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/ListAwrDatabaseSnapshots.ts.html |here} to see how to use ListAwrDatabaseSnapshots API.
4021
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListAddmDbFindingCategories.ts.html |here} to see how to use ListAddmDbFindingCategories API.
3930
4022
  */
3931
- listAwrDatabaseSnapshots(listAwrDatabaseSnapshotsRequest) {
4023
+ listAddmDbFindingCategories(listAddmDbFindingCategoriesRequest) {
3932
4024
  return __awaiter(this, void 0, void 0, function* () {
3933
4025
  if (this.logger)
3934
- this.logger.debug("Calling operation OperationsInsightsClient#listAwrDatabaseSnapshots.");
3935
- const operationName = "listAwrDatabaseSnapshots";
3936
- const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubs/ListAwrDatabaseSnapshots";
3937
- const pathParams = {
3938
- "{awrHubId}": listAwrDatabaseSnapshotsRequest.awrHubId
3939
- };
4026
+ this.logger.debug("Calling operation OperationsInsightsClient#listAddmDbFindingCategories.");
4027
+ const operationName = "listAddmDbFindingCategories";
4028
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/ListAddmDbFindingCategories";
4029
+ const pathParams = {};
3940
4030
  const queryParams = {
3941
- "awrSourceDatabaseIdentifier": listAwrDatabaseSnapshotsRequest.awrSourceDatabaseIdentifier,
3942
- "instanceNumber": listAwrDatabaseSnapshotsRequest.instanceNumber,
3943
- "beginSnapshotIdentifierGreaterThanOrEqualTo": listAwrDatabaseSnapshotsRequest.beginSnapshotIdentifierGreaterThanOrEqualTo,
3944
- "endSnapshotIdentifierLessThanOrEqualTo": listAwrDatabaseSnapshotsRequest.endSnapshotIdentifierLessThanOrEqualTo,
3945
- "timeGreaterThanOrEqualTo": listAwrDatabaseSnapshotsRequest.timeGreaterThanOrEqualTo,
3946
- "timeLessThanOrEqualTo": listAwrDatabaseSnapshotsRequest.timeLessThanOrEqualTo,
3947
- "page": listAwrDatabaseSnapshotsRequest.page,
3948
- "limit": listAwrDatabaseSnapshotsRequest.limit,
3949
- "sortBy": listAwrDatabaseSnapshotsRequest.sortBy,
3950
- "sortOrder": listAwrDatabaseSnapshotsRequest.sortOrder
4031
+ "compartmentId": listAddmDbFindingCategoriesRequest.compartmentId,
4032
+ "databaseId": listAddmDbFindingCategoriesRequest.databaseId,
4033
+ "id": listAddmDbFindingCategoriesRequest.id,
4034
+ "limit": listAddmDbFindingCategoriesRequest.limit,
4035
+ "page": listAddmDbFindingCategoriesRequest.page,
4036
+ "sortOrder": listAddmDbFindingCategoriesRequest.sortOrder,
4037
+ "sortBy": listAddmDbFindingCategoriesRequest.sortBy,
4038
+ "definedTagEquals": listAddmDbFindingCategoriesRequest.definedTagEquals,
4039
+ "freeformTagEquals": listAddmDbFindingCategoriesRequest.freeformTagEquals,
4040
+ "definedTagExists": listAddmDbFindingCategoriesRequest.definedTagExists,
4041
+ "freeformTagExists": listAddmDbFindingCategoriesRequest.freeformTagExists,
4042
+ "compartmentIdInSubtree": listAddmDbFindingCategoriesRequest.compartmentIdInSubtree
3951
4043
  };
3952
4044
  let headerParams = {
3953
4045
  "Content-Type": common.Constants.APPLICATION_JSON,
3954
- "opc-request-id": listAwrDatabaseSnapshotsRequest.opcRequestId
4046
+ "opc-request-id": listAddmDbFindingCategoriesRequest.opcRequestId
3955
4047
  };
3956
4048
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
3957
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listAwrDatabaseSnapshotsRequest.retryConfiguration, specRetryConfiguration);
4049
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listAddmDbFindingCategoriesRequest.retryConfiguration, specRetryConfiguration);
3958
4050
  if (this.logger)
3959
4051
  retrier.logger = this.logger;
3960
4052
  const request = yield oci_common_1.composeRequest({
3961
4053
  baseEndpoint: this._endpoint,
3962
4054
  defaultHeaders: this._defaultHeaders,
3963
- path: "/awrHubs/{awrHubId}/awrDatabaseSnapshots",
4055
+ path: "/databaseInsights/addmDbFindingCategories",
3964
4056
  method: "GET",
3965
4057
  pathParams: pathParams,
3966
4058
  headerParams: headerParams,
@@ -3971,9 +4063,9 @@ class OperationsInsightsClient {
3971
4063
  const sdkResponse = oci_common_1.composeResponse({
3972
4064
  responseObject: {},
3973
4065
  body: yield response.json(),
3974
- bodyKey: "awrDatabaseSnapshotCollection",
3975
- bodyModel: model.AwrDatabaseSnapshotCollection,
3976
- type: "model.AwrDatabaseSnapshotCollection",
4066
+ bodyKey: "addmDbFindingCategoryCollection",
4067
+ bodyModel: model.AddmDbFindingCategoryCollection,
4068
+ type: "model.AddmDbFindingCategoryCollection",
3977
4069
  responseHeaders: [
3978
4070
  {
3979
4071
  value: response.headers.get("opc-request-id"),
@@ -3995,44 +4087,51 @@ class OperationsInsightsClient {
3995
4087
  });
3996
4088
  }
3997
4089
  /**
3998
- * Gets the list of databases and their snapshot summary details available in the AWRHub.
4090
+ * Get the ADDM findings time series for the specified databases for a given time period.
3999
4091
  *
4000
4092
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
4001
- * @param ListAwrDatabasesRequest
4002
- * @return ListAwrDatabasesResponse
4093
+ * @param ListAddmDbFindingsTimeSeriesRequest
4094
+ * @return ListAddmDbFindingsTimeSeriesResponse
4003
4095
  * @throws OciError when an error occurs
4004
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/ListAwrDatabases.ts.html |here} to see how to use ListAwrDatabases API.
4096
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListAddmDbFindingsTimeSeries.ts.html |here} to see how to use ListAddmDbFindingsTimeSeries API.
4005
4097
  */
4006
- listAwrDatabases(listAwrDatabasesRequest) {
4098
+ listAddmDbFindingsTimeSeries(listAddmDbFindingsTimeSeriesRequest) {
4007
4099
  return __awaiter(this, void 0, void 0, function* () {
4008
4100
  if (this.logger)
4009
- this.logger.debug("Calling operation OperationsInsightsClient#listAwrDatabases.");
4010
- const operationName = "listAwrDatabases";
4011
- const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubs/ListAwrDatabases";
4012
- const pathParams = {
4013
- "{awrHubId}": listAwrDatabasesRequest.awrHubId
4014
- };
4101
+ this.logger.debug("Calling operation OperationsInsightsClient#listAddmDbFindingsTimeSeries.");
4102
+ const operationName = "listAddmDbFindingsTimeSeries";
4103
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/ListAddmDbFindingsTimeSeries";
4104
+ const pathParams = {};
4015
4105
  const queryParams = {
4016
- "name": listAwrDatabasesRequest.name,
4017
- "timeGreaterThanOrEqualTo": listAwrDatabasesRequest.timeGreaterThanOrEqualTo,
4018
- "timeLessThanOrEqualTo": listAwrDatabasesRequest.timeLessThanOrEqualTo,
4019
- "page": listAwrDatabasesRequest.page,
4020
- "limit": listAwrDatabasesRequest.limit,
4021
- "sortBy": listAwrDatabasesRequest.sortBy,
4022
- "sortOrder": listAwrDatabasesRequest.sortOrder
4106
+ "compartmentId": listAddmDbFindingsTimeSeriesRequest.compartmentId,
4107
+ "databaseId": listAddmDbFindingsTimeSeriesRequest.databaseId,
4108
+ "id": listAddmDbFindingsTimeSeriesRequest.id,
4109
+ "instanceNumber": listAddmDbFindingsTimeSeriesRequest.instanceNumber,
4110
+ "timeIntervalStart": listAddmDbFindingsTimeSeriesRequest.timeIntervalStart,
4111
+ "timeIntervalEnd": listAddmDbFindingsTimeSeriesRequest.timeIntervalEnd,
4112
+ "categoryName": listAddmDbFindingsTimeSeriesRequest.categoryName,
4113
+ "limit": listAddmDbFindingsTimeSeriesRequest.limit,
4114
+ "page": listAddmDbFindingsTimeSeriesRequest.page,
4115
+ "sortOrder": listAddmDbFindingsTimeSeriesRequest.sortOrder,
4116
+ "sortBy": listAddmDbFindingsTimeSeriesRequest.sortBy,
4117
+ "definedTagEquals": listAddmDbFindingsTimeSeriesRequest.definedTagEquals,
4118
+ "freeformTagEquals": listAddmDbFindingsTimeSeriesRequest.freeformTagEquals,
4119
+ "definedTagExists": listAddmDbFindingsTimeSeriesRequest.definedTagExists,
4120
+ "freeformTagExists": listAddmDbFindingsTimeSeriesRequest.freeformTagExists,
4121
+ "compartmentIdInSubtree": listAddmDbFindingsTimeSeriesRequest.compartmentIdInSubtree
4023
4122
  };
4024
4123
  let headerParams = {
4025
4124
  "Content-Type": common.Constants.APPLICATION_JSON,
4026
- "opc-request-id": listAwrDatabasesRequest.opcRequestId
4125
+ "opc-request-id": listAddmDbFindingsTimeSeriesRequest.opcRequestId
4027
4126
  };
4028
4127
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
4029
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listAwrDatabasesRequest.retryConfiguration, specRetryConfiguration);
4128
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listAddmDbFindingsTimeSeriesRequest.retryConfiguration, specRetryConfiguration);
4030
4129
  if (this.logger)
4031
4130
  retrier.logger = this.logger;
4032
4131
  const request = yield oci_common_1.composeRequest({
4033
4132
  baseEndpoint: this._endpoint,
4034
4133
  defaultHeaders: this._defaultHeaders,
4035
- path: "/awrHubs/{awrHubId}/awrDatabases",
4134
+ path: "/databaseInsights/addmDbFindingsTimeSeries",
4036
4135
  method: "GET",
4037
4136
  pathParams: pathParams,
4038
4137
  headerParams: headerParams,
@@ -4043,9 +4142,9 @@ class OperationsInsightsClient {
4043
4142
  const sdkResponse = oci_common_1.composeResponse({
4044
4143
  responseObject: {},
4045
4144
  body: yield response.json(),
4046
- bodyKey: "awrDatabaseCollection",
4047
- bodyModel: model.AwrDatabaseCollection,
4048
- type: "model.AwrDatabaseCollection",
4145
+ bodyKey: "addmDbFindingsTimeSeriesCollection",
4146
+ bodyModel: model.AddmDbFindingsTimeSeriesCollection,
4147
+ type: "model.AddmDbFindingsTimeSeriesCollection",
4049
4148
  responseHeaders: [
4050
4149
  {
4051
4150
  value: response.headers.get("opc-request-id"),
@@ -4067,44 +4166,47 @@ class OperationsInsightsClient {
4067
4166
  });
4068
4167
  }
4069
4168
  /**
4070
- * Gets a list of AWR hubs. Either compartmentId or id must be specified. All these resources are expected to be in root compartment.
4169
+ * Gets list of ADDM database parameter categories for the specified databases.
4071
4170
  *
4072
4171
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
4073
- * @param ListAwrHubsRequest
4074
- * @return ListAwrHubsResponse
4172
+ * @param ListAddmDbParameterCategoriesRequest
4173
+ * @return ListAddmDbParameterCategoriesResponse
4075
4174
  * @throws OciError when an error occurs
4076
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/ListAwrHubs.ts.html |here} to see how to use ListAwrHubs API.
4175
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListAddmDbParameterCategories.ts.html |here} to see how to use ListAddmDbParameterCategories API.
4077
4176
  */
4078
- listAwrHubs(listAwrHubsRequest) {
4177
+ listAddmDbParameterCategories(listAddmDbParameterCategoriesRequest) {
4079
4178
  return __awaiter(this, void 0, void 0, function* () {
4080
4179
  if (this.logger)
4081
- this.logger.debug("Calling operation OperationsInsightsClient#listAwrHubs.");
4082
- const operationName = "listAwrHubs";
4083
- const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubs/ListAwrHubs";
4180
+ this.logger.debug("Calling operation OperationsInsightsClient#listAddmDbParameterCategories.");
4181
+ const operationName = "listAddmDbParameterCategories";
4182
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/ListAddmDbParameterCategories";
4084
4183
  const pathParams = {};
4085
4184
  const queryParams = {
4086
- "compartmentId": listAwrHubsRequest.compartmentId,
4087
- "displayName": listAwrHubsRequest.displayName,
4088
- "id": listAwrHubsRequest.id,
4089
- "operationsInsightsWarehouseId": listAwrHubsRequest.operationsInsightsWarehouseId,
4090
- "lifecycleState": listAwrHubsRequest.lifecycleState,
4091
- "limit": listAwrHubsRequest.limit,
4092
- "page": listAwrHubsRequest.page,
4093
- "sortOrder": listAwrHubsRequest.sortOrder,
4094
- "sortBy": listAwrHubsRequest.sortBy
4185
+ "compartmentId": listAddmDbParameterCategoriesRequest.compartmentId,
4186
+ "databaseId": listAddmDbParameterCategoriesRequest.databaseId,
4187
+ "id": listAddmDbParameterCategoriesRequest.id,
4188
+ "limit": listAddmDbParameterCategoriesRequest.limit,
4189
+ "page": listAddmDbParameterCategoriesRequest.page,
4190
+ "sortOrder": listAddmDbParameterCategoriesRequest.sortOrder,
4191
+ "sortBy": listAddmDbParameterCategoriesRequest.sortBy,
4192
+ "definedTagEquals": listAddmDbParameterCategoriesRequest.definedTagEquals,
4193
+ "freeformTagEquals": listAddmDbParameterCategoriesRequest.freeformTagEquals,
4194
+ "definedTagExists": listAddmDbParameterCategoriesRequest.definedTagExists,
4195
+ "freeformTagExists": listAddmDbParameterCategoriesRequest.freeformTagExists,
4196
+ "compartmentIdInSubtree": listAddmDbParameterCategoriesRequest.compartmentIdInSubtree
4095
4197
  };
4096
4198
  let headerParams = {
4097
4199
  "Content-Type": common.Constants.APPLICATION_JSON,
4098
- "opc-request-id": listAwrHubsRequest.opcRequestId
4200
+ "opc-request-id": listAddmDbParameterCategoriesRequest.opcRequestId
4099
4201
  };
4100
4202
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
4101
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listAwrHubsRequest.retryConfiguration, specRetryConfiguration);
4203
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listAddmDbParameterCategoriesRequest.retryConfiguration, specRetryConfiguration);
4102
4204
  if (this.logger)
4103
4205
  retrier.logger = this.logger;
4104
4206
  const request = yield oci_common_1.composeRequest({
4105
4207
  baseEndpoint: this._endpoint,
4106
4208
  defaultHeaders: this._defaultHeaders,
4107
- path: "/awrHubs",
4209
+ path: "/databaseInsights/addmDbParameterCategories",
4108
4210
  method: "GET",
4109
4211
  pathParams: pathParams,
4110
4212
  headerParams: headerParams,
@@ -4115,9 +4217,9 @@ class OperationsInsightsClient {
4115
4217
  const sdkResponse = oci_common_1.composeResponse({
4116
4218
  responseObject: {},
4117
4219
  body: yield response.json(),
4118
- bodyKey: "awrHubSummaryCollection",
4119
- bodyModel: model.AwrHubSummaryCollection,
4120
- type: "model.AwrHubSummaryCollection",
4220
+ bodyKey: "addmDbParameterCategoryCollection",
4221
+ bodyModel: model.AddmDbParameterCategoryCollection,
4222
+ type: "model.AddmDbParameterCategoryCollection",
4121
4223
  responseHeaders: [
4122
4224
  {
4123
4225
  value: response.headers.get("opc-request-id"),
@@ -4139,45 +4241,47 @@ class OperationsInsightsClient {
4139
4241
  });
4140
4242
  }
4141
4243
  /**
4142
- * Lists AWR snapshots for the specified source database in the AWR hub. The difference between the timeGreaterThanOrEqualTo and timeLessThanOrEqualTo should not exceed an elapsed range of 1 day.
4143
- * The timeGreaterThanOrEqualTo & timeLessThanOrEqualTo params are optional. If these params are not provided, by default last 1 day snapshots will be returned.
4244
+ * Gets list of ADDM recommendation categories for the specified databases.
4144
4245
  *
4145
4246
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
4146
- * @param ListAwrSnapshotsRequest
4147
- * @return ListAwrSnapshotsResponse
4247
+ * @param ListAddmDbRecommendationCategoriesRequest
4248
+ * @return ListAddmDbRecommendationCategoriesResponse
4148
4249
  * @throws OciError when an error occurs
4149
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/ListAwrSnapshots.ts.html |here} to see how to use ListAwrSnapshots API.
4250
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListAddmDbRecommendationCategories.ts.html |here} to see how to use ListAddmDbRecommendationCategories API.
4150
4251
  */
4151
- listAwrSnapshots(listAwrSnapshotsRequest) {
4252
+ listAddmDbRecommendationCategories(listAddmDbRecommendationCategoriesRequest) {
4152
4253
  return __awaiter(this, void 0, void 0, function* () {
4153
4254
  if (this.logger)
4154
- this.logger.debug("Calling operation OperationsInsightsClient#listAwrSnapshots.");
4155
- const operationName = "listAwrSnapshots";
4156
- const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubs/ListAwrSnapshots";
4157
- const pathParams = {
4158
- "{awrHubId}": listAwrSnapshotsRequest.awrHubId
4159
- };
4255
+ this.logger.debug("Calling operation OperationsInsightsClient#listAddmDbRecommendationCategories.");
4256
+ const operationName = "listAddmDbRecommendationCategories";
4257
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/ListAddmDbRecommendationCategories";
4258
+ const pathParams = {};
4160
4259
  const queryParams = {
4161
- "awrSourceDatabaseIdentifier": listAwrSnapshotsRequest.awrSourceDatabaseIdentifier,
4162
- "timeGreaterThanOrEqualTo": listAwrSnapshotsRequest.timeGreaterThanOrEqualTo,
4163
- "timeLessThanOrEqualTo": listAwrSnapshotsRequest.timeLessThanOrEqualTo,
4164
- "limit": listAwrSnapshotsRequest.limit,
4165
- "page": listAwrSnapshotsRequest.page,
4166
- "sortOrder": listAwrSnapshotsRequest.sortOrder,
4167
- "sortBy": listAwrSnapshotsRequest.sortBy
4260
+ "compartmentId": listAddmDbRecommendationCategoriesRequest.compartmentId,
4261
+ "databaseId": listAddmDbRecommendationCategoriesRequest.databaseId,
4262
+ "id": listAddmDbRecommendationCategoriesRequest.id,
4263
+ "limit": listAddmDbRecommendationCategoriesRequest.limit,
4264
+ "page": listAddmDbRecommendationCategoriesRequest.page,
4265
+ "sortOrder": listAddmDbRecommendationCategoriesRequest.sortOrder,
4266
+ "sortBy": listAddmDbRecommendationCategoriesRequest.sortBy,
4267
+ "definedTagEquals": listAddmDbRecommendationCategoriesRequest.definedTagEquals,
4268
+ "freeformTagEquals": listAddmDbRecommendationCategoriesRequest.freeformTagEquals,
4269
+ "definedTagExists": listAddmDbRecommendationCategoriesRequest.definedTagExists,
4270
+ "freeformTagExists": listAddmDbRecommendationCategoriesRequest.freeformTagExists,
4271
+ "compartmentIdInSubtree": listAddmDbRecommendationCategoriesRequest.compartmentIdInSubtree
4168
4272
  };
4169
4273
  let headerParams = {
4170
4274
  "Content-Type": common.Constants.APPLICATION_JSON,
4171
- "opc-request-id": listAwrSnapshotsRequest.opcRequestId
4275
+ "opc-request-id": listAddmDbRecommendationCategoriesRequest.opcRequestId
4172
4276
  };
4173
4277
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
4174
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listAwrSnapshotsRequest.retryConfiguration, specRetryConfiguration);
4278
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listAddmDbRecommendationCategoriesRequest.retryConfiguration, specRetryConfiguration);
4175
4279
  if (this.logger)
4176
4280
  retrier.logger = this.logger;
4177
4281
  const request = yield oci_common_1.composeRequest({
4178
4282
  baseEndpoint: this._endpoint,
4179
4283
  defaultHeaders: this._defaultHeaders,
4180
- path: "/awrHubs/{awrHubId}/awrSnapshots",
4284
+ path: "/databaseInsights/addmDbRecommendationCategories",
4181
4285
  method: "GET",
4182
4286
  pathParams: pathParams,
4183
4287
  headerParams: headerParams,
@@ -4188,9 +4292,9 @@ class OperationsInsightsClient {
4188
4292
  const sdkResponse = oci_common_1.composeResponse({
4189
4293
  responseObject: {},
4190
4294
  body: yield response.json(),
4191
- bodyKey: "awrSnapshotCollection",
4192
- bodyModel: model.AwrSnapshotCollection,
4193
- type: "model.AwrSnapshotCollection",
4295
+ bodyKey: "addmDbRecommendationCategoryCollection",
4296
+ bodyModel: model.AddmDbRecommendationCategoryCollection,
4297
+ type: "model.AddmDbRecommendationCategoryCollection",
4194
4298
  responseHeaders: [
4195
4299
  {
4196
4300
  value: response.headers.get("opc-request-id"),
@@ -4212,54 +4316,55 @@ class OperationsInsightsClient {
4212
4316
  });
4213
4317
  }
4214
4318
  /**
4215
- * Gets a list of database insight configurations based on the query parameters specified. Either compartmentId or databaseInsightId query parameter must be specified.
4216
- * When both compartmentId and compartmentIdInSubtree are specified, a list of database insight configurations in that compartment and in all sub-compartments will be returned.
4319
+ * Gets time series data for ADDM recommendations for the specified databases.
4217
4320
  *
4218
4321
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
4219
- * @param ListDatabaseConfigurationsRequest
4220
- * @return ListDatabaseConfigurationsResponse
4322
+ * @param ListAddmDbRecommendationsTimeSeriesRequest
4323
+ * @return ListAddmDbRecommendationsTimeSeriesResponse
4221
4324
  * @throws OciError when an error occurs
4222
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/ListDatabaseConfigurations.ts.html |here} to see how to use ListDatabaseConfigurations API.
4325
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListAddmDbRecommendationsTimeSeries.ts.html |here} to see how to use ListAddmDbRecommendationsTimeSeries API.
4223
4326
  */
4224
- listDatabaseConfigurations(listDatabaseConfigurationsRequest) {
4327
+ listAddmDbRecommendationsTimeSeries(listAddmDbRecommendationsTimeSeriesRequest) {
4225
4328
  return __awaiter(this, void 0, void 0, function* () {
4226
4329
  if (this.logger)
4227
- this.logger.debug("Calling operation OperationsInsightsClient#listDatabaseConfigurations.");
4228
- const operationName = "listDatabaseConfigurations";
4229
- const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/ListDatabaseConfigurations";
4330
+ this.logger.debug("Calling operation OperationsInsightsClient#listAddmDbRecommendationsTimeSeries.");
4331
+ const operationName = "listAddmDbRecommendationsTimeSeries";
4332
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/ListAddmDbRecommendationsTimeSeries";
4230
4333
  const pathParams = {};
4231
4334
  const queryParams = {
4232
- "compartmentId": listDatabaseConfigurationsRequest.compartmentId,
4233
- "enterpriseManagerBridgeId": listDatabaseConfigurationsRequest.enterpriseManagerBridgeId,
4234
- "id": listDatabaseConfigurationsRequest.id,
4235
- "databaseId": listDatabaseConfigurationsRequest.databaseId,
4236
- "exadataInsightId": listDatabaseConfigurationsRequest.exadataInsightId,
4237
- "cdbName": listDatabaseConfigurationsRequest.cdbName,
4238
- "databaseType": listDatabaseConfigurationsRequest.databaseType,
4239
- "limit": listDatabaseConfigurationsRequest.limit,
4240
- "page": listDatabaseConfigurationsRequest.page,
4241
- "sortOrder": listDatabaseConfigurationsRequest.sortOrder,
4242
- "sortBy": listDatabaseConfigurationsRequest.sortBy,
4243
- "hostName": listDatabaseConfigurationsRequest.hostName,
4244
- "definedTagEquals": listDatabaseConfigurationsRequest.definedTagEquals,
4245
- "freeformTagEquals": listDatabaseConfigurationsRequest.freeformTagEquals,
4246
- "definedTagExists": listDatabaseConfigurationsRequest.definedTagExists,
4247
- "freeformTagExists": listDatabaseConfigurationsRequest.freeformTagExists,
4248
- "compartmentIdInSubtree": listDatabaseConfigurationsRequest.compartmentIdInSubtree,
4249
- "vmclusterName": listDatabaseConfigurationsRequest.vmclusterName
4335
+ "compartmentId": listAddmDbRecommendationsTimeSeriesRequest.compartmentId,
4336
+ "databaseId": listAddmDbRecommendationsTimeSeriesRequest.databaseId,
4337
+ "id": listAddmDbRecommendationsTimeSeriesRequest.id,
4338
+ "instanceNumber": listAddmDbRecommendationsTimeSeriesRequest.instanceNumber,
4339
+ "timeIntervalStart": listAddmDbRecommendationsTimeSeriesRequest.timeIntervalStart,
4340
+ "timeIntervalEnd": listAddmDbRecommendationsTimeSeriesRequest.timeIntervalEnd,
4341
+ "categoryName": listAddmDbRecommendationsTimeSeriesRequest.categoryName,
4342
+ "sqlIdentifier": listAddmDbRecommendationsTimeSeriesRequest.sqlIdentifier,
4343
+ "ownerOrNameContains": listAddmDbRecommendationsTimeSeriesRequest.ownerOrNameContains,
4344
+ "nameContains": listAddmDbRecommendationsTimeSeriesRequest.nameContains,
4345
+ "name": listAddmDbRecommendationsTimeSeriesRequest.name,
4346
+ "limit": listAddmDbRecommendationsTimeSeriesRequest.limit,
4347
+ "page": listAddmDbRecommendationsTimeSeriesRequest.page,
4348
+ "sortOrder": listAddmDbRecommendationsTimeSeriesRequest.sortOrder,
4349
+ "sortBy": listAddmDbRecommendationsTimeSeriesRequest.sortBy,
4350
+ "definedTagEquals": listAddmDbRecommendationsTimeSeriesRequest.definedTagEquals,
4351
+ "freeformTagEquals": listAddmDbRecommendationsTimeSeriesRequest.freeformTagEquals,
4352
+ "definedTagExists": listAddmDbRecommendationsTimeSeriesRequest.definedTagExists,
4353
+ "freeformTagExists": listAddmDbRecommendationsTimeSeriesRequest.freeformTagExists,
4354
+ "compartmentIdInSubtree": listAddmDbRecommendationsTimeSeriesRequest.compartmentIdInSubtree
4250
4355
  };
4251
4356
  let headerParams = {
4252
4357
  "Content-Type": common.Constants.APPLICATION_JSON,
4253
- "opc-request-id": listDatabaseConfigurationsRequest.opcRequestId
4358
+ "opc-request-id": listAddmDbRecommendationsTimeSeriesRequest.opcRequestId
4254
4359
  };
4255
4360
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
4256
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listDatabaseConfigurationsRequest.retryConfiguration, specRetryConfiguration);
4361
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listAddmDbRecommendationsTimeSeriesRequest.retryConfiguration, specRetryConfiguration);
4257
4362
  if (this.logger)
4258
4363
  retrier.logger = this.logger;
4259
4364
  const request = yield oci_common_1.composeRequest({
4260
4365
  baseEndpoint: this._endpoint,
4261
4366
  defaultHeaders: this._defaultHeaders,
4262
- path: "/databaseInsights/databaseConfigurations",
4367
+ path: "/databaseInsights/addmDbRecommendationsTimeSeries",
4263
4368
  method: "GET",
4264
4369
  pathParams: pathParams,
4265
4370
  headerParams: headerParams,
@@ -4270,20 +4375,15 @@ class OperationsInsightsClient {
4270
4375
  const sdkResponse = oci_common_1.composeResponse({
4271
4376
  responseObject: {},
4272
4377
  body: yield response.json(),
4273
- bodyKey: "databaseConfigurationCollection",
4274
- bodyModel: model.DatabaseConfigurationCollection,
4275
- type: "model.DatabaseConfigurationCollection",
4378
+ bodyKey: "addmDbRecommendationsTimeSeriesCollection",
4379
+ bodyModel: model.AddmDbRecommendationsTimeSeriesCollection,
4380
+ type: "model.AddmDbRecommendationsTimeSeriesCollection",
4276
4381
  responseHeaders: [
4277
4382
  {
4278
4383
  value: response.headers.get("opc-request-id"),
4279
4384
  key: "opcRequestId",
4280
4385
  dataType: "string"
4281
4386
  },
4282
- {
4283
- value: response.headers.get("opc-total-items"),
4284
- key: "opcTotalItems",
4285
- dataType: "number"
4286
- },
4287
4387
  {
4288
4388
  value: response.headers.get("opc-next-page"),
4289
4389
  key: "opcNextPage",
@@ -4299,51 +4399,49 @@ class OperationsInsightsClient {
4299
4399
  });
4300
4400
  }
4301
4401
  /**
4302
- * Gets a list of database insights based on the query parameters specified. Either compartmentId or id query parameter must be specified.
4303
- * When both compartmentId and compartmentIdInSubtree are specified, a list of database insights in that compartment and in all sub-compartments will be returned.
4402
+ * Gets a list of ADDM database information
4304
4403
  *
4305
4404
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
4306
- * @param ListDatabaseInsightsRequest
4307
- * @return ListDatabaseInsightsResponse
4405
+ * @param ListAddmDbsRequest
4406
+ * @return ListAddmDbsResponse
4308
4407
  * @throws OciError when an error occurs
4309
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/ListDatabaseInsights.ts.html |here} to see how to use ListDatabaseInsights API.
4408
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListAddmDbs.ts.html |here} to see how to use ListAddmDbs API.
4310
4409
  */
4311
- listDatabaseInsights(listDatabaseInsightsRequest) {
4410
+ listAddmDbs(listAddmDbsRequest) {
4312
4411
  return __awaiter(this, void 0, void 0, function* () {
4313
4412
  if (this.logger)
4314
- this.logger.debug("Calling operation OperationsInsightsClient#listDatabaseInsights.");
4315
- const operationName = "listDatabaseInsights";
4316
- const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/ListDatabaseInsights";
4413
+ this.logger.debug("Calling operation OperationsInsightsClient#listAddmDbs.");
4414
+ const operationName = "listAddmDbs";
4415
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/ListAddmDbs";
4317
4416
  const pathParams = {};
4318
4417
  const queryParams = {
4319
- "compartmentId": listDatabaseInsightsRequest.compartmentId,
4320
- "enterpriseManagerBridgeId": listDatabaseInsightsRequest.enterpriseManagerBridgeId,
4321
- "id": listDatabaseInsightsRequest.id,
4322
- "status": listDatabaseInsightsRequest.status,
4323
- "lifecycleState": listDatabaseInsightsRequest.lifecycleState,
4324
- "databaseType": listDatabaseInsightsRequest.databaseType,
4325
- "databaseId": listDatabaseInsightsRequest.databaseId,
4326
- "fields": listDatabaseInsightsRequest.fields,
4327
- "limit": listDatabaseInsightsRequest.limit,
4328
- "page": listDatabaseInsightsRequest.page,
4329
- "sortOrder": listDatabaseInsightsRequest.sortOrder,
4330
- "sortBy": listDatabaseInsightsRequest.sortBy,
4331
- "exadataInsightId": listDatabaseInsightsRequest.exadataInsightId,
4332
- "compartmentIdInSubtree": listDatabaseInsightsRequest.compartmentIdInSubtree,
4333
- "opsiPrivateEndpointId": listDatabaseInsightsRequest.opsiPrivateEndpointId
4418
+ "compartmentId": listAddmDbsRequest.compartmentId,
4419
+ "databaseId": listAddmDbsRequest.databaseId,
4420
+ "id": listAddmDbsRequest.id,
4421
+ "timeIntervalStart": listAddmDbsRequest.timeIntervalStart,
4422
+ "timeIntervalEnd": listAddmDbsRequest.timeIntervalEnd,
4423
+ "limit": listAddmDbsRequest.limit,
4424
+ "page": listAddmDbsRequest.page,
4425
+ "sortOrder": listAddmDbsRequest.sortOrder,
4426
+ "sortBy": listAddmDbsRequest.sortBy,
4427
+ "definedTagEquals": listAddmDbsRequest.definedTagEquals,
4428
+ "freeformTagEquals": listAddmDbsRequest.freeformTagEquals,
4429
+ "definedTagExists": listAddmDbsRequest.definedTagExists,
4430
+ "freeformTagExists": listAddmDbsRequest.freeformTagExists,
4431
+ "compartmentIdInSubtree": listAddmDbsRequest.compartmentIdInSubtree
4334
4432
  };
4335
4433
  let headerParams = {
4336
4434
  "Content-Type": common.Constants.APPLICATION_JSON,
4337
- "opc-request-id": listDatabaseInsightsRequest.opcRequestId
4435
+ "opc-request-id": listAddmDbsRequest.opcRequestId
4338
4436
  };
4339
4437
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
4340
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listDatabaseInsightsRequest.retryConfiguration, specRetryConfiguration);
4438
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listAddmDbsRequest.retryConfiguration, specRetryConfiguration);
4341
4439
  if (this.logger)
4342
4440
  retrier.logger = this.logger;
4343
4441
  const request = yield oci_common_1.composeRequest({
4344
4442
  baseEndpoint: this._endpoint,
4345
4443
  defaultHeaders: this._defaultHeaders,
4346
- path: "/databaseInsights",
4444
+ path: "/databaseInsights/addmDbs",
4347
4445
  method: "GET",
4348
4446
  pathParams: pathParams,
4349
4447
  headerParams: headerParams,
@@ -4354,20 +4452,15 @@ class OperationsInsightsClient {
4354
4452
  const sdkResponse = oci_common_1.composeResponse({
4355
4453
  responseObject: {},
4356
4454
  body: yield response.json(),
4357
- bodyKey: "databaseInsightsCollection",
4358
- bodyModel: model.DatabaseInsightsCollection,
4359
- type: "model.DatabaseInsightsCollection",
4455
+ bodyKey: "addmDbCollection",
4456
+ bodyModel: model.AddmDbCollection,
4457
+ type: "model.AddmDbCollection",
4360
4458
  responseHeaders: [
4361
4459
  {
4362
4460
  value: response.headers.get("opc-request-id"),
4363
4461
  key: "opcRequestId",
4364
4462
  dataType: "string"
4365
4463
  },
4366
- {
4367
- value: response.headers.get("opc-total-items"),
4368
- key: "opcTotalItems",
4369
- dataType: "number"
4370
- },
4371
4464
  {
4372
4465
  value: response.headers.get("opc-next-page"),
4373
4466
  key: "opcNextPage",
@@ -4383,45 +4476,47 @@ class OperationsInsightsClient {
4383
4476
  });
4384
4477
  }
4385
4478
  /**
4386
- * Gets a list of Operations Insights Enterprise Manager bridges. Either compartmentId or id must be specified.
4387
- * When both compartmentId and compartmentIdInSubtree are specified, a list of bridges in that compartment and in all sub-compartments will be returned.
4479
+ * Lists AWR snapshots for the specified database in the AWR.
4388
4480
  *
4389
4481
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
4390
- * @param ListEnterpriseManagerBridgesRequest
4391
- * @return ListEnterpriseManagerBridgesResponse
4482
+ * @param ListAwrDatabaseSnapshotsRequest
4483
+ * @return ListAwrDatabaseSnapshotsResponse
4392
4484
  * @throws OciError when an error occurs
4393
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/ListEnterpriseManagerBridges.ts.html |here} to see how to use ListEnterpriseManagerBridges API.
4485
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListAwrDatabaseSnapshots.ts.html |here} to see how to use ListAwrDatabaseSnapshots API.
4394
4486
  */
4395
- listEnterpriseManagerBridges(listEnterpriseManagerBridgesRequest) {
4487
+ listAwrDatabaseSnapshots(listAwrDatabaseSnapshotsRequest) {
4396
4488
  return __awaiter(this, void 0, void 0, function* () {
4397
4489
  if (this.logger)
4398
- this.logger.debug("Calling operation OperationsInsightsClient#listEnterpriseManagerBridges.");
4399
- const operationName = "listEnterpriseManagerBridges";
4400
- const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/EnterpriseManagerBridges/ListEnterpriseManagerBridges";
4401
- const pathParams = {};
4402
- const queryParams = {
4403
- "compartmentId": listEnterpriseManagerBridgesRequest.compartmentId,
4404
- "displayName": listEnterpriseManagerBridgesRequest.displayName,
4405
- "id": listEnterpriseManagerBridgesRequest.id,
4406
- "lifecycleState": listEnterpriseManagerBridgesRequest.lifecycleState,
4407
- "limit": listEnterpriseManagerBridgesRequest.limit,
4408
- "page": listEnterpriseManagerBridgesRequest.page,
4409
- "sortOrder": listEnterpriseManagerBridgesRequest.sortOrder,
4410
- "sortBy": listEnterpriseManagerBridgesRequest.sortBy,
4411
- "compartmentIdInSubtree": listEnterpriseManagerBridgesRequest.compartmentIdInSubtree
4490
+ this.logger.debug("Calling operation OperationsInsightsClient#listAwrDatabaseSnapshots.");
4491
+ const operationName = "listAwrDatabaseSnapshots";
4492
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubs/ListAwrDatabaseSnapshots";
4493
+ const pathParams = {
4494
+ "{awrHubId}": listAwrDatabaseSnapshotsRequest.awrHubId
4412
4495
  };
4413
- let headerParams = {
4414
- "Content-Type": common.Constants.APPLICATION_JSON,
4415
- "opc-request-id": listEnterpriseManagerBridgesRequest.opcRequestId
4496
+ const queryParams = {
4497
+ "awrSourceDatabaseIdentifier": listAwrDatabaseSnapshotsRequest.awrSourceDatabaseIdentifier,
4498
+ "instanceNumber": listAwrDatabaseSnapshotsRequest.instanceNumber,
4499
+ "beginSnapshotIdentifierGreaterThanOrEqualTo": listAwrDatabaseSnapshotsRequest.beginSnapshotIdentifierGreaterThanOrEqualTo,
4500
+ "endSnapshotIdentifierLessThanOrEqualTo": listAwrDatabaseSnapshotsRequest.endSnapshotIdentifierLessThanOrEqualTo,
4501
+ "timeGreaterThanOrEqualTo": listAwrDatabaseSnapshotsRequest.timeGreaterThanOrEqualTo,
4502
+ "timeLessThanOrEqualTo": listAwrDatabaseSnapshotsRequest.timeLessThanOrEqualTo,
4503
+ "page": listAwrDatabaseSnapshotsRequest.page,
4504
+ "limit": listAwrDatabaseSnapshotsRequest.limit,
4505
+ "sortBy": listAwrDatabaseSnapshotsRequest.sortBy,
4506
+ "sortOrder": listAwrDatabaseSnapshotsRequest.sortOrder
4507
+ };
4508
+ let headerParams = {
4509
+ "Content-Type": common.Constants.APPLICATION_JSON,
4510
+ "opc-request-id": listAwrDatabaseSnapshotsRequest.opcRequestId
4416
4511
  };
4417
4512
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
4418
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listEnterpriseManagerBridgesRequest.retryConfiguration, specRetryConfiguration);
4513
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listAwrDatabaseSnapshotsRequest.retryConfiguration, specRetryConfiguration);
4419
4514
  if (this.logger)
4420
4515
  retrier.logger = this.logger;
4421
4516
  const request = yield oci_common_1.composeRequest({
4422
4517
  baseEndpoint: this._endpoint,
4423
4518
  defaultHeaders: this._defaultHeaders,
4424
- path: "/enterpriseManagerBridges",
4519
+ path: "/awrHubs/{awrHubId}/awrDatabaseSnapshots",
4425
4520
  method: "GET",
4426
4521
  pathParams: pathParams,
4427
4522
  headerParams: headerParams,
@@ -4432,9 +4527,9 @@ class OperationsInsightsClient {
4432
4527
  const sdkResponse = oci_common_1.composeResponse({
4433
4528
  responseObject: {},
4434
4529
  body: yield response.json(),
4435
- bodyKey: "enterpriseManagerBridgeCollection",
4436
- bodyModel: model.EnterpriseManagerBridgeCollection,
4437
- type: "model.EnterpriseManagerBridgeCollection",
4530
+ bodyKey: "awrDatabaseSnapshotCollection",
4531
+ bodyModel: model.AwrDatabaseSnapshotCollection,
4532
+ type: "model.AwrDatabaseSnapshotCollection",
4438
4533
  responseHeaders: [
4439
4534
  {
4440
4535
  value: response.headers.get("opc-request-id"),
@@ -4456,45 +4551,44 @@ class OperationsInsightsClient {
4456
4551
  });
4457
4552
  }
4458
4553
  /**
4459
- * Gets a list of exadata insight configurations. Either compartmentId or exadataInsightsId query parameter must be specified.
4554
+ * Gets the list of databases and their snapshot summary details available in the AWRHub.
4555
+ *
4460
4556
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
4461
- * @param ListExadataConfigurationsRequest
4462
- * @return ListExadataConfigurationsResponse
4557
+ * @param ListAwrDatabasesRequest
4558
+ * @return ListAwrDatabasesResponse
4463
4559
  * @throws OciError when an error occurs
4464
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/ListExadataConfigurations.ts.html |here} to see how to use ListExadataConfigurations API.
4560
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListAwrDatabases.ts.html |here} to see how to use ListAwrDatabases API.
4465
4561
  */
4466
- listExadataConfigurations(listExadataConfigurationsRequest) {
4562
+ listAwrDatabases(listAwrDatabasesRequest) {
4467
4563
  return __awaiter(this, void 0, void 0, function* () {
4468
4564
  if (this.logger)
4469
- this.logger.debug("Calling operation OperationsInsightsClient#listExadataConfigurations.");
4470
- const operationName = "listExadataConfigurations";
4471
- const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/ExadataInsights/ListExadataConfigurations";
4472
- const pathParams = {};
4565
+ this.logger.debug("Calling operation OperationsInsightsClient#listAwrDatabases.");
4566
+ const operationName = "listAwrDatabases";
4567
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubs/ListAwrDatabases";
4568
+ const pathParams = {
4569
+ "{awrHubId}": listAwrDatabasesRequest.awrHubId
4570
+ };
4473
4571
  const queryParams = {
4474
- "compartmentId": listExadataConfigurationsRequest.compartmentId,
4475
- "exadataInsightId": listExadataConfigurationsRequest.exadataInsightId,
4476
- "exadataType": listExadataConfigurationsRequest.exadataType,
4477
- "limit": listExadataConfigurationsRequest.limit,
4478
- "page": listExadataConfigurationsRequest.page,
4479
- "sortOrder": listExadataConfigurationsRequest.sortOrder,
4480
- "sortBy": listExadataConfigurationsRequest.sortBy,
4481
- "definedTagEquals": listExadataConfigurationsRequest.definedTagEquals,
4482
- "freeformTagEquals": listExadataConfigurationsRequest.freeformTagEquals,
4483
- "definedTagExists": listExadataConfigurationsRequest.definedTagExists,
4484
- "freeformTagExists": listExadataConfigurationsRequest.freeformTagExists
4572
+ "name": listAwrDatabasesRequest.name,
4573
+ "timeGreaterThanOrEqualTo": listAwrDatabasesRequest.timeGreaterThanOrEqualTo,
4574
+ "timeLessThanOrEqualTo": listAwrDatabasesRequest.timeLessThanOrEqualTo,
4575
+ "page": listAwrDatabasesRequest.page,
4576
+ "limit": listAwrDatabasesRequest.limit,
4577
+ "sortBy": listAwrDatabasesRequest.sortBy,
4578
+ "sortOrder": listAwrDatabasesRequest.sortOrder
4485
4579
  };
4486
4580
  let headerParams = {
4487
4581
  "Content-Type": common.Constants.APPLICATION_JSON,
4488
- "opc-request-id": listExadataConfigurationsRequest.opcRequestId
4582
+ "opc-request-id": listAwrDatabasesRequest.opcRequestId
4489
4583
  };
4490
4584
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
4491
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listExadataConfigurationsRequest.retryConfiguration, specRetryConfiguration);
4585
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listAwrDatabasesRequest.retryConfiguration, specRetryConfiguration);
4492
4586
  if (this.logger)
4493
4587
  retrier.logger = this.logger;
4494
4588
  const request = yield oci_common_1.composeRequest({
4495
4589
  baseEndpoint: this._endpoint,
4496
4590
  defaultHeaders: this._defaultHeaders,
4497
- path: "/exadataInsights/exadataConfigurations",
4591
+ path: "/awrHubs/{awrHubId}/awrDatabases",
4498
4592
  method: "GET",
4499
4593
  pathParams: pathParams,
4500
4594
  headerParams: headerParams,
@@ -4505,20 +4599,15 @@ class OperationsInsightsClient {
4505
4599
  const sdkResponse = oci_common_1.composeResponse({
4506
4600
  responseObject: {},
4507
4601
  body: yield response.json(),
4508
- bodyKey: "exadataConfigurationCollection",
4509
- bodyModel: model.ExadataConfigurationCollection,
4510
- type: "model.ExadataConfigurationCollection",
4602
+ bodyKey: "awrDatabaseCollection",
4603
+ bodyModel: model.AwrDatabaseCollection,
4604
+ type: "model.AwrDatabaseCollection",
4511
4605
  responseHeaders: [
4512
4606
  {
4513
4607
  value: response.headers.get("opc-request-id"),
4514
4608
  key: "opcRequestId",
4515
4609
  dataType: "string"
4516
4610
  },
4517
- {
4518
- value: response.headers.get("opc-total-items"),
4519
- key: "opcTotalItems",
4520
- dataType: "number"
4521
- },
4522
4611
  {
4523
4612
  value: response.headers.get("opc-next-page"),
4524
4613
  key: "opcNextPage",
@@ -4534,47 +4623,44 @@ class OperationsInsightsClient {
4534
4623
  });
4535
4624
  }
4536
4625
  /**
4537
- * Gets a list of Exadata insights based on the query parameters specified. Either compartmentId or id query parameter must be specified.
4538
- * When both compartmentId and compartmentIdInSubtree are specified, a list of Exadata insights in that compartment and in all sub-compartments will be returned.
4626
+ * Gets a list of AWR hubs. Either compartmentId or id must be specified. All these resources are expected to be in root compartment.
4539
4627
  *
4540
4628
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
4541
- * @param ListExadataInsightsRequest
4542
- * @return ListExadataInsightsResponse
4629
+ * @param ListAwrHubsRequest
4630
+ * @return ListAwrHubsResponse
4543
4631
  * @throws OciError when an error occurs
4544
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/ListExadataInsights.ts.html |here} to see how to use ListExadataInsights API.
4632
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListAwrHubs.ts.html |here} to see how to use ListAwrHubs API.
4545
4633
  */
4546
- listExadataInsights(listExadataInsightsRequest) {
4634
+ listAwrHubs(listAwrHubsRequest) {
4547
4635
  return __awaiter(this, void 0, void 0, function* () {
4548
4636
  if (this.logger)
4549
- this.logger.debug("Calling operation OperationsInsightsClient#listExadataInsights.");
4550
- const operationName = "listExadataInsights";
4551
- const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/ExadataInsights/ListExadataInsights";
4637
+ this.logger.debug("Calling operation OperationsInsightsClient#listAwrHubs.");
4638
+ const operationName = "listAwrHubs";
4639
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubs/ListAwrHubs";
4552
4640
  const pathParams = {};
4553
4641
  const queryParams = {
4554
- "compartmentId": listExadataInsightsRequest.compartmentId,
4555
- "enterpriseManagerBridgeId": listExadataInsightsRequest.enterpriseManagerBridgeId,
4556
- "id": listExadataInsightsRequest.id,
4557
- "status": listExadataInsightsRequest.status,
4558
- "lifecycleState": listExadataInsightsRequest.lifecycleState,
4559
- "exadataType": listExadataInsightsRequest.exadataType,
4560
- "limit": listExadataInsightsRequest.limit,
4561
- "page": listExadataInsightsRequest.page,
4562
- "sortOrder": listExadataInsightsRequest.sortOrder,
4563
- "sortBy": listExadataInsightsRequest.sortBy,
4564
- "compartmentIdInSubtree": listExadataInsightsRequest.compartmentIdInSubtree
4642
+ "compartmentId": listAwrHubsRequest.compartmentId,
4643
+ "displayName": listAwrHubsRequest.displayName,
4644
+ "id": listAwrHubsRequest.id,
4645
+ "operationsInsightsWarehouseId": listAwrHubsRequest.operationsInsightsWarehouseId,
4646
+ "lifecycleState": listAwrHubsRequest.lifecycleState,
4647
+ "limit": listAwrHubsRequest.limit,
4648
+ "page": listAwrHubsRequest.page,
4649
+ "sortOrder": listAwrHubsRequest.sortOrder,
4650
+ "sortBy": listAwrHubsRequest.sortBy
4565
4651
  };
4566
4652
  let headerParams = {
4567
4653
  "Content-Type": common.Constants.APPLICATION_JSON,
4568
- "opc-request-id": listExadataInsightsRequest.opcRequestId
4654
+ "opc-request-id": listAwrHubsRequest.opcRequestId
4569
4655
  };
4570
4656
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
4571
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listExadataInsightsRequest.retryConfiguration, specRetryConfiguration);
4657
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listAwrHubsRequest.retryConfiguration, specRetryConfiguration);
4572
4658
  if (this.logger)
4573
4659
  retrier.logger = this.logger;
4574
4660
  const request = yield oci_common_1.composeRequest({
4575
4661
  baseEndpoint: this._endpoint,
4576
4662
  defaultHeaders: this._defaultHeaders,
4577
- path: "/exadataInsights",
4663
+ path: "/awrHubs",
4578
4664
  method: "GET",
4579
4665
  pathParams: pathParams,
4580
4666
  headerParams: headerParams,
@@ -4585,20 +4671,15 @@ class OperationsInsightsClient {
4585
4671
  const sdkResponse = oci_common_1.composeResponse({
4586
4672
  responseObject: {},
4587
4673
  body: yield response.json(),
4588
- bodyKey: "exadataInsightSummaryCollection",
4589
- bodyModel: model.ExadataInsightSummaryCollection,
4590
- type: "model.ExadataInsightSummaryCollection",
4674
+ bodyKey: "awrHubSummaryCollection",
4675
+ bodyModel: model.AwrHubSummaryCollection,
4676
+ type: "model.AwrHubSummaryCollection",
4591
4677
  responseHeaders: [
4592
4678
  {
4593
4679
  value: response.headers.get("opc-request-id"),
4594
4680
  key: "opcRequestId",
4595
4681
  dataType: "string"
4596
4682
  },
4597
- {
4598
- value: response.headers.get("opc-total-items"),
4599
- key: "opcTotalItems",
4600
- dataType: "number"
4601
- },
4602
4683
  {
4603
4684
  value: response.headers.get("opc-next-page"),
4604
4685
  key: "opcNextPage",
@@ -4614,53 +4695,45 @@ class OperationsInsightsClient {
4614
4695
  });
4615
4696
  }
4616
4697
  /**
4617
- * Gets a list of host insight configurations based on the query parameters specified. Either compartmentId or hostInsightId query parameter must be specified.
4618
- * When both compartmentId and compartmentIdInSubtree are specified, a list of host insight configurations in that compartment and in all sub-compartments will be returned.
4698
+ * Lists AWR snapshots for the specified source database in the AWR hub. The difference between the timeGreaterThanOrEqualTo and timeLessThanOrEqualTo should not exceed an elapsed range of 1 day.
4699
+ * The timeGreaterThanOrEqualTo & timeLessThanOrEqualTo params are optional. If these params are not provided, by default last 1 day snapshots will be returned.
4619
4700
  *
4620
4701
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
4621
- * @param ListHostConfigurationsRequest
4622
- * @return ListHostConfigurationsResponse
4702
+ * @param ListAwrSnapshotsRequest
4703
+ * @return ListAwrSnapshotsResponse
4623
4704
  * @throws OciError when an error occurs
4624
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/ListHostConfigurations.ts.html |here} to see how to use ListHostConfigurations API.
4705
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListAwrSnapshots.ts.html |here} to see how to use ListAwrSnapshots API.
4625
4706
  */
4626
- listHostConfigurations(listHostConfigurationsRequest) {
4707
+ listAwrSnapshots(listAwrSnapshotsRequest) {
4627
4708
  return __awaiter(this, void 0, void 0, function* () {
4628
4709
  if (this.logger)
4629
- this.logger.debug("Calling operation OperationsInsightsClient#listHostConfigurations.");
4630
- const operationName = "listHostConfigurations";
4631
- const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/ListHostConfigurations";
4632
- const pathParams = {};
4710
+ this.logger.debug("Calling operation OperationsInsightsClient#listAwrSnapshots.");
4711
+ const operationName = "listAwrSnapshots";
4712
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubs/ListAwrSnapshots";
4713
+ const pathParams = {
4714
+ "{awrHubId}": listAwrSnapshotsRequest.awrHubId
4715
+ };
4633
4716
  const queryParams = {
4634
- "compartmentId": listHostConfigurationsRequest.compartmentId,
4635
- "enterpriseManagerBridgeId": listHostConfigurationsRequest.enterpriseManagerBridgeId,
4636
- "id": listHostConfigurationsRequest.id,
4637
- "exadataInsightId": listHostConfigurationsRequest.exadataInsightId,
4638
- "platformType": listHostConfigurationsRequest.platformType,
4639
- "limit": listHostConfigurationsRequest.limit,
4640
- "page": listHostConfigurationsRequest.page,
4641
- "sortOrder": listHostConfigurationsRequest.sortOrder,
4642
- "sortBy": listHostConfigurationsRequest.sortBy,
4643
- "definedTagEquals": listHostConfigurationsRequest.definedTagEquals,
4644
- "freeformTagEquals": listHostConfigurationsRequest.freeformTagEquals,
4645
- "definedTagExists": listHostConfigurationsRequest.definedTagExists,
4646
- "freeformTagExists": listHostConfigurationsRequest.freeformTagExists,
4647
- "compartmentIdInSubtree": listHostConfigurationsRequest.compartmentIdInSubtree,
4648
- "hostType": listHostConfigurationsRequest.hostType,
4649
- "hostId": listHostConfigurationsRequest.hostId,
4650
- "vmclusterName": listHostConfigurationsRequest.vmclusterName
4717
+ "awrSourceDatabaseIdentifier": listAwrSnapshotsRequest.awrSourceDatabaseIdentifier,
4718
+ "timeGreaterThanOrEqualTo": listAwrSnapshotsRequest.timeGreaterThanOrEqualTo,
4719
+ "timeLessThanOrEqualTo": listAwrSnapshotsRequest.timeLessThanOrEqualTo,
4720
+ "limit": listAwrSnapshotsRequest.limit,
4721
+ "page": listAwrSnapshotsRequest.page,
4722
+ "sortOrder": listAwrSnapshotsRequest.sortOrder,
4723
+ "sortBy": listAwrSnapshotsRequest.sortBy
4651
4724
  };
4652
4725
  let headerParams = {
4653
4726
  "Content-Type": common.Constants.APPLICATION_JSON,
4654
- "opc-request-id": listHostConfigurationsRequest.opcRequestId
4727
+ "opc-request-id": listAwrSnapshotsRequest.opcRequestId
4655
4728
  };
4656
4729
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
4657
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listHostConfigurationsRequest.retryConfiguration, specRetryConfiguration);
4730
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listAwrSnapshotsRequest.retryConfiguration, specRetryConfiguration);
4658
4731
  if (this.logger)
4659
4732
  retrier.logger = this.logger;
4660
4733
  const request = yield oci_common_1.composeRequest({
4661
4734
  baseEndpoint: this._endpoint,
4662
4735
  defaultHeaders: this._defaultHeaders,
4663
- path: "/hostInsights/hostConfigurations",
4736
+ path: "/awrHubs/{awrHubId}/awrSnapshots",
4664
4737
  method: "GET",
4665
4738
  pathParams: pathParams,
4666
4739
  headerParams: headerParams,
@@ -4671,20 +4744,15 @@ class OperationsInsightsClient {
4671
4744
  const sdkResponse = oci_common_1.composeResponse({
4672
4745
  responseObject: {},
4673
4746
  body: yield response.json(),
4674
- bodyKey: "hostConfigurationCollection",
4675
- bodyModel: model.HostConfigurationCollection,
4676
- type: "model.HostConfigurationCollection",
4747
+ bodyKey: "awrSnapshotCollection",
4748
+ bodyModel: model.AwrSnapshotCollection,
4749
+ type: "model.AwrSnapshotCollection",
4677
4750
  responseHeaders: [
4678
4751
  {
4679
4752
  value: response.headers.get("opc-request-id"),
4680
4753
  key: "opcRequestId",
4681
4754
  dataType: "string"
4682
4755
  },
4683
- {
4684
- value: response.headers.get("opc-total-items"),
4685
- key: "opcTotalItems",
4686
- dataType: "number"
4687
- },
4688
4756
  {
4689
4757
  value: response.headers.get("opc-next-page"),
4690
4758
  key: "opcNextPage",
@@ -4700,49 +4768,54 @@ class OperationsInsightsClient {
4700
4768
  });
4701
4769
  }
4702
4770
  /**
4703
- * Gets a list of host insights based on the query parameters specified. Either compartmentId or id query parameter must be specified.
4704
- * When both compartmentId and compartmentIdInSubtree are specified, a list of host insights in that compartment and in all sub-compartments will be returned.
4771
+ * Gets a list of database insight configurations based on the query parameters specified. Either compartmentId or databaseInsightId query parameter must be specified.
4772
+ * When both compartmentId and compartmentIdInSubtree are specified, a list of database insight configurations in that compartment and in all sub-compartments will be returned.
4705
4773
  *
4706
4774
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
4707
- * @param ListHostInsightsRequest
4708
- * @return ListHostInsightsResponse
4775
+ * @param ListDatabaseConfigurationsRequest
4776
+ * @return ListDatabaseConfigurationsResponse
4709
4777
  * @throws OciError when an error occurs
4710
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/ListHostInsights.ts.html |here} to see how to use ListHostInsights API.
4778
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListDatabaseConfigurations.ts.html |here} to see how to use ListDatabaseConfigurations API.
4711
4779
  */
4712
- listHostInsights(listHostInsightsRequest) {
4780
+ listDatabaseConfigurations(listDatabaseConfigurationsRequest) {
4713
4781
  return __awaiter(this, void 0, void 0, function* () {
4714
4782
  if (this.logger)
4715
- this.logger.debug("Calling operation OperationsInsightsClient#listHostInsights.");
4716
- const operationName = "listHostInsights";
4717
- const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/ListHostInsights";
4783
+ this.logger.debug("Calling operation OperationsInsightsClient#listDatabaseConfigurations.");
4784
+ const operationName = "listDatabaseConfigurations";
4785
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/ListDatabaseConfigurations";
4718
4786
  const pathParams = {};
4719
4787
  const queryParams = {
4720
- "compartmentId": listHostInsightsRequest.compartmentId,
4721
- "id": listHostInsightsRequest.id,
4722
- "status": listHostInsightsRequest.status,
4723
- "lifecycleState": listHostInsightsRequest.lifecycleState,
4724
- "hostType": listHostInsightsRequest.hostType,
4725
- "platformType": listHostInsightsRequest.platformType,
4726
- "limit": listHostInsightsRequest.limit,
4727
- "page": listHostInsightsRequest.page,
4728
- "sortOrder": listHostInsightsRequest.sortOrder,
4729
- "sortBy": listHostInsightsRequest.sortBy,
4730
- "enterpriseManagerBridgeId": listHostInsightsRequest.enterpriseManagerBridgeId,
4731
- "exadataInsightId": listHostInsightsRequest.exadataInsightId,
4732
- "compartmentIdInSubtree": listHostInsightsRequest.compartmentIdInSubtree
4788
+ "compartmentId": listDatabaseConfigurationsRequest.compartmentId,
4789
+ "enterpriseManagerBridgeId": listDatabaseConfigurationsRequest.enterpriseManagerBridgeId,
4790
+ "id": listDatabaseConfigurationsRequest.id,
4791
+ "databaseId": listDatabaseConfigurationsRequest.databaseId,
4792
+ "exadataInsightId": listDatabaseConfigurationsRequest.exadataInsightId,
4793
+ "cdbName": listDatabaseConfigurationsRequest.cdbName,
4794
+ "databaseType": listDatabaseConfigurationsRequest.databaseType,
4795
+ "limit": listDatabaseConfigurationsRequest.limit,
4796
+ "page": listDatabaseConfigurationsRequest.page,
4797
+ "sortOrder": listDatabaseConfigurationsRequest.sortOrder,
4798
+ "sortBy": listDatabaseConfigurationsRequest.sortBy,
4799
+ "hostName": listDatabaseConfigurationsRequest.hostName,
4800
+ "definedTagEquals": listDatabaseConfigurationsRequest.definedTagEquals,
4801
+ "freeformTagEquals": listDatabaseConfigurationsRequest.freeformTagEquals,
4802
+ "definedTagExists": listDatabaseConfigurationsRequest.definedTagExists,
4803
+ "freeformTagExists": listDatabaseConfigurationsRequest.freeformTagExists,
4804
+ "compartmentIdInSubtree": listDatabaseConfigurationsRequest.compartmentIdInSubtree,
4805
+ "vmclusterName": listDatabaseConfigurationsRequest.vmclusterName
4733
4806
  };
4734
4807
  let headerParams = {
4735
4808
  "Content-Type": common.Constants.APPLICATION_JSON,
4736
- "opc-request-id": listHostInsightsRequest.opcRequestId
4809
+ "opc-request-id": listDatabaseConfigurationsRequest.opcRequestId
4737
4810
  };
4738
4811
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
4739
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listHostInsightsRequest.retryConfiguration, specRetryConfiguration);
4812
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listDatabaseConfigurationsRequest.retryConfiguration, specRetryConfiguration);
4740
4813
  if (this.logger)
4741
4814
  retrier.logger = this.logger;
4742
4815
  const request = yield oci_common_1.composeRequest({
4743
4816
  baseEndpoint: this._endpoint,
4744
4817
  defaultHeaders: this._defaultHeaders,
4745
- path: "/hostInsights",
4818
+ path: "/databaseInsights/databaseConfigurations",
4746
4819
  method: "GET",
4747
4820
  pathParams: pathParams,
4748
4821
  headerParams: headerParams,
@@ -4753,9 +4826,9 @@ class OperationsInsightsClient {
4753
4826
  const sdkResponse = oci_common_1.composeResponse({
4754
4827
  responseObject: {},
4755
4828
  body: yield response.json(),
4756
- bodyKey: "hostInsightSummaryCollection",
4757
- bodyModel: model.HostInsightSummaryCollection,
4758
- type: "model.HostInsightSummaryCollection",
4829
+ bodyKey: "databaseConfigurationCollection",
4830
+ bodyModel: model.DatabaseConfigurationCollection,
4831
+ type: "model.DatabaseConfigurationCollection",
4759
4832
  responseHeaders: [
4760
4833
  {
4761
4834
  value: response.headers.get("opc-request-id"),
@@ -4782,48 +4855,892 @@ class OperationsInsightsClient {
4782
4855
  });
4783
4856
  }
4784
4857
  /**
4785
- * Get a list of hosted entities details.
4858
+ * Gets a list of database insights based on the query parameters specified. Either compartmentId or id query parameter must be specified.
4859
+ * When both compartmentId and compartmentIdInSubtree are specified, a list of database insights in that compartment and in all sub-compartments will be returned.
4786
4860
  *
4787
4861
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
4788
- * @param ListHostedEntitiesRequest
4789
- * @return ListHostedEntitiesResponse
4862
+ * @param ListDatabaseInsightsRequest
4863
+ * @return ListDatabaseInsightsResponse
4864
+ * @throws OciError when an error occurs
4865
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListDatabaseInsights.ts.html |here} to see how to use ListDatabaseInsights API.
4866
+ */
4867
+ listDatabaseInsights(listDatabaseInsightsRequest) {
4868
+ return __awaiter(this, void 0, void 0, function* () {
4869
+ if (this.logger)
4870
+ this.logger.debug("Calling operation OperationsInsightsClient#listDatabaseInsights.");
4871
+ const operationName = "listDatabaseInsights";
4872
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/ListDatabaseInsights";
4873
+ const pathParams = {};
4874
+ const queryParams = {
4875
+ "compartmentId": listDatabaseInsightsRequest.compartmentId,
4876
+ "enterpriseManagerBridgeId": listDatabaseInsightsRequest.enterpriseManagerBridgeId,
4877
+ "id": listDatabaseInsightsRequest.id,
4878
+ "status": listDatabaseInsightsRequest.status,
4879
+ "lifecycleState": listDatabaseInsightsRequest.lifecycleState,
4880
+ "databaseType": listDatabaseInsightsRequest.databaseType,
4881
+ "databaseId": listDatabaseInsightsRequest.databaseId,
4882
+ "fields": listDatabaseInsightsRequest.fields,
4883
+ "limit": listDatabaseInsightsRequest.limit,
4884
+ "page": listDatabaseInsightsRequest.page,
4885
+ "sortOrder": listDatabaseInsightsRequest.sortOrder,
4886
+ "sortBy": listDatabaseInsightsRequest.sortBy,
4887
+ "exadataInsightId": listDatabaseInsightsRequest.exadataInsightId,
4888
+ "compartmentIdInSubtree": listDatabaseInsightsRequest.compartmentIdInSubtree,
4889
+ "opsiPrivateEndpointId": listDatabaseInsightsRequest.opsiPrivateEndpointId
4890
+ };
4891
+ let headerParams = {
4892
+ "Content-Type": common.Constants.APPLICATION_JSON,
4893
+ "opc-request-id": listDatabaseInsightsRequest.opcRequestId
4894
+ };
4895
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
4896
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listDatabaseInsightsRequest.retryConfiguration, specRetryConfiguration);
4897
+ if (this.logger)
4898
+ retrier.logger = this.logger;
4899
+ const request = yield oci_common_1.composeRequest({
4900
+ baseEndpoint: this._endpoint,
4901
+ defaultHeaders: this._defaultHeaders,
4902
+ path: "/databaseInsights",
4903
+ method: "GET",
4904
+ pathParams: pathParams,
4905
+ headerParams: headerParams,
4906
+ queryParams: queryParams
4907
+ });
4908
+ try {
4909
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
4910
+ const sdkResponse = oci_common_1.composeResponse({
4911
+ responseObject: {},
4912
+ body: yield response.json(),
4913
+ bodyKey: "databaseInsightsCollection",
4914
+ bodyModel: model.DatabaseInsightsCollection,
4915
+ type: "model.DatabaseInsightsCollection",
4916
+ responseHeaders: [
4917
+ {
4918
+ value: response.headers.get("opc-request-id"),
4919
+ key: "opcRequestId",
4920
+ dataType: "string"
4921
+ },
4922
+ {
4923
+ value: response.headers.get("opc-total-items"),
4924
+ key: "opcTotalItems",
4925
+ dataType: "number"
4926
+ },
4927
+ {
4928
+ value: response.headers.get("opc-next-page"),
4929
+ key: "opcNextPage",
4930
+ dataType: "string"
4931
+ }
4932
+ ]
4933
+ });
4934
+ return sdkResponse;
4935
+ }
4936
+ catch (err) {
4937
+ throw err;
4938
+ }
4939
+ });
4940
+ }
4941
+ /**
4942
+ * Gets a list of Operations Insights Enterprise Manager bridges. Either compartmentId or id must be specified.
4943
+ * When both compartmentId and compartmentIdInSubtree are specified, a list of bridges in that compartment and in all sub-compartments will be returned.
4944
+ *
4945
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
4946
+ * @param ListEnterpriseManagerBridgesRequest
4947
+ * @return ListEnterpriseManagerBridgesResponse
4948
+ * @throws OciError when an error occurs
4949
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListEnterpriseManagerBridges.ts.html |here} to see how to use ListEnterpriseManagerBridges API.
4950
+ */
4951
+ listEnterpriseManagerBridges(listEnterpriseManagerBridgesRequest) {
4952
+ return __awaiter(this, void 0, void 0, function* () {
4953
+ if (this.logger)
4954
+ this.logger.debug("Calling operation OperationsInsightsClient#listEnterpriseManagerBridges.");
4955
+ const operationName = "listEnterpriseManagerBridges";
4956
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/EnterpriseManagerBridges/ListEnterpriseManagerBridges";
4957
+ const pathParams = {};
4958
+ const queryParams = {
4959
+ "compartmentId": listEnterpriseManagerBridgesRequest.compartmentId,
4960
+ "displayName": listEnterpriseManagerBridgesRequest.displayName,
4961
+ "id": listEnterpriseManagerBridgesRequest.id,
4962
+ "lifecycleState": listEnterpriseManagerBridgesRequest.lifecycleState,
4963
+ "limit": listEnterpriseManagerBridgesRequest.limit,
4964
+ "page": listEnterpriseManagerBridgesRequest.page,
4965
+ "sortOrder": listEnterpriseManagerBridgesRequest.sortOrder,
4966
+ "sortBy": listEnterpriseManagerBridgesRequest.sortBy,
4967
+ "compartmentIdInSubtree": listEnterpriseManagerBridgesRequest.compartmentIdInSubtree
4968
+ };
4969
+ let headerParams = {
4970
+ "Content-Type": common.Constants.APPLICATION_JSON,
4971
+ "opc-request-id": listEnterpriseManagerBridgesRequest.opcRequestId
4972
+ };
4973
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
4974
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listEnterpriseManagerBridgesRequest.retryConfiguration, specRetryConfiguration);
4975
+ if (this.logger)
4976
+ retrier.logger = this.logger;
4977
+ const request = yield oci_common_1.composeRequest({
4978
+ baseEndpoint: this._endpoint,
4979
+ defaultHeaders: this._defaultHeaders,
4980
+ path: "/enterpriseManagerBridges",
4981
+ method: "GET",
4982
+ pathParams: pathParams,
4983
+ headerParams: headerParams,
4984
+ queryParams: queryParams
4985
+ });
4986
+ try {
4987
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
4988
+ const sdkResponse = oci_common_1.composeResponse({
4989
+ responseObject: {},
4990
+ body: yield response.json(),
4991
+ bodyKey: "enterpriseManagerBridgeCollection",
4992
+ bodyModel: model.EnterpriseManagerBridgeCollection,
4993
+ type: "model.EnterpriseManagerBridgeCollection",
4994
+ responseHeaders: [
4995
+ {
4996
+ value: response.headers.get("opc-request-id"),
4997
+ key: "opcRequestId",
4998
+ dataType: "string"
4999
+ },
5000
+ {
5001
+ value: response.headers.get("opc-next-page"),
5002
+ key: "opcNextPage",
5003
+ dataType: "string"
5004
+ }
5005
+ ]
5006
+ });
5007
+ return sdkResponse;
5008
+ }
5009
+ catch (err) {
5010
+ throw err;
5011
+ }
5012
+ });
5013
+ }
5014
+ /**
5015
+ * Gets a list of exadata insight configurations. Either compartmentId or exadataInsightsId query parameter must be specified.
5016
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
5017
+ * @param ListExadataConfigurationsRequest
5018
+ * @return ListExadataConfigurationsResponse
5019
+ * @throws OciError when an error occurs
5020
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListExadataConfigurations.ts.html |here} to see how to use ListExadataConfigurations API.
5021
+ */
5022
+ listExadataConfigurations(listExadataConfigurationsRequest) {
5023
+ return __awaiter(this, void 0, void 0, function* () {
5024
+ if (this.logger)
5025
+ this.logger.debug("Calling operation OperationsInsightsClient#listExadataConfigurations.");
5026
+ const operationName = "listExadataConfigurations";
5027
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/ExadataInsights/ListExadataConfigurations";
5028
+ const pathParams = {};
5029
+ const queryParams = {
5030
+ "compartmentId": listExadataConfigurationsRequest.compartmentId,
5031
+ "exadataInsightId": listExadataConfigurationsRequest.exadataInsightId,
5032
+ "exadataType": listExadataConfigurationsRequest.exadataType,
5033
+ "limit": listExadataConfigurationsRequest.limit,
5034
+ "page": listExadataConfigurationsRequest.page,
5035
+ "sortOrder": listExadataConfigurationsRequest.sortOrder,
5036
+ "sortBy": listExadataConfigurationsRequest.sortBy,
5037
+ "definedTagEquals": listExadataConfigurationsRequest.definedTagEquals,
5038
+ "freeformTagEquals": listExadataConfigurationsRequest.freeformTagEquals,
5039
+ "definedTagExists": listExadataConfigurationsRequest.definedTagExists,
5040
+ "freeformTagExists": listExadataConfigurationsRequest.freeformTagExists
5041
+ };
5042
+ let headerParams = {
5043
+ "Content-Type": common.Constants.APPLICATION_JSON,
5044
+ "opc-request-id": listExadataConfigurationsRequest.opcRequestId
5045
+ };
5046
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
5047
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listExadataConfigurationsRequest.retryConfiguration, specRetryConfiguration);
5048
+ if (this.logger)
5049
+ retrier.logger = this.logger;
5050
+ const request = yield oci_common_1.composeRequest({
5051
+ baseEndpoint: this._endpoint,
5052
+ defaultHeaders: this._defaultHeaders,
5053
+ path: "/exadataInsights/exadataConfigurations",
5054
+ method: "GET",
5055
+ pathParams: pathParams,
5056
+ headerParams: headerParams,
5057
+ queryParams: queryParams
5058
+ });
5059
+ try {
5060
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
5061
+ const sdkResponse = oci_common_1.composeResponse({
5062
+ responseObject: {},
5063
+ body: yield response.json(),
5064
+ bodyKey: "exadataConfigurationCollection",
5065
+ bodyModel: model.ExadataConfigurationCollection,
5066
+ type: "model.ExadataConfigurationCollection",
5067
+ responseHeaders: [
5068
+ {
5069
+ value: response.headers.get("opc-request-id"),
5070
+ key: "opcRequestId",
5071
+ dataType: "string"
5072
+ },
5073
+ {
5074
+ value: response.headers.get("opc-total-items"),
5075
+ key: "opcTotalItems",
5076
+ dataType: "number"
5077
+ },
5078
+ {
5079
+ value: response.headers.get("opc-next-page"),
5080
+ key: "opcNextPage",
5081
+ dataType: "string"
5082
+ }
5083
+ ]
5084
+ });
5085
+ return sdkResponse;
5086
+ }
5087
+ catch (err) {
5088
+ throw err;
5089
+ }
5090
+ });
5091
+ }
5092
+ /**
5093
+ * Gets a list of Exadata insights based on the query parameters specified. Either compartmentId or id query parameter must be specified.
5094
+ * When both compartmentId and compartmentIdInSubtree are specified, a list of Exadata insights in that compartment and in all sub-compartments will be returned.
5095
+ *
5096
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
5097
+ * @param ListExadataInsightsRequest
5098
+ * @return ListExadataInsightsResponse
5099
+ * @throws OciError when an error occurs
5100
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListExadataInsights.ts.html |here} to see how to use ListExadataInsights API.
5101
+ */
5102
+ listExadataInsights(listExadataInsightsRequest) {
5103
+ return __awaiter(this, void 0, void 0, function* () {
5104
+ if (this.logger)
5105
+ this.logger.debug("Calling operation OperationsInsightsClient#listExadataInsights.");
5106
+ const operationName = "listExadataInsights";
5107
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/ExadataInsights/ListExadataInsights";
5108
+ const pathParams = {};
5109
+ const queryParams = {
5110
+ "compartmentId": listExadataInsightsRequest.compartmentId,
5111
+ "enterpriseManagerBridgeId": listExadataInsightsRequest.enterpriseManagerBridgeId,
5112
+ "id": listExadataInsightsRequest.id,
5113
+ "status": listExadataInsightsRequest.status,
5114
+ "lifecycleState": listExadataInsightsRequest.lifecycleState,
5115
+ "exadataType": listExadataInsightsRequest.exadataType,
5116
+ "limit": listExadataInsightsRequest.limit,
5117
+ "page": listExadataInsightsRequest.page,
5118
+ "sortOrder": listExadataInsightsRequest.sortOrder,
5119
+ "sortBy": listExadataInsightsRequest.sortBy,
5120
+ "compartmentIdInSubtree": listExadataInsightsRequest.compartmentIdInSubtree
5121
+ };
5122
+ let headerParams = {
5123
+ "Content-Type": common.Constants.APPLICATION_JSON,
5124
+ "opc-request-id": listExadataInsightsRequest.opcRequestId
5125
+ };
5126
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
5127
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listExadataInsightsRequest.retryConfiguration, specRetryConfiguration);
5128
+ if (this.logger)
5129
+ retrier.logger = this.logger;
5130
+ const request = yield oci_common_1.composeRequest({
5131
+ baseEndpoint: this._endpoint,
5132
+ defaultHeaders: this._defaultHeaders,
5133
+ path: "/exadataInsights",
5134
+ method: "GET",
5135
+ pathParams: pathParams,
5136
+ headerParams: headerParams,
5137
+ queryParams: queryParams
5138
+ });
5139
+ try {
5140
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
5141
+ const sdkResponse = oci_common_1.composeResponse({
5142
+ responseObject: {},
5143
+ body: yield response.json(),
5144
+ bodyKey: "exadataInsightSummaryCollection",
5145
+ bodyModel: model.ExadataInsightSummaryCollection,
5146
+ type: "model.ExadataInsightSummaryCollection",
5147
+ responseHeaders: [
5148
+ {
5149
+ value: response.headers.get("opc-request-id"),
5150
+ key: "opcRequestId",
5151
+ dataType: "string"
5152
+ },
5153
+ {
5154
+ value: response.headers.get("opc-total-items"),
5155
+ key: "opcTotalItems",
5156
+ dataType: "number"
5157
+ },
5158
+ {
5159
+ value: response.headers.get("opc-next-page"),
5160
+ key: "opcNextPage",
5161
+ dataType: "string"
5162
+ }
5163
+ ]
5164
+ });
5165
+ return sdkResponse;
5166
+ }
5167
+ catch (err) {
5168
+ throw err;
5169
+ }
5170
+ });
5171
+ }
5172
+ /**
5173
+ * Gets a list of host insight configurations based on the query parameters specified. Either compartmentId or hostInsightId query parameter must be specified.
5174
+ * When both compartmentId and compartmentIdInSubtree are specified, a list of host insight configurations in that compartment and in all sub-compartments will be returned.
5175
+ *
5176
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
5177
+ * @param ListHostConfigurationsRequest
5178
+ * @return ListHostConfigurationsResponse
5179
+ * @throws OciError when an error occurs
5180
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListHostConfigurations.ts.html |here} to see how to use ListHostConfigurations API.
5181
+ */
5182
+ listHostConfigurations(listHostConfigurationsRequest) {
5183
+ return __awaiter(this, void 0, void 0, function* () {
5184
+ if (this.logger)
5185
+ this.logger.debug("Calling operation OperationsInsightsClient#listHostConfigurations.");
5186
+ const operationName = "listHostConfigurations";
5187
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/ListHostConfigurations";
5188
+ const pathParams = {};
5189
+ const queryParams = {
5190
+ "compartmentId": listHostConfigurationsRequest.compartmentId,
5191
+ "enterpriseManagerBridgeId": listHostConfigurationsRequest.enterpriseManagerBridgeId,
5192
+ "id": listHostConfigurationsRequest.id,
5193
+ "exadataInsightId": listHostConfigurationsRequest.exadataInsightId,
5194
+ "platformType": listHostConfigurationsRequest.platformType,
5195
+ "limit": listHostConfigurationsRequest.limit,
5196
+ "page": listHostConfigurationsRequest.page,
5197
+ "sortOrder": listHostConfigurationsRequest.sortOrder,
5198
+ "sortBy": listHostConfigurationsRequest.sortBy,
5199
+ "definedTagEquals": listHostConfigurationsRequest.definedTagEquals,
5200
+ "freeformTagEquals": listHostConfigurationsRequest.freeformTagEquals,
5201
+ "definedTagExists": listHostConfigurationsRequest.definedTagExists,
5202
+ "freeformTagExists": listHostConfigurationsRequest.freeformTagExists,
5203
+ "compartmentIdInSubtree": listHostConfigurationsRequest.compartmentIdInSubtree,
5204
+ "hostType": listHostConfigurationsRequest.hostType,
5205
+ "hostId": listHostConfigurationsRequest.hostId,
5206
+ "vmclusterName": listHostConfigurationsRequest.vmclusterName
5207
+ };
5208
+ let headerParams = {
5209
+ "Content-Type": common.Constants.APPLICATION_JSON,
5210
+ "opc-request-id": listHostConfigurationsRequest.opcRequestId
5211
+ };
5212
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
5213
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listHostConfigurationsRequest.retryConfiguration, specRetryConfiguration);
5214
+ if (this.logger)
5215
+ retrier.logger = this.logger;
5216
+ const request = yield oci_common_1.composeRequest({
5217
+ baseEndpoint: this._endpoint,
5218
+ defaultHeaders: this._defaultHeaders,
5219
+ path: "/hostInsights/hostConfigurations",
5220
+ method: "GET",
5221
+ pathParams: pathParams,
5222
+ headerParams: headerParams,
5223
+ queryParams: queryParams
5224
+ });
5225
+ try {
5226
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
5227
+ const sdkResponse = oci_common_1.composeResponse({
5228
+ responseObject: {},
5229
+ body: yield response.json(),
5230
+ bodyKey: "hostConfigurationCollection",
5231
+ bodyModel: model.HostConfigurationCollection,
5232
+ type: "model.HostConfigurationCollection",
5233
+ responseHeaders: [
5234
+ {
5235
+ value: response.headers.get("opc-request-id"),
5236
+ key: "opcRequestId",
5237
+ dataType: "string"
5238
+ },
5239
+ {
5240
+ value: response.headers.get("opc-total-items"),
5241
+ key: "opcTotalItems",
5242
+ dataType: "number"
5243
+ },
5244
+ {
5245
+ value: response.headers.get("opc-next-page"),
5246
+ key: "opcNextPage",
5247
+ dataType: "string"
5248
+ }
5249
+ ]
5250
+ });
5251
+ return sdkResponse;
5252
+ }
5253
+ catch (err) {
5254
+ throw err;
5255
+ }
5256
+ });
5257
+ }
5258
+ /**
5259
+ * Gets a list of host insights based on the query parameters specified. Either compartmentId or id query parameter must be specified.
5260
+ * When both compartmentId and compartmentIdInSubtree are specified, a list of host insights in that compartment and in all sub-compartments will be returned.
5261
+ *
5262
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
5263
+ * @param ListHostInsightsRequest
5264
+ * @return ListHostInsightsResponse
5265
+ * @throws OciError when an error occurs
5266
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListHostInsights.ts.html |here} to see how to use ListHostInsights API.
5267
+ */
5268
+ listHostInsights(listHostInsightsRequest) {
5269
+ return __awaiter(this, void 0, void 0, function* () {
5270
+ if (this.logger)
5271
+ this.logger.debug("Calling operation OperationsInsightsClient#listHostInsights.");
5272
+ const operationName = "listHostInsights";
5273
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/ListHostInsights";
5274
+ const pathParams = {};
5275
+ const queryParams = {
5276
+ "compartmentId": listHostInsightsRequest.compartmentId,
5277
+ "id": listHostInsightsRequest.id,
5278
+ "status": listHostInsightsRequest.status,
5279
+ "lifecycleState": listHostInsightsRequest.lifecycleState,
5280
+ "hostType": listHostInsightsRequest.hostType,
5281
+ "platformType": listHostInsightsRequest.platformType,
5282
+ "limit": listHostInsightsRequest.limit,
5283
+ "page": listHostInsightsRequest.page,
5284
+ "sortOrder": listHostInsightsRequest.sortOrder,
5285
+ "sortBy": listHostInsightsRequest.sortBy,
5286
+ "enterpriseManagerBridgeId": listHostInsightsRequest.enterpriseManagerBridgeId,
5287
+ "exadataInsightId": listHostInsightsRequest.exadataInsightId,
5288
+ "compartmentIdInSubtree": listHostInsightsRequest.compartmentIdInSubtree
5289
+ };
5290
+ let headerParams = {
5291
+ "Content-Type": common.Constants.APPLICATION_JSON,
5292
+ "opc-request-id": listHostInsightsRequest.opcRequestId
5293
+ };
5294
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
5295
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listHostInsightsRequest.retryConfiguration, specRetryConfiguration);
5296
+ if (this.logger)
5297
+ retrier.logger = this.logger;
5298
+ const request = yield oci_common_1.composeRequest({
5299
+ baseEndpoint: this._endpoint,
5300
+ defaultHeaders: this._defaultHeaders,
5301
+ path: "/hostInsights",
5302
+ method: "GET",
5303
+ pathParams: pathParams,
5304
+ headerParams: headerParams,
5305
+ queryParams: queryParams
5306
+ });
5307
+ try {
5308
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
5309
+ const sdkResponse = oci_common_1.composeResponse({
5310
+ responseObject: {},
5311
+ body: yield response.json(),
5312
+ bodyKey: "hostInsightSummaryCollection",
5313
+ bodyModel: model.HostInsightSummaryCollection,
5314
+ type: "model.HostInsightSummaryCollection",
5315
+ responseHeaders: [
5316
+ {
5317
+ value: response.headers.get("opc-request-id"),
5318
+ key: "opcRequestId",
5319
+ dataType: "string"
5320
+ },
5321
+ {
5322
+ value: response.headers.get("opc-total-items"),
5323
+ key: "opcTotalItems",
5324
+ dataType: "number"
5325
+ },
5326
+ {
5327
+ value: response.headers.get("opc-next-page"),
5328
+ key: "opcNextPage",
5329
+ dataType: "string"
5330
+ }
5331
+ ]
5332
+ });
5333
+ return sdkResponse;
5334
+ }
5335
+ catch (err) {
5336
+ throw err;
5337
+ }
5338
+ });
5339
+ }
5340
+ /**
5341
+ * Get a list of hosted entities details.
5342
+ *
5343
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
5344
+ * @param ListHostedEntitiesRequest
5345
+ * @return ListHostedEntitiesResponse
5346
+ * @throws OciError when an error occurs
5347
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListHostedEntities.ts.html |here} to see how to use ListHostedEntities API.
5348
+ */
5349
+ listHostedEntities(listHostedEntitiesRequest) {
5350
+ return __awaiter(this, void 0, void 0, function* () {
5351
+ if (this.logger)
5352
+ this.logger.debug("Calling operation OperationsInsightsClient#listHostedEntities.");
5353
+ const operationName = "listHostedEntities";
5354
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/ListHostedEntities";
5355
+ const pathParams = {};
5356
+ const queryParams = {
5357
+ "compartmentId": listHostedEntitiesRequest.compartmentId,
5358
+ "analysisTimeInterval": listHostedEntitiesRequest.analysisTimeInterval,
5359
+ "timeIntervalStart": listHostedEntitiesRequest.timeIntervalStart,
5360
+ "timeIntervalEnd": listHostedEntitiesRequest.timeIntervalEnd,
5361
+ "platformType": listHostedEntitiesRequest.platformType,
5362
+ "id": listHostedEntitiesRequest.id,
5363
+ "exadataInsightId": listHostedEntitiesRequest.exadataInsightId,
5364
+ "limit": listHostedEntitiesRequest.limit,
5365
+ "page": listHostedEntitiesRequest.page,
5366
+ "sortOrder": listHostedEntitiesRequest.sortOrder,
5367
+ "sortBy": listHostedEntitiesRequest.sortBy,
5368
+ "hostType": listHostedEntitiesRequest.hostType,
5369
+ "hostId": listHostedEntitiesRequest.hostId
5370
+ };
5371
+ let headerParams = {
5372
+ "Content-Type": common.Constants.APPLICATION_JSON,
5373
+ "opc-request-id": listHostedEntitiesRequest.opcRequestId
5374
+ };
5375
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
5376
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listHostedEntitiesRequest.retryConfiguration, specRetryConfiguration);
5377
+ if (this.logger)
5378
+ retrier.logger = this.logger;
5379
+ const request = yield oci_common_1.composeRequest({
5380
+ baseEndpoint: this._endpoint,
5381
+ defaultHeaders: this._defaultHeaders,
5382
+ path: "/hostInsights/hostedEntities",
5383
+ method: "GET",
5384
+ pathParams: pathParams,
5385
+ headerParams: headerParams,
5386
+ queryParams: queryParams
5387
+ });
5388
+ try {
5389
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
5390
+ const sdkResponse = oci_common_1.composeResponse({
5391
+ responseObject: {},
5392
+ body: yield response.json(),
5393
+ bodyKey: "hostedEntityCollection",
5394
+ bodyModel: model.HostedEntityCollection,
5395
+ type: "model.HostedEntityCollection",
5396
+ responseHeaders: [
5397
+ {
5398
+ value: response.headers.get("opc-request-id"),
5399
+ key: "opcRequestId",
5400
+ dataType: "string"
5401
+ },
5402
+ {
5403
+ value: response.headers.get("opc-next-page"),
5404
+ key: "opcNextPage",
5405
+ dataType: "string"
5406
+ }
5407
+ ]
5408
+ });
5409
+ return sdkResponse;
5410
+ }
5411
+ catch (err) {
5412
+ throw err;
5413
+ }
5414
+ });
5415
+ }
5416
+ /**
5417
+ * Gets a list of agent entities available to add a new hostInsight. An agent entity is \"available\"
5418
+ * and will be shown if all the following conditions are true:
5419
+ * 1. The agent OCID is not already being used for an existing hostInsight.
5420
+ * 2. The agent availabilityStatus = 'ACTIVE'
5421
+ * 3. The agent lifecycleState = 'ACTIVE'
5422
+ *
5423
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
5424
+ * @param ListImportableAgentEntitiesRequest
5425
+ * @return ListImportableAgentEntitiesResponse
5426
+ * @throws OciError when an error occurs
5427
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListImportableAgentEntities.ts.html |here} to see how to use ListImportableAgentEntities API.
5428
+ */
5429
+ listImportableAgentEntities(listImportableAgentEntitiesRequest) {
5430
+ return __awaiter(this, void 0, void 0, function* () {
5431
+ if (this.logger)
5432
+ this.logger.debug("Calling operation OperationsInsightsClient#listImportableAgentEntities.");
5433
+ const operationName = "listImportableAgentEntities";
5434
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/ListImportableAgentEntities";
5435
+ const pathParams = {};
5436
+ const queryParams = {
5437
+ "compartmentId": listImportableAgentEntitiesRequest.compartmentId,
5438
+ "limit": listImportableAgentEntitiesRequest.limit,
5439
+ "page": listImportableAgentEntitiesRequest.page,
5440
+ "sortOrder": listImportableAgentEntitiesRequest.sortOrder,
5441
+ "sortBy": listImportableAgentEntitiesRequest.sortBy
5442
+ };
5443
+ let headerParams = {
5444
+ "Content-Type": common.Constants.APPLICATION_JSON,
5445
+ "opc-request-id": listImportableAgentEntitiesRequest.opcRequestId
5446
+ };
5447
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
5448
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listImportableAgentEntitiesRequest.retryConfiguration, specRetryConfiguration);
5449
+ if (this.logger)
5450
+ retrier.logger = this.logger;
5451
+ const request = yield oci_common_1.composeRequest({
5452
+ baseEndpoint: this._endpoint,
5453
+ defaultHeaders: this._defaultHeaders,
5454
+ path: "/importableAgentEntities",
5455
+ method: "GET",
5456
+ pathParams: pathParams,
5457
+ headerParams: headerParams,
5458
+ queryParams: queryParams
5459
+ });
5460
+ try {
5461
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
5462
+ const sdkResponse = oci_common_1.composeResponse({
5463
+ responseObject: {},
5464
+ body: yield response.json(),
5465
+ bodyKey: "importableAgentEntitySummaryCollection",
5466
+ bodyModel: model.ImportableAgentEntitySummaryCollection,
5467
+ type: "model.ImportableAgentEntitySummaryCollection",
5468
+ responseHeaders: [
5469
+ {
5470
+ value: response.headers.get("opc-request-id"),
5471
+ key: "opcRequestId",
5472
+ dataType: "string"
5473
+ },
5474
+ {
5475
+ value: response.headers.get("opc-next-page"),
5476
+ key: "opcNextPage",
5477
+ dataType: "string"
5478
+ }
5479
+ ]
5480
+ });
5481
+ return sdkResponse;
5482
+ }
5483
+ catch (err) {
5484
+ throw err;
5485
+ }
5486
+ });
5487
+ }
5488
+ /**
5489
+ * Gets a list of available compute intances running cloud agent to add a new hostInsight. An Compute entity is \"available\"
5490
+ * and will be shown if all the following conditions are true:
5491
+ * 1. Compute is running OCA
5492
+ * 2. OCI Management Agent is not enabled or If OCI Management Agent is enabled
5493
+ * 2.1 The agent OCID is not already being used for an existing hostInsight.
5494
+ * 2.2 The agent availabilityStatus = 'ACTIVE'
5495
+ * 2.3 The agent lifecycleState = 'ACTIVE'
5496
+ *
5497
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
5498
+ * @param ListImportableComputeEntitiesRequest
5499
+ * @return ListImportableComputeEntitiesResponse
5500
+ * @throws OciError when an error occurs
5501
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListImportableComputeEntities.ts.html |here} to see how to use ListImportableComputeEntities API.
5502
+ */
5503
+ listImportableComputeEntities(listImportableComputeEntitiesRequest) {
5504
+ return __awaiter(this, void 0, void 0, function* () {
5505
+ if (this.logger)
5506
+ this.logger.debug("Calling operation OperationsInsightsClient#listImportableComputeEntities.");
5507
+ const operationName = "listImportableComputeEntities";
5508
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/ListImportableComputeEntities";
5509
+ const pathParams = {};
5510
+ const queryParams = {
5511
+ "compartmentId": listImportableComputeEntitiesRequest.compartmentId,
5512
+ "limit": listImportableComputeEntitiesRequest.limit,
5513
+ "page": listImportableComputeEntitiesRequest.page,
5514
+ "sortOrder": listImportableComputeEntitiesRequest.sortOrder,
5515
+ "sortBy": listImportableComputeEntitiesRequest.sortBy
5516
+ };
5517
+ let headerParams = {
5518
+ "Content-Type": common.Constants.APPLICATION_JSON,
5519
+ "opc-request-id": listImportableComputeEntitiesRequest.opcRequestId
5520
+ };
5521
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
5522
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listImportableComputeEntitiesRequest.retryConfiguration, specRetryConfiguration);
5523
+ if (this.logger)
5524
+ retrier.logger = this.logger;
5525
+ const request = yield oci_common_1.composeRequest({
5526
+ baseEndpoint: this._endpoint,
5527
+ defaultHeaders: this._defaultHeaders,
5528
+ path: "/importableComputeEntities",
5529
+ method: "GET",
5530
+ pathParams: pathParams,
5531
+ headerParams: headerParams,
5532
+ queryParams: queryParams
5533
+ });
5534
+ try {
5535
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
5536
+ const sdkResponse = oci_common_1.composeResponse({
5537
+ responseObject: {},
5538
+ body: yield response.json(),
5539
+ bodyKey: "importableComputeEntitySummaryCollection",
5540
+ bodyModel: model.ImportableComputeEntitySummaryCollection,
5541
+ type: "model.ImportableComputeEntitySummaryCollection",
5542
+ responseHeaders: [
5543
+ {
5544
+ value: response.headers.get("opc-request-id"),
5545
+ key: "opcRequestId",
5546
+ dataType: "string"
5547
+ },
5548
+ {
5549
+ value: response.headers.get("opc-next-page"),
5550
+ key: "opcNextPage",
5551
+ dataType: "string"
5552
+ }
5553
+ ]
5554
+ });
5555
+ return sdkResponse;
5556
+ }
5557
+ catch (err) {
5558
+ throw err;
5559
+ }
5560
+ });
5561
+ }
5562
+ /**
5563
+ * Gets a list of importable entities for an Operations Insights Enterprise Manager bridge that have not been imported before.
5564
+ *
5565
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
5566
+ * @param ListImportableEnterpriseManagerEntitiesRequest
5567
+ * @return ListImportableEnterpriseManagerEntitiesResponse
5568
+ * @throws OciError when an error occurs
5569
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListImportableEnterpriseManagerEntities.ts.html |here} to see how to use ListImportableEnterpriseManagerEntities API.
5570
+ */
5571
+ listImportableEnterpriseManagerEntities(listImportableEnterpriseManagerEntitiesRequest) {
5572
+ return __awaiter(this, void 0, void 0, function* () {
5573
+ if (this.logger)
5574
+ this.logger.debug("Calling operation OperationsInsightsClient#listImportableEnterpriseManagerEntities.");
5575
+ const operationName = "listImportableEnterpriseManagerEntities";
5576
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/EnterpriseManagerBridges/ListImportableEnterpriseManagerEntities";
5577
+ const pathParams = {
5578
+ "{enterpriseManagerBridgeId}": listImportableEnterpriseManagerEntitiesRequest.enterpriseManagerBridgeId
5579
+ };
5580
+ const queryParams = {
5581
+ "limit": listImportableEnterpriseManagerEntitiesRequest.limit,
5582
+ "page": listImportableEnterpriseManagerEntitiesRequest.page,
5583
+ "enterpriseManagerEntityType": listImportableEnterpriseManagerEntitiesRequest.enterpriseManagerEntityType,
5584
+ "enterpriseManagerIdentifier": listImportableEnterpriseManagerEntitiesRequest.enterpriseManagerIdentifier,
5585
+ "enterpriseManagerParentEntityIdentifier": listImportableEnterpriseManagerEntitiesRequest.enterpriseManagerParentEntityIdentifier
5586
+ };
5587
+ let headerParams = {
5588
+ "Content-Type": common.Constants.APPLICATION_JSON,
5589
+ "opc-request-id": listImportableEnterpriseManagerEntitiesRequest.opcRequestId
5590
+ };
5591
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
5592
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listImportableEnterpriseManagerEntitiesRequest.retryConfiguration, specRetryConfiguration);
5593
+ if (this.logger)
5594
+ retrier.logger = this.logger;
5595
+ const request = yield oci_common_1.composeRequest({
5596
+ baseEndpoint: this._endpoint,
5597
+ defaultHeaders: this._defaultHeaders,
5598
+ path: "/enterpriseManagerBridges/{enterpriseManagerBridgeId}/importableEnterpriseManagerEntities",
5599
+ method: "GET",
5600
+ pathParams: pathParams,
5601
+ headerParams: headerParams,
5602
+ queryParams: queryParams
5603
+ });
5604
+ try {
5605
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
5606
+ const sdkResponse = oci_common_1.composeResponse({
5607
+ responseObject: {},
5608
+ body: yield response.json(),
5609
+ bodyKey: "importableEnterpriseManagerEntityCollection",
5610
+ bodyModel: model.ImportableEnterpriseManagerEntityCollection,
5611
+ type: "model.ImportableEnterpriseManagerEntityCollection",
5612
+ responseHeaders: [
5613
+ {
5614
+ value: response.headers.get("opc-request-id"),
5615
+ key: "opcRequestId",
5616
+ dataType: "string"
5617
+ },
5618
+ {
5619
+ value: response.headers.get("opc-next-page"),
5620
+ key: "opcNextPage",
5621
+ dataType: "string"
5622
+ }
5623
+ ]
5624
+ });
5625
+ return sdkResponse;
5626
+ }
5627
+ catch (err) {
5628
+ throw err;
5629
+ }
5630
+ });
5631
+ }
5632
+ /**
5633
+ * Gets a list of Operation Insights private endpoints.
5634
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
5635
+ * @param ListOperationsInsightsPrivateEndpointsRequest
5636
+ * @return ListOperationsInsightsPrivateEndpointsResponse
5637
+ * @throws OciError when an error occurs
5638
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListOperationsInsightsPrivateEndpoints.ts.html |here} to see how to use ListOperationsInsightsPrivateEndpoints API.
5639
+ */
5640
+ listOperationsInsightsPrivateEndpoints(listOperationsInsightsPrivateEndpointsRequest) {
5641
+ return __awaiter(this, void 0, void 0, function* () {
5642
+ if (this.logger)
5643
+ this.logger.debug("Calling operation OperationsInsightsClient#listOperationsInsightsPrivateEndpoints.");
5644
+ const operationName = "listOperationsInsightsPrivateEndpoints";
5645
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OperationsInsightsPrivateEndpoint/ListOperationsInsightsPrivateEndpoints";
5646
+ const pathParams = {};
5647
+ const queryParams = {
5648
+ "compartmentId": listOperationsInsightsPrivateEndpointsRequest.compartmentId,
5649
+ "displayName": listOperationsInsightsPrivateEndpointsRequest.displayName,
5650
+ "opsiPrivateEndpointId": listOperationsInsightsPrivateEndpointsRequest.opsiPrivateEndpointId,
5651
+ "isUsedForRacDbs": listOperationsInsightsPrivateEndpointsRequest.isUsedForRacDbs,
5652
+ "vcnId": listOperationsInsightsPrivateEndpointsRequest.vcnId,
5653
+ "lifecycleState": listOperationsInsightsPrivateEndpointsRequest.lifecycleState,
5654
+ "limit": listOperationsInsightsPrivateEndpointsRequest.limit,
5655
+ "page": listOperationsInsightsPrivateEndpointsRequest.page,
5656
+ "sortOrder": listOperationsInsightsPrivateEndpointsRequest.sortOrder,
5657
+ "sortBy": listOperationsInsightsPrivateEndpointsRequest.sortBy,
5658
+ "compartmentIdInSubtree": listOperationsInsightsPrivateEndpointsRequest.compartmentIdInSubtree
5659
+ };
5660
+ let headerParams = {
5661
+ "Content-Type": common.Constants.APPLICATION_JSON,
5662
+ "opc-request-id": listOperationsInsightsPrivateEndpointsRequest.opcRequestId
5663
+ };
5664
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
5665
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listOperationsInsightsPrivateEndpointsRequest.retryConfiguration, specRetryConfiguration);
5666
+ if (this.logger)
5667
+ retrier.logger = this.logger;
5668
+ const request = yield oci_common_1.composeRequest({
5669
+ baseEndpoint: this._endpoint,
5670
+ defaultHeaders: this._defaultHeaders,
5671
+ path: "/operationsInsightsPrivateEndpoints",
5672
+ method: "GET",
5673
+ pathParams: pathParams,
5674
+ headerParams: headerParams,
5675
+ queryParams: queryParams
5676
+ });
5677
+ try {
5678
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
5679
+ const sdkResponse = oci_common_1.composeResponse({
5680
+ responseObject: {},
5681
+ body: yield response.json(),
5682
+ bodyKey: "operationsInsightsPrivateEndpointCollection",
5683
+ bodyModel: model.OperationsInsightsPrivateEndpointCollection,
5684
+ type: "model.OperationsInsightsPrivateEndpointCollection",
5685
+ responseHeaders: [
5686
+ {
5687
+ value: response.headers.get("opc-request-id"),
5688
+ key: "opcRequestId",
5689
+ dataType: "string"
5690
+ },
5691
+ {
5692
+ value: response.headers.get("opc-next-page"),
5693
+ key: "opcNextPage",
5694
+ dataType: "string"
5695
+ }
5696
+ ]
5697
+ });
5698
+ return sdkResponse;
5699
+ }
5700
+ catch (err) {
5701
+ throw err;
5702
+ }
5703
+ });
5704
+ }
5705
+ /**
5706
+ * Gets a list of Operations Insights Warehouse users. Either compartmentId or id must be specified. All these resources are expected to be in root compartment.
5707
+ *
5708
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
5709
+ * @param ListOperationsInsightsWarehouseUsersRequest
5710
+ * @return ListOperationsInsightsWarehouseUsersResponse
4790
5711
  * @throws OciError when an error occurs
4791
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/ListHostedEntities.ts.html |here} to see how to use ListHostedEntities API.
5712
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListOperationsInsightsWarehouseUsers.ts.html |here} to see how to use ListOperationsInsightsWarehouseUsers API.
4792
5713
  */
4793
- listHostedEntities(listHostedEntitiesRequest) {
5714
+ listOperationsInsightsWarehouseUsers(listOperationsInsightsWarehouseUsersRequest) {
4794
5715
  return __awaiter(this, void 0, void 0, function* () {
4795
5716
  if (this.logger)
4796
- this.logger.debug("Calling operation OperationsInsightsClient#listHostedEntities.");
4797
- const operationName = "listHostedEntities";
4798
- const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/ListHostedEntities";
5717
+ this.logger.debug("Calling operation OperationsInsightsClient#listOperationsInsightsWarehouseUsers.");
5718
+ const operationName = "listOperationsInsightsWarehouseUsers";
5719
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OperationsInsightsWarehouseUsers/ListOperationsInsightsWarehouseUsers";
4799
5720
  const pathParams = {};
4800
5721
  const queryParams = {
4801
- "compartmentId": listHostedEntitiesRequest.compartmentId,
4802
- "analysisTimeInterval": listHostedEntitiesRequest.analysisTimeInterval,
4803
- "timeIntervalStart": listHostedEntitiesRequest.timeIntervalStart,
4804
- "timeIntervalEnd": listHostedEntitiesRequest.timeIntervalEnd,
4805
- "platformType": listHostedEntitiesRequest.platformType,
4806
- "id": listHostedEntitiesRequest.id,
4807
- "exadataInsightId": listHostedEntitiesRequest.exadataInsightId,
4808
- "limit": listHostedEntitiesRequest.limit,
4809
- "page": listHostedEntitiesRequest.page,
4810
- "sortOrder": listHostedEntitiesRequest.sortOrder,
4811
- "sortBy": listHostedEntitiesRequest.sortBy,
4812
- "hostType": listHostedEntitiesRequest.hostType,
4813
- "hostId": listHostedEntitiesRequest.hostId
5722
+ "compartmentId": listOperationsInsightsWarehouseUsersRequest.compartmentId,
5723
+ "displayName": listOperationsInsightsWarehouseUsersRequest.displayName,
5724
+ "id": listOperationsInsightsWarehouseUsersRequest.id,
5725
+ "operationsInsightsWarehouseId": listOperationsInsightsWarehouseUsersRequest.operationsInsightsWarehouseId,
5726
+ "lifecycleState": listOperationsInsightsWarehouseUsersRequest.lifecycleState,
5727
+ "limit": listOperationsInsightsWarehouseUsersRequest.limit,
5728
+ "page": listOperationsInsightsWarehouseUsersRequest.page,
5729
+ "sortOrder": listOperationsInsightsWarehouseUsersRequest.sortOrder,
5730
+ "sortBy": listOperationsInsightsWarehouseUsersRequest.sortBy
4814
5731
  };
4815
5732
  let headerParams = {
4816
5733
  "Content-Type": common.Constants.APPLICATION_JSON,
4817
- "opc-request-id": listHostedEntitiesRequest.opcRequestId
5734
+ "opc-request-id": listOperationsInsightsWarehouseUsersRequest.opcRequestId
4818
5735
  };
4819
5736
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
4820
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listHostedEntitiesRequest.retryConfiguration, specRetryConfiguration);
5737
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listOperationsInsightsWarehouseUsersRequest.retryConfiguration, specRetryConfiguration);
4821
5738
  if (this.logger)
4822
5739
  retrier.logger = this.logger;
4823
5740
  const request = yield oci_common_1.composeRequest({
4824
5741
  baseEndpoint: this._endpoint,
4825
5742
  defaultHeaders: this._defaultHeaders,
4826
- path: "/hostInsights/hostedEntities",
5743
+ path: "/operationsInsightsWarehouseUsers",
4827
5744
  method: "GET",
4828
5745
  pathParams: pathParams,
4829
5746
  headerParams: headerParams,
@@ -4834,9 +5751,9 @@ class OperationsInsightsClient {
4834
5751
  const sdkResponse = oci_common_1.composeResponse({
4835
5752
  responseObject: {},
4836
5753
  body: yield response.json(),
4837
- bodyKey: "hostedEntityCollection",
4838
- bodyModel: model.HostedEntityCollection,
4839
- type: "model.HostedEntityCollection",
5754
+ bodyKey: "operationsInsightsWarehouseUserSummaryCollection",
5755
+ bodyModel: model.OperationsInsightsWarehouseUserSummaryCollection,
5756
+ type: "model.OperationsInsightsWarehouseUserSummaryCollection",
4840
5757
  responseHeaders: [
4841
5758
  {
4842
5759
  value: response.headers.get("opc-request-id"),
@@ -4858,44 +5775,44 @@ class OperationsInsightsClient {
4858
5775
  });
4859
5776
  }
4860
5777
  /**
4861
- * Gets a list of agent entities available to add a new hostInsight. An agent entity is \"available\"
4862
- * and will be shown if all the following conditions are true:
4863
- * 1. The agent OCID is not already being used for an existing hostInsight.
4864
- * 2. The agent availabilityStatus = 'ACTIVE'
4865
- * 3. The agent lifecycleState = 'ACTIVE'
5778
+ * Gets a list of Operations Insights warehouses. Either compartmentId or id must be specified.
5779
+ * There is only expected to be 1 warehouse per tenant. The warehouse is expected to be in the root compartment.
4866
5780
  *
4867
5781
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
4868
- * @param ListImportableAgentEntitiesRequest
4869
- * @return ListImportableAgentEntitiesResponse
5782
+ * @param ListOperationsInsightsWarehousesRequest
5783
+ * @return ListOperationsInsightsWarehousesResponse
4870
5784
  * @throws OciError when an error occurs
4871
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/ListImportableAgentEntities.ts.html |here} to see how to use ListImportableAgentEntities API.
5785
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListOperationsInsightsWarehouses.ts.html |here} to see how to use ListOperationsInsightsWarehouses API.
4872
5786
  */
4873
- listImportableAgentEntities(listImportableAgentEntitiesRequest) {
5787
+ listOperationsInsightsWarehouses(listOperationsInsightsWarehousesRequest) {
4874
5788
  return __awaiter(this, void 0, void 0, function* () {
4875
5789
  if (this.logger)
4876
- this.logger.debug("Calling operation OperationsInsightsClient#listImportableAgentEntities.");
4877
- const operationName = "listImportableAgentEntities";
4878
- const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/ListImportableAgentEntities";
5790
+ this.logger.debug("Calling operation OperationsInsightsClient#listOperationsInsightsWarehouses.");
5791
+ const operationName = "listOperationsInsightsWarehouses";
5792
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OperationsInsightsWarehouses/ListOperationsInsightsWarehouses";
4879
5793
  const pathParams = {};
4880
5794
  const queryParams = {
4881
- "compartmentId": listImportableAgentEntitiesRequest.compartmentId,
4882
- "limit": listImportableAgentEntitiesRequest.limit,
4883
- "page": listImportableAgentEntitiesRequest.page,
4884
- "sortOrder": listImportableAgentEntitiesRequest.sortOrder,
4885
- "sortBy": listImportableAgentEntitiesRequest.sortBy
5795
+ "compartmentId": listOperationsInsightsWarehousesRequest.compartmentId,
5796
+ "displayName": listOperationsInsightsWarehousesRequest.displayName,
5797
+ "id": listOperationsInsightsWarehousesRequest.id,
5798
+ "lifecycleState": listOperationsInsightsWarehousesRequest.lifecycleState,
5799
+ "limit": listOperationsInsightsWarehousesRequest.limit,
5800
+ "page": listOperationsInsightsWarehousesRequest.page,
5801
+ "sortOrder": listOperationsInsightsWarehousesRequest.sortOrder,
5802
+ "sortBy": listOperationsInsightsWarehousesRequest.sortBy
4886
5803
  };
4887
5804
  let headerParams = {
4888
5805
  "Content-Type": common.Constants.APPLICATION_JSON,
4889
- "opc-request-id": listImportableAgentEntitiesRequest.opcRequestId
5806
+ "opc-request-id": listOperationsInsightsWarehousesRequest.opcRequestId
4890
5807
  };
4891
5808
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
4892
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listImportableAgentEntitiesRequest.retryConfiguration, specRetryConfiguration);
5809
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listOperationsInsightsWarehousesRequest.retryConfiguration, specRetryConfiguration);
4893
5810
  if (this.logger)
4894
5811
  retrier.logger = this.logger;
4895
5812
  const request = yield oci_common_1.composeRequest({
4896
5813
  baseEndpoint: this._endpoint,
4897
5814
  defaultHeaders: this._defaultHeaders,
4898
- path: "/importableAgentEntities",
5815
+ path: "/operationsInsightsWarehouses",
4899
5816
  method: "GET",
4900
5817
  pathParams: pathParams,
4901
5818
  headerParams: headerParams,
@@ -4906,9 +5823,9 @@ class OperationsInsightsClient {
4906
5823
  const sdkResponse = oci_common_1.composeResponse({
4907
5824
  responseObject: {},
4908
5825
  body: yield response.json(),
4909
- bodyKey: "importableAgentEntitySummaryCollection",
4910
- bodyModel: model.ImportableAgentEntitySummaryCollection,
4911
- type: "model.ImportableAgentEntitySummaryCollection",
5826
+ bodyKey: "operationsInsightsWarehouseSummaryCollection",
5827
+ bodyModel: model.OperationsInsightsWarehouseSummaryCollection,
5828
+ type: "model.OperationsInsightsWarehouseSummaryCollection",
4912
5829
  responseHeaders: [
4913
5830
  {
4914
5831
  value: response.headers.get("opc-request-id"),
@@ -4930,46 +5847,43 @@ class OperationsInsightsClient {
4930
5847
  });
4931
5848
  }
4932
5849
  /**
4933
- * Gets a list of available compute intances running cloud agent to add a new hostInsight. An Compute entity is \"available\"
4934
- * and will be shown if all the following conditions are true:
4935
- * 1. Compute is running OCA
4936
- * 2. OCI Management Agent is not enabled or If OCI Management Agent is enabled
4937
- * 2.1 The agent OCID is not already being used for an existing hostInsight.
4938
- * 2.2 The agent availabilityStatus = 'ACTIVE'
4939
- * 2.3 The agent lifecycleState = 'ACTIVE'
5850
+ * Gets a list of OPSI configuration resources based on the query parameters specified.
4940
5851
  *
4941
5852
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
4942
- * @param ListImportableComputeEntitiesRequest
4943
- * @return ListImportableComputeEntitiesResponse
5853
+ * @param ListOpsiConfigurationsRequest
5854
+ * @return ListOpsiConfigurationsResponse
4944
5855
  * @throws OciError when an error occurs
4945
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/ListImportableComputeEntities.ts.html |here} to see how to use ListImportableComputeEntities API.
5856
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListOpsiConfigurations.ts.html |here} to see how to use ListOpsiConfigurations API.
4946
5857
  */
4947
- listImportableComputeEntities(listImportableComputeEntitiesRequest) {
5858
+ listOpsiConfigurations(listOpsiConfigurationsRequest) {
4948
5859
  return __awaiter(this, void 0, void 0, function* () {
4949
5860
  if (this.logger)
4950
- this.logger.debug("Calling operation OperationsInsightsClient#listImportableComputeEntities.");
4951
- const operationName = "listImportableComputeEntities";
4952
- const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/ListImportableComputeEntities";
5861
+ this.logger.debug("Calling operation OperationsInsightsClient#listOpsiConfigurations.");
5862
+ const operationName = "listOpsiConfigurations";
5863
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OpsiConfigurations/ListOpsiConfigurations";
4953
5864
  const pathParams = {};
4954
5865
  const queryParams = {
4955
- "compartmentId": listImportableComputeEntitiesRequest.compartmentId,
4956
- "limit": listImportableComputeEntitiesRequest.limit,
4957
- "page": listImportableComputeEntitiesRequest.page,
4958
- "sortOrder": listImportableComputeEntitiesRequest.sortOrder,
4959
- "sortBy": listImportableComputeEntitiesRequest.sortBy
5866
+ "compartmentId": listOpsiConfigurationsRequest.compartmentId,
5867
+ "displayName": listOpsiConfigurationsRequest.displayName,
5868
+ "lifecycleState": listOpsiConfigurationsRequest.lifecycleState,
5869
+ "opsiConfigType": listOpsiConfigurationsRequest.opsiConfigType,
5870
+ "limit": listOpsiConfigurationsRequest.limit,
5871
+ "page": listOpsiConfigurationsRequest.page,
5872
+ "sortOrder": listOpsiConfigurationsRequest.sortOrder,
5873
+ "sortBy": listOpsiConfigurationsRequest.sortBy
4960
5874
  };
4961
5875
  let headerParams = {
4962
5876
  "Content-Type": common.Constants.APPLICATION_JSON,
4963
- "opc-request-id": listImportableComputeEntitiesRequest.opcRequestId
5877
+ "opc-request-id": listOpsiConfigurationsRequest.opcRequestId
4964
5878
  };
4965
5879
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
4966
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listImportableComputeEntitiesRequest.retryConfiguration, specRetryConfiguration);
5880
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listOpsiConfigurationsRequest.retryConfiguration, specRetryConfiguration);
4967
5881
  if (this.logger)
4968
5882
  retrier.logger = this.logger;
4969
5883
  const request = yield oci_common_1.composeRequest({
4970
5884
  baseEndpoint: this._endpoint,
4971
5885
  defaultHeaders: this._defaultHeaders,
4972
- path: "/importableComputeEntities",
5886
+ path: "/opsiConfigurations",
4973
5887
  method: "GET",
4974
5888
  pathParams: pathParams,
4975
5889
  headerParams: headerParams,
@@ -4980,9 +5894,9 @@ class OperationsInsightsClient {
4980
5894
  const sdkResponse = oci_common_1.composeResponse({
4981
5895
  responseObject: {},
4982
5896
  body: yield response.json(),
4983
- bodyKey: "importableComputeEntitySummaryCollection",
4984
- bodyModel: model.ImportableComputeEntitySummaryCollection,
4985
- type: "model.ImportableComputeEntitySummaryCollection",
5897
+ bodyKey: "opsiConfigurationsCollection",
5898
+ bodyModel: model.OpsiConfigurationsCollection,
5899
+ type: "model.OpsiConfigurationsCollection",
4986
5900
  responseHeaders: [
4987
5901
  {
4988
5902
  value: response.headers.get("opc-request-id"),
@@ -5004,42 +5918,112 @@ class OperationsInsightsClient {
5004
5918
  });
5005
5919
  }
5006
5920
  /**
5007
- * Gets a list of importable entities for an Operations Insights Enterprise Manager bridge that have not been imported before.
5921
+ * Gets a list of OPSI data objects based on the query parameters specified. CompartmentId id query parameter must be specified.
5008
5922
  *
5009
5923
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
5010
- * @param ListImportableEnterpriseManagerEntitiesRequest
5011
- * @return ListImportableEnterpriseManagerEntitiesResponse
5924
+ * @param ListOpsiDataObjectsRequest
5925
+ * @return ListOpsiDataObjectsResponse
5012
5926
  * @throws OciError when an error occurs
5013
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/ListImportableEnterpriseManagerEntities.ts.html |here} to see how to use ListImportableEnterpriseManagerEntities API.
5927
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListOpsiDataObjects.ts.html |here} to see how to use ListOpsiDataObjects API.
5014
5928
  */
5015
- listImportableEnterpriseManagerEntities(listImportableEnterpriseManagerEntitiesRequest) {
5929
+ listOpsiDataObjects(listOpsiDataObjectsRequest) {
5016
5930
  return __awaiter(this, void 0, void 0, function* () {
5017
5931
  if (this.logger)
5018
- this.logger.debug("Calling operation OperationsInsightsClient#listImportableEnterpriseManagerEntities.");
5019
- const operationName = "listImportableEnterpriseManagerEntities";
5020
- const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/EnterpriseManagerBridges/ListImportableEnterpriseManagerEntities";
5021
- const pathParams = {
5022
- "{enterpriseManagerBridgeId}": listImportableEnterpriseManagerEntitiesRequest.enterpriseManagerBridgeId
5932
+ this.logger.debug("Calling operation OperationsInsightsClient#listOpsiDataObjects.");
5933
+ const operationName = "listOpsiDataObjects";
5934
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OpsiDataObjects/ListOpsiDataObjects";
5935
+ const pathParams = {};
5936
+ const queryParams = {
5937
+ "compartmentId": listOpsiDataObjectsRequest.compartmentId,
5938
+ "dataObjectType": listOpsiDataObjectsRequest.dataObjectType,
5939
+ "displayName": listOpsiDataObjectsRequest.displayName,
5940
+ "limit": listOpsiDataObjectsRequest.limit,
5941
+ "page": listOpsiDataObjectsRequest.page,
5942
+ "sortOrder": listOpsiDataObjectsRequest.sortOrder,
5943
+ "sortBy": listOpsiDataObjectsRequest.sortBy
5944
+ };
5945
+ let headerParams = {
5946
+ "Content-Type": common.Constants.APPLICATION_JSON,
5947
+ "opc-request-id": listOpsiDataObjectsRequest.opcRequestId
5023
5948
  };
5949
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
5950
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listOpsiDataObjectsRequest.retryConfiguration, specRetryConfiguration);
5951
+ if (this.logger)
5952
+ retrier.logger = this.logger;
5953
+ const request = yield oci_common_1.composeRequest({
5954
+ baseEndpoint: this._endpoint,
5955
+ defaultHeaders: this._defaultHeaders,
5956
+ path: "/opsiDataObjects",
5957
+ method: "GET",
5958
+ pathParams: pathParams,
5959
+ headerParams: headerParams,
5960
+ queryParams: queryParams
5961
+ });
5962
+ try {
5963
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
5964
+ const sdkResponse = oci_common_1.composeResponse({
5965
+ responseObject: {},
5966
+ body: yield response.json(),
5967
+ bodyKey: "opsiDataObjectsCollection",
5968
+ bodyModel: model.OpsiDataObjectsCollection,
5969
+ type: "model.OpsiDataObjectsCollection",
5970
+ responseHeaders: [
5971
+ {
5972
+ value: response.headers.get("opc-request-id"),
5973
+ key: "opcRequestId",
5974
+ dataType: "string"
5975
+ },
5976
+ {
5977
+ value: response.headers.get("opc-next-page"),
5978
+ key: "opcNextPage",
5979
+ dataType: "string"
5980
+ }
5981
+ ]
5982
+ });
5983
+ return sdkResponse;
5984
+ }
5985
+ catch (err) {
5986
+ throw err;
5987
+ }
5988
+ });
5989
+ }
5990
+ /**
5991
+ * Query SQL Warehouse to list the plan xml for a given SQL execution plan. This returns a SqlPlanCollection object, but is currently limited to a single plan.
5992
+ * Either databaseId or id must be specified.
5993
+ *
5994
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
5995
+ * @param ListSqlPlansRequest
5996
+ * @return ListSqlPlansResponse
5997
+ * @throws OciError when an error occurs
5998
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListSqlPlans.ts.html |here} to see how to use ListSqlPlans API.
5999
+ */
6000
+ listSqlPlans(listSqlPlansRequest) {
6001
+ return __awaiter(this, void 0, void 0, function* () {
6002
+ if (this.logger)
6003
+ this.logger.debug("Calling operation OperationsInsightsClient#listSqlPlans.");
6004
+ const operationName = "listSqlPlans";
6005
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/ListSqlPlans";
6006
+ const pathParams = {};
5024
6007
  const queryParams = {
5025
- "limit": listImportableEnterpriseManagerEntitiesRequest.limit,
5026
- "page": listImportableEnterpriseManagerEntitiesRequest.page,
5027
- "enterpriseManagerEntityType": listImportableEnterpriseManagerEntitiesRequest.enterpriseManagerEntityType,
5028
- "enterpriseManagerIdentifier": listImportableEnterpriseManagerEntitiesRequest.enterpriseManagerIdentifier,
5029
- "enterpriseManagerParentEntityIdentifier": listImportableEnterpriseManagerEntitiesRequest.enterpriseManagerParentEntityIdentifier
6008
+ "compartmentId": listSqlPlansRequest.compartmentId,
6009
+ "databaseId": listSqlPlansRequest.databaseId,
6010
+ "id": listSqlPlansRequest.id,
6011
+ "sqlIdentifier": listSqlPlansRequest.sqlIdentifier,
6012
+ "planHash": listSqlPlansRequest.planHash,
6013
+ "page": listSqlPlansRequest.page
5030
6014
  };
5031
6015
  let headerParams = {
5032
6016
  "Content-Type": common.Constants.APPLICATION_JSON,
5033
- "opc-request-id": listImportableEnterpriseManagerEntitiesRequest.opcRequestId
6017
+ "opc-request-id": listSqlPlansRequest.opcRequestId
5034
6018
  };
5035
6019
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
5036
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listImportableEnterpriseManagerEntitiesRequest.retryConfiguration, specRetryConfiguration);
6020
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listSqlPlansRequest.retryConfiguration, specRetryConfiguration);
5037
6021
  if (this.logger)
5038
6022
  retrier.logger = this.logger;
5039
6023
  const request = yield oci_common_1.composeRequest({
5040
6024
  baseEndpoint: this._endpoint,
5041
6025
  defaultHeaders: this._defaultHeaders,
5042
- path: "/enterpriseManagerBridges/{enterpriseManagerBridgeId}/importableEnterpriseManagerEntities",
6026
+ path: "/databaseInsights/sqlPlans",
5043
6027
  method: "GET",
5044
6028
  pathParams: pathParams,
5045
6029
  headerParams: headerParams,
@@ -5050,9 +6034,9 @@ class OperationsInsightsClient {
5050
6034
  const sdkResponse = oci_common_1.composeResponse({
5051
6035
  responseObject: {},
5052
6036
  body: yield response.json(),
5053
- bodyKey: "importableEnterpriseManagerEntityCollection",
5054
- bodyModel: model.ImportableEnterpriseManagerEntityCollection,
5055
- type: "model.ImportableEnterpriseManagerEntityCollection",
6037
+ bodyKey: "sqlPlanCollection",
6038
+ bodyModel: model.SqlPlanCollection,
6039
+ type: "model.SqlPlanCollection",
5056
6040
  responseHeaders: [
5057
6041
  {
5058
6042
  value: response.headers.get("opc-request-id"),
@@ -5074,45 +6058,47 @@ class OperationsInsightsClient {
5074
6058
  });
5075
6059
  }
5076
6060
  /**
5077
- * Gets a list of Operation Insights private endpoints.
6061
+ * Search SQL by SQL Identifier across databases in a compartment and in all sub-compartments if specified.
6062
+ * And get the SQL Text and the details of the databases executing the SQL for a given time period.
6063
+ *
5078
6064
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
5079
- * @param ListOperationsInsightsPrivateEndpointsRequest
5080
- * @return ListOperationsInsightsPrivateEndpointsResponse
6065
+ * @param ListSqlSearchesRequest
6066
+ * @return ListSqlSearchesResponse
5081
6067
  * @throws OciError when an error occurs
5082
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/ListOperationsInsightsPrivateEndpoints.ts.html |here} to see how to use ListOperationsInsightsPrivateEndpoints API.
6068
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListSqlSearches.ts.html |here} to see how to use ListSqlSearches API.
5083
6069
  */
5084
- listOperationsInsightsPrivateEndpoints(listOperationsInsightsPrivateEndpointsRequest) {
6070
+ listSqlSearches(listSqlSearchesRequest) {
5085
6071
  return __awaiter(this, void 0, void 0, function* () {
5086
6072
  if (this.logger)
5087
- this.logger.debug("Calling operation OperationsInsightsClient#listOperationsInsightsPrivateEndpoints.");
5088
- const operationName = "listOperationsInsightsPrivateEndpoints";
5089
- const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OperationsInsightsPrivateEndpoint/ListOperationsInsightsPrivateEndpoints";
6073
+ this.logger.debug("Calling operation OperationsInsightsClient#listSqlSearches.");
6074
+ const operationName = "listSqlSearches";
6075
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/ListSqlSearches";
5090
6076
  const pathParams = {};
5091
6077
  const queryParams = {
5092
- "compartmentId": listOperationsInsightsPrivateEndpointsRequest.compartmentId,
5093
- "displayName": listOperationsInsightsPrivateEndpointsRequest.displayName,
5094
- "opsiPrivateEndpointId": listOperationsInsightsPrivateEndpointsRequest.opsiPrivateEndpointId,
5095
- "isUsedForRacDbs": listOperationsInsightsPrivateEndpointsRequest.isUsedForRacDbs,
5096
- "vcnId": listOperationsInsightsPrivateEndpointsRequest.vcnId,
5097
- "lifecycleState": listOperationsInsightsPrivateEndpointsRequest.lifecycleState,
5098
- "limit": listOperationsInsightsPrivateEndpointsRequest.limit,
5099
- "page": listOperationsInsightsPrivateEndpointsRequest.page,
5100
- "sortOrder": listOperationsInsightsPrivateEndpointsRequest.sortOrder,
5101
- "sortBy": listOperationsInsightsPrivateEndpointsRequest.sortBy,
5102
- "compartmentIdInSubtree": listOperationsInsightsPrivateEndpointsRequest.compartmentIdInSubtree
6078
+ "compartmentId": listSqlSearchesRequest.compartmentId,
6079
+ "sqlIdentifier": listSqlSearchesRequest.sqlIdentifier,
6080
+ "analysisTimeInterval": listSqlSearchesRequest.analysisTimeInterval,
6081
+ "timeIntervalStart": listSqlSearchesRequest.timeIntervalStart,
6082
+ "timeIntervalEnd": listSqlSearchesRequest.timeIntervalEnd,
6083
+ "page": listSqlSearchesRequest.page,
6084
+ "definedTagEquals": listSqlSearchesRequest.definedTagEquals,
6085
+ "freeformTagEquals": listSqlSearchesRequest.freeformTagEquals,
6086
+ "definedTagExists": listSqlSearchesRequest.definedTagExists,
6087
+ "freeformTagExists": listSqlSearchesRequest.freeformTagExists,
6088
+ "compartmentIdInSubtree": listSqlSearchesRequest.compartmentIdInSubtree
5103
6089
  };
5104
6090
  let headerParams = {
5105
6091
  "Content-Type": common.Constants.APPLICATION_JSON,
5106
- "opc-request-id": listOperationsInsightsPrivateEndpointsRequest.opcRequestId
6092
+ "opc-request-id": listSqlSearchesRequest.opcRequestId
5107
6093
  };
5108
6094
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
5109
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listOperationsInsightsPrivateEndpointsRequest.retryConfiguration, specRetryConfiguration);
6095
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listSqlSearchesRequest.retryConfiguration, specRetryConfiguration);
5110
6096
  if (this.logger)
5111
6097
  retrier.logger = this.logger;
5112
6098
  const request = yield oci_common_1.composeRequest({
5113
6099
  baseEndpoint: this._endpoint,
5114
6100
  defaultHeaders: this._defaultHeaders,
5115
- path: "/operationsInsightsPrivateEndpoints",
6101
+ path: "/databaseInsights/sqlSearches",
5116
6102
  method: "GET",
5117
6103
  pathParams: pathParams,
5118
6104
  headerParams: headerParams,
@@ -5123,9 +6109,9 @@ class OperationsInsightsClient {
5123
6109
  const sdkResponse = oci_common_1.composeResponse({
5124
6110
  responseObject: {},
5125
6111
  body: yield response.json(),
5126
- bodyKey: "operationsInsightsPrivateEndpointCollection",
5127
- bodyModel: model.OperationsInsightsPrivateEndpointCollection,
5128
- type: "model.OperationsInsightsPrivateEndpointCollection",
6112
+ bodyKey: "sqlSearchCollection",
6113
+ bodyModel: model.SqlSearchCollection,
6114
+ type: "model.SqlSearchCollection",
5129
6115
  responseHeaders: [
5130
6116
  {
5131
6117
  value: response.headers.get("opc-request-id"),
@@ -5147,44 +6133,45 @@ class OperationsInsightsClient {
5147
6133
  });
5148
6134
  }
5149
6135
  /**
5150
- * Gets a list of Operations Insights Warehouse users. Either compartmentId or id must be specified. All these resources are expected to be in root compartment.
6136
+ * Query SQL Warehouse to get the full SQL Text for a SQL in a compartment and in all sub-compartments if specified.
5151
6137
  *
5152
6138
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
5153
- * @param ListOperationsInsightsWarehouseUsersRequest
5154
- * @return ListOperationsInsightsWarehouseUsersResponse
6139
+ * @param ListSqlTextsRequest
6140
+ * @return ListSqlTextsResponse
5155
6141
  * @throws OciError when an error occurs
5156
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/ListOperationsInsightsWarehouseUsers.ts.html |here} to see how to use ListOperationsInsightsWarehouseUsers API.
6142
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListSqlTexts.ts.html |here} to see how to use ListSqlTexts API.
5157
6143
  */
5158
- listOperationsInsightsWarehouseUsers(listOperationsInsightsWarehouseUsersRequest) {
6144
+ listSqlTexts(listSqlTextsRequest) {
5159
6145
  return __awaiter(this, void 0, void 0, function* () {
5160
6146
  if (this.logger)
5161
- this.logger.debug("Calling operation OperationsInsightsClient#listOperationsInsightsWarehouseUsers.");
5162
- const operationName = "listOperationsInsightsWarehouseUsers";
5163
- const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OperationsInsightsWarehouseUsers/ListOperationsInsightsWarehouseUsers";
6147
+ this.logger.debug("Calling operation OperationsInsightsClient#listSqlTexts.");
6148
+ const operationName = "listSqlTexts";
6149
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/ListSqlTexts";
5164
6150
  const pathParams = {};
5165
6151
  const queryParams = {
5166
- "compartmentId": listOperationsInsightsWarehouseUsersRequest.compartmentId,
5167
- "displayName": listOperationsInsightsWarehouseUsersRequest.displayName,
5168
- "id": listOperationsInsightsWarehouseUsersRequest.id,
5169
- "operationsInsightsWarehouseId": listOperationsInsightsWarehouseUsersRequest.operationsInsightsWarehouseId,
5170
- "lifecycleState": listOperationsInsightsWarehouseUsersRequest.lifecycleState,
5171
- "limit": listOperationsInsightsWarehouseUsersRequest.limit,
5172
- "page": listOperationsInsightsWarehouseUsersRequest.page,
5173
- "sortOrder": listOperationsInsightsWarehouseUsersRequest.sortOrder,
5174
- "sortBy": listOperationsInsightsWarehouseUsersRequest.sortBy
6152
+ "compartmentId": listSqlTextsRequest.compartmentId,
6153
+ "databaseId": listSqlTextsRequest.databaseId,
6154
+ "id": listSqlTextsRequest.id,
6155
+ "sqlIdentifier": listSqlTextsRequest.sqlIdentifier,
6156
+ "page": listSqlTextsRequest.page,
6157
+ "definedTagEquals": listSqlTextsRequest.definedTagEquals,
6158
+ "freeformTagEquals": listSqlTextsRequest.freeformTagEquals,
6159
+ "definedTagExists": listSqlTextsRequest.definedTagExists,
6160
+ "freeformTagExists": listSqlTextsRequest.freeformTagExists,
6161
+ "compartmentIdInSubtree": listSqlTextsRequest.compartmentIdInSubtree
5175
6162
  };
5176
6163
  let headerParams = {
5177
6164
  "Content-Type": common.Constants.APPLICATION_JSON,
5178
- "opc-request-id": listOperationsInsightsWarehouseUsersRequest.opcRequestId
6165
+ "opc-request-id": listSqlTextsRequest.opcRequestId
5179
6166
  };
5180
6167
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
5181
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listOperationsInsightsWarehouseUsersRequest.retryConfiguration, specRetryConfiguration);
6168
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listSqlTextsRequest.retryConfiguration, specRetryConfiguration);
5182
6169
  if (this.logger)
5183
6170
  retrier.logger = this.logger;
5184
6171
  const request = yield oci_common_1.composeRequest({
5185
6172
  baseEndpoint: this._endpoint,
5186
6173
  defaultHeaders: this._defaultHeaders,
5187
- path: "/operationsInsightsWarehouseUsers",
6174
+ path: "/databaseInsights/sqlTexts",
5188
6175
  method: "GET",
5189
6176
  pathParams: pathParams,
5190
6177
  headerParams: headerParams,
@@ -5195,9 +6182,9 @@ class OperationsInsightsClient {
5195
6182
  const sdkResponse = oci_common_1.composeResponse({
5196
6183
  responseObject: {},
5197
6184
  body: yield response.json(),
5198
- bodyKey: "operationsInsightsWarehouseUserSummaryCollection",
5199
- bodyModel: model.OperationsInsightsWarehouseUserSummaryCollection,
5200
- type: "model.OperationsInsightsWarehouseUserSummaryCollection",
6185
+ bodyKey: "sqlTextCollection",
6186
+ bodyModel: model.SqlTextCollection,
6187
+ type: "model.SqlTextCollection",
5201
6188
  responseHeaders: [
5202
6189
  {
5203
6190
  value: response.headers.get("opc-request-id"),
@@ -5219,44 +6206,41 @@ class OperationsInsightsClient {
5219
6206
  });
5220
6207
  }
5221
6208
  /**
5222
- * Gets a list of Operations Insights warehouses. Either compartmentId or id must be specified.
5223
- * There is only expected to be 1 warehouse per tenant. The warehouse is expected to be in the root compartment.
6209
+ * Return a (paginated) list of errors for a given work request.
5224
6210
  *
5225
6211
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
5226
- * @param ListOperationsInsightsWarehousesRequest
5227
- * @return ListOperationsInsightsWarehousesResponse
6212
+ * @param ListWorkRequestErrorsRequest
6213
+ * @return ListWorkRequestErrorsResponse
5228
6214
  * @throws OciError when an error occurs
5229
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/ListOperationsInsightsWarehouses.ts.html |here} to see how to use ListOperationsInsightsWarehouses API.
6215
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
5230
6216
  */
5231
- listOperationsInsightsWarehouses(listOperationsInsightsWarehousesRequest) {
6217
+ listWorkRequestErrors(listWorkRequestErrorsRequest) {
5232
6218
  return __awaiter(this, void 0, void 0, function* () {
5233
6219
  if (this.logger)
5234
- this.logger.debug("Calling operation OperationsInsightsClient#listOperationsInsightsWarehouses.");
5235
- const operationName = "listOperationsInsightsWarehouses";
5236
- const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OperationsInsightsWarehouses/ListOperationsInsightsWarehouses";
5237
- const pathParams = {};
6220
+ this.logger.debug("Calling operation OperationsInsightsClient#listWorkRequestErrors.");
6221
+ const operationName = "listWorkRequestErrors";
6222
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/WorkRequests/ListWorkRequestErrors";
6223
+ const pathParams = {
6224
+ "{workRequestId}": listWorkRequestErrorsRequest.workRequestId
6225
+ };
5238
6226
  const queryParams = {
5239
- "compartmentId": listOperationsInsightsWarehousesRequest.compartmentId,
5240
- "displayName": listOperationsInsightsWarehousesRequest.displayName,
5241
- "id": listOperationsInsightsWarehousesRequest.id,
5242
- "lifecycleState": listOperationsInsightsWarehousesRequest.lifecycleState,
5243
- "limit": listOperationsInsightsWarehousesRequest.limit,
5244
- "page": listOperationsInsightsWarehousesRequest.page,
5245
- "sortOrder": listOperationsInsightsWarehousesRequest.sortOrder,
5246
- "sortBy": listOperationsInsightsWarehousesRequest.sortBy
6227
+ "page": listWorkRequestErrorsRequest.page,
6228
+ "limit": listWorkRequestErrorsRequest.limit,
6229
+ "sortBy": listWorkRequestErrorsRequest.sortBy,
6230
+ "sortOrder": listWorkRequestErrorsRequest.sortOrder
5247
6231
  };
5248
6232
  let headerParams = {
5249
6233
  "Content-Type": common.Constants.APPLICATION_JSON,
5250
- "opc-request-id": listOperationsInsightsWarehousesRequest.opcRequestId
6234
+ "opc-request-id": listWorkRequestErrorsRequest.opcRequestId
5251
6235
  };
5252
6236
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
5253
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listOperationsInsightsWarehousesRequest.retryConfiguration, specRetryConfiguration);
6237
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listWorkRequestErrorsRequest.retryConfiguration, specRetryConfiguration);
5254
6238
  if (this.logger)
5255
6239
  retrier.logger = this.logger;
5256
6240
  const request = yield oci_common_1.composeRequest({
5257
6241
  baseEndpoint: this._endpoint,
5258
6242
  defaultHeaders: this._defaultHeaders,
5259
- path: "/operationsInsightsWarehouses",
6243
+ path: "/workRequests/{workRequestId}/errors",
5260
6244
  method: "GET",
5261
6245
  pathParams: pathParams,
5262
6246
  headerParams: headerParams,
@@ -5267,18 +6251,18 @@ class OperationsInsightsClient {
5267
6251
  const sdkResponse = oci_common_1.composeResponse({
5268
6252
  responseObject: {},
5269
6253
  body: yield response.json(),
5270
- bodyKey: "operationsInsightsWarehouseSummaryCollection",
5271
- bodyModel: model.OperationsInsightsWarehouseSummaryCollection,
5272
- type: "model.OperationsInsightsWarehouseSummaryCollection",
6254
+ bodyKey: "workRequestErrorCollection",
6255
+ bodyModel: model.WorkRequestErrorCollection,
6256
+ type: "model.WorkRequestErrorCollection",
5273
6257
  responseHeaders: [
5274
6258
  {
5275
- value: response.headers.get("opc-request-id"),
5276
- key: "opcRequestId",
6259
+ value: response.headers.get("opc-next-page"),
6260
+ key: "opcNextPage",
5277
6261
  dataType: "string"
5278
6262
  },
5279
6263
  {
5280
- value: response.headers.get("opc-next-page"),
5281
- key: "opcNextPage",
6264
+ value: response.headers.get("opc-request-id"),
6265
+ key: "opcRequestId",
5282
6266
  dataType: "string"
5283
6267
  }
5284
6268
  ]
@@ -5291,43 +6275,41 @@ class OperationsInsightsClient {
5291
6275
  });
5292
6276
  }
5293
6277
  /**
5294
- * Gets a list of OPSI configuration resources based on the query parameters specified.
6278
+ * Return a (paginated) list of logs for a given work request.
5295
6279
  *
5296
6280
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
5297
- * @param ListOpsiConfigurationsRequest
5298
- * @return ListOpsiConfigurationsResponse
6281
+ * @param ListWorkRequestLogsRequest
6282
+ * @return ListWorkRequestLogsResponse
5299
6283
  * @throws OciError when an error occurs
5300
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/ListOpsiConfigurations.ts.html |here} to see how to use ListOpsiConfigurations API.
6284
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
5301
6285
  */
5302
- listOpsiConfigurations(listOpsiConfigurationsRequest) {
6286
+ listWorkRequestLogs(listWorkRequestLogsRequest) {
5303
6287
  return __awaiter(this, void 0, void 0, function* () {
5304
6288
  if (this.logger)
5305
- this.logger.debug("Calling operation OperationsInsightsClient#listOpsiConfigurations.");
5306
- const operationName = "listOpsiConfigurations";
5307
- const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OpsiConfigurations/ListOpsiConfigurations";
5308
- const pathParams = {};
6289
+ this.logger.debug("Calling operation OperationsInsightsClient#listWorkRequestLogs.");
6290
+ const operationName = "listWorkRequestLogs";
6291
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/WorkRequests/ListWorkRequestLogs";
6292
+ const pathParams = {
6293
+ "{workRequestId}": listWorkRequestLogsRequest.workRequestId
6294
+ };
5309
6295
  const queryParams = {
5310
- "compartmentId": listOpsiConfigurationsRequest.compartmentId,
5311
- "displayName": listOpsiConfigurationsRequest.displayName,
5312
- "lifecycleState": listOpsiConfigurationsRequest.lifecycleState,
5313
- "opsiConfigType": listOpsiConfigurationsRequest.opsiConfigType,
5314
- "limit": listOpsiConfigurationsRequest.limit,
5315
- "page": listOpsiConfigurationsRequest.page,
5316
- "sortOrder": listOpsiConfigurationsRequest.sortOrder,
5317
- "sortBy": listOpsiConfigurationsRequest.sortBy
6296
+ "page": listWorkRequestLogsRequest.page,
6297
+ "limit": listWorkRequestLogsRequest.limit,
6298
+ "sortBy": listWorkRequestLogsRequest.sortBy,
6299
+ "sortOrder": listWorkRequestLogsRequest.sortOrder
5318
6300
  };
5319
6301
  let headerParams = {
5320
6302
  "Content-Type": common.Constants.APPLICATION_JSON,
5321
- "opc-request-id": listOpsiConfigurationsRequest.opcRequestId
6303
+ "opc-request-id": listWorkRequestLogsRequest.opcRequestId
5322
6304
  };
5323
6305
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
5324
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listOpsiConfigurationsRequest.retryConfiguration, specRetryConfiguration);
6306
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listWorkRequestLogsRequest.retryConfiguration, specRetryConfiguration);
5325
6307
  if (this.logger)
5326
6308
  retrier.logger = this.logger;
5327
6309
  const request = yield oci_common_1.composeRequest({
5328
6310
  baseEndpoint: this._endpoint,
5329
6311
  defaultHeaders: this._defaultHeaders,
5330
- path: "/opsiConfigurations",
6312
+ path: "/workRequests/{workRequestId}/logs",
5331
6313
  method: "GET",
5332
6314
  pathParams: pathParams,
5333
6315
  headerParams: headerParams,
@@ -5338,18 +6320,18 @@ class OperationsInsightsClient {
5338
6320
  const sdkResponse = oci_common_1.composeResponse({
5339
6321
  responseObject: {},
5340
6322
  body: yield response.json(),
5341
- bodyKey: "opsiConfigurationsCollection",
5342
- bodyModel: model.OpsiConfigurationsCollection,
5343
- type: "model.OpsiConfigurationsCollection",
6323
+ bodyKey: "workRequestLogEntryCollection",
6324
+ bodyModel: model.WorkRequestLogEntryCollection,
6325
+ type: "model.WorkRequestLogEntryCollection",
5344
6326
  responseHeaders: [
5345
6327
  {
5346
- value: response.headers.get("opc-request-id"),
5347
- key: "opcRequestId",
6328
+ value: response.headers.get("opc-next-page"),
6329
+ key: "opcNextPage",
5348
6330
  dataType: "string"
5349
6331
  },
5350
6332
  {
5351
- value: response.headers.get("opc-next-page"),
5352
- key: "opcNextPage",
6333
+ value: response.headers.get("opc-request-id"),
6334
+ key: "opcRequestId",
5353
6335
  dataType: "string"
5354
6336
  }
5355
6337
  ]
@@ -5362,42 +6344,44 @@ class OperationsInsightsClient {
5362
6344
  });
5363
6345
  }
5364
6346
  /**
5365
- * Gets a list of OPSI data objects based on the query parameters specified. CompartmentId id query parameter must be specified.
6347
+ * Lists the work requests in a compartment. Either compartmentId or id must be specified. Only one of id, resourceId or relatedResourceId can be specified optionally.
5366
6348
  *
5367
6349
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
5368
- * @param ListOpsiDataObjectsRequest
5369
- * @return ListOpsiDataObjectsResponse
6350
+ * @param ListWorkRequestsRequest
6351
+ * @return ListWorkRequestsResponse
5370
6352
  * @throws OciError when an error occurs
5371
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/ListOpsiDataObjects.ts.html |here} to see how to use ListOpsiDataObjects API.
6353
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
5372
6354
  */
5373
- listOpsiDataObjects(listOpsiDataObjectsRequest) {
6355
+ listWorkRequests(listWorkRequestsRequest) {
5374
6356
  return __awaiter(this, void 0, void 0, function* () {
5375
6357
  if (this.logger)
5376
- this.logger.debug("Calling operation OperationsInsightsClient#listOpsiDataObjects.");
5377
- const operationName = "listOpsiDataObjects";
5378
- const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OpsiDataObjects/ListOpsiDataObjects";
6358
+ this.logger.debug("Calling operation OperationsInsightsClient#listWorkRequests.");
6359
+ const operationName = "listWorkRequests";
6360
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/WorkRequests/ListWorkRequests";
5379
6361
  const pathParams = {};
5380
6362
  const queryParams = {
5381
- "compartmentId": listOpsiDataObjectsRequest.compartmentId,
5382
- "dataObjectType": listOpsiDataObjectsRequest.dataObjectType,
5383
- "displayName": listOpsiDataObjectsRequest.displayName,
5384
- "limit": listOpsiDataObjectsRequest.limit,
5385
- "page": listOpsiDataObjectsRequest.page,
5386
- "sortOrder": listOpsiDataObjectsRequest.sortOrder,
5387
- "sortBy": listOpsiDataObjectsRequest.sortBy
6363
+ "page": listWorkRequestsRequest.page,
6364
+ "limit": listWorkRequestsRequest.limit,
6365
+ "compartmentId": listWorkRequestsRequest.compartmentId,
6366
+ "id": listWorkRequestsRequest.id,
6367
+ "status": listWorkRequestsRequest.status,
6368
+ "resourceId": listWorkRequestsRequest.resourceId,
6369
+ "relatedResourceId": listWorkRequestsRequest.relatedResourceId,
6370
+ "sortOrder": listWorkRequestsRequest.sortOrder,
6371
+ "sortBy": listWorkRequestsRequest.sortBy
5388
6372
  };
5389
6373
  let headerParams = {
5390
6374
  "Content-Type": common.Constants.APPLICATION_JSON,
5391
- "opc-request-id": listOpsiDataObjectsRequest.opcRequestId
6375
+ "opc-request-id": listWorkRequestsRequest.opcRequestId
5392
6376
  };
5393
6377
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
5394
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listOpsiDataObjectsRequest.retryConfiguration, specRetryConfiguration);
6378
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listWorkRequestsRequest.retryConfiguration, specRetryConfiguration);
5395
6379
  if (this.logger)
5396
6380
  retrier.logger = this.logger;
5397
6381
  const request = yield oci_common_1.composeRequest({
5398
6382
  baseEndpoint: this._endpoint,
5399
6383
  defaultHeaders: this._defaultHeaders,
5400
- path: "/opsiDataObjects",
6384
+ path: "/workRequests",
5401
6385
  method: "GET",
5402
6386
  pathParams: pathParams,
5403
6387
  headerParams: headerParams,
@@ -5408,9 +6392,9 @@ class OperationsInsightsClient {
5408
6392
  const sdkResponse = oci_common_1.composeResponse({
5409
6393
  responseObject: {},
5410
6394
  body: yield response.json(),
5411
- bodyKey: "opsiDataObjectsCollection",
5412
- bodyModel: model.OpsiDataObjectsCollection,
5413
- type: "model.OpsiDataObjectsCollection",
6395
+ bodyKey: "workRequestCollection",
6396
+ bodyModel: model.WorkRequestCollection,
6397
+ type: "model.WorkRequestCollection",
5414
6398
  responseHeaders: [
5415
6399
  {
5416
6400
  value: response.headers.get("opc-request-id"),
@@ -5432,43 +6416,41 @@ class OperationsInsightsClient {
5432
6416
  });
5433
6417
  }
5434
6418
  /**
5435
- * Query SQL Warehouse to list the plan xml for a given SQL execution plan. This returns a SqlPlanCollection object, but is currently limited to a single plan.
5436
- * Either databaseId or id must be specified.
6419
+ * Queries an OPSI data object with the inputs provided and sends the result set back. Either analysisTimeInterval
6420
+ * or timeIntervalStart and timeIntervalEnd parameters need to be passed as well.
5437
6421
  *
5438
6422
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
5439
- * @param ListSqlPlansRequest
5440
- * @return ListSqlPlansResponse
6423
+ * @param QueryOpsiDataObjectDataRequest
6424
+ * @return QueryOpsiDataObjectDataResponse
5441
6425
  * @throws OciError when an error occurs
5442
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/ListSqlPlans.ts.html |here} to see how to use ListSqlPlans API.
6426
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/QueryOpsiDataObjectData.ts.html |here} to see how to use QueryOpsiDataObjectData API.
5443
6427
  */
5444
- listSqlPlans(listSqlPlansRequest) {
6428
+ queryOpsiDataObjectData(queryOpsiDataObjectDataRequest) {
5445
6429
  return __awaiter(this, void 0, void 0, function* () {
5446
6430
  if (this.logger)
5447
- this.logger.debug("Calling operation OperationsInsightsClient#listSqlPlans.");
5448
- const operationName = "listSqlPlans";
5449
- const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/ListSqlPlans";
6431
+ this.logger.debug("Calling operation OperationsInsightsClient#queryOpsiDataObjectData.");
6432
+ const operationName = "queryOpsiDataObjectData";
6433
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OpsiDataObjects/QueryOpsiDataObjectData";
5450
6434
  const pathParams = {};
5451
6435
  const queryParams = {
5452
- "compartmentId": listSqlPlansRequest.compartmentId,
5453
- "databaseId": listSqlPlansRequest.databaseId,
5454
- "id": listSqlPlansRequest.id,
5455
- "sqlIdentifier": listSqlPlansRequest.sqlIdentifier,
5456
- "planHash": listSqlPlansRequest.planHash,
5457
- "page": listSqlPlansRequest.page
6436
+ "compartmentId": queryOpsiDataObjectDataRequest.compartmentId,
6437
+ "limit": queryOpsiDataObjectDataRequest.limit,
6438
+ "page": queryOpsiDataObjectDataRequest.page
5458
6439
  };
5459
6440
  let headerParams = {
5460
6441
  "Content-Type": common.Constants.APPLICATION_JSON,
5461
- "opc-request-id": listSqlPlansRequest.opcRequestId
6442
+ "opc-request-id": queryOpsiDataObjectDataRequest.opcRequestId
5462
6443
  };
5463
6444
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
5464
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listSqlPlansRequest.retryConfiguration, specRetryConfiguration);
6445
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, queryOpsiDataObjectDataRequest.retryConfiguration, specRetryConfiguration);
5465
6446
  if (this.logger)
5466
6447
  retrier.logger = this.logger;
5467
6448
  const request = yield oci_common_1.composeRequest({
5468
6449
  baseEndpoint: this._endpoint,
5469
6450
  defaultHeaders: this._defaultHeaders,
5470
- path: "/databaseInsights/sqlPlans",
5471
- method: "GET",
6451
+ path: "/opsiDataObjects/actions/queryData",
6452
+ method: "POST",
6453
+ bodyContent: common.ObjectSerializer.serialize(queryOpsiDataObjectDataRequest.queryOpsiDataObjectDataDetails, "QueryOpsiDataObjectDataDetails", model.QueryOpsiDataObjectDataDetails.getJsonObj),
5472
6454
  pathParams: pathParams,
5473
6455
  headerParams: headerParams,
5474
6456
  queryParams: queryParams
@@ -5478,9 +6460,9 @@ class OperationsInsightsClient {
5478
6460
  const sdkResponse = oci_common_1.composeResponse({
5479
6461
  responseObject: {},
5480
6462
  body: yield response.json(),
5481
- bodyKey: "sqlPlanCollection",
5482
- bodyModel: model.SqlPlanCollection,
5483
- type: "model.SqlPlanCollection",
6463
+ bodyKey: "queryDataObjectResultSetRowsCollection",
6464
+ bodyModel: model.QueryDataObjectResultSetRowsCollection,
6465
+ type: "model.QueryDataObjectResultSetRowsCollection",
5484
6466
  responseHeaders: [
5485
6467
  {
5486
6468
  value: response.headers.get("opc-request-id"),
@@ -5502,48 +6484,37 @@ class OperationsInsightsClient {
5502
6484
  });
5503
6485
  }
5504
6486
  /**
5505
- * Search SQL by SQL Identifier across databases in a compartment and in all sub-compartments if specified.
5506
- * And get the SQL Text and the details of the databases executing the SQL for a given time period.
5507
- *
6487
+ * Rotate the ADW wallet for Operations Insights Warehouse using which the Hub data is exposed.
5508
6488
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
5509
- * @param ListSqlSearchesRequest
5510
- * @return ListSqlSearchesResponse
6489
+ * @param RotateOperationsInsightsWarehouseWalletRequest
6490
+ * @return RotateOperationsInsightsWarehouseWalletResponse
5511
6491
  * @throws OciError when an error occurs
5512
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/ListSqlSearches.ts.html |here} to see how to use ListSqlSearches API.
6492
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/RotateOperationsInsightsWarehouseWallet.ts.html |here} to see how to use RotateOperationsInsightsWarehouseWallet API.
5513
6493
  */
5514
- listSqlSearches(listSqlSearchesRequest) {
6494
+ rotateOperationsInsightsWarehouseWallet(rotateOperationsInsightsWarehouseWalletRequest) {
5515
6495
  return __awaiter(this, void 0, void 0, function* () {
5516
6496
  if (this.logger)
5517
- this.logger.debug("Calling operation OperationsInsightsClient#listSqlSearches.");
5518
- const operationName = "listSqlSearches";
5519
- const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/ListSqlSearches";
5520
- const pathParams = {};
5521
- const queryParams = {
5522
- "compartmentId": listSqlSearchesRequest.compartmentId,
5523
- "sqlIdentifier": listSqlSearchesRequest.sqlIdentifier,
5524
- "analysisTimeInterval": listSqlSearchesRequest.analysisTimeInterval,
5525
- "timeIntervalStart": listSqlSearchesRequest.timeIntervalStart,
5526
- "timeIntervalEnd": listSqlSearchesRequest.timeIntervalEnd,
5527
- "page": listSqlSearchesRequest.page,
5528
- "definedTagEquals": listSqlSearchesRequest.definedTagEquals,
5529
- "freeformTagEquals": listSqlSearchesRequest.freeformTagEquals,
5530
- "definedTagExists": listSqlSearchesRequest.definedTagExists,
5531
- "freeformTagExists": listSqlSearchesRequest.freeformTagExists,
5532
- "compartmentIdInSubtree": listSqlSearchesRequest.compartmentIdInSubtree
6497
+ this.logger.debug("Calling operation OperationsInsightsClient#rotateOperationsInsightsWarehouseWallet.");
6498
+ const operationName = "rotateOperationsInsightsWarehouseWallet";
6499
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OperationsInsightsWarehouses/RotateOperationsInsightsWarehouseWallet";
6500
+ const pathParams = {
6501
+ "{operationsInsightsWarehouseId}": rotateOperationsInsightsWarehouseWalletRequest.operationsInsightsWarehouseId
5533
6502
  };
6503
+ const queryParams = {};
5534
6504
  let headerParams = {
5535
6505
  "Content-Type": common.Constants.APPLICATION_JSON,
5536
- "opc-request-id": listSqlSearchesRequest.opcRequestId
6506
+ "opc-request-id": rotateOperationsInsightsWarehouseWalletRequest.opcRequestId,
6507
+ "if-match": rotateOperationsInsightsWarehouseWalletRequest.ifMatch
5537
6508
  };
5538
6509
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
5539
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listSqlSearchesRequest.retryConfiguration, specRetryConfiguration);
6510
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, rotateOperationsInsightsWarehouseWalletRequest.retryConfiguration, specRetryConfiguration);
5540
6511
  if (this.logger)
5541
6512
  retrier.logger = this.logger;
5542
6513
  const request = yield oci_common_1.composeRequest({
5543
6514
  baseEndpoint: this._endpoint,
5544
6515
  defaultHeaders: this._defaultHeaders,
5545
- path: "/databaseInsights/sqlSearches",
5546
- method: "GET",
6516
+ path: "/operationsInsightsWarehouses/{operationsInsightsWarehouseId}/actions/rotateWarehouseWallet",
6517
+ method: "POST",
5547
6518
  pathParams: pathParams,
5548
6519
  headerParams: headerParams,
5549
6520
  queryParams: queryParams
@@ -5552,19 +6523,15 @@ class OperationsInsightsClient {
5552
6523
  const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
5553
6524
  const sdkResponse = oci_common_1.composeResponse({
5554
6525
  responseObject: {},
5555
- body: yield response.json(),
5556
- bodyKey: "sqlSearchCollection",
5557
- bodyModel: model.SqlSearchCollection,
5558
- type: "model.SqlSearchCollection",
5559
6526
  responseHeaders: [
5560
6527
  {
5561
- value: response.headers.get("opc-request-id"),
5562
- key: "opcRequestId",
6528
+ value: response.headers.get("opc-work-request-id"),
6529
+ key: "opcWorkRequestId",
5563
6530
  dataType: "string"
5564
6531
  },
5565
6532
  {
5566
- value: response.headers.get("opc-next-page"),
5567
- key: "opcNextPage",
6533
+ value: response.headers.get("opc-request-id"),
6534
+ key: "opcRequestId",
5568
6535
  dataType: "string"
5569
6536
  }
5570
6537
  ]
@@ -5577,45 +6544,51 @@ class OperationsInsightsClient {
5577
6544
  });
5578
6545
  }
5579
6546
  /**
5580
- * Query SQL Warehouse to get the full SQL Text for a SQL in a compartment and in all sub-compartments if specified.
6547
+ * Summarizes ADDM findings for the specified databases.
5581
6548
  *
5582
6549
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
5583
- * @param ListSqlTextsRequest
5584
- * @return ListSqlTextsResponse
6550
+ * @param SummarizeAddmDbFindingsRequest
6551
+ * @return SummarizeAddmDbFindingsResponse
5585
6552
  * @throws OciError when an error occurs
5586
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/ListSqlTexts.ts.html |here} to see how to use ListSqlTexts API.
6553
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeAddmDbFindings.ts.html |here} to see how to use SummarizeAddmDbFindings API.
5587
6554
  */
5588
- listSqlTexts(listSqlTextsRequest) {
6555
+ summarizeAddmDbFindings(summarizeAddmDbFindingsRequest) {
5589
6556
  return __awaiter(this, void 0, void 0, function* () {
5590
6557
  if (this.logger)
5591
- this.logger.debug("Calling operation OperationsInsightsClient#listSqlTexts.");
5592
- const operationName = "listSqlTexts";
5593
- const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/ListSqlTexts";
6558
+ this.logger.debug("Calling operation OperationsInsightsClient#summarizeAddmDbFindings.");
6559
+ const operationName = "summarizeAddmDbFindings";
6560
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/SummarizeAddmDbFindings";
5594
6561
  const pathParams = {};
5595
6562
  const queryParams = {
5596
- "compartmentId": listSqlTextsRequest.compartmentId,
5597
- "databaseId": listSqlTextsRequest.databaseId,
5598
- "id": listSqlTextsRequest.id,
5599
- "sqlIdentifier": listSqlTextsRequest.sqlIdentifier,
5600
- "page": listSqlTextsRequest.page,
5601
- "definedTagEquals": listSqlTextsRequest.definedTagEquals,
5602
- "freeformTagEquals": listSqlTextsRequest.freeformTagEquals,
5603
- "definedTagExists": listSqlTextsRequest.definedTagExists,
5604
- "freeformTagExists": listSqlTextsRequest.freeformTagExists,
5605
- "compartmentIdInSubtree": listSqlTextsRequest.compartmentIdInSubtree
6563
+ "compartmentId": summarizeAddmDbFindingsRequest.compartmentId,
6564
+ "databaseId": summarizeAddmDbFindingsRequest.databaseId,
6565
+ "id": summarizeAddmDbFindingsRequest.id,
6566
+ "instanceNumber": summarizeAddmDbFindingsRequest.instanceNumber,
6567
+ "timeIntervalStart": summarizeAddmDbFindingsRequest.timeIntervalStart,
6568
+ "timeIntervalEnd": summarizeAddmDbFindingsRequest.timeIntervalEnd,
6569
+ "categoryName": summarizeAddmDbFindingsRequest.categoryName,
6570
+ "limit": summarizeAddmDbFindingsRequest.limit,
6571
+ "page": summarizeAddmDbFindingsRequest.page,
6572
+ "sortOrder": summarizeAddmDbFindingsRequest.sortOrder,
6573
+ "sortBy": summarizeAddmDbFindingsRequest.sortBy,
6574
+ "definedTagEquals": summarizeAddmDbFindingsRequest.definedTagEquals,
6575
+ "freeformTagEquals": summarizeAddmDbFindingsRequest.freeformTagEquals,
6576
+ "definedTagExists": summarizeAddmDbFindingsRequest.definedTagExists,
6577
+ "freeformTagExists": summarizeAddmDbFindingsRequest.freeformTagExists,
6578
+ "compartmentIdInSubtree": summarizeAddmDbFindingsRequest.compartmentIdInSubtree
5606
6579
  };
5607
6580
  let headerParams = {
5608
6581
  "Content-Type": common.Constants.APPLICATION_JSON,
5609
- "opc-request-id": listSqlTextsRequest.opcRequestId
6582
+ "opc-request-id": summarizeAddmDbFindingsRequest.opcRequestId
5610
6583
  };
5611
6584
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
5612
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listSqlTextsRequest.retryConfiguration, specRetryConfiguration);
6585
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, summarizeAddmDbFindingsRequest.retryConfiguration, specRetryConfiguration);
5613
6586
  if (this.logger)
5614
6587
  retrier.logger = this.logger;
5615
6588
  const request = yield oci_common_1.composeRequest({
5616
6589
  baseEndpoint: this._endpoint,
5617
6590
  defaultHeaders: this._defaultHeaders,
5618
- path: "/databaseInsights/sqlTexts",
6591
+ path: "/databaseInsights/addmDbFindings",
5619
6592
  method: "GET",
5620
6593
  pathParams: pathParams,
5621
6594
  headerParams: headerParams,
@@ -5626,9 +6599,9 @@ class OperationsInsightsClient {
5626
6599
  const sdkResponse = oci_common_1.composeResponse({
5627
6600
  responseObject: {},
5628
6601
  body: yield response.json(),
5629
- bodyKey: "sqlTextCollection",
5630
- bodyModel: model.SqlTextCollection,
5631
- type: "model.SqlTextCollection",
6602
+ bodyKey: "addmDbFindingAggregationCollection",
6603
+ bodyModel: model.AddmDbFindingAggregationCollection,
6604
+ type: "model.AddmDbFindingAggregationCollection",
5632
6605
  responseHeaders: [
5633
6606
  {
5634
6607
  value: response.headers.get("opc-request-id"),
@@ -5650,41 +6623,54 @@ class OperationsInsightsClient {
5650
6623
  });
5651
6624
  }
5652
6625
  /**
5653
- * Return a (paginated) list of errors for a given work request.
6626
+ * Summarizes the AWR database parameter change history for the specified parameter. There will
6627
+ * be one element for each time that parameter changed during the specified time period.
6628
+ * This API is limited to only one parameter per request.
5654
6629
  *
5655
6630
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
5656
- * @param ListWorkRequestErrorsRequest
5657
- * @return ListWorkRequestErrorsResponse
6631
+ * @param SummarizeAddmDbParameterChangesRequest
6632
+ * @return SummarizeAddmDbParameterChangesResponse
5658
6633
  * @throws OciError when an error occurs
5659
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
6634
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeAddmDbParameterChanges.ts.html |here} to see how to use SummarizeAddmDbParameterChanges API.
5660
6635
  */
5661
- listWorkRequestErrors(listWorkRequestErrorsRequest) {
6636
+ summarizeAddmDbParameterChanges(summarizeAddmDbParameterChangesRequest) {
5662
6637
  return __awaiter(this, void 0, void 0, function* () {
5663
6638
  if (this.logger)
5664
- this.logger.debug("Calling operation OperationsInsightsClient#listWorkRequestErrors.");
5665
- const operationName = "listWorkRequestErrors";
5666
- const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/WorkRequests/ListWorkRequestErrors";
5667
- const pathParams = {
5668
- "{workRequestId}": listWorkRequestErrorsRequest.workRequestId
5669
- };
6639
+ this.logger.debug("Calling operation OperationsInsightsClient#summarizeAddmDbParameterChanges.");
6640
+ const operationName = "summarizeAddmDbParameterChanges";
6641
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/SummarizeAddmDbParameterChanges";
6642
+ const pathParams = {};
5670
6643
  const queryParams = {
5671
- "page": listWorkRequestErrorsRequest.page,
5672
- "limit": listWorkRequestErrorsRequest.limit,
5673
- "sortBy": listWorkRequestErrorsRequest.sortBy,
5674
- "sortOrder": listWorkRequestErrorsRequest.sortOrder
6644
+ "compartmentId": summarizeAddmDbParameterChangesRequest.compartmentId,
6645
+ "databaseId": summarizeAddmDbParameterChangesRequest.databaseId,
6646
+ "id": summarizeAddmDbParameterChangesRequest.id,
6647
+ "instanceNumber": summarizeAddmDbParameterChangesRequest.instanceNumber,
6648
+ "timeIntervalStart": summarizeAddmDbParameterChangesRequest.timeIntervalStart,
6649
+ "timeIntervalEnd": summarizeAddmDbParameterChangesRequest.timeIntervalEnd,
6650
+ "name": summarizeAddmDbParameterChangesRequest.name,
6651
+ "valueContains": summarizeAddmDbParameterChangesRequest.valueContains,
6652
+ "limit": summarizeAddmDbParameterChangesRequest.limit,
6653
+ "page": summarizeAddmDbParameterChangesRequest.page,
6654
+ "sortOrder": summarizeAddmDbParameterChangesRequest.sortOrder,
6655
+ "sortBy": summarizeAddmDbParameterChangesRequest.sortBy,
6656
+ "definedTagEquals": summarizeAddmDbParameterChangesRequest.definedTagEquals,
6657
+ "freeformTagEquals": summarizeAddmDbParameterChangesRequest.freeformTagEquals,
6658
+ "definedTagExists": summarizeAddmDbParameterChangesRequest.definedTagExists,
6659
+ "freeformTagExists": summarizeAddmDbParameterChangesRequest.freeformTagExists,
6660
+ "compartmentIdInSubtree": summarizeAddmDbParameterChangesRequest.compartmentIdInSubtree
5675
6661
  };
5676
6662
  let headerParams = {
5677
6663
  "Content-Type": common.Constants.APPLICATION_JSON,
5678
- "opc-request-id": listWorkRequestErrorsRequest.opcRequestId
6664
+ "opc-request-id": summarizeAddmDbParameterChangesRequest.opcRequestId
5679
6665
  };
5680
6666
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
5681
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listWorkRequestErrorsRequest.retryConfiguration, specRetryConfiguration);
6667
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, summarizeAddmDbParameterChangesRequest.retryConfiguration, specRetryConfiguration);
5682
6668
  if (this.logger)
5683
6669
  retrier.logger = this.logger;
5684
6670
  const request = yield oci_common_1.composeRequest({
5685
6671
  baseEndpoint: this._endpoint,
5686
6672
  defaultHeaders: this._defaultHeaders,
5687
- path: "/workRequests/{workRequestId}/errors",
6673
+ path: "/databaseInsights/addmDbParameterChanges",
5688
6674
  method: "GET",
5689
6675
  pathParams: pathParams,
5690
6676
  headerParams: headerParams,
@@ -5695,18 +6681,18 @@ class OperationsInsightsClient {
5695
6681
  const sdkResponse = oci_common_1.composeResponse({
5696
6682
  responseObject: {},
5697
6683
  body: yield response.json(),
5698
- bodyKey: "workRequestErrorCollection",
5699
- bodyModel: model.WorkRequestErrorCollection,
5700
- type: "model.WorkRequestErrorCollection",
6684
+ bodyKey: "addmDbParameterChangeAggregationCollection",
6685
+ bodyModel: model.AddmDbParameterChangeAggregationCollection,
6686
+ type: "model.AddmDbParameterChangeAggregationCollection",
5701
6687
  responseHeaders: [
5702
6688
  {
5703
- value: response.headers.get("opc-next-page"),
5704
- key: "opcNextPage",
6689
+ value: response.headers.get("opc-request-id"),
6690
+ key: "opcRequestId",
5705
6691
  dataType: "string"
5706
6692
  },
5707
6693
  {
5708
- value: response.headers.get("opc-request-id"),
5709
- key: "opcRequestId",
6694
+ value: response.headers.get("opc-next-page"),
6695
+ key: "opcNextPage",
5710
6696
  dataType: "string"
5711
6697
  }
5712
6698
  ]
@@ -5719,41 +6705,58 @@ class OperationsInsightsClient {
5719
6705
  });
5720
6706
  }
5721
6707
  /**
5722
- * Return a (paginated) list of logs for a given work request.
6708
+ * Summarizes database parameter history information for the specified databases. Return a list of parameters
6709
+ * with information on whether the parameter values were changed or not within the specified
6710
+ * time period. The response does not include the individual parameter changes within the time
6711
+ * period.
5723
6712
  *
5724
6713
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
5725
- * @param ListWorkRequestLogsRequest
5726
- * @return ListWorkRequestLogsResponse
6714
+ * @param SummarizeAddmDbParametersRequest
6715
+ * @return SummarizeAddmDbParametersResponse
5727
6716
  * @throws OciError when an error occurs
5728
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
6717
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeAddmDbParameters.ts.html |here} to see how to use SummarizeAddmDbParameters API.
5729
6718
  */
5730
- listWorkRequestLogs(listWorkRequestLogsRequest) {
6719
+ summarizeAddmDbParameters(summarizeAddmDbParametersRequest) {
5731
6720
  return __awaiter(this, void 0, void 0, function* () {
5732
6721
  if (this.logger)
5733
- this.logger.debug("Calling operation OperationsInsightsClient#listWorkRequestLogs.");
5734
- const operationName = "listWorkRequestLogs";
5735
- const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/WorkRequests/ListWorkRequestLogs";
5736
- const pathParams = {
5737
- "{workRequestId}": listWorkRequestLogsRequest.workRequestId
5738
- };
6722
+ this.logger.debug("Calling operation OperationsInsightsClient#summarizeAddmDbParameters.");
6723
+ const operationName = "summarizeAddmDbParameters";
6724
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/SummarizeAddmDbParameters";
6725
+ const pathParams = {};
5739
6726
  const queryParams = {
5740
- "page": listWorkRequestLogsRequest.page,
5741
- "limit": listWorkRequestLogsRequest.limit,
5742
- "sortBy": listWorkRequestLogsRequest.sortBy,
5743
- "sortOrder": listWorkRequestLogsRequest.sortOrder
6727
+ "compartmentId": summarizeAddmDbParametersRequest.compartmentId,
6728
+ "databaseId": summarizeAddmDbParametersRequest.databaseId,
6729
+ "id": summarizeAddmDbParametersRequest.id,
6730
+ "instanceNumber": summarizeAddmDbParametersRequest.instanceNumber,
6731
+ "timeIntervalStart": summarizeAddmDbParametersRequest.timeIntervalStart,
6732
+ "timeIntervalEnd": summarizeAddmDbParametersRequest.timeIntervalEnd,
6733
+ "categoryName": summarizeAddmDbParametersRequest.categoryName,
6734
+ "nameOrValueContains": summarizeAddmDbParametersRequest.nameOrValueContains,
6735
+ "isChanged": summarizeAddmDbParametersRequest.isChanged,
6736
+ "isDefault": summarizeAddmDbParametersRequest.isDefault,
6737
+ "hasRecommendations": summarizeAddmDbParametersRequest.hasRecommendations,
6738
+ "limit": summarizeAddmDbParametersRequest.limit,
6739
+ "page": summarizeAddmDbParametersRequest.page,
6740
+ "sortOrder": summarizeAddmDbParametersRequest.sortOrder,
6741
+ "sortBy": summarizeAddmDbParametersRequest.sortBy,
6742
+ "definedTagEquals": summarizeAddmDbParametersRequest.definedTagEquals,
6743
+ "freeformTagEquals": summarizeAddmDbParametersRequest.freeformTagEquals,
6744
+ "definedTagExists": summarizeAddmDbParametersRequest.definedTagExists,
6745
+ "freeformTagExists": summarizeAddmDbParametersRequest.freeformTagExists,
6746
+ "compartmentIdInSubtree": summarizeAddmDbParametersRequest.compartmentIdInSubtree
5744
6747
  };
5745
6748
  let headerParams = {
5746
6749
  "Content-Type": common.Constants.APPLICATION_JSON,
5747
- "opc-request-id": listWorkRequestLogsRequest.opcRequestId
6750
+ "opc-request-id": summarizeAddmDbParametersRequest.opcRequestId
5748
6751
  };
5749
6752
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
5750
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listWorkRequestLogsRequest.retryConfiguration, specRetryConfiguration);
6753
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, summarizeAddmDbParametersRequest.retryConfiguration, specRetryConfiguration);
5751
6754
  if (this.logger)
5752
6755
  retrier.logger = this.logger;
5753
6756
  const request = yield oci_common_1.composeRequest({
5754
6757
  baseEndpoint: this._endpoint,
5755
6758
  defaultHeaders: this._defaultHeaders,
5756
- path: "/workRequests/{workRequestId}/logs",
6759
+ path: "/databaseInsights/addmDbParameters",
5757
6760
  method: "GET",
5758
6761
  pathParams: pathParams,
5759
6762
  headerParams: headerParams,
@@ -5764,18 +6767,18 @@ class OperationsInsightsClient {
5764
6767
  const sdkResponse = oci_common_1.composeResponse({
5765
6768
  responseObject: {},
5766
6769
  body: yield response.json(),
5767
- bodyKey: "workRequestLogEntryCollection",
5768
- bodyModel: model.WorkRequestLogEntryCollection,
5769
- type: "model.WorkRequestLogEntryCollection",
6770
+ bodyKey: "addmDbParameterAggregationCollection",
6771
+ bodyModel: model.AddmDbParameterAggregationCollection,
6772
+ type: "model.AddmDbParameterAggregationCollection",
5770
6773
  responseHeaders: [
5771
6774
  {
5772
- value: response.headers.get("opc-next-page"),
5773
- key: "opcNextPage",
6775
+ value: response.headers.get("opc-request-id"),
6776
+ key: "opcRequestId",
5774
6777
  dataType: "string"
5775
6778
  },
5776
6779
  {
5777
- value: response.headers.get("opc-request-id"),
5778
- key: "opcRequestId",
6780
+ value: response.headers.get("opc-next-page"),
6781
+ key: "opcNextPage",
5779
6782
  dataType: "string"
5780
6783
  }
5781
6784
  ]
@@ -5788,44 +6791,56 @@ class OperationsInsightsClient {
5788
6791
  });
5789
6792
  }
5790
6793
  /**
5791
- * Lists the work requests in a compartment. Either compartmentId or id must be specified. Only one of id, resourceId or relatedResourceId can be specified optionally.
6794
+ * Summarizes ADDM recommendations for the specified databases.
5792
6795
  *
5793
6796
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
5794
- * @param ListWorkRequestsRequest
5795
- * @return ListWorkRequestsResponse
6797
+ * @param SummarizeAddmDbRecommendationsRequest
6798
+ * @return SummarizeAddmDbRecommendationsResponse
5796
6799
  * @throws OciError when an error occurs
5797
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
6800
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeAddmDbRecommendations.ts.html |here} to see how to use SummarizeAddmDbRecommendations API.
5798
6801
  */
5799
- listWorkRequests(listWorkRequestsRequest) {
6802
+ summarizeAddmDbRecommendations(summarizeAddmDbRecommendationsRequest) {
5800
6803
  return __awaiter(this, void 0, void 0, function* () {
5801
6804
  if (this.logger)
5802
- this.logger.debug("Calling operation OperationsInsightsClient#listWorkRequests.");
5803
- const operationName = "listWorkRequests";
5804
- const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/WorkRequests/ListWorkRequests";
6805
+ this.logger.debug("Calling operation OperationsInsightsClient#summarizeAddmDbRecommendations.");
6806
+ const operationName = "summarizeAddmDbRecommendations";
6807
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/SummarizeAddmDbRecommendations";
5805
6808
  const pathParams = {};
5806
6809
  const queryParams = {
5807
- "page": listWorkRequestsRequest.page,
5808
- "limit": listWorkRequestsRequest.limit,
5809
- "compartmentId": listWorkRequestsRequest.compartmentId,
5810
- "id": listWorkRequestsRequest.id,
5811
- "status": listWorkRequestsRequest.status,
5812
- "resourceId": listWorkRequestsRequest.resourceId,
5813
- "relatedResourceId": listWorkRequestsRequest.relatedResourceId,
5814
- "sortOrder": listWorkRequestsRequest.sortOrder,
5815
- "sortBy": listWorkRequestsRequest.sortBy
6810
+ "compartmentId": summarizeAddmDbRecommendationsRequest.compartmentId,
6811
+ "databaseId": summarizeAddmDbRecommendationsRequest.databaseId,
6812
+ "id": summarizeAddmDbRecommendationsRequest.id,
6813
+ "instanceNumber": summarizeAddmDbRecommendationsRequest.instanceNumber,
6814
+ "timeIntervalStart": summarizeAddmDbRecommendationsRequest.timeIntervalStart,
6815
+ "timeIntervalEnd": summarizeAddmDbRecommendationsRequest.timeIntervalEnd,
6816
+ "categoryName": summarizeAddmDbRecommendationsRequest.categoryName,
6817
+ "findingIdentifier": summarizeAddmDbRecommendationsRequest.findingIdentifier,
6818
+ "sqlIdentifier": summarizeAddmDbRecommendationsRequest.sqlIdentifier,
6819
+ "ownerOrNameContains": summarizeAddmDbRecommendationsRequest.ownerOrNameContains,
6820
+ "nameContains": summarizeAddmDbRecommendationsRequest.nameContains,
6821
+ "name": summarizeAddmDbRecommendationsRequest.name,
6822
+ "limit": summarizeAddmDbRecommendationsRequest.limit,
6823
+ "page": summarizeAddmDbRecommendationsRequest.page,
6824
+ "sortOrder": summarizeAddmDbRecommendationsRequest.sortOrder,
6825
+ "sortBy": summarizeAddmDbRecommendationsRequest.sortBy,
6826
+ "definedTagEquals": summarizeAddmDbRecommendationsRequest.definedTagEquals,
6827
+ "freeformTagEquals": summarizeAddmDbRecommendationsRequest.freeformTagEquals,
6828
+ "definedTagExists": summarizeAddmDbRecommendationsRequest.definedTagExists,
6829
+ "freeformTagExists": summarizeAddmDbRecommendationsRequest.freeformTagExists,
6830
+ "compartmentIdInSubtree": summarizeAddmDbRecommendationsRequest.compartmentIdInSubtree
5816
6831
  };
5817
6832
  let headerParams = {
5818
6833
  "Content-Type": common.Constants.APPLICATION_JSON,
5819
- "opc-request-id": listWorkRequestsRequest.opcRequestId
6834
+ "opc-request-id": summarizeAddmDbRecommendationsRequest.opcRequestId
5820
6835
  };
5821
6836
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
5822
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listWorkRequestsRequest.retryConfiguration, specRetryConfiguration);
6837
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, summarizeAddmDbRecommendationsRequest.retryConfiguration, specRetryConfiguration);
5823
6838
  if (this.logger)
5824
6839
  retrier.logger = this.logger;
5825
6840
  const request = yield oci_common_1.composeRequest({
5826
6841
  baseEndpoint: this._endpoint,
5827
6842
  defaultHeaders: this._defaultHeaders,
5828
- path: "/workRequests",
6843
+ path: "/databaseInsights/addmDbRecommendations",
5829
6844
  method: "GET",
5830
6845
  pathParams: pathParams,
5831
6846
  headerParams: headerParams,
@@ -5836,9 +6851,9 @@ class OperationsInsightsClient {
5836
6851
  const sdkResponse = oci_common_1.composeResponse({
5837
6852
  responseObject: {},
5838
6853
  body: yield response.json(),
5839
- bodyKey: "workRequestCollection",
5840
- bodyModel: model.WorkRequestCollection,
5841
- type: "model.WorkRequestCollection",
6854
+ bodyKey: "addmDbRecommendationAggregationCollection",
6855
+ bodyModel: model.AddmDbRecommendationAggregationCollection,
6856
+ type: "model.AddmDbRecommendationAggregationCollection",
5842
6857
  responseHeaders: [
5843
6858
  {
5844
6859
  value: response.headers.get("opc-request-id"),
@@ -5860,41 +6875,49 @@ class OperationsInsightsClient {
5860
6875
  });
5861
6876
  }
5862
6877
  /**
5863
- * Queries an OPSI data object with the inputs provided and sends the result set back. Either analysisTimeInterval
5864
- * or timeIntervalStart and timeIntervalEnd parameters need to be passed as well.
6878
+ * Summarizes Schema objects for the specified databases for the specified objectIdentifiers
5865
6879
  *
5866
6880
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
5867
- * @param QueryOpsiDataObjectDataRequest
5868
- * @return QueryOpsiDataObjectDataResponse
6881
+ * @param SummarizeAddmDbSchemaObjectsRequest
6882
+ * @return SummarizeAddmDbSchemaObjectsResponse
5869
6883
  * @throws OciError when an error occurs
5870
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/QueryOpsiDataObjectData.ts.html |here} to see how to use QueryOpsiDataObjectData API.
6884
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeAddmDbSchemaObjects.ts.html |here} to see how to use SummarizeAddmDbSchemaObjects API.
5871
6885
  */
5872
- queryOpsiDataObjectData(queryOpsiDataObjectDataRequest) {
6886
+ summarizeAddmDbSchemaObjects(summarizeAddmDbSchemaObjectsRequest) {
5873
6887
  return __awaiter(this, void 0, void 0, function* () {
5874
6888
  if (this.logger)
5875
- this.logger.debug("Calling operation OperationsInsightsClient#queryOpsiDataObjectData.");
5876
- const operationName = "queryOpsiDataObjectData";
5877
- const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OpsiDataObjects/QueryOpsiDataObjectData";
6889
+ this.logger.debug("Calling operation OperationsInsightsClient#summarizeAddmDbSchemaObjects.");
6890
+ const operationName = "summarizeAddmDbSchemaObjects";
6891
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/SummarizeAddmDbSchemaObjects";
5878
6892
  const pathParams = {};
5879
6893
  const queryParams = {
5880
- "compartmentId": queryOpsiDataObjectDataRequest.compartmentId,
5881
- "limit": queryOpsiDataObjectDataRequest.limit,
5882
- "page": queryOpsiDataObjectDataRequest.page
6894
+ "compartmentId": summarizeAddmDbSchemaObjectsRequest.compartmentId,
6895
+ "databaseId": summarizeAddmDbSchemaObjectsRequest.databaseId,
6896
+ "id": summarizeAddmDbSchemaObjectsRequest.id,
6897
+ "objectIdentifier": summarizeAddmDbSchemaObjectsRequest.objectIdentifier,
6898
+ "timeIntervalStart": summarizeAddmDbSchemaObjectsRequest.timeIntervalStart,
6899
+ "timeIntervalEnd": summarizeAddmDbSchemaObjectsRequest.timeIntervalEnd,
6900
+ "limit": summarizeAddmDbSchemaObjectsRequest.limit,
6901
+ "page": summarizeAddmDbSchemaObjectsRequest.page,
6902
+ "definedTagEquals": summarizeAddmDbSchemaObjectsRequest.definedTagEquals,
6903
+ "freeformTagEquals": summarizeAddmDbSchemaObjectsRequest.freeformTagEquals,
6904
+ "definedTagExists": summarizeAddmDbSchemaObjectsRequest.definedTagExists,
6905
+ "freeformTagExists": summarizeAddmDbSchemaObjectsRequest.freeformTagExists,
6906
+ "compartmentIdInSubtree": summarizeAddmDbSchemaObjectsRequest.compartmentIdInSubtree
5883
6907
  };
5884
6908
  let headerParams = {
5885
6909
  "Content-Type": common.Constants.APPLICATION_JSON,
5886
- "opc-request-id": queryOpsiDataObjectDataRequest.opcRequestId
6910
+ "opc-request-id": summarizeAddmDbSchemaObjectsRequest.opcRequestId
5887
6911
  };
5888
6912
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
5889
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, queryOpsiDataObjectDataRequest.retryConfiguration, specRetryConfiguration);
6913
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, summarizeAddmDbSchemaObjectsRequest.retryConfiguration, specRetryConfiguration);
5890
6914
  if (this.logger)
5891
6915
  retrier.logger = this.logger;
5892
6916
  const request = yield oci_common_1.composeRequest({
5893
6917
  baseEndpoint: this._endpoint,
5894
6918
  defaultHeaders: this._defaultHeaders,
5895
- path: "/opsiDataObjects/actions/queryData",
5896
- method: "POST",
5897
- bodyContent: common.ObjectSerializer.serialize(queryOpsiDataObjectDataRequest.queryOpsiDataObjectDataDetails, "QueryOpsiDataObjectDataDetails", model.QueryOpsiDataObjectDataDetails.getJsonObj),
6919
+ path: "/databaseInsights/addmDbSchemaObjects",
6920
+ method: "GET",
5898
6921
  pathParams: pathParams,
5899
6922
  headerParams: headerParams,
5900
6923
  queryParams: queryParams
@@ -5904,9 +6927,9 @@ class OperationsInsightsClient {
5904
6927
  const sdkResponse = oci_common_1.composeResponse({
5905
6928
  responseObject: {},
5906
6929
  body: yield response.json(),
5907
- bodyKey: "queryDataObjectResultSetRowsCollection",
5908
- bodyModel: model.QueryDataObjectResultSetRowsCollection,
5909
- type: "model.QueryDataObjectResultSetRowsCollection",
6930
+ bodyKey: "addmDbSchemaObjectCollection",
6931
+ bodyModel: model.AddmDbSchemaObjectCollection,
6932
+ type: "model.AddmDbSchemaObjectCollection",
5910
6933
  responseHeaders: [
5911
6934
  {
5912
6935
  value: response.headers.get("opc-request-id"),
@@ -5928,37 +6951,49 @@ class OperationsInsightsClient {
5928
6951
  });
5929
6952
  }
5930
6953
  /**
5931
- * Rotate the ADW wallet for Operations Insights Warehouse using which the Hub data is exposed.
6954
+ * Summarizes SQL Statements for the specified databases for the specified sqlIdentifiers
6955
+ *
5932
6956
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
5933
- * @param RotateOperationsInsightsWarehouseWalletRequest
5934
- * @return RotateOperationsInsightsWarehouseWalletResponse
6957
+ * @param SummarizeAddmDbSqlStatementsRequest
6958
+ * @return SummarizeAddmDbSqlStatementsResponse
5935
6959
  * @throws OciError when an error occurs
5936
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/RotateOperationsInsightsWarehouseWallet.ts.html |here} to see how to use RotateOperationsInsightsWarehouseWallet API.
6960
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeAddmDbSqlStatements.ts.html |here} to see how to use SummarizeAddmDbSqlStatements API.
5937
6961
  */
5938
- rotateOperationsInsightsWarehouseWallet(rotateOperationsInsightsWarehouseWalletRequest) {
6962
+ summarizeAddmDbSqlStatements(summarizeAddmDbSqlStatementsRequest) {
5939
6963
  return __awaiter(this, void 0, void 0, function* () {
5940
6964
  if (this.logger)
5941
- this.logger.debug("Calling operation OperationsInsightsClient#rotateOperationsInsightsWarehouseWallet.");
5942
- const operationName = "rotateOperationsInsightsWarehouseWallet";
5943
- const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OperationsInsightsWarehouses/RotateOperationsInsightsWarehouseWallet";
5944
- const pathParams = {
5945
- "{operationsInsightsWarehouseId}": rotateOperationsInsightsWarehouseWalletRequest.operationsInsightsWarehouseId
6965
+ this.logger.debug("Calling operation OperationsInsightsClient#summarizeAddmDbSqlStatements.");
6966
+ const operationName = "summarizeAddmDbSqlStatements";
6967
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/SummarizeAddmDbSqlStatements";
6968
+ const pathParams = {};
6969
+ const queryParams = {
6970
+ "compartmentId": summarizeAddmDbSqlStatementsRequest.compartmentId,
6971
+ "databaseId": summarizeAddmDbSqlStatementsRequest.databaseId,
6972
+ "id": summarizeAddmDbSqlStatementsRequest.id,
6973
+ "sqlIdentifier": summarizeAddmDbSqlStatementsRequest.sqlIdentifier,
6974
+ "timeIntervalStart": summarizeAddmDbSqlStatementsRequest.timeIntervalStart,
6975
+ "timeIntervalEnd": summarizeAddmDbSqlStatementsRequest.timeIntervalEnd,
6976
+ "limit": summarizeAddmDbSqlStatementsRequest.limit,
6977
+ "page": summarizeAddmDbSqlStatementsRequest.page,
6978
+ "definedTagEquals": summarizeAddmDbSqlStatementsRequest.definedTagEquals,
6979
+ "freeformTagEquals": summarizeAddmDbSqlStatementsRequest.freeformTagEquals,
6980
+ "definedTagExists": summarizeAddmDbSqlStatementsRequest.definedTagExists,
6981
+ "freeformTagExists": summarizeAddmDbSqlStatementsRequest.freeformTagExists,
6982
+ "compartmentIdInSubtree": summarizeAddmDbSqlStatementsRequest.compartmentIdInSubtree
5946
6983
  };
5947
- const queryParams = {};
5948
6984
  let headerParams = {
5949
6985
  "Content-Type": common.Constants.APPLICATION_JSON,
5950
- "opc-request-id": rotateOperationsInsightsWarehouseWalletRequest.opcRequestId,
5951
- "if-match": rotateOperationsInsightsWarehouseWalletRequest.ifMatch
6986
+ "opc-request-id": summarizeAddmDbSqlStatementsRequest.opcRequestId
5952
6987
  };
5953
6988
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
5954
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, rotateOperationsInsightsWarehouseWalletRequest.retryConfiguration, specRetryConfiguration);
6989
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, summarizeAddmDbSqlStatementsRequest.retryConfiguration, specRetryConfiguration);
5955
6990
  if (this.logger)
5956
6991
  retrier.logger = this.logger;
5957
6992
  const request = yield oci_common_1.composeRequest({
5958
6993
  baseEndpoint: this._endpoint,
5959
6994
  defaultHeaders: this._defaultHeaders,
5960
- path: "/operationsInsightsWarehouses/{operationsInsightsWarehouseId}/actions/rotateWarehouseWallet",
5961
- method: "POST",
6995
+ path: "/databaseInsights/addmDbSqlStatements",
6996
+ method: "GET",
5962
6997
  pathParams: pathParams,
5963
6998
  headerParams: headerParams,
5964
6999
  queryParams: queryParams
@@ -5967,15 +7002,19 @@ class OperationsInsightsClient {
5967
7002
  const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
5968
7003
  const sdkResponse = oci_common_1.composeResponse({
5969
7004
  responseObject: {},
7005
+ body: yield response.json(),
7006
+ bodyKey: "addmDbSqlStatementCollection",
7007
+ bodyModel: model.AddmDbSqlStatementCollection,
7008
+ type: "model.AddmDbSqlStatementCollection",
5970
7009
  responseHeaders: [
5971
7010
  {
5972
- value: response.headers.get("opc-work-request-id"),
5973
- key: "opcWorkRequestId",
7011
+ value: response.headers.get("opc-request-id"),
7012
+ key: "opcRequestId",
5974
7013
  dataType: "string"
5975
7014
  },
5976
7015
  {
5977
- value: response.headers.get("opc-request-id"),
5978
- key: "opcRequestId",
7016
+ value: response.headers.get("opc-next-page"),
7017
+ key: "opcNextPage",
5979
7018
  dataType: "string"
5980
7019
  }
5981
7020
  ]
@@ -5998,7 +7037,7 @@ class OperationsInsightsClient {
5998
7037
  * @param SummarizeAwrDatabaseCpuUsagesRequest
5999
7038
  * @return SummarizeAwrDatabaseCpuUsagesResponse
6000
7039
  * @throws OciError when an error occurs
6001
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/SummarizeAwrDatabaseCpuUsages.ts.html |here} to see how to use SummarizeAwrDatabaseCpuUsages API.
7040
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeAwrDatabaseCpuUsages.ts.html |here} to see how to use SummarizeAwrDatabaseCpuUsages API.
6002
7041
  */
6003
7042
  summarizeAwrDatabaseCpuUsages(summarizeAwrDatabaseCpuUsagesRequest) {
6004
7043
  return __awaiter(this, void 0, void 0, function* () {
@@ -6074,7 +7113,7 @@ class OperationsInsightsClient {
6074
7113
  * @param SummarizeAwrDatabaseMetricsRequest
6075
7114
  * @return SummarizeAwrDatabaseMetricsResponse
6076
7115
  * @throws OciError when an error occurs
6077
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/SummarizeAwrDatabaseMetrics.ts.html |here} to see how to use SummarizeAwrDatabaseMetrics API.
7116
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeAwrDatabaseMetrics.ts.html |here} to see how to use SummarizeAwrDatabaseMetrics API.
6078
7117
  */
6079
7118
  summarizeAwrDatabaseMetrics(summarizeAwrDatabaseMetricsRequest) {
6080
7119
  return __awaiter(this, void 0, void 0, function* () {
@@ -6154,7 +7193,7 @@ class OperationsInsightsClient {
6154
7193
  * @param SummarizeAwrDatabaseParameterChangesRequest
6155
7194
  * @return SummarizeAwrDatabaseParameterChangesResponse
6156
7195
  * @throws OciError when an error occurs
6157
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/SummarizeAwrDatabaseParameterChanges.ts.html |here} to see how to use SummarizeAwrDatabaseParameterChanges API.
7196
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeAwrDatabaseParameterChanges.ts.html |here} to see how to use SummarizeAwrDatabaseParameterChanges API.
6158
7197
  */
6159
7198
  summarizeAwrDatabaseParameterChanges(summarizeAwrDatabaseParameterChangesRequest) {
6160
7199
  return __awaiter(this, void 0, void 0, function* () {
@@ -6240,7 +7279,7 @@ class OperationsInsightsClient {
6240
7279
  * @param SummarizeAwrDatabaseParametersRequest
6241
7280
  * @return SummarizeAwrDatabaseParametersResponse
6242
7281
  * @throws OciError when an error occurs
6243
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/SummarizeAwrDatabaseParameters.ts.html |here} to see how to use SummarizeAwrDatabaseParameters API.
7282
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeAwrDatabaseParameters.ts.html |here} to see how to use SummarizeAwrDatabaseParameters API.
6244
7283
  */
6245
7284
  summarizeAwrDatabaseParameters(summarizeAwrDatabaseParametersRequest) {
6246
7285
  return __awaiter(this, void 0, void 0, function* () {
@@ -6320,7 +7359,7 @@ class OperationsInsightsClient {
6320
7359
  * @param SummarizeAwrDatabaseSnapshotRangesRequest
6321
7360
  * @return SummarizeAwrDatabaseSnapshotRangesResponse
6322
7361
  * @throws OciError when an error occurs
6323
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/SummarizeAwrDatabaseSnapshotRanges.ts.html |here} to see how to use SummarizeAwrDatabaseSnapshotRanges API.
7362
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeAwrDatabaseSnapshotRanges.ts.html |here} to see how to use SummarizeAwrDatabaseSnapshotRanges API.
6324
7363
  */
6325
7364
  summarizeAwrDatabaseSnapshotRanges(summarizeAwrDatabaseSnapshotRangesRequest) {
6326
7365
  return __awaiter(this, void 0, void 0, function* () {
@@ -6392,7 +7431,7 @@ class OperationsInsightsClient {
6392
7431
  * @param SummarizeAwrDatabaseSysstatsRequest
6393
7432
  * @return SummarizeAwrDatabaseSysstatsResponse
6394
7433
  * @throws OciError when an error occurs
6395
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/SummarizeAwrDatabaseSysstats.ts.html |here} to see how to use SummarizeAwrDatabaseSysstats API.
7434
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeAwrDatabaseSysstats.ts.html |here} to see how to use SummarizeAwrDatabaseSysstats API.
6396
7435
  */
6397
7436
  summarizeAwrDatabaseSysstats(summarizeAwrDatabaseSysstatsRequest) {
6398
7437
  return __awaiter(this, void 0, void 0, function* () {
@@ -6468,7 +7507,7 @@ class OperationsInsightsClient {
6468
7507
  * @param SummarizeAwrDatabaseTopWaitEventsRequest
6469
7508
  * @return SummarizeAwrDatabaseTopWaitEventsResponse
6470
7509
  * @throws OciError when an error occurs
6471
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/SummarizeAwrDatabaseTopWaitEvents.ts.html |here} to see how to use SummarizeAwrDatabaseTopWaitEvents API.
7510
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeAwrDatabaseTopWaitEvents.ts.html |here} to see how to use SummarizeAwrDatabaseTopWaitEvents API.
6472
7511
  */
6473
7512
  summarizeAwrDatabaseTopWaitEvents(summarizeAwrDatabaseTopWaitEventsRequest) {
6474
7513
  return __awaiter(this, void 0, void 0, function* () {
@@ -6543,7 +7582,7 @@ class OperationsInsightsClient {
6543
7582
  * @param SummarizeAwrDatabaseWaitEventBucketsRequest
6544
7583
  * @return SummarizeAwrDatabaseWaitEventBucketsResponse
6545
7584
  * @throws OciError when an error occurs
6546
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/SummarizeAwrDatabaseWaitEventBuckets.ts.html |here} to see how to use SummarizeAwrDatabaseWaitEventBuckets API.
7585
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeAwrDatabaseWaitEventBuckets.ts.html |here} to see how to use SummarizeAwrDatabaseWaitEventBuckets API.
6547
7586
  */
6548
7587
  summarizeAwrDatabaseWaitEventBuckets(summarizeAwrDatabaseWaitEventBucketsRequest) {
6549
7588
  return __awaiter(this, void 0, void 0, function* () {
@@ -6622,7 +7661,7 @@ class OperationsInsightsClient {
6622
7661
  * @param SummarizeAwrDatabaseWaitEventsRequest
6623
7662
  * @return SummarizeAwrDatabaseWaitEventsResponse
6624
7663
  * @throws OciError when an error occurs
6625
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/SummarizeAwrDatabaseWaitEvents.ts.html |here} to see how to use SummarizeAwrDatabaseWaitEvents API.
7664
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeAwrDatabaseWaitEvents.ts.html |here} to see how to use SummarizeAwrDatabaseWaitEvents API.
6626
7665
  */
6627
7666
  summarizeAwrDatabaseWaitEvents(summarizeAwrDatabaseWaitEventsRequest) {
6628
7667
  return __awaiter(this, void 0, void 0, function* () {
@@ -6699,7 +7738,7 @@ class OperationsInsightsClient {
6699
7738
  * @param SummarizeAwrSourcesSummariesRequest
6700
7739
  * @return SummarizeAwrSourcesSummariesResponse
6701
7740
  * @throws OciError when an error occurs
6702
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/SummarizeAwrSourcesSummaries.ts.html |here} to see how to use SummarizeAwrSourcesSummaries API.
7741
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeAwrSourcesSummaries.ts.html |here} to see how to use SummarizeAwrSourcesSummaries API.
6703
7742
  */
6704
7743
  summarizeAwrSourcesSummaries(summarizeAwrSourcesSummariesRequest) {
6705
7744
  return __awaiter(this, void 0, void 0, function* () {
@@ -6771,7 +7810,7 @@ class OperationsInsightsClient {
6771
7810
  * @param SummarizeConfigurationItemsRequest
6772
7811
  * @return SummarizeConfigurationItemsResponse
6773
7812
  * @throws OciError when an error occurs
6774
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/SummarizeConfigurationItems.ts.html |here} to see how to use SummarizeConfigurationItems API.
7813
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeConfigurationItems.ts.html |here} to see how to use SummarizeConfigurationItems API.
6775
7814
  */
6776
7815
  summarizeConfigurationItems(summarizeConfigurationItemsRequest) {
6777
7816
  return __awaiter(this, void 0, void 0, function* () {
@@ -6843,7 +7882,7 @@ class OperationsInsightsClient {
6843
7882
  * @param SummarizeDatabaseInsightResourceCapacityTrendRequest
6844
7883
  * @return SummarizeDatabaseInsightResourceCapacityTrendResponse
6845
7884
  * @throws OciError when an error occurs
6846
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/SummarizeDatabaseInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceCapacityTrend API.
7885
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeDatabaseInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceCapacityTrend API.
6847
7886
  */
6848
7887
  summarizeDatabaseInsightResourceCapacityTrend(summarizeDatabaseInsightResourceCapacityTrendRequest) {
6849
7888
  return __awaiter(this, void 0, void 0, function* () {
@@ -6932,7 +7971,7 @@ class OperationsInsightsClient {
6932
7971
  * @param SummarizeDatabaseInsightResourceForecastTrendRequest
6933
7972
  * @return SummarizeDatabaseInsightResourceForecastTrendResponse
6934
7973
  * @throws OciError when an error occurs
6935
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/SummarizeDatabaseInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceForecastTrend API.
7974
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeDatabaseInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceForecastTrend API.
6936
7975
  */
6937
7976
  summarizeDatabaseInsightResourceForecastTrend(summarizeDatabaseInsightResourceForecastTrendRequest) {
6938
7977
  return __awaiter(this, void 0, void 0, function* () {
@@ -7023,7 +8062,7 @@ class OperationsInsightsClient {
7023
8062
  * @param SummarizeDatabaseInsightResourceStatisticsRequest
7024
8063
  * @return SummarizeDatabaseInsightResourceStatisticsResponse
7025
8064
  * @throws OciError when an error occurs
7026
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/SummarizeDatabaseInsightResourceStatistics.ts.html |here} to see how to use SummarizeDatabaseInsightResourceStatistics API.
8065
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeDatabaseInsightResourceStatistics.ts.html |here} to see how to use SummarizeDatabaseInsightResourceStatistics API.
7027
8066
  */
7028
8067
  summarizeDatabaseInsightResourceStatistics(summarizeDatabaseInsightResourceStatisticsRequest) {
7029
8068
  return __awaiter(this, void 0, void 0, function* () {
@@ -7116,7 +8155,7 @@ class OperationsInsightsClient {
7116
8155
  * @param SummarizeDatabaseInsightResourceUsageRequest
7117
8156
  * @return SummarizeDatabaseInsightResourceUsageResponse
7118
8157
  * @throws OciError when an error occurs
7119
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/SummarizeDatabaseInsightResourceUsage.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsage API.
8158
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeDatabaseInsightResourceUsage.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsage API.
7120
8159
  */
7121
8160
  summarizeDatabaseInsightResourceUsage(summarizeDatabaseInsightResourceUsageRequest) {
7122
8161
  return __awaiter(this, void 0, void 0, function* () {
@@ -7201,7 +8240,7 @@ class OperationsInsightsClient {
7201
8240
  * @param SummarizeDatabaseInsightResourceUsageTrendRequest
7202
8241
  * @return SummarizeDatabaseInsightResourceUsageTrendResponse
7203
8242
  * @throws OciError when an error occurs
7204
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/SummarizeDatabaseInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsageTrend API.
8243
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeDatabaseInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsageTrend API.
7205
8244
  */
7206
8245
  summarizeDatabaseInsightResourceUsageTrend(summarizeDatabaseInsightResourceUsageTrendRequest) {
7207
8246
  return __awaiter(this, void 0, void 0, function* () {
@@ -7286,7 +8325,7 @@ class OperationsInsightsClient {
7286
8325
  * @param SummarizeDatabaseInsightResourceUtilizationInsightRequest
7287
8326
  * @return SummarizeDatabaseInsightResourceUtilizationInsightResponse
7288
8327
  * @throws OciError when an error occurs
7289
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/SummarizeDatabaseInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUtilizationInsight API.
8328
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeDatabaseInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUtilizationInsight API.
7290
8329
  */
7291
8330
  summarizeDatabaseInsightResourceUtilizationInsight(summarizeDatabaseInsightResourceUtilizationInsightRequest) {
7292
8331
  return __awaiter(this, void 0, void 0, function* () {
@@ -7373,7 +8412,7 @@ class OperationsInsightsClient {
7373
8412
  * @param SummarizeDatabaseInsightTablespaceUsageTrendRequest
7374
8413
  * @return SummarizeDatabaseInsightTablespaceUsageTrendResponse
7375
8414
  * @throws OciError when an error occurs
7376
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/SummarizeDatabaseInsightTablespaceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightTablespaceUsageTrend API.
8415
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeDatabaseInsightTablespaceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightTablespaceUsageTrend API.
7377
8416
  */
7378
8417
  summarizeDatabaseInsightTablespaceUsageTrend(summarizeDatabaseInsightTablespaceUsageTrendRequest) {
7379
8418
  return __awaiter(this, void 0, void 0, function* () {
@@ -7451,7 +8490,7 @@ class OperationsInsightsClient {
7451
8490
  * @param SummarizeExadataInsightResourceCapacityTrendRequest
7452
8491
  * @return SummarizeExadataInsightResourceCapacityTrendResponse
7453
8492
  * @throws OciError when an error occurs
7454
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/SummarizeExadataInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrend API.
8493
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeExadataInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrend API.
7455
8494
  */
7456
8495
  summarizeExadataInsightResourceCapacityTrend(summarizeExadataInsightResourceCapacityTrendRequest) {
7457
8496
  return __awaiter(this, void 0, void 0, function* () {
@@ -7535,7 +8574,7 @@ class OperationsInsightsClient {
7535
8574
  * @param SummarizeExadataInsightResourceCapacityTrendAggregatedRequest
7536
8575
  * @return SummarizeExadataInsightResourceCapacityTrendAggregatedResponse
7537
8576
  * @throws OciError when an error occurs
7538
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/SummarizeExadataInsightResourceCapacityTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrendAggregated API.
8577
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeExadataInsightResourceCapacityTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrendAggregated API.
7539
8578
  */
7540
8579
  summarizeExadataInsightResourceCapacityTrendAggregated(summarizeExadataInsightResourceCapacityTrendAggregatedRequest) {
7541
8580
  return __awaiter(this, void 0, void 0, function* () {
@@ -7622,7 +8661,7 @@ class OperationsInsightsClient {
7622
8661
  * @param SummarizeExadataInsightResourceForecastTrendRequest
7623
8662
  * @return SummarizeExadataInsightResourceForecastTrendResponse
7624
8663
  * @throws OciError when an error occurs
7625
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/SummarizeExadataInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrend API.
8664
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeExadataInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrend API.
7626
8665
  */
7627
8666
  summarizeExadataInsightResourceForecastTrend(summarizeExadataInsightResourceForecastTrendRequest) {
7628
8667
  return __awaiter(this, void 0, void 0, function* () {
@@ -7709,7 +8748,7 @@ class OperationsInsightsClient {
7709
8748
  * @param SummarizeExadataInsightResourceForecastTrendAggregatedRequest
7710
8749
  * @return SummarizeExadataInsightResourceForecastTrendAggregatedResponse
7711
8750
  * @throws OciError when an error occurs
7712
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/SummarizeExadataInsightResourceForecastTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrendAggregated API.
8751
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeExadataInsightResourceForecastTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrendAggregated API.
7713
8752
  */
7714
8753
  summarizeExadataInsightResourceForecastTrendAggregated(summarizeExadataInsightResourceForecastTrendAggregatedRequest) {
7715
8754
  return __awaiter(this, void 0, void 0, function* () {
@@ -7796,7 +8835,7 @@ class OperationsInsightsClient {
7796
8835
  * @param SummarizeExadataInsightResourceStatisticsRequest
7797
8836
  * @return SummarizeExadataInsightResourceStatisticsResponse
7798
8837
  * @throws OciError when an error occurs
7799
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/SummarizeExadataInsightResourceStatistics.ts.html |here} to see how to use SummarizeExadataInsightResourceStatistics API.
8838
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeExadataInsightResourceStatistics.ts.html |here} to see how to use SummarizeExadataInsightResourceStatistics API.
7800
8839
  */
7801
8840
  summarizeExadataInsightResourceStatistics(summarizeExadataInsightResourceStatisticsRequest) {
7802
8841
  return __awaiter(this, void 0, void 0, function* () {
@@ -7883,7 +8922,7 @@ class OperationsInsightsClient {
7883
8922
  * @param SummarizeExadataInsightResourceUsageRequest
7884
8923
  * @return SummarizeExadataInsightResourceUsageResponse
7885
8924
  * @throws OciError when an error occurs
7886
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/SummarizeExadataInsightResourceUsage.ts.html |here} to see how to use SummarizeExadataInsightResourceUsage API.
8925
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeExadataInsightResourceUsage.ts.html |here} to see how to use SummarizeExadataInsightResourceUsage API.
7887
8926
  */
7888
8927
  summarizeExadataInsightResourceUsage(summarizeExadataInsightResourceUsageRequest) {
7889
8928
  return __awaiter(this, void 0, void 0, function* () {
@@ -7970,7 +9009,7 @@ class OperationsInsightsClient {
7970
9009
  * @param SummarizeExadataInsightResourceUsageAggregatedRequest
7971
9010
  * @return SummarizeExadataInsightResourceUsageAggregatedResponse
7972
9011
  * @throws OciError when an error occurs
7973
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/SummarizeExadataInsightResourceUsageAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceUsageAggregated API.
9012
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeExadataInsightResourceUsageAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceUsageAggregated API.
7974
9013
  */
7975
9014
  summarizeExadataInsightResourceUsageAggregated(summarizeExadataInsightResourceUsageAggregatedRequest) {
7976
9015
  return __awaiter(this, void 0, void 0, function* () {
@@ -8048,7 +9087,7 @@ class OperationsInsightsClient {
8048
9087
  * @param SummarizeExadataInsightResourceUtilizationInsightRequest
8049
9088
  * @return SummarizeExadataInsightResourceUtilizationInsightResponse
8050
9089
  * @throws OciError when an error occurs
8051
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/SummarizeExadataInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeExadataInsightResourceUtilizationInsight API.
9090
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeExadataInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeExadataInsightResourceUtilizationInsight API.
8052
9091
  */
8053
9092
  summarizeExadataInsightResourceUtilizationInsight(summarizeExadataInsightResourceUtilizationInsightRequest) {
8054
9093
  return __awaiter(this, void 0, void 0, function* () {
@@ -8133,7 +9172,7 @@ class OperationsInsightsClient {
8133
9172
  * @param SummarizeExadataMembersRequest
8134
9173
  * @return SummarizeExadataMembersResponse
8135
9174
  * @throws OciError when an error occurs
8136
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/SummarizeExadataMembers.ts.html |here} to see how to use SummarizeExadataMembers API.
9175
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeExadataMembers.ts.html |here} to see how to use SummarizeExadataMembers API.
8137
9176
  */
8138
9177
  summarizeExadataMembers(summarizeExadataMembersRequest) {
8139
9178
  return __awaiter(this, void 0, void 0, function* () {
@@ -8207,7 +9246,7 @@ class OperationsInsightsClient {
8207
9246
  * @param SummarizeHostInsightNetworkUsageTrendRequest
8208
9247
  * @return SummarizeHostInsightNetworkUsageTrendResponse
8209
9248
  * @throws OciError when an error occurs
8210
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/SummarizeHostInsightNetworkUsageTrend.ts.html |here} to see how to use SummarizeHostInsightNetworkUsageTrend API.
9249
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeHostInsightNetworkUsageTrend.ts.html |here} to see how to use SummarizeHostInsightNetworkUsageTrend API.
8211
9250
  */
8212
9251
  summarizeHostInsightNetworkUsageTrend(summarizeHostInsightNetworkUsageTrendRequest) {
8213
9252
  return __awaiter(this, void 0, void 0, function* () {
@@ -8281,7 +9320,7 @@ class OperationsInsightsClient {
8281
9320
  * @param SummarizeHostInsightResourceCapacityTrendRequest
8282
9321
  * @return SummarizeHostInsightResourceCapacityTrendResponse
8283
9322
  * @throws OciError when an error occurs
8284
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/SummarizeHostInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeHostInsightResourceCapacityTrend API.
9323
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeHostInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeHostInsightResourceCapacityTrend API.
8285
9324
  */
8286
9325
  summarizeHostInsightResourceCapacityTrend(summarizeHostInsightResourceCapacityTrendRequest) {
8287
9326
  return __awaiter(this, void 0, void 0, function* () {
@@ -8367,7 +9406,7 @@ class OperationsInsightsClient {
8367
9406
  * @param SummarizeHostInsightResourceForecastTrendRequest
8368
9407
  * @return SummarizeHostInsightResourceForecastTrendResponse
8369
9408
  * @throws OciError when an error occurs
8370
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/SummarizeHostInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeHostInsightResourceForecastTrend API.
9409
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeHostInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeHostInsightResourceForecastTrend API.
8371
9410
  */
8372
9411
  summarizeHostInsightResourceForecastTrend(summarizeHostInsightResourceForecastTrendRequest) {
8373
9412
  return __awaiter(this, void 0, void 0, function* () {
@@ -8452,7 +9491,7 @@ class OperationsInsightsClient {
8452
9491
  * @param SummarizeHostInsightResourceStatisticsRequest
8453
9492
  * @return SummarizeHostInsightResourceStatisticsResponse
8454
9493
  * @throws OciError when an error occurs
8455
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/SummarizeHostInsightResourceStatistics.ts.html |here} to see how to use SummarizeHostInsightResourceStatistics API.
9494
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeHostInsightResourceStatistics.ts.html |here} to see how to use SummarizeHostInsightResourceStatistics API.
8456
9495
  */
8457
9496
  summarizeHostInsightResourceStatistics(summarizeHostInsightResourceStatisticsRequest) {
8458
9497
  return __awaiter(this, void 0, void 0, function* () {
@@ -8543,7 +9582,7 @@ class OperationsInsightsClient {
8543
9582
  * @param SummarizeHostInsightResourceUsageRequest
8544
9583
  * @return SummarizeHostInsightResourceUsageResponse
8545
9584
  * @throws OciError when an error occurs
8546
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/SummarizeHostInsightResourceUsage.ts.html |here} to see how to use SummarizeHostInsightResourceUsage API.
9585
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeHostInsightResourceUsage.ts.html |here} to see how to use SummarizeHostInsightResourceUsage API.
8547
9586
  */
8548
9587
  summarizeHostInsightResourceUsage(summarizeHostInsightResourceUsageRequest) {
8549
9588
  return __awaiter(this, void 0, void 0, function* () {
@@ -8621,7 +9660,7 @@ class OperationsInsightsClient {
8621
9660
  * @param SummarizeHostInsightResourceUsageTrendRequest
8622
9661
  * @return SummarizeHostInsightResourceUsageTrendResponse
8623
9662
  * @throws OciError when an error occurs
8624
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/SummarizeHostInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeHostInsightResourceUsageTrend API.
9663
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeHostInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeHostInsightResourceUsageTrend API.
8625
9664
  */
8626
9665
  summarizeHostInsightResourceUsageTrend(summarizeHostInsightResourceUsageTrendRequest) {
8627
9666
  return __awaiter(this, void 0, void 0, function* () {
@@ -8704,7 +9743,7 @@ class OperationsInsightsClient {
8704
9743
  * @param SummarizeHostInsightResourceUtilizationInsightRequest
8705
9744
  * @return SummarizeHostInsightResourceUtilizationInsightResponse
8706
9745
  * @throws OciError when an error occurs
8707
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/SummarizeHostInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeHostInsightResourceUtilizationInsight API.
9746
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeHostInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeHostInsightResourceUtilizationInsight API.
8708
9747
  */
8709
9748
  summarizeHostInsightResourceUtilizationInsight(summarizeHostInsightResourceUtilizationInsightRequest) {
8710
9749
  return __awaiter(this, void 0, void 0, function* () {
@@ -8782,7 +9821,7 @@ class OperationsInsightsClient {
8782
9821
  * @param SummarizeHostInsightStorageUsageTrendRequest
8783
9822
  * @return SummarizeHostInsightStorageUsageTrendResponse
8784
9823
  * @throws OciError when an error occurs
8785
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/SummarizeHostInsightStorageUsageTrend.ts.html |here} to see how to use SummarizeHostInsightStorageUsageTrend API.
9824
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeHostInsightStorageUsageTrend.ts.html |here} to see how to use SummarizeHostInsightStorageUsageTrend API.
8786
9825
  */
8787
9826
  summarizeHostInsightStorageUsageTrend(summarizeHostInsightStorageUsageTrendRequest) {
8788
9827
  return __awaiter(this, void 0, void 0, function* () {
@@ -8856,7 +9895,7 @@ class OperationsInsightsClient {
8856
9895
  * @param SummarizeHostInsightTopProcessesUsageRequest
8857
9896
  * @return SummarizeHostInsightTopProcessesUsageResponse
8858
9897
  * @throws OciError when an error occurs
8859
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/SummarizeHostInsightTopProcessesUsage.ts.html |here} to see how to use SummarizeHostInsightTopProcessesUsage API.
9898
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeHostInsightTopProcessesUsage.ts.html |here} to see how to use SummarizeHostInsightTopProcessesUsage API.
8860
9899
  */
8861
9900
  summarizeHostInsightTopProcessesUsage(summarizeHostInsightTopProcessesUsageRequest) {
8862
9901
  return __awaiter(this, void 0, void 0, function* () {
@@ -8933,7 +9972,7 @@ class OperationsInsightsClient {
8933
9972
  * @param SummarizeHostInsightTopProcessesUsageTrendRequest
8934
9973
  * @return SummarizeHostInsightTopProcessesUsageTrendResponse
8935
9974
  * @throws OciError when an error occurs
8936
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/SummarizeHostInsightTopProcessesUsageTrend.ts.html |here} to see how to use SummarizeHostInsightTopProcessesUsageTrend API.
9975
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeHostInsightTopProcessesUsageTrend.ts.html |here} to see how to use SummarizeHostInsightTopProcessesUsageTrend API.
8937
9976
  */
8938
9977
  summarizeHostInsightTopProcessesUsageTrend(summarizeHostInsightTopProcessesUsageTrendRequest) {
8939
9978
  return __awaiter(this, void 0, void 0, function* () {
@@ -9009,7 +10048,7 @@ class OperationsInsightsClient {
9009
10048
  * @param SummarizeOperationsInsightsWarehouseResourceUsageRequest
9010
10049
  * @return SummarizeOperationsInsightsWarehouseResourceUsageResponse
9011
10050
  * @throws OciError when an error occurs
9012
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/SummarizeOperationsInsightsWarehouseResourceUsage.ts.html |here} to see how to use SummarizeOperationsInsightsWarehouseResourceUsage API.
10051
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeOperationsInsightsWarehouseResourceUsage.ts.html |here} to see how to use SummarizeOperationsInsightsWarehouseResourceUsage API.
9013
10052
  */
9014
10053
  summarizeOperationsInsightsWarehouseResourceUsage(summarizeOperationsInsightsWarehouseResourceUsageRequest) {
9015
10054
  return __awaiter(this, void 0, void 0, function* () {
@@ -9074,7 +10113,7 @@ class OperationsInsightsClient {
9074
10113
  * @param SummarizeSqlInsightsRequest
9075
10114
  * @return SummarizeSqlInsightsResponse
9076
10115
  * @throws OciError when an error occurs
9077
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/SummarizeSqlInsights.ts.html |here} to see how to use SummarizeSqlInsights API.
10116
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeSqlInsights.ts.html |here} to see how to use SummarizeSqlInsights API.
9078
10117
  */
9079
10118
  summarizeSqlInsights(summarizeSqlInsightsRequest) {
9080
10119
  return __awaiter(this, void 0, void 0, function* () {
@@ -9156,7 +10195,7 @@ class OperationsInsightsClient {
9156
10195
  * @param SummarizeSqlPlanInsightsRequest
9157
10196
  * @return SummarizeSqlPlanInsightsResponse
9158
10197
  * @throws OciError when an error occurs
9159
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/SummarizeSqlPlanInsights.ts.html |here} to see how to use SummarizeSqlPlanInsights API.
10198
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeSqlPlanInsights.ts.html |here} to see how to use SummarizeSqlPlanInsights API.
9160
10199
  */
9161
10200
  summarizeSqlPlanInsights(summarizeSqlPlanInsightsRequest) {
9162
10201
  return __awaiter(this, void 0, void 0, function* () {
@@ -9228,7 +10267,7 @@ class OperationsInsightsClient {
9228
10267
  * @param SummarizeSqlResponseTimeDistributionsRequest
9229
10268
  * @return SummarizeSqlResponseTimeDistributionsResponse
9230
10269
  * @throws OciError when an error occurs
9231
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/SummarizeSqlResponseTimeDistributions.ts.html |here} to see how to use SummarizeSqlResponseTimeDistributions API.
10270
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeSqlResponseTimeDistributions.ts.html |here} to see how to use SummarizeSqlResponseTimeDistributions API.
9232
10271
  */
9233
10272
  summarizeSqlResponseTimeDistributions(summarizeSqlResponseTimeDistributionsRequest) {
9234
10273
  return __awaiter(this, void 0, void 0, function* () {
@@ -9300,7 +10339,7 @@ class OperationsInsightsClient {
9300
10339
  * @param SummarizeSqlStatisticsRequest
9301
10340
  * @return SummarizeSqlStatisticsResponse
9302
10341
  * @throws OciError when an error occurs
9303
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/SummarizeSqlStatistics.ts.html |here} to see how to use SummarizeSqlStatistics API.
10342
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeSqlStatistics.ts.html |here} to see how to use SummarizeSqlStatistics API.
9304
10343
  */
9305
10344
  summarizeSqlStatistics(summarizeSqlStatisticsRequest) {
9306
10345
  return __awaiter(this, void 0, void 0, function* () {
@@ -9387,7 +10426,7 @@ class OperationsInsightsClient {
9387
10426
  * @param SummarizeSqlStatisticsTimeSeriesRequest
9388
10427
  * @return SummarizeSqlStatisticsTimeSeriesResponse
9389
10428
  * @throws OciError when an error occurs
9390
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/SummarizeSqlStatisticsTimeSeries.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeries API.
10429
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeSqlStatisticsTimeSeries.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeries API.
9391
10430
  */
9392
10431
  summarizeSqlStatisticsTimeSeries(summarizeSqlStatisticsTimeSeriesRequest) {
9393
10432
  return __awaiter(this, void 0, void 0, function* () {
@@ -9468,7 +10507,7 @@ class OperationsInsightsClient {
9468
10507
  * @param SummarizeSqlStatisticsTimeSeriesByPlanRequest
9469
10508
  * @return SummarizeSqlStatisticsTimeSeriesByPlanResponse
9470
10509
  * @throws OciError when an error occurs
9471
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/SummarizeSqlStatisticsTimeSeriesByPlan.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeriesByPlan API.
10510
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeSqlStatisticsTimeSeriesByPlan.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeriesByPlan API.
9472
10511
  */
9473
10512
  summarizeSqlStatisticsTimeSeriesByPlan(summarizeSqlStatisticsTimeSeriesByPlanRequest) {
9474
10513
  return __awaiter(this, void 0, void 0, function* () {
@@ -9538,7 +10577,7 @@ class OperationsInsightsClient {
9538
10577
  * @param UpdateAwrHubRequest
9539
10578
  * @return UpdateAwrHubResponse
9540
10579
  * @throws OciError when an error occurs
9541
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/UpdateAwrHub.ts.html |here} to see how to use UpdateAwrHub API.
10580
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/UpdateAwrHub.ts.html |here} to see how to use UpdateAwrHub API.
9542
10581
  */
9543
10582
  updateAwrHub(updateAwrHubRequest) {
9544
10583
  return __awaiter(this, void 0, void 0, function* () {
@@ -9599,7 +10638,7 @@ class OperationsInsightsClient {
9599
10638
  * @param UpdateDatabaseInsightRequest
9600
10639
  * @return UpdateDatabaseInsightResponse
9601
10640
  * @throws OciError when an error occurs
9602
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/UpdateDatabaseInsight.ts.html |here} to see how to use UpdateDatabaseInsight API.
10641
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/UpdateDatabaseInsight.ts.html |here} to see how to use UpdateDatabaseInsight API.
9603
10642
  */
9604
10643
  updateDatabaseInsight(updateDatabaseInsightRequest) {
9605
10644
  return __awaiter(this, void 0, void 0, function* () {
@@ -9660,7 +10699,7 @@ class OperationsInsightsClient {
9660
10699
  * @param UpdateEnterpriseManagerBridgeRequest
9661
10700
  * @return UpdateEnterpriseManagerBridgeResponse
9662
10701
  * @throws OciError when an error occurs
9663
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/UpdateEnterpriseManagerBridge.ts.html |here} to see how to use UpdateEnterpriseManagerBridge API.
10702
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/UpdateEnterpriseManagerBridge.ts.html |here} to see how to use UpdateEnterpriseManagerBridge API.
9664
10703
  */
9665
10704
  updateEnterpriseManagerBridge(updateEnterpriseManagerBridgeRequest) {
9666
10705
  return __awaiter(this, void 0, void 0, function* () {
@@ -9721,7 +10760,7 @@ class OperationsInsightsClient {
9721
10760
  * @param UpdateExadataInsightRequest
9722
10761
  * @return UpdateExadataInsightResponse
9723
10762
  * @throws OciError when an error occurs
9724
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/UpdateExadataInsight.ts.html |here} to see how to use UpdateExadataInsight API.
10763
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/UpdateExadataInsight.ts.html |here} to see how to use UpdateExadataInsight API.
9725
10764
  */
9726
10765
  updateExadataInsight(updateExadataInsightRequest) {
9727
10766
  return __awaiter(this, void 0, void 0, function* () {
@@ -9782,7 +10821,7 @@ class OperationsInsightsClient {
9782
10821
  * @param UpdateHostInsightRequest
9783
10822
  * @return UpdateHostInsightResponse
9784
10823
  * @throws OciError when an error occurs
9785
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/UpdateHostInsight.ts.html |here} to see how to use UpdateHostInsight API.
10824
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/UpdateHostInsight.ts.html |here} to see how to use UpdateHostInsight API.
9786
10825
  */
9787
10826
  updateHostInsight(updateHostInsightRequest) {
9788
10827
  return __awaiter(this, void 0, void 0, function* () {
@@ -9843,7 +10882,7 @@ class OperationsInsightsClient {
9843
10882
  * @param UpdateOperationsInsightsPrivateEndpointRequest
9844
10883
  * @return UpdateOperationsInsightsPrivateEndpointResponse
9845
10884
  * @throws OciError when an error occurs
9846
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/UpdateOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use UpdateOperationsInsightsPrivateEndpoint API.
10885
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/UpdateOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use UpdateOperationsInsightsPrivateEndpoint API.
9847
10886
  */
9848
10887
  updateOperationsInsightsPrivateEndpoint(updateOperationsInsightsPrivateEndpointRequest) {
9849
10888
  return __awaiter(this, void 0, void 0, function* () {
@@ -9906,7 +10945,7 @@ class OperationsInsightsClient {
9906
10945
  * @param UpdateOperationsInsightsWarehouseRequest
9907
10946
  * @return UpdateOperationsInsightsWarehouseResponse
9908
10947
  * @throws OciError when an error occurs
9909
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/UpdateOperationsInsightsWarehouse.ts.html |here} to see how to use UpdateOperationsInsightsWarehouse API.
10948
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/UpdateOperationsInsightsWarehouse.ts.html |here} to see how to use UpdateOperationsInsightsWarehouse API.
9910
10949
  */
9911
10950
  updateOperationsInsightsWarehouse(updateOperationsInsightsWarehouseRequest) {
9912
10951
  return __awaiter(this, void 0, void 0, function* () {
@@ -9967,7 +11006,7 @@ class OperationsInsightsClient {
9967
11006
  * @param UpdateOperationsInsightsWarehouseUserRequest
9968
11007
  * @return UpdateOperationsInsightsWarehouseUserResponse
9969
11008
  * @throws OciError when an error occurs
9970
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/UpdateOperationsInsightsWarehouseUser.ts.html |here} to see how to use UpdateOperationsInsightsWarehouseUser API.
11009
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/UpdateOperationsInsightsWarehouseUser.ts.html |here} to see how to use UpdateOperationsInsightsWarehouseUser API.
9971
11010
  */
9972
11011
  updateOperationsInsightsWarehouseUser(updateOperationsInsightsWarehouseUserRequest) {
9973
11012
  return __awaiter(this, void 0, void 0, function* () {
@@ -10028,7 +11067,7 @@ class OperationsInsightsClient {
10028
11067
  * @param UpdateOpsiConfigurationRequest
10029
11068
  * @return UpdateOpsiConfigurationResponse
10030
11069
  * @throws OciError when an error occurs
10031
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/opsi/UpdateOpsiConfiguration.ts.html |here} to see how to use UpdateOpsiConfiguration API.
11070
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/UpdateOpsiConfiguration.ts.html |here} to see how to use UpdateOpsiConfiguration API.
10032
11071
  */
10033
11072
  updateOpsiConfiguration(updateOpsiConfigurationRequest) {
10034
11073
  return __awaiter(this, void 0, void 0, function* () {