oci-opsi 2.50.4 → 2.51.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (287) hide show
  1. package/lib/client.d.ts +196 -126
  2. package/lib/client.js +596 -126
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/basic-configuration-item-metadata.d.ts +43 -0
  5. package/lib/model/basic-configuration-item-metadata.js +71 -0
  6. package/lib/model/basic-configuration-item-metadata.js.map +1 -0
  7. package/lib/model/basic-configuration-item-summary.d.ts +51 -0
  8. package/lib/model/basic-configuration-item-summary.js +65 -0
  9. package/lib/model/basic-configuration-item-summary.js.map +1 -0
  10. package/lib/model/change-opsi-configuration-compartment-details.d.ts +29 -0
  11. package/lib/model/change-opsi-configuration-compartment-details.js +32 -0
  12. package/lib/model/change-opsi-configuration-compartment-details.js.map +1 -0
  13. package/lib/model/configuration-item-allowed-value-details.d.ts +25 -0
  14. package/lib/model/configuration-item-allowed-value-details.js +79 -0
  15. package/lib/model/configuration-item-allowed-value-details.js.map +1 -0
  16. package/lib/model/configuration-item-allowed-value-type.d.ts +32 -0
  17. package/lib/model/configuration-item-allowed-value-type.js +43 -0
  18. package/lib/model/configuration-item-allowed-value-type.js.map +1 -0
  19. package/lib/model/configuration-item-free-text-allowed-value-details.d.ts +28 -0
  20. package/lib/model/configuration-item-free-text-allowed-value-details.js +57 -0
  21. package/lib/model/configuration-item-free-text-allowed-value-details.js.map +1 -0
  22. package/lib/model/configuration-item-limit-allowed-value-details.d.ts +35 -0
  23. package/lib/model/configuration-item-limit-allowed-value-details.js +57 -0
  24. package/lib/model/configuration-item-limit-allowed-value-details.js.map +1 -0
  25. package/lib/model/configuration-item-metadata.d.ts +25 -0
  26. package/lib/model/configuration-item-metadata.js +71 -0
  27. package/lib/model/configuration-item-metadata.js.map +1 -0
  28. package/lib/model/configuration-item-pick-allowed-value-details.d.ts +32 -0
  29. package/lib/model/configuration-item-pick-allowed-value-details.js +57 -0
  30. package/lib/model/configuration-item-pick-allowed-value-details.js.map +1 -0
  31. package/lib/model/configuration-item-summary.d.ts +26 -0
  32. package/lib/model/configuration-item-summary.js +71 -0
  33. package/lib/model/configuration-item-summary.js.map +1 -0
  34. package/lib/model/configuration-item-type.d.ts +30 -0
  35. package/lib/model/configuration-item-type.js +41 -0
  36. package/lib/model/configuration-item-type.js.map +1 -0
  37. package/lib/model/configuration-item-unit-details.d.ts +32 -0
  38. package/lib/model/configuration-item-unit-details.js +32 -0
  39. package/lib/model/configuration-item-unit-details.js.map +1 -0
  40. package/lib/model/configuration-item-value-source-configuration-type.d.ts +32 -0
  41. package/lib/model/configuration-item-value-source-configuration-type.js +43 -0
  42. package/lib/model/configuration-item-value-source-configuration-type.js.map +1 -0
  43. package/lib/model/configuration-items-collection.d.ts +30 -0
  44. package/lib/model/configuration-items-collection.js +83 -0
  45. package/lib/model/configuration-items-collection.js.map +1 -0
  46. package/lib/model/create-basic-configuration-item-details.d.ts +35 -0
  47. package/lib/model/create-basic-configuration-item-details.js +57 -0
  48. package/lib/model/create-basic-configuration-item-details.js.map +1 -0
  49. package/lib/model/create-configuration-item-details.d.ts +25 -0
  50. package/lib/model/create-configuration-item-details.js +71 -0
  51. package/lib/model/create-configuration-item-details.js.map +1 -0
  52. package/lib/model/create-opsi-configuration-details.d.ts +71 -0
  53. package/lib/model/create-opsi-configuration-details.js +83 -0
  54. package/lib/model/create-opsi-configuration-details.js.map +1 -0
  55. package/lib/model/create-opsi-ux-configuration-details.d.ts +27 -0
  56. package/lib/model/create-opsi-ux-configuration-details.js +57 -0
  57. package/lib/model/create-opsi-ux-configuration-details.js.map +1 -0
  58. package/lib/model/index.d.ts +64 -0
  59. package/lib/model/index.js +72 -8
  60. package/lib/model/index.js.map +1 -1
  61. package/lib/model/operation-type.d.ts +4 -0
  62. package/lib/model/operation-type.js +4 -0
  63. package/lib/model/operation-type.js.map +1 -1
  64. package/lib/model/opsi-configuration-basic-configuration-item-summary.d.ts +45 -0
  65. package/lib/model/opsi-configuration-basic-configuration-item-summary.js +65 -0
  66. package/lib/model/opsi-configuration-basic-configuration-item-summary.js.map +1 -0
  67. package/lib/model/opsi-configuration-configuration-item-summary.d.ts +25 -0
  68. package/lib/model/opsi-configuration-configuration-item-summary.js +71 -0
  69. package/lib/model/opsi-configuration-configuration-item-summary.js.map +1 -0
  70. package/lib/model/opsi-configuration-lifecycle-state.d.ts +35 -0
  71. package/lib/model/opsi-configuration-lifecycle-state.js +46 -0
  72. package/lib/model/opsi-configuration-lifecycle-state.js.map +1 -0
  73. package/lib/model/opsi-configuration-summary.d.ts +87 -0
  74. package/lib/model/opsi-configuration-summary.js +71 -0
  75. package/lib/model/opsi-configuration-summary.js.map +1 -0
  76. package/lib/model/opsi-configuration-type.d.ts +32 -0
  77. package/lib/model/opsi-configuration-type.js +43 -0
  78. package/lib/model/opsi-configuration-type.js.map +1 -0
  79. package/lib/model/opsi-configuration.d.ts +91 -0
  80. package/lib/model/opsi-configuration.js +83 -0
  81. package/lib/model/opsi-configuration.js.map +1 -0
  82. package/lib/model/opsi-configurations-collection.d.ts +29 -0
  83. package/lib/model/opsi-configurations-collection.js +64 -0
  84. package/lib/model/opsi-configurations-collection.js.map +1 -0
  85. package/lib/model/opsi-ux-configuration-summary.d.ts +27 -0
  86. package/lib/model/opsi-ux-configuration-summary.js +57 -0
  87. package/lib/model/opsi-ux-configuration-summary.js.map +1 -0
  88. package/lib/model/opsi-ux-configuration.d.ts +27 -0
  89. package/lib/model/opsi-ux-configuration.js +55 -0
  90. package/lib/model/opsi-ux-configuration.js.map +1 -0
  91. package/lib/model/update-basic-configuration-item-details.d.ts +35 -0
  92. package/lib/model/update-basic-configuration-item-details.js +57 -0
  93. package/lib/model/update-basic-configuration-item-details.js.map +1 -0
  94. package/lib/model/update-configuration-item-details.d.ts +25 -0
  95. package/lib/model/update-configuration-item-details.js +71 -0
  96. package/lib/model/update-configuration-item-details.js.map +1 -0
  97. package/lib/model/update-opsi-configuration-details.d.ts +68 -0
  98. package/lib/model/update-opsi-configuration-details.js +83 -0
  99. package/lib/model/update-opsi-configuration-details.js.map +1 -0
  100. package/lib/model/update-opsi-ux-configuration-details.d.ts +27 -0
  101. package/lib/model/update-opsi-ux-configuration-details.js +57 -0
  102. package/lib/model/update-opsi-ux-configuration-details.js.map +1 -0
  103. package/lib/model/ux-configuration-items-collection.d.ts +27 -0
  104. package/lib/model/ux-configuration-items-collection.js +57 -0
  105. package/lib/model/ux-configuration-items-collection.js.map +1 -0
  106. package/lib/operationsinsights-waiter.d.ts +8 -0
  107. package/lib/operationsinsights-waiter.js +12 -0
  108. package/lib/operationsinsights-waiter.js.map +1 -1
  109. package/lib/request/add-exadata-insight-members-request.d.ts +1 -1
  110. package/lib/request/change-database-insight-compartment-request.d.ts +1 -1
  111. package/lib/request/change-enterprise-manager-bridge-compartment-request.d.ts +1 -1
  112. package/lib/request/change-exadata-insight-compartment-request.d.ts +1 -1
  113. package/lib/request/change-host-insight-compartment-request.d.ts +1 -1
  114. package/lib/request/change-operations-insights-private-endpoint-compartment-request.d.ts +1 -1
  115. package/lib/request/change-opsi-configuration-compartment-request.d.ts +51 -0
  116. package/lib/request/change-opsi-configuration-compartment-request.js +15 -0
  117. package/lib/request/change-opsi-configuration-compartment-request.js.map +1 -0
  118. package/lib/request/change-pe-comanaged-database-insight-request.d.ts +1 -1
  119. package/lib/request/create-awr-hub-request.d.ts +1 -1
  120. package/lib/request/create-database-insight-request.d.ts +1 -1
  121. package/lib/request/create-enterprise-manager-bridge-request.d.ts +1 -1
  122. package/lib/request/create-exadata-insight-request.d.ts +1 -1
  123. package/lib/request/create-host-insight-request.d.ts +1 -1
  124. package/lib/request/create-operations-insights-private-endpoint-request.d.ts +1 -1
  125. package/lib/request/create-operations-insights-warehouse-request.d.ts +1 -1
  126. package/lib/request/create-operations-insights-warehouse-user-request.d.ts +1 -1
  127. package/lib/request/create-opsi-configuration-request.d.ts +75 -0
  128. package/lib/request/create-opsi-configuration-request.js +36 -0
  129. package/lib/request/create-opsi-configuration-request.js.map +1 -0
  130. package/lib/request/delete-awr-hub-request.d.ts +1 -1
  131. package/lib/request/delete-database-insight-request.d.ts +1 -1
  132. package/lib/request/delete-enterprise-manager-bridge-request.d.ts +1 -1
  133. package/lib/request/delete-exadata-insight-request.d.ts +1 -1
  134. package/lib/request/delete-host-insight-request.d.ts +1 -1
  135. package/lib/request/delete-operations-insights-private-endpoint-request.d.ts +1 -1
  136. package/lib/request/delete-operations-insights-warehouse-request.d.ts +1 -1
  137. package/lib/request/delete-operations-insights-warehouse-user-request.d.ts +1 -1
  138. package/lib/request/delete-opsi-configuration-request.d.ts +36 -0
  139. package/lib/request/delete-opsi-configuration-request.js +15 -0
  140. package/lib/request/delete-opsi-configuration-request.js.map +1 -0
  141. package/lib/request/disable-database-insight-request.d.ts +1 -1
  142. package/lib/request/disable-exadata-insight-request.d.ts +1 -1
  143. package/lib/request/disable-host-insight-request.d.ts +1 -1
  144. package/lib/request/download-operations-insights-warehouse-wallet-request.d.ts +1 -1
  145. package/lib/request/enable-database-insight-request.d.ts +1 -1
  146. package/lib/request/enable-exadata-insight-request.d.ts +1 -1
  147. package/lib/request/enable-host-insight-request.d.ts +1 -1
  148. package/lib/request/get-awr-database-report-request.d.ts +1 -1
  149. package/lib/request/get-awr-database-sql-report-request.d.ts +1 -1
  150. package/lib/request/get-awr-hub-request.d.ts +1 -1
  151. package/lib/request/get-awr-report-request.d.ts +1 -1
  152. package/lib/request/get-database-insight-request.d.ts +1 -1
  153. package/lib/request/get-enterprise-manager-bridge-request.d.ts +1 -1
  154. package/lib/request/get-exadata-insight-request.d.ts +1 -1
  155. package/lib/request/get-host-insight-request.d.ts +1 -1
  156. package/lib/request/get-operations-insights-private-endpoint-request.d.ts +1 -1
  157. package/lib/request/get-operations-insights-warehouse-request.d.ts +1 -1
  158. package/lib/request/get-operations-insights-warehouse-user-request.d.ts +1 -1
  159. package/lib/request/get-opsi-configuration-request.d.ts +65 -0
  160. package/lib/request/get-opsi-configuration-request.js +36 -0
  161. package/lib/request/get-opsi-configuration-request.js.map +1 -0
  162. package/lib/request/get-opsi-data-object-request.d.ts +1 -1
  163. package/lib/request/get-work-request-request.d.ts +1 -1
  164. package/lib/request/index.d.ts +14 -0
  165. package/lib/request/index.js +10 -2
  166. package/lib/request/index.js.map +1 -1
  167. package/lib/request/ingest-database-configuration-request.d.ts +1 -1
  168. package/lib/request/ingest-host-configuration-request.d.ts +1 -1
  169. package/lib/request/ingest-host-metrics-request.d.ts +1 -1
  170. package/lib/request/ingest-sql-bucket-request.d.ts +1 -1
  171. package/lib/request/ingest-sql-plan-lines-request.d.ts +1 -1
  172. package/lib/request/ingest-sql-stats-request.d.ts +1 -1
  173. package/lib/request/ingest-sql-text-request.d.ts +1 -1
  174. package/lib/request/list-awr-database-snapshots-request.d.ts +1 -1
  175. package/lib/request/list-awr-databases-request.d.ts +1 -1
  176. package/lib/request/list-awr-hubs-request.d.ts +1 -1
  177. package/lib/request/list-awr-snapshots-request.d.ts +1 -1
  178. package/lib/request/list-database-configurations-request.d.ts +1 -1
  179. package/lib/request/list-database-insights-request.d.ts +1 -1
  180. package/lib/request/list-enterprise-manager-bridges-request.d.ts +1 -1
  181. package/lib/request/list-exadata-configurations-request.d.ts +1 -1
  182. package/lib/request/list-exadata-insights-request.d.ts +1 -1
  183. package/lib/request/list-host-configurations-request.d.ts +1 -1
  184. package/lib/request/list-host-insights-request.d.ts +1 -1
  185. package/lib/request/list-hosted-entities-request.d.ts +1 -1
  186. package/lib/request/list-importable-agent-entities-request.d.ts +1 -1
  187. package/lib/request/list-importable-compute-entities-request.d.ts +1 -1
  188. package/lib/request/list-importable-enterprise-manager-entities-request.d.ts +1 -1
  189. package/lib/request/list-operations-insights-private-endpoints-request.d.ts +1 -1
  190. package/lib/request/list-operations-insights-warehouse-users-request.d.ts +1 -1
  191. package/lib/request/list-operations-insights-warehouses-request.d.ts +1 -1
  192. package/lib/request/list-opsi-configurations-request.d.ts +72 -0
  193. package/lib/request/list-opsi-configurations-request.js +23 -0
  194. package/lib/request/list-opsi-configurations-request.js.map +1 -0
  195. package/lib/request/list-opsi-data-objects-request.d.ts +1 -1
  196. package/lib/request/list-sql-plans-request.d.ts +1 -1
  197. package/lib/request/list-sql-searches-request.d.ts +1 -1
  198. package/lib/request/list-sql-texts-request.d.ts +1 -1
  199. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  200. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  201. package/lib/request/list-work-requests-request.d.ts +1 -1
  202. package/lib/request/query-opsi-data-object-data-request.d.ts +1 -1
  203. package/lib/request/rotate-operations-insights-warehouse-wallet-request.d.ts +1 -1
  204. package/lib/request/summarize-awr-database-cpu-usages-request.d.ts +1 -1
  205. package/lib/request/summarize-awr-database-metrics-request.d.ts +1 -1
  206. package/lib/request/summarize-awr-database-parameter-changes-request.d.ts +1 -1
  207. package/lib/request/summarize-awr-database-parameters-request.d.ts +1 -1
  208. package/lib/request/summarize-awr-database-snapshot-ranges-request.d.ts +1 -1
  209. package/lib/request/summarize-awr-database-sysstats-request.d.ts +1 -1
  210. package/lib/request/summarize-awr-database-top-wait-events-request.d.ts +1 -1
  211. package/lib/request/summarize-awr-database-wait-event-buckets-request.d.ts +1 -1
  212. package/lib/request/summarize-awr-database-wait-events-request.d.ts +1 -1
  213. package/lib/request/summarize-awr-sources-summaries-request.d.ts +1 -1
  214. package/lib/request/summarize-configuration-items-request.d.ts +73 -0
  215. package/lib/request/summarize-configuration-items-request.js +28 -0
  216. package/lib/request/summarize-configuration-items-request.js.map +1 -0
  217. package/lib/request/summarize-database-insight-resource-capacity-trend-request.d.ts +1 -1
  218. package/lib/request/summarize-database-insight-resource-forecast-trend-request.d.ts +1 -1
  219. package/lib/request/summarize-database-insight-resource-statistics-request.d.ts +1 -1
  220. package/lib/request/summarize-database-insight-resource-usage-request.d.ts +1 -1
  221. package/lib/request/summarize-database-insight-resource-usage-trend-request.d.ts +1 -1
  222. package/lib/request/summarize-database-insight-resource-utilization-insight-request.d.ts +1 -1
  223. package/lib/request/summarize-database-insight-tablespace-usage-trend-request.d.ts +1 -1
  224. package/lib/request/summarize-exadata-insight-resource-capacity-trend-aggregated-request.d.ts +1 -1
  225. package/lib/request/summarize-exadata-insight-resource-capacity-trend-request.d.ts +1 -1
  226. package/lib/request/summarize-exadata-insight-resource-forecast-trend-aggregated-request.d.ts +1 -1
  227. package/lib/request/summarize-exadata-insight-resource-forecast-trend-request.d.ts +1 -1
  228. package/lib/request/summarize-exadata-insight-resource-statistics-request.d.ts +1 -1
  229. package/lib/request/summarize-exadata-insight-resource-usage-aggregated-request.d.ts +1 -1
  230. package/lib/request/summarize-exadata-insight-resource-usage-request.d.ts +1 -1
  231. package/lib/request/summarize-exadata-insight-resource-utilization-insight-request.d.ts +1 -1
  232. package/lib/request/summarize-exadata-members-request.d.ts +1 -1
  233. package/lib/request/summarize-host-insight-resource-capacity-trend-request.d.ts +1 -2
  234. package/lib/request/summarize-host-insight-resource-capacity-trend-request.js.map +1 -1
  235. package/lib/request/summarize-host-insight-resource-forecast-trend-request.d.ts +1 -2
  236. package/lib/request/summarize-host-insight-resource-forecast-trend-request.js.map +1 -1
  237. package/lib/request/summarize-host-insight-resource-statistics-request.d.ts +1 -2
  238. package/lib/request/summarize-host-insight-resource-statistics-request.js.map +1 -1
  239. package/lib/request/summarize-host-insight-resource-usage-request.d.ts +1 -2
  240. package/lib/request/summarize-host-insight-resource-usage-request.js.map +1 -1
  241. package/lib/request/summarize-host-insight-resource-usage-trend-request.d.ts +1 -2
  242. package/lib/request/summarize-host-insight-resource-usage-trend-request.js.map +1 -1
  243. package/lib/request/summarize-host-insight-resource-utilization-insight-request.d.ts +1 -2
  244. package/lib/request/summarize-host-insight-resource-utilization-insight-request.js.map +1 -1
  245. package/lib/request/summarize-host-insight-top-processes-usage-request.d.ts +1 -1
  246. package/lib/request/summarize-host-insight-top-processes-usage-trend-request.d.ts +1 -1
  247. package/lib/request/summarize-operations-insights-warehouse-resource-usage-request.d.ts +1 -1
  248. package/lib/request/summarize-sql-insights-request.d.ts +1 -1
  249. package/lib/request/summarize-sql-plan-insights-request.d.ts +1 -1
  250. package/lib/request/summarize-sql-response-time-distributions-request.d.ts +1 -1
  251. package/lib/request/summarize-sql-statistics-request.d.ts +1 -1
  252. package/lib/request/summarize-sql-statistics-time-series-by-plan-request.d.ts +1 -1
  253. package/lib/request/summarize-sql-statistics-time-series-request.d.ts +1 -1
  254. package/lib/request/update-awr-hub-request.d.ts +1 -1
  255. package/lib/request/update-database-insight-request.d.ts +1 -1
  256. package/lib/request/update-enterprise-manager-bridge-request.d.ts +1 -1
  257. package/lib/request/update-exadata-insight-request.d.ts +1 -1
  258. package/lib/request/update-host-insight-request.d.ts +1 -1
  259. package/lib/request/update-operations-insights-private-endpoint-request.d.ts +1 -1
  260. package/lib/request/update-operations-insights-warehouse-request.d.ts +1 -1
  261. package/lib/request/update-operations-insights-warehouse-user-request.d.ts +1 -1
  262. package/lib/request/update-opsi-configuration-request.d.ts +41 -0
  263. package/lib/request/update-opsi-configuration-request.js +15 -0
  264. package/lib/request/update-opsi-configuration-request.js.map +1 -0
  265. package/lib/response/change-opsi-configuration-compartment-response.d.ts +25 -0
  266. package/lib/response/change-opsi-configuration-compartment-response.js +15 -0
  267. package/lib/response/change-opsi-configuration-compartment-response.js.map +1 -0
  268. package/lib/response/create-opsi-configuration-response.d.ts +35 -0
  269. package/lib/response/create-opsi-configuration-response.js +15 -0
  270. package/lib/response/create-opsi-configuration-response.js.map +1 -0
  271. package/lib/response/delete-opsi-configuration-response.d.ts +25 -0
  272. package/lib/response/delete-opsi-configuration-response.js +15 -0
  273. package/lib/response/delete-opsi-configuration-response.js.map +1 -0
  274. package/lib/response/get-opsi-configuration-response.d.ts +30 -0
  275. package/lib/response/get-opsi-configuration-response.js +15 -0
  276. package/lib/response/get-opsi-configuration-response.js.map +1 -0
  277. package/lib/response/index.d.ts +14 -0
  278. package/lib/response/list-opsi-configurations-response.d.ts +32 -0
  279. package/lib/response/list-opsi-configurations-response.js +15 -0
  280. package/lib/response/list-opsi-configurations-response.js.map +1 -0
  281. package/lib/response/summarize-configuration-items-response.d.ts +32 -0
  282. package/lib/response/summarize-configuration-items-response.js +15 -0
  283. package/lib/response/summarize-configuration-items-response.js.map +1 -0
  284. package/lib/response/update-opsi-configuration-response.d.ts +25 -0
  285. package/lib/response/update-opsi-configuration-response.js +15 -0
  286. package/lib/response/update-opsi-configuration-response.js.map +1 -0
  287. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -78,7 +78,7 @@ export declare class OperationsInsightsClient {
78
78
  * @param AddExadataInsightMembersRequest
79
79
  * @return AddExadataInsightMembersResponse
80
80
  * @throws OciError when an error occurs
81
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/AddExadataInsightMembers.ts.html |here} to see how to use AddExadataInsightMembers API.
81
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/AddExadataInsightMembers.ts.html |here} to see how to use AddExadataInsightMembers API.
82
82
  */
83
83
  addExadataInsightMembers(addExadataInsightMembersRequest: requests.AddExadataInsightMembersRequest): Promise<responses.AddExadataInsightMembersResponse>;
84
84
  /**
@@ -87,7 +87,7 @@ export declare class OperationsInsightsClient {
87
87
  * @param ChangeDatabaseInsightCompartmentRequest
88
88
  * @return ChangeDatabaseInsightCompartmentResponse
89
89
  * @throws OciError when an error occurs
90
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/ChangeDatabaseInsightCompartment.ts.html |here} to see how to use ChangeDatabaseInsightCompartment API.
90
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/ChangeDatabaseInsightCompartment.ts.html |here} to see how to use ChangeDatabaseInsightCompartment API.
91
91
  */
92
92
  changeDatabaseInsightCompartment(changeDatabaseInsightCompartmentRequest: requests.ChangeDatabaseInsightCompartmentRequest): Promise<responses.ChangeDatabaseInsightCompartmentResponse>;
93
93
  /**
@@ -96,7 +96,7 @@ export declare class OperationsInsightsClient {
96
96
  * @param ChangeEnterpriseManagerBridgeCompartmentRequest
97
97
  * @return ChangeEnterpriseManagerBridgeCompartmentResponse
98
98
  * @throws OciError when an error occurs
99
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/ChangeEnterpriseManagerBridgeCompartment.ts.html |here} to see how to use ChangeEnterpriseManagerBridgeCompartment API.
99
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/ChangeEnterpriseManagerBridgeCompartment.ts.html |here} to see how to use ChangeEnterpriseManagerBridgeCompartment API.
100
100
  */
101
101
  changeEnterpriseManagerBridgeCompartment(changeEnterpriseManagerBridgeCompartmentRequest: requests.ChangeEnterpriseManagerBridgeCompartmentRequest): Promise<responses.ChangeEnterpriseManagerBridgeCompartmentResponse>;
102
102
  /**
@@ -105,7 +105,7 @@ export declare class OperationsInsightsClient {
105
105
  * @param ChangeExadataInsightCompartmentRequest
106
106
  * @return ChangeExadataInsightCompartmentResponse
107
107
  * @throws OciError when an error occurs
108
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/ChangeExadataInsightCompartment.ts.html |here} to see how to use ChangeExadataInsightCompartment API.
108
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/ChangeExadataInsightCompartment.ts.html |here} to see how to use ChangeExadataInsightCompartment API.
109
109
  */
110
110
  changeExadataInsightCompartment(changeExadataInsightCompartmentRequest: requests.ChangeExadataInsightCompartmentRequest): Promise<responses.ChangeExadataInsightCompartmentResponse>;
111
111
  /**
@@ -114,7 +114,7 @@ export declare class OperationsInsightsClient {
114
114
  * @param ChangeHostInsightCompartmentRequest
115
115
  * @return ChangeHostInsightCompartmentResponse
116
116
  * @throws OciError when an error occurs
117
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/ChangeHostInsightCompartment.ts.html |here} to see how to use ChangeHostInsightCompartment API.
117
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/ChangeHostInsightCompartment.ts.html |here} to see how to use ChangeHostInsightCompartment API.
118
118
  */
119
119
  changeHostInsightCompartment(changeHostInsightCompartmentRequest: requests.ChangeHostInsightCompartmentRequest): Promise<responses.ChangeHostInsightCompartmentResponse>;
120
120
  /**
@@ -123,16 +123,25 @@ export declare class OperationsInsightsClient {
123
123
  * @param ChangeOperationsInsightsPrivateEndpointCompartmentRequest
124
124
  * @return ChangeOperationsInsightsPrivateEndpointCompartmentResponse
125
125
  * @throws OciError when an error occurs
126
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/ChangeOperationsInsightsPrivateEndpointCompartment.ts.html |here} to see how to use ChangeOperationsInsightsPrivateEndpointCompartment API.
126
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/ChangeOperationsInsightsPrivateEndpointCompartment.ts.html |here} to see how to use ChangeOperationsInsightsPrivateEndpointCompartment API.
127
127
  */
128
128
  changeOperationsInsightsPrivateEndpointCompartment(changeOperationsInsightsPrivateEndpointCompartmentRequest: requests.ChangeOperationsInsightsPrivateEndpointCompartmentRequest): Promise<responses.ChangeOperationsInsightsPrivateEndpointCompartmentResponse>;
129
+ /**
130
+ * Moves an OpsiConfiguration resource from one compartment to another.
131
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
132
+ * @param ChangeOpsiConfigurationCompartmentRequest
133
+ * @return ChangeOpsiConfigurationCompartmentResponse
134
+ * @throws OciError when an error occurs
135
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/ChangeOpsiConfigurationCompartment.ts.html |here} to see how to use ChangeOpsiConfigurationCompartment API.
136
+ */
137
+ changeOpsiConfigurationCompartment(changeOpsiConfigurationCompartmentRequest: requests.ChangeOpsiConfigurationCompartmentRequest): Promise<responses.ChangeOpsiConfigurationCompartmentResponse>;
129
138
  /**
130
139
  * Change the connection details of a co-managed database insight. When provided, If-Match is checked against ETag values of the resource.
131
140
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
132
141
  * @param ChangePeComanagedDatabaseInsightRequest
133
142
  * @return ChangePeComanagedDatabaseInsightResponse
134
143
  * @throws OciError when an error occurs
135
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/ChangePeComanagedDatabaseInsight.ts.html |here} to see how to use ChangePeComanagedDatabaseInsight API.
144
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/ChangePeComanagedDatabaseInsight.ts.html |here} to see how to use ChangePeComanagedDatabaseInsight API.
136
145
  */
137
146
  changePeComanagedDatabaseInsight(changePeComanagedDatabaseInsightRequest: requests.ChangePeComanagedDatabaseInsightRequest): Promise<responses.ChangePeComanagedDatabaseInsightResponse>;
138
147
  /**
@@ -143,7 +152,7 @@ export declare class OperationsInsightsClient {
143
152
  * @param CreateAwrHubRequest
144
153
  * @return CreateAwrHubResponse
145
154
  * @throws OciError when an error occurs
146
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/CreateAwrHub.ts.html |here} to see how to use CreateAwrHub API.
155
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/CreateAwrHub.ts.html |here} to see how to use CreateAwrHub API.
147
156
  */
148
157
  createAwrHub(createAwrHubRequest: requests.CreateAwrHubRequest): Promise<responses.CreateAwrHubResponse>;
149
158
  /**
@@ -153,7 +162,7 @@ export declare class OperationsInsightsClient {
153
162
  * @param CreateDatabaseInsightRequest
154
163
  * @return CreateDatabaseInsightResponse
155
164
  * @throws OciError when an error occurs
156
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/CreateDatabaseInsight.ts.html |here} to see how to use CreateDatabaseInsight API.
165
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/CreateDatabaseInsight.ts.html |here} to see how to use CreateDatabaseInsight API.
157
166
  */
158
167
  createDatabaseInsight(createDatabaseInsightRequest: requests.CreateDatabaseInsightRequest): Promise<responses.CreateDatabaseInsightResponse>;
159
168
  /**
@@ -163,7 +172,7 @@ export declare class OperationsInsightsClient {
163
172
  * @param CreateEnterpriseManagerBridgeRequest
164
173
  * @return CreateEnterpriseManagerBridgeResponse
165
174
  * @throws OciError when an error occurs
166
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/CreateEnterpriseManagerBridge.ts.html |here} to see how to use CreateEnterpriseManagerBridge API.
175
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/CreateEnterpriseManagerBridge.ts.html |here} to see how to use CreateEnterpriseManagerBridge API.
167
176
  */
168
177
  createEnterpriseManagerBridge(createEnterpriseManagerBridgeRequest: requests.CreateEnterpriseManagerBridgeRequest): Promise<responses.CreateEnterpriseManagerBridgeResponse>;
169
178
  /**
@@ -173,7 +182,7 @@ export declare class OperationsInsightsClient {
173
182
  * @param CreateExadataInsightRequest
174
183
  * @return CreateExadataInsightResponse
175
184
  * @throws OciError when an error occurs
176
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/CreateExadataInsight.ts.html |here} to see how to use CreateExadataInsight API.
185
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/CreateExadataInsight.ts.html |here} to see how to use CreateExadataInsight API.
177
186
  */
178
187
  createExadataInsight(createExadataInsightRequest: requests.CreateExadataInsightRequest): Promise<responses.CreateExadataInsightResponse>;
179
188
  /**
@@ -183,7 +192,7 @@ export declare class OperationsInsightsClient {
183
192
  * @param CreateHostInsightRequest
184
193
  * @return CreateHostInsightResponse
185
194
  * @throws OciError when an error occurs
186
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/CreateHostInsight.ts.html |here} to see how to use CreateHostInsight API.
195
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/CreateHostInsight.ts.html |here} to see how to use CreateHostInsight API.
187
196
  */
188
197
  createHostInsight(createHostInsightRequest: requests.CreateHostInsightRequest): Promise<responses.CreateHostInsightResponse>;
189
198
  /**
@@ -194,7 +203,7 @@ export declare class OperationsInsightsClient {
194
203
  * @param CreateOperationsInsightsPrivateEndpointRequest
195
204
  * @return CreateOperationsInsightsPrivateEndpointResponse
196
205
  * @throws OciError when an error occurs
197
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/CreateOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use CreateOperationsInsightsPrivateEndpoint API.
206
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/CreateOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use CreateOperationsInsightsPrivateEndpoint API.
198
207
  */
199
208
  createOperationsInsightsPrivateEndpoint(createOperationsInsightsPrivateEndpointRequest: requests.CreateOperationsInsightsPrivateEndpointRequest): Promise<responses.CreateOperationsInsightsPrivateEndpointResponse>;
200
209
  /**
@@ -206,7 +215,7 @@ export declare class OperationsInsightsClient {
206
215
  * @param CreateOperationsInsightsWarehouseRequest
207
216
  * @return CreateOperationsInsightsWarehouseResponse
208
217
  * @throws OciError when an error occurs
209
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/CreateOperationsInsightsWarehouse.ts.html |here} to see how to use CreateOperationsInsightsWarehouse API.
218
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/CreateOperationsInsightsWarehouse.ts.html |here} to see how to use CreateOperationsInsightsWarehouse API.
210
219
  */
211
220
  createOperationsInsightsWarehouse(createOperationsInsightsWarehouseRequest: requests.CreateOperationsInsightsWarehouseRequest): Promise<responses.CreateOperationsInsightsWarehouseResponse>;
212
221
  /**
@@ -217,16 +226,26 @@ export declare class OperationsInsightsClient {
217
226
  * @param CreateOperationsInsightsWarehouseUserRequest
218
227
  * @return CreateOperationsInsightsWarehouseUserResponse
219
228
  * @throws OciError when an error occurs
220
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/CreateOperationsInsightsWarehouseUser.ts.html |here} to see how to use CreateOperationsInsightsWarehouseUser API.
229
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/CreateOperationsInsightsWarehouseUser.ts.html |here} to see how to use CreateOperationsInsightsWarehouseUser API.
221
230
  */
222
231
  createOperationsInsightsWarehouseUser(createOperationsInsightsWarehouseUserRequest: requests.CreateOperationsInsightsWarehouseUserRequest): Promise<responses.CreateOperationsInsightsWarehouseUserResponse>;
232
+ /**
233
+ * Create an OPSI configuration resource.
234
+ *
235
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
236
+ * @param CreateOpsiConfigurationRequest
237
+ * @return CreateOpsiConfigurationResponse
238
+ * @throws OciError when an error occurs
239
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/CreateOpsiConfiguration.ts.html |here} to see how to use CreateOpsiConfiguration API.
240
+ */
241
+ createOpsiConfiguration(createOpsiConfigurationRequest: requests.CreateOpsiConfigurationRequest): Promise<responses.CreateOpsiConfigurationResponse>;
223
242
  /**
224
243
  * Deletes an AWR hub.
225
244
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
226
245
  * @param DeleteAwrHubRequest
227
246
  * @return DeleteAwrHubResponse
228
247
  * @throws OciError when an error occurs
229
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/DeleteAwrHub.ts.html |here} to see how to use DeleteAwrHub API.
248
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/DeleteAwrHub.ts.html |here} to see how to use DeleteAwrHub API.
230
249
  */
231
250
  deleteAwrHub(deleteAwrHubRequest: requests.DeleteAwrHubRequest): Promise<responses.DeleteAwrHubResponse>;
232
251
  /**
@@ -235,7 +254,7 @@ export declare class OperationsInsightsClient {
235
254
  * @param DeleteDatabaseInsightRequest
236
255
  * @return DeleteDatabaseInsightResponse
237
256
  * @throws OciError when an error occurs
238
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/DeleteDatabaseInsight.ts.html |here} to see how to use DeleteDatabaseInsight API.
257
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/DeleteDatabaseInsight.ts.html |here} to see how to use DeleteDatabaseInsight API.
239
258
  */
240
259
  deleteDatabaseInsight(deleteDatabaseInsightRequest: requests.DeleteDatabaseInsightRequest): Promise<responses.DeleteDatabaseInsightResponse>;
241
260
  /**
@@ -244,7 +263,7 @@ export declare class OperationsInsightsClient {
244
263
  * @param DeleteEnterpriseManagerBridgeRequest
245
264
  * @return DeleteEnterpriseManagerBridgeResponse
246
265
  * @throws OciError when an error occurs
247
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/DeleteEnterpriseManagerBridge.ts.html |here} to see how to use DeleteEnterpriseManagerBridge API.
266
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/DeleteEnterpriseManagerBridge.ts.html |here} to see how to use DeleteEnterpriseManagerBridge API.
248
267
  */
249
268
  deleteEnterpriseManagerBridge(deleteEnterpriseManagerBridgeRequest: requests.DeleteEnterpriseManagerBridgeRequest): Promise<responses.DeleteEnterpriseManagerBridgeResponse>;
250
269
  /**
@@ -253,7 +272,7 @@ export declare class OperationsInsightsClient {
253
272
  * @param DeleteExadataInsightRequest
254
273
  * @return DeleteExadataInsightResponse
255
274
  * @throws OciError when an error occurs
256
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/DeleteExadataInsight.ts.html |here} to see how to use DeleteExadataInsight API.
275
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/DeleteExadataInsight.ts.html |here} to see how to use DeleteExadataInsight API.
257
276
  */
258
277
  deleteExadataInsight(deleteExadataInsightRequest: requests.DeleteExadataInsightRequest): Promise<responses.DeleteExadataInsightResponse>;
259
278
  /**
@@ -262,7 +281,7 @@ export declare class OperationsInsightsClient {
262
281
  * @param DeleteHostInsightRequest
263
282
  * @return DeleteHostInsightResponse
264
283
  * @throws OciError when an error occurs
265
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/DeleteHostInsight.ts.html |here} to see how to use DeleteHostInsight API.
284
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/DeleteHostInsight.ts.html |here} to see how to use DeleteHostInsight API.
266
285
  */
267
286
  deleteHostInsight(deleteHostInsightRequest: requests.DeleteHostInsightRequest): Promise<responses.DeleteHostInsightResponse>;
268
287
  /**
@@ -271,7 +290,7 @@ export declare class OperationsInsightsClient {
271
290
  * @param DeleteOperationsInsightsPrivateEndpointRequest
272
291
  * @return DeleteOperationsInsightsPrivateEndpointResponse
273
292
  * @throws OciError when an error occurs
274
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/DeleteOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use DeleteOperationsInsightsPrivateEndpoint API.
293
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/DeleteOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use DeleteOperationsInsightsPrivateEndpoint API.
275
294
  */
276
295
  deleteOperationsInsightsPrivateEndpoint(deleteOperationsInsightsPrivateEndpointRequest: requests.DeleteOperationsInsightsPrivateEndpointRequest): Promise<responses.DeleteOperationsInsightsPrivateEndpointResponse>;
277
296
  /**
@@ -284,7 +303,7 @@ export declare class OperationsInsightsClient {
284
303
  * @param DeleteOperationsInsightsWarehouseRequest
285
304
  * @return DeleteOperationsInsightsWarehouseResponse
286
305
  * @throws OciError when an error occurs
287
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/DeleteOperationsInsightsWarehouse.ts.html |here} to see how to use DeleteOperationsInsightsWarehouse API.
306
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/DeleteOperationsInsightsWarehouse.ts.html |here} to see how to use DeleteOperationsInsightsWarehouse API.
288
307
  */
289
308
  deleteOperationsInsightsWarehouse(deleteOperationsInsightsWarehouseRequest: requests.DeleteOperationsInsightsWarehouseRequest): Promise<responses.DeleteOperationsInsightsWarehouseResponse>;
290
309
  /**
@@ -293,16 +312,25 @@ export declare class OperationsInsightsClient {
293
312
  * @param DeleteOperationsInsightsWarehouseUserRequest
294
313
  * @return DeleteOperationsInsightsWarehouseUserResponse
295
314
  * @throws OciError when an error occurs
296
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/DeleteOperationsInsightsWarehouseUser.ts.html |here} to see how to use DeleteOperationsInsightsWarehouseUser API.
315
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/DeleteOperationsInsightsWarehouseUser.ts.html |here} to see how to use DeleteOperationsInsightsWarehouseUser API.
297
316
  */
298
317
  deleteOperationsInsightsWarehouseUser(deleteOperationsInsightsWarehouseUserRequest: requests.DeleteOperationsInsightsWarehouseUserRequest): Promise<responses.DeleteOperationsInsightsWarehouseUserResponse>;
318
+ /**
319
+ * Deletes an OPSI configuration resource.
320
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
321
+ * @param DeleteOpsiConfigurationRequest
322
+ * @return DeleteOpsiConfigurationResponse
323
+ * @throws OciError when an error occurs
324
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/DeleteOpsiConfiguration.ts.html |here} to see how to use DeleteOpsiConfiguration API.
325
+ */
326
+ deleteOpsiConfiguration(deleteOpsiConfigurationRequest: requests.DeleteOpsiConfigurationRequest): Promise<responses.DeleteOpsiConfigurationResponse>;
299
327
  /**
300
328
  * Disables a database in Operations Insights. Database metric collection and analysis will be stopped.
301
329
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
302
330
  * @param DisableDatabaseInsightRequest
303
331
  * @return DisableDatabaseInsightResponse
304
332
  * @throws OciError when an error occurs
305
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/DisableDatabaseInsight.ts.html |here} to see how to use DisableDatabaseInsight API.
333
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/DisableDatabaseInsight.ts.html |here} to see how to use DisableDatabaseInsight API.
306
334
  */
307
335
  disableDatabaseInsight(disableDatabaseInsightRequest: requests.DisableDatabaseInsightRequest): Promise<responses.DisableDatabaseInsightResponse>;
308
336
  /**
@@ -311,7 +339,7 @@ export declare class OperationsInsightsClient {
311
339
  * @param DisableExadataInsightRequest
312
340
  * @return DisableExadataInsightResponse
313
341
  * @throws OciError when an error occurs
314
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/DisableExadataInsight.ts.html |here} to see how to use DisableExadataInsight API.
342
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/DisableExadataInsight.ts.html |here} to see how to use DisableExadataInsight API.
315
343
  */
316
344
  disableExadataInsight(disableExadataInsightRequest: requests.DisableExadataInsightRequest): Promise<responses.DisableExadataInsightResponse>;
317
345
  /**
@@ -320,7 +348,7 @@ export declare class OperationsInsightsClient {
320
348
  * @param DisableHostInsightRequest
321
349
  * @return DisableHostInsightResponse
322
350
  * @throws OciError when an error occurs
323
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/DisableHostInsight.ts.html |here} to see how to use DisableHostInsight API.
351
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/DisableHostInsight.ts.html |here} to see how to use DisableHostInsight API.
324
352
  */
325
353
  disableHostInsight(disableHostInsightRequest: requests.DisableHostInsightRequest): Promise<responses.DisableHostInsightResponse>;
326
354
  /**
@@ -329,7 +357,7 @@ export declare class OperationsInsightsClient {
329
357
  * @param DownloadOperationsInsightsWarehouseWalletRequest
330
358
  * @return DownloadOperationsInsightsWarehouseWalletResponse
331
359
  * @throws OciError when an error occurs
332
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/DownloadOperationsInsightsWarehouseWallet.ts.html |here} to see how to use DownloadOperationsInsightsWarehouseWallet API.
360
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/DownloadOperationsInsightsWarehouseWallet.ts.html |here} to see how to use DownloadOperationsInsightsWarehouseWallet API.
333
361
  */
334
362
  downloadOperationsInsightsWarehouseWallet(downloadOperationsInsightsWarehouseWalletRequest: requests.DownloadOperationsInsightsWarehouseWalletRequest): Promise<responses.DownloadOperationsInsightsWarehouseWalletResponse>;
335
363
  /**
@@ -338,7 +366,7 @@ export declare class OperationsInsightsClient {
338
366
  * @param EnableDatabaseInsightRequest
339
367
  * @return EnableDatabaseInsightResponse
340
368
  * @throws OciError when an error occurs
341
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/EnableDatabaseInsight.ts.html |here} to see how to use EnableDatabaseInsight API.
369
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/EnableDatabaseInsight.ts.html |here} to see how to use EnableDatabaseInsight API.
342
370
  */
343
371
  enableDatabaseInsight(enableDatabaseInsightRequest: requests.EnableDatabaseInsightRequest): Promise<responses.EnableDatabaseInsightResponse>;
344
372
  /**
@@ -347,7 +375,7 @@ export declare class OperationsInsightsClient {
347
375
  * @param EnableExadataInsightRequest
348
376
  * @return EnableExadataInsightResponse
349
377
  * @throws OciError when an error occurs
350
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/EnableExadataInsight.ts.html |here} to see how to use EnableExadataInsight API.
378
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/EnableExadataInsight.ts.html |here} to see how to use EnableExadataInsight API.
351
379
  */
352
380
  enableExadataInsight(enableExadataInsightRequest: requests.EnableExadataInsightRequest): Promise<responses.EnableExadataInsightResponse>;
353
381
  /**
@@ -356,7 +384,7 @@ export declare class OperationsInsightsClient {
356
384
  * @param EnableHostInsightRequest
357
385
  * @return EnableHostInsightResponse
358
386
  * @throws OciError when an error occurs
359
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/EnableHostInsight.ts.html |here} to see how to use EnableHostInsight API.
387
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/EnableHostInsight.ts.html |here} to see how to use EnableHostInsight API.
360
388
  */
361
389
  enableHostInsight(enableHostInsightRequest: requests.EnableHostInsightRequest): Promise<responses.EnableHostInsightResponse>;
362
390
  /**
@@ -366,7 +394,7 @@ export declare class OperationsInsightsClient {
366
394
  * @param GetAwrDatabaseReportRequest
367
395
  * @return GetAwrDatabaseReportResponse
368
396
  * @throws OciError when an error occurs
369
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/GetAwrDatabaseReport.ts.html |here} to see how to use GetAwrDatabaseReport API.
397
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/GetAwrDatabaseReport.ts.html |here} to see how to use GetAwrDatabaseReport API.
370
398
  */
371
399
  getAwrDatabaseReport(getAwrDatabaseReportRequest: requests.GetAwrDatabaseReportRequest): Promise<responses.GetAwrDatabaseReportResponse>;
372
400
  /**
@@ -376,7 +404,7 @@ export declare class OperationsInsightsClient {
376
404
  * @param GetAwrDatabaseSqlReportRequest
377
405
  * @return GetAwrDatabaseSqlReportResponse
378
406
  * @throws OciError when an error occurs
379
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/GetAwrDatabaseSqlReport.ts.html |here} to see how to use GetAwrDatabaseSqlReport API.
407
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/GetAwrDatabaseSqlReport.ts.html |here} to see how to use GetAwrDatabaseSqlReport API.
380
408
  */
381
409
  getAwrDatabaseSqlReport(getAwrDatabaseSqlReportRequest: requests.GetAwrDatabaseSqlReportRequest): Promise<responses.GetAwrDatabaseSqlReportResponse>;
382
410
  /**
@@ -385,7 +413,7 @@ export declare class OperationsInsightsClient {
385
413
  * @param GetAwrHubRequest
386
414
  * @return GetAwrHubResponse
387
415
  * @throws OciError when an error occurs
388
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/GetAwrHub.ts.html |here} to see how to use GetAwrHub API.
416
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/GetAwrHub.ts.html |here} to see how to use GetAwrHub API.
389
417
  */
390
418
  getAwrHub(getAwrHubRequest: requests.GetAwrHubRequest): Promise<responses.GetAwrHubResponse>;
391
419
  /**
@@ -396,7 +424,7 @@ export declare class OperationsInsightsClient {
396
424
  * @param GetAwrReportRequest
397
425
  * @return GetAwrReportResponse
398
426
  * @throws OciError when an error occurs
399
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/GetAwrReport.ts.html |here} to see how to use GetAwrReport API.
427
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/GetAwrReport.ts.html |here} to see how to use GetAwrReport API.
400
428
  */
401
429
  getAwrReport(getAwrReportRequest: requests.GetAwrReportRequest): Promise<responses.GetAwrReportResponse>;
402
430
  /**
@@ -405,7 +433,7 @@ export declare class OperationsInsightsClient {
405
433
  * @param GetDatabaseInsightRequest
406
434
  * @return GetDatabaseInsightResponse
407
435
  * @throws OciError when an error occurs
408
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/GetDatabaseInsight.ts.html |here} to see how to use GetDatabaseInsight API.
436
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/GetDatabaseInsight.ts.html |here} to see how to use GetDatabaseInsight API.
409
437
  */
410
438
  getDatabaseInsight(getDatabaseInsightRequest: requests.GetDatabaseInsightRequest): Promise<responses.GetDatabaseInsightResponse>;
411
439
  /**
@@ -414,7 +442,7 @@ export declare class OperationsInsightsClient {
414
442
  * @param GetEnterpriseManagerBridgeRequest
415
443
  * @return GetEnterpriseManagerBridgeResponse
416
444
  * @throws OciError when an error occurs
417
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/GetEnterpriseManagerBridge.ts.html |here} to see how to use GetEnterpriseManagerBridge API.
445
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/GetEnterpriseManagerBridge.ts.html |here} to see how to use GetEnterpriseManagerBridge API.
418
446
  */
419
447
  getEnterpriseManagerBridge(getEnterpriseManagerBridgeRequest: requests.GetEnterpriseManagerBridgeRequest): Promise<responses.GetEnterpriseManagerBridgeResponse>;
420
448
  /**
@@ -423,7 +451,7 @@ export declare class OperationsInsightsClient {
423
451
  * @param GetExadataInsightRequest
424
452
  * @return GetExadataInsightResponse
425
453
  * @throws OciError when an error occurs
426
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/GetExadataInsight.ts.html |here} to see how to use GetExadataInsight API.
454
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/GetExadataInsight.ts.html |here} to see how to use GetExadataInsight API.
427
455
  */
428
456
  getExadataInsight(getExadataInsightRequest: requests.GetExadataInsightRequest): Promise<responses.GetExadataInsightResponse>;
429
457
  /**
@@ -432,7 +460,7 @@ export declare class OperationsInsightsClient {
432
460
  * @param GetHostInsightRequest
433
461
  * @return GetHostInsightResponse
434
462
  * @throws OciError when an error occurs
435
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/GetHostInsight.ts.html |here} to see how to use GetHostInsight API.
463
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/GetHostInsight.ts.html |here} to see how to use GetHostInsight API.
436
464
  */
437
465
  getHostInsight(getHostInsightRequest: requests.GetHostInsightRequest): Promise<responses.GetHostInsightResponse>;
438
466
  /**
@@ -441,7 +469,7 @@ export declare class OperationsInsightsClient {
441
469
  * @param GetOperationsInsightsPrivateEndpointRequest
442
470
  * @return GetOperationsInsightsPrivateEndpointResponse
443
471
  * @throws OciError when an error occurs
444
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/GetOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use GetOperationsInsightsPrivateEndpoint API.
472
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/GetOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use GetOperationsInsightsPrivateEndpoint API.
445
473
  */
446
474
  getOperationsInsightsPrivateEndpoint(getOperationsInsightsPrivateEndpointRequest: requests.GetOperationsInsightsPrivateEndpointRequest): Promise<responses.GetOperationsInsightsPrivateEndpointResponse>;
447
475
  /**
@@ -452,7 +480,7 @@ export declare class OperationsInsightsClient {
452
480
  * @param GetOperationsInsightsWarehouseRequest
453
481
  * @return GetOperationsInsightsWarehouseResponse
454
482
  * @throws OciError when an error occurs
455
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/GetOperationsInsightsWarehouse.ts.html |here} to see how to use GetOperationsInsightsWarehouse API.
483
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/GetOperationsInsightsWarehouse.ts.html |here} to see how to use GetOperationsInsightsWarehouse API.
456
484
  */
457
485
  getOperationsInsightsWarehouse(getOperationsInsightsWarehouseRequest: requests.GetOperationsInsightsWarehouseRequest): Promise<responses.GetOperationsInsightsWarehouseResponse>;
458
486
  /**
@@ -461,16 +489,28 @@ export declare class OperationsInsightsClient {
461
489
  * @param GetOperationsInsightsWarehouseUserRequest
462
490
  * @return GetOperationsInsightsWarehouseUserResponse
463
491
  * @throws OciError when an error occurs
464
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/GetOperationsInsightsWarehouseUser.ts.html |here} to see how to use GetOperationsInsightsWarehouseUser API.
492
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/GetOperationsInsightsWarehouseUser.ts.html |here} to see how to use GetOperationsInsightsWarehouseUser API.
465
493
  */
466
494
  getOperationsInsightsWarehouseUser(getOperationsInsightsWarehouseUserRequest: requests.GetOperationsInsightsWarehouseUserRequest): Promise<responses.GetOperationsInsightsWarehouseUserResponse>;
495
+ /**
496
+ * Gets details of an OPSI configuration resource.
497
+ * Values specified in configItemField and configItemCustomStatus query params will be considered, only if configItems field is requested as part of opsiConfigField query param.
498
+ * Values specified in configItemCustomStatus will determine whether only customized configuration items or only non-customized configuration items or both have to be returned.
499
+ *
500
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
501
+ * @param GetOpsiConfigurationRequest
502
+ * @return GetOpsiConfigurationResponse
503
+ * @throws OciError when an error occurs
504
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/GetOpsiConfiguration.ts.html |here} to see how to use GetOpsiConfiguration API.
505
+ */
506
+ getOpsiConfiguration(getOpsiConfigurationRequest: requests.GetOpsiConfigurationRequest): Promise<responses.GetOpsiConfigurationResponse>;
467
507
  /**
468
508
  * Gets details of an OPSI data object.
469
509
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
470
510
  * @param GetOpsiDataObjectRequest
471
511
  * @return GetOpsiDataObjectResponse
472
512
  * @throws OciError when an error occurs
473
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/GetOpsiDataObject.ts.html |here} to see how to use GetOpsiDataObject API.
513
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/GetOpsiDataObject.ts.html |here} to see how to use GetOpsiDataObject API.
474
514
  */
475
515
  getOpsiDataObject(getOpsiDataObjectRequest: requests.GetOpsiDataObjectRequest): Promise<responses.GetOpsiDataObjectResponse>;
476
516
  /**
@@ -479,7 +519,7 @@ export declare class OperationsInsightsClient {
479
519
  * @param GetWorkRequestRequest
480
520
  * @return GetWorkRequestResponse
481
521
  * @throws OciError when an error occurs
482
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
522
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
483
523
  */
484
524
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
485
525
  /**
@@ -488,7 +528,7 @@ export declare class OperationsInsightsClient {
488
528
  * @param IngestDatabaseConfigurationRequest
489
529
  * @return IngestDatabaseConfigurationResponse
490
530
  * @throws OciError when an error occurs
491
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/IngestDatabaseConfiguration.ts.html |here} to see how to use IngestDatabaseConfiguration API.
531
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/IngestDatabaseConfiguration.ts.html |here} to see how to use IngestDatabaseConfiguration API.
492
532
  */
493
533
  ingestDatabaseConfiguration(ingestDatabaseConfigurationRequest: requests.IngestDatabaseConfigurationRequest): Promise<responses.IngestDatabaseConfigurationResponse>;
494
534
  /**
@@ -497,7 +537,7 @@ export declare class OperationsInsightsClient {
497
537
  * @param IngestHostConfigurationRequest
498
538
  * @return IngestHostConfigurationResponse
499
539
  * @throws OciError when an error occurs
500
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/IngestHostConfiguration.ts.html |here} to see how to use IngestHostConfiguration API.
540
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/IngestHostConfiguration.ts.html |here} to see how to use IngestHostConfiguration API.
501
541
  */
502
542
  ingestHostConfiguration(ingestHostConfigurationRequest: requests.IngestHostConfigurationRequest): Promise<responses.IngestHostConfigurationResponse>;
503
543
  /**
@@ -506,7 +546,7 @@ export declare class OperationsInsightsClient {
506
546
  * @param IngestHostMetricsRequest
507
547
  * @return IngestHostMetricsResponse
508
548
  * @throws OciError when an error occurs
509
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/IngestHostMetrics.ts.html |here} to see how to use IngestHostMetrics API.
549
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/IngestHostMetrics.ts.html |here} to see how to use IngestHostMetrics API.
510
550
  */
511
551
  ingestHostMetrics(ingestHostMetricsRequest: requests.IngestHostMetricsRequest): Promise<responses.IngestHostMetricsResponse>;
512
552
  /**
@@ -517,7 +557,7 @@ export declare class OperationsInsightsClient {
517
557
  * @param IngestSqlBucketRequest
518
558
  * @return IngestSqlBucketResponse
519
559
  * @throws OciError when an error occurs
520
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/IngestSqlBucket.ts.html |here} to see how to use IngestSqlBucket API.
560
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/IngestSqlBucket.ts.html |here} to see how to use IngestSqlBucket API.
521
561
  */
522
562
  ingestSqlBucket(ingestSqlBucketRequest: requests.IngestSqlBucketRequest): Promise<responses.IngestSqlBucketResponse>;
523
563
  /**
@@ -528,7 +568,7 @@ export declare class OperationsInsightsClient {
528
568
  * @param IngestSqlPlanLinesRequest
529
569
  * @return IngestSqlPlanLinesResponse
530
570
  * @throws OciError when an error occurs
531
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/IngestSqlPlanLines.ts.html |here} to see how to use IngestSqlPlanLines API.
571
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/IngestSqlPlanLines.ts.html |here} to see how to use IngestSqlPlanLines API.
532
572
  */
533
573
  ingestSqlPlanLines(ingestSqlPlanLinesRequest: requests.IngestSqlPlanLinesRequest): Promise<responses.IngestSqlPlanLinesResponse>;
534
574
  /**
@@ -539,7 +579,7 @@ export declare class OperationsInsightsClient {
539
579
  * @param IngestSqlStatsRequest
540
580
  * @return IngestSqlStatsResponse
541
581
  * @throws OciError when an error occurs
542
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/IngestSqlStats.ts.html |here} to see how to use IngestSqlStats API.
582
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/IngestSqlStats.ts.html |here} to see how to use IngestSqlStats API.
543
583
  */
544
584
  ingestSqlStats(ingestSqlStatsRequest: requests.IngestSqlStatsRequest): Promise<responses.IngestSqlStatsResponse>;
545
585
  /**
@@ -551,7 +591,7 @@ export declare class OperationsInsightsClient {
551
591
  * @param IngestSqlTextRequest
552
592
  * @return IngestSqlTextResponse
553
593
  * @throws OciError when an error occurs
554
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/IngestSqlText.ts.html |here} to see how to use IngestSqlText API.
594
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/IngestSqlText.ts.html |here} to see how to use IngestSqlText API.
555
595
  */
556
596
  ingestSqlText(ingestSqlTextRequest: requests.IngestSqlTextRequest): Promise<responses.IngestSqlTextResponse>;
557
597
  /**
@@ -561,7 +601,7 @@ export declare class OperationsInsightsClient {
561
601
  * @param ListAwrDatabaseSnapshotsRequest
562
602
  * @return ListAwrDatabaseSnapshotsResponse
563
603
  * @throws OciError when an error occurs
564
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/ListAwrDatabaseSnapshots.ts.html |here} to see how to use ListAwrDatabaseSnapshots API.
604
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/ListAwrDatabaseSnapshots.ts.html |here} to see how to use ListAwrDatabaseSnapshots API.
565
605
  */
566
606
  listAwrDatabaseSnapshots(listAwrDatabaseSnapshotsRequest: requests.ListAwrDatabaseSnapshotsRequest): Promise<responses.ListAwrDatabaseSnapshotsResponse>;
567
607
  /**
@@ -571,7 +611,7 @@ export declare class OperationsInsightsClient {
571
611
  * @param ListAwrDatabasesRequest
572
612
  * @return ListAwrDatabasesResponse
573
613
  * @throws OciError when an error occurs
574
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/ListAwrDatabases.ts.html |here} to see how to use ListAwrDatabases API.
614
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/ListAwrDatabases.ts.html |here} to see how to use ListAwrDatabases API.
575
615
  */
576
616
  listAwrDatabases(listAwrDatabasesRequest: requests.ListAwrDatabasesRequest): Promise<responses.ListAwrDatabasesResponse>;
577
617
  /**
@@ -581,7 +621,7 @@ export declare class OperationsInsightsClient {
581
621
  * @param ListAwrHubsRequest
582
622
  * @return ListAwrHubsResponse
583
623
  * @throws OciError when an error occurs
584
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/ListAwrHubs.ts.html |here} to see how to use ListAwrHubs API.
624
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/ListAwrHubs.ts.html |here} to see how to use ListAwrHubs API.
585
625
  */
586
626
  listAwrHubs(listAwrHubsRequest: requests.ListAwrHubsRequest): Promise<responses.ListAwrHubsResponse>;
587
627
  /**
@@ -592,7 +632,7 @@ export declare class OperationsInsightsClient {
592
632
  * @param ListAwrSnapshotsRequest
593
633
  * @return ListAwrSnapshotsResponse
594
634
  * @throws OciError when an error occurs
595
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/ListAwrSnapshots.ts.html |here} to see how to use ListAwrSnapshots API.
635
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/ListAwrSnapshots.ts.html |here} to see how to use ListAwrSnapshots API.
596
636
  */
597
637
  listAwrSnapshots(listAwrSnapshotsRequest: requests.ListAwrSnapshotsRequest): Promise<responses.ListAwrSnapshotsResponse>;
598
638
  /**
@@ -603,7 +643,7 @@ export declare class OperationsInsightsClient {
603
643
  * @param ListDatabaseConfigurationsRequest
604
644
  * @return ListDatabaseConfigurationsResponse
605
645
  * @throws OciError when an error occurs
606
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/ListDatabaseConfigurations.ts.html |here} to see how to use ListDatabaseConfigurations API.
646
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/ListDatabaseConfigurations.ts.html |here} to see how to use ListDatabaseConfigurations API.
607
647
  */
608
648
  listDatabaseConfigurations(listDatabaseConfigurationsRequest: requests.ListDatabaseConfigurationsRequest): Promise<responses.ListDatabaseConfigurationsResponse>;
609
649
  /**
@@ -614,7 +654,7 @@ export declare class OperationsInsightsClient {
614
654
  * @param ListDatabaseInsightsRequest
615
655
  * @return ListDatabaseInsightsResponse
616
656
  * @throws OciError when an error occurs
617
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/ListDatabaseInsights.ts.html |here} to see how to use ListDatabaseInsights API.
657
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/ListDatabaseInsights.ts.html |here} to see how to use ListDatabaseInsights API.
618
658
  */
619
659
  listDatabaseInsights(listDatabaseInsightsRequest: requests.ListDatabaseInsightsRequest): Promise<responses.ListDatabaseInsightsResponse>;
620
660
  /**
@@ -625,7 +665,7 @@ export declare class OperationsInsightsClient {
625
665
  * @param ListEnterpriseManagerBridgesRequest
626
666
  * @return ListEnterpriseManagerBridgesResponse
627
667
  * @throws OciError when an error occurs
628
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/ListEnterpriseManagerBridges.ts.html |here} to see how to use ListEnterpriseManagerBridges API.
668
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/ListEnterpriseManagerBridges.ts.html |here} to see how to use ListEnterpriseManagerBridges API.
629
669
  */
630
670
  listEnterpriseManagerBridges(listEnterpriseManagerBridgesRequest: requests.ListEnterpriseManagerBridgesRequest): Promise<responses.ListEnterpriseManagerBridgesResponse>;
631
671
  /**
@@ -634,7 +674,7 @@ export declare class OperationsInsightsClient {
634
674
  * @param ListExadataConfigurationsRequest
635
675
  * @return ListExadataConfigurationsResponse
636
676
  * @throws OciError when an error occurs
637
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/ListExadataConfigurations.ts.html |here} to see how to use ListExadataConfigurations API.
677
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/ListExadataConfigurations.ts.html |here} to see how to use ListExadataConfigurations API.
638
678
  */
639
679
  listExadataConfigurations(listExadataConfigurationsRequest: requests.ListExadataConfigurationsRequest): Promise<responses.ListExadataConfigurationsResponse>;
640
680
  /**
@@ -645,7 +685,7 @@ export declare class OperationsInsightsClient {
645
685
  * @param ListExadataInsightsRequest
646
686
  * @return ListExadataInsightsResponse
647
687
  * @throws OciError when an error occurs
648
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/ListExadataInsights.ts.html |here} to see how to use ListExadataInsights API.
688
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/ListExadataInsights.ts.html |here} to see how to use ListExadataInsights API.
649
689
  */
650
690
  listExadataInsights(listExadataInsightsRequest: requests.ListExadataInsightsRequest): Promise<responses.ListExadataInsightsResponse>;
651
691
  /**
@@ -656,7 +696,7 @@ export declare class OperationsInsightsClient {
656
696
  * @param ListHostConfigurationsRequest
657
697
  * @return ListHostConfigurationsResponse
658
698
  * @throws OciError when an error occurs
659
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/ListHostConfigurations.ts.html |here} to see how to use ListHostConfigurations API.
699
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/ListHostConfigurations.ts.html |here} to see how to use ListHostConfigurations API.
660
700
  */
661
701
  listHostConfigurations(listHostConfigurationsRequest: requests.ListHostConfigurationsRequest): Promise<responses.ListHostConfigurationsResponse>;
662
702
  /**
@@ -667,7 +707,7 @@ export declare class OperationsInsightsClient {
667
707
  * @param ListHostInsightsRequest
668
708
  * @return ListHostInsightsResponse
669
709
  * @throws OciError when an error occurs
670
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/ListHostInsights.ts.html |here} to see how to use ListHostInsights API.
710
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/ListHostInsights.ts.html |here} to see how to use ListHostInsights API.
671
711
  */
672
712
  listHostInsights(listHostInsightsRequest: requests.ListHostInsightsRequest): Promise<responses.ListHostInsightsResponse>;
673
713
  /**
@@ -677,7 +717,7 @@ export declare class OperationsInsightsClient {
677
717
  * @param ListHostedEntitiesRequest
678
718
  * @return ListHostedEntitiesResponse
679
719
  * @throws OciError when an error occurs
680
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/ListHostedEntities.ts.html |here} to see how to use ListHostedEntities API.
720
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/ListHostedEntities.ts.html |here} to see how to use ListHostedEntities API.
681
721
  */
682
722
  listHostedEntities(listHostedEntitiesRequest: requests.ListHostedEntitiesRequest): Promise<responses.ListHostedEntitiesResponse>;
683
723
  /**
@@ -691,7 +731,7 @@ export declare class OperationsInsightsClient {
691
731
  * @param ListImportableAgentEntitiesRequest
692
732
  * @return ListImportableAgentEntitiesResponse
693
733
  * @throws OciError when an error occurs
694
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/ListImportableAgentEntities.ts.html |here} to see how to use ListImportableAgentEntities API.
734
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/ListImportableAgentEntities.ts.html |here} to see how to use ListImportableAgentEntities API.
695
735
  */
696
736
  listImportableAgentEntities(listImportableAgentEntitiesRequest: requests.ListImportableAgentEntitiesRequest): Promise<responses.ListImportableAgentEntitiesResponse>;
697
737
  /**
@@ -707,7 +747,7 @@ export declare class OperationsInsightsClient {
707
747
  * @param ListImportableComputeEntitiesRequest
708
748
  * @return ListImportableComputeEntitiesResponse
709
749
  * @throws OciError when an error occurs
710
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/ListImportableComputeEntities.ts.html |here} to see how to use ListImportableComputeEntities API.
750
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/ListImportableComputeEntities.ts.html |here} to see how to use ListImportableComputeEntities API.
711
751
  */
712
752
  listImportableComputeEntities(listImportableComputeEntitiesRequest: requests.ListImportableComputeEntitiesRequest): Promise<responses.ListImportableComputeEntitiesResponse>;
713
753
  /**
@@ -717,7 +757,7 @@ export declare class OperationsInsightsClient {
717
757
  * @param ListImportableEnterpriseManagerEntitiesRequest
718
758
  * @return ListImportableEnterpriseManagerEntitiesResponse
719
759
  * @throws OciError when an error occurs
720
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/ListImportableEnterpriseManagerEntities.ts.html |here} to see how to use ListImportableEnterpriseManagerEntities API.
760
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/ListImportableEnterpriseManagerEntities.ts.html |here} to see how to use ListImportableEnterpriseManagerEntities API.
721
761
  */
722
762
  listImportableEnterpriseManagerEntities(listImportableEnterpriseManagerEntitiesRequest: requests.ListImportableEnterpriseManagerEntitiesRequest): Promise<responses.ListImportableEnterpriseManagerEntitiesResponse>;
723
763
  /**
@@ -726,7 +766,7 @@ export declare class OperationsInsightsClient {
726
766
  * @param ListOperationsInsightsPrivateEndpointsRequest
727
767
  * @return ListOperationsInsightsPrivateEndpointsResponse
728
768
  * @throws OciError when an error occurs
729
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/ListOperationsInsightsPrivateEndpoints.ts.html |here} to see how to use ListOperationsInsightsPrivateEndpoints API.
769
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/ListOperationsInsightsPrivateEndpoints.ts.html |here} to see how to use ListOperationsInsightsPrivateEndpoints API.
730
770
  */
731
771
  listOperationsInsightsPrivateEndpoints(listOperationsInsightsPrivateEndpointsRequest: requests.ListOperationsInsightsPrivateEndpointsRequest): Promise<responses.ListOperationsInsightsPrivateEndpointsResponse>;
732
772
  /**
@@ -736,7 +776,7 @@ export declare class OperationsInsightsClient {
736
776
  * @param ListOperationsInsightsWarehouseUsersRequest
737
777
  * @return ListOperationsInsightsWarehouseUsersResponse
738
778
  * @throws OciError when an error occurs
739
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/ListOperationsInsightsWarehouseUsers.ts.html |here} to see how to use ListOperationsInsightsWarehouseUsers API.
779
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/ListOperationsInsightsWarehouseUsers.ts.html |here} to see how to use ListOperationsInsightsWarehouseUsers API.
740
780
  */
741
781
  listOperationsInsightsWarehouseUsers(listOperationsInsightsWarehouseUsersRequest: requests.ListOperationsInsightsWarehouseUsersRequest): Promise<responses.ListOperationsInsightsWarehouseUsersResponse>;
742
782
  /**
@@ -747,9 +787,19 @@ export declare class OperationsInsightsClient {
747
787
  * @param ListOperationsInsightsWarehousesRequest
748
788
  * @return ListOperationsInsightsWarehousesResponse
749
789
  * @throws OciError when an error occurs
750
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/ListOperationsInsightsWarehouses.ts.html |here} to see how to use ListOperationsInsightsWarehouses API.
790
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/ListOperationsInsightsWarehouses.ts.html |here} to see how to use ListOperationsInsightsWarehouses API.
751
791
  */
752
792
  listOperationsInsightsWarehouses(listOperationsInsightsWarehousesRequest: requests.ListOperationsInsightsWarehousesRequest): Promise<responses.ListOperationsInsightsWarehousesResponse>;
793
+ /**
794
+ * Gets a list of OPSI configuration resources based on the query parameters specified.
795
+ *
796
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
797
+ * @param ListOpsiConfigurationsRequest
798
+ * @return ListOpsiConfigurationsResponse
799
+ * @throws OciError when an error occurs
800
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/ListOpsiConfigurations.ts.html |here} to see how to use ListOpsiConfigurations API.
801
+ */
802
+ listOpsiConfigurations(listOpsiConfigurationsRequest: requests.ListOpsiConfigurationsRequest): Promise<responses.ListOpsiConfigurationsResponse>;
753
803
  /**
754
804
  * Gets a list of OPSI data objects based on the query parameters specified. CompartmentId id query parameter must be specified.
755
805
  *
@@ -757,7 +807,7 @@ export declare class OperationsInsightsClient {
757
807
  * @param ListOpsiDataObjectsRequest
758
808
  * @return ListOpsiDataObjectsResponse
759
809
  * @throws OciError when an error occurs
760
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/ListOpsiDataObjects.ts.html |here} to see how to use ListOpsiDataObjects API.
810
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/ListOpsiDataObjects.ts.html |here} to see how to use ListOpsiDataObjects API.
761
811
  */
762
812
  listOpsiDataObjects(listOpsiDataObjectsRequest: requests.ListOpsiDataObjectsRequest): Promise<responses.ListOpsiDataObjectsResponse>;
763
813
  /**
@@ -768,7 +818,7 @@ export declare class OperationsInsightsClient {
768
818
  * @param ListSqlPlansRequest
769
819
  * @return ListSqlPlansResponse
770
820
  * @throws OciError when an error occurs
771
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/ListSqlPlans.ts.html |here} to see how to use ListSqlPlans API.
821
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/ListSqlPlans.ts.html |here} to see how to use ListSqlPlans API.
772
822
  */
773
823
  listSqlPlans(listSqlPlansRequest: requests.ListSqlPlansRequest): Promise<responses.ListSqlPlansResponse>;
774
824
  /**
@@ -779,7 +829,7 @@ export declare class OperationsInsightsClient {
779
829
  * @param ListSqlSearchesRequest
780
830
  * @return ListSqlSearchesResponse
781
831
  * @throws OciError when an error occurs
782
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/ListSqlSearches.ts.html |here} to see how to use ListSqlSearches API.
832
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/ListSqlSearches.ts.html |here} to see how to use ListSqlSearches API.
783
833
  */
784
834
  listSqlSearches(listSqlSearchesRequest: requests.ListSqlSearchesRequest): Promise<responses.ListSqlSearchesResponse>;
785
835
  /**
@@ -789,7 +839,7 @@ export declare class OperationsInsightsClient {
789
839
  * @param ListSqlTextsRequest
790
840
  * @return ListSqlTextsResponse
791
841
  * @throws OciError when an error occurs
792
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/ListSqlTexts.ts.html |here} to see how to use ListSqlTexts API.
842
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/ListSqlTexts.ts.html |here} to see how to use ListSqlTexts API.
793
843
  */
794
844
  listSqlTexts(listSqlTextsRequest: requests.ListSqlTextsRequest): Promise<responses.ListSqlTextsResponse>;
795
845
  /**
@@ -799,7 +849,7 @@ export declare class OperationsInsightsClient {
799
849
  * @param ListWorkRequestErrorsRequest
800
850
  * @return ListWorkRequestErrorsResponse
801
851
  * @throws OciError when an error occurs
802
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
852
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
803
853
  */
804
854
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
805
855
  /**
@@ -809,7 +859,7 @@ export declare class OperationsInsightsClient {
809
859
  * @param ListWorkRequestLogsRequest
810
860
  * @return ListWorkRequestLogsResponse
811
861
  * @throws OciError when an error occurs
812
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
862
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
813
863
  */
814
864
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
815
865
  /**
@@ -819,7 +869,7 @@ export declare class OperationsInsightsClient {
819
869
  * @param ListWorkRequestsRequest
820
870
  * @return ListWorkRequestsResponse
821
871
  * @throws OciError when an error occurs
822
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
872
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
823
873
  */
824
874
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
825
875
  /**
@@ -830,7 +880,7 @@ export declare class OperationsInsightsClient {
830
880
  * @param QueryOpsiDataObjectDataRequest
831
881
  * @return QueryOpsiDataObjectDataResponse
832
882
  * @throws OciError when an error occurs
833
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/QueryOpsiDataObjectData.ts.html |here} to see how to use QueryOpsiDataObjectData API.
883
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/QueryOpsiDataObjectData.ts.html |here} to see how to use QueryOpsiDataObjectData API.
834
884
  */
835
885
  queryOpsiDataObjectData(queryOpsiDataObjectDataRequest: requests.QueryOpsiDataObjectDataRequest): Promise<responses.QueryOpsiDataObjectDataResponse>;
836
886
  /**
@@ -839,7 +889,7 @@ export declare class OperationsInsightsClient {
839
889
  * @param RotateOperationsInsightsWarehouseWalletRequest
840
890
  * @return RotateOperationsInsightsWarehouseWalletResponse
841
891
  * @throws OciError when an error occurs
842
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/RotateOperationsInsightsWarehouseWallet.ts.html |here} to see how to use RotateOperationsInsightsWarehouseWallet API.
892
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/RotateOperationsInsightsWarehouseWallet.ts.html |here} to see how to use RotateOperationsInsightsWarehouseWallet API.
843
893
  */
844
894
  rotateOperationsInsightsWarehouseWallet(rotateOperationsInsightsWarehouseWalletRequest: requests.RotateOperationsInsightsWarehouseWalletRequest): Promise<responses.RotateOperationsInsightsWarehouseWalletResponse>;
845
895
  /**
@@ -853,7 +903,7 @@ export declare class OperationsInsightsClient {
853
903
  * @param SummarizeAwrDatabaseCpuUsagesRequest
854
904
  * @return SummarizeAwrDatabaseCpuUsagesResponse
855
905
  * @throws OciError when an error occurs
856
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/SummarizeAwrDatabaseCpuUsages.ts.html |here} to see how to use SummarizeAwrDatabaseCpuUsages API.
906
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/SummarizeAwrDatabaseCpuUsages.ts.html |here} to see how to use SummarizeAwrDatabaseCpuUsages API.
857
907
  */
858
908
  summarizeAwrDatabaseCpuUsages(summarizeAwrDatabaseCpuUsagesRequest: requests.SummarizeAwrDatabaseCpuUsagesRequest): Promise<responses.SummarizeAwrDatabaseCpuUsagesResponse>;
859
909
  /**
@@ -863,7 +913,7 @@ export declare class OperationsInsightsClient {
863
913
  * @param SummarizeAwrDatabaseMetricsRequest
864
914
  * @return SummarizeAwrDatabaseMetricsResponse
865
915
  * @throws OciError when an error occurs
866
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/SummarizeAwrDatabaseMetrics.ts.html |here} to see how to use SummarizeAwrDatabaseMetrics API.
916
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/SummarizeAwrDatabaseMetrics.ts.html |here} to see how to use SummarizeAwrDatabaseMetrics API.
867
917
  */
868
918
  summarizeAwrDatabaseMetrics(summarizeAwrDatabaseMetricsRequest: requests.SummarizeAwrDatabaseMetricsRequest): Promise<responses.SummarizeAwrDatabaseMetricsResponse>;
869
919
  /**
@@ -877,7 +927,7 @@ export declare class OperationsInsightsClient {
877
927
  * @param SummarizeAwrDatabaseParameterChangesRequest
878
928
  * @return SummarizeAwrDatabaseParameterChangesResponse
879
929
  * @throws OciError when an error occurs
880
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/SummarizeAwrDatabaseParameterChanges.ts.html |here} to see how to use SummarizeAwrDatabaseParameterChanges API.
930
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/SummarizeAwrDatabaseParameterChanges.ts.html |here} to see how to use SummarizeAwrDatabaseParameterChanges API.
881
931
  */
882
932
  summarizeAwrDatabaseParameterChanges(summarizeAwrDatabaseParameterChangesRequest: requests.SummarizeAwrDatabaseParameterChangesRequest): Promise<responses.SummarizeAwrDatabaseParameterChangesResponse>;
883
933
  /**
@@ -897,7 +947,7 @@ export declare class OperationsInsightsClient {
897
947
  * @param SummarizeAwrDatabaseParametersRequest
898
948
  * @return SummarizeAwrDatabaseParametersResponse
899
949
  * @throws OciError when an error occurs
900
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/SummarizeAwrDatabaseParameters.ts.html |here} to see how to use SummarizeAwrDatabaseParameters API.
950
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/SummarizeAwrDatabaseParameters.ts.html |here} to see how to use SummarizeAwrDatabaseParameters API.
901
951
  */
902
952
  summarizeAwrDatabaseParameters(summarizeAwrDatabaseParametersRequest: requests.SummarizeAwrDatabaseParametersRequest): Promise<responses.SummarizeAwrDatabaseParametersResponse>;
903
953
  /**
@@ -907,7 +957,7 @@ export declare class OperationsInsightsClient {
907
957
  * @param SummarizeAwrDatabaseSnapshotRangesRequest
908
958
  * @return SummarizeAwrDatabaseSnapshotRangesResponse
909
959
  * @throws OciError when an error occurs
910
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/SummarizeAwrDatabaseSnapshotRanges.ts.html |here} to see how to use SummarizeAwrDatabaseSnapshotRanges API.
960
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/SummarizeAwrDatabaseSnapshotRanges.ts.html |here} to see how to use SummarizeAwrDatabaseSnapshotRanges API.
911
961
  */
912
962
  summarizeAwrDatabaseSnapshotRanges(summarizeAwrDatabaseSnapshotRangesRequest: requests.SummarizeAwrDatabaseSnapshotRangesRequest): Promise<responses.SummarizeAwrDatabaseSnapshotRangesResponse>;
913
963
  /**
@@ -917,7 +967,7 @@ export declare class OperationsInsightsClient {
917
967
  * @param SummarizeAwrDatabaseSysstatsRequest
918
968
  * @return SummarizeAwrDatabaseSysstatsResponse
919
969
  * @throws OciError when an error occurs
920
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/SummarizeAwrDatabaseSysstats.ts.html |here} to see how to use SummarizeAwrDatabaseSysstats API.
970
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/SummarizeAwrDatabaseSysstats.ts.html |here} to see how to use SummarizeAwrDatabaseSysstats API.
921
971
  */
922
972
  summarizeAwrDatabaseSysstats(summarizeAwrDatabaseSysstatsRequest: requests.SummarizeAwrDatabaseSysstatsRequest): Promise<responses.SummarizeAwrDatabaseSysstatsResponse>;
923
973
  /**
@@ -927,7 +977,7 @@ export declare class OperationsInsightsClient {
927
977
  * @param SummarizeAwrDatabaseTopWaitEventsRequest
928
978
  * @return SummarizeAwrDatabaseTopWaitEventsResponse
929
979
  * @throws OciError when an error occurs
930
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/SummarizeAwrDatabaseTopWaitEvents.ts.html |here} to see how to use SummarizeAwrDatabaseTopWaitEvents API.
980
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/SummarizeAwrDatabaseTopWaitEvents.ts.html |here} to see how to use SummarizeAwrDatabaseTopWaitEvents API.
931
981
  */
932
982
  summarizeAwrDatabaseTopWaitEvents(summarizeAwrDatabaseTopWaitEventsRequest: requests.SummarizeAwrDatabaseTopWaitEventsRequest): Promise<responses.SummarizeAwrDatabaseTopWaitEventsResponse>;
933
983
  /**
@@ -937,7 +987,7 @@ export declare class OperationsInsightsClient {
937
987
  * @param SummarizeAwrDatabaseWaitEventBucketsRequest
938
988
  * @return SummarizeAwrDatabaseWaitEventBucketsResponse
939
989
  * @throws OciError when an error occurs
940
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/SummarizeAwrDatabaseWaitEventBuckets.ts.html |here} to see how to use SummarizeAwrDatabaseWaitEventBuckets API.
990
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/SummarizeAwrDatabaseWaitEventBuckets.ts.html |here} to see how to use SummarizeAwrDatabaseWaitEventBuckets API.
941
991
  */
942
992
  summarizeAwrDatabaseWaitEventBuckets(summarizeAwrDatabaseWaitEventBucketsRequest: requests.SummarizeAwrDatabaseWaitEventBucketsRequest): Promise<responses.SummarizeAwrDatabaseWaitEventBucketsResponse>;
943
993
  /**
@@ -947,7 +997,7 @@ export declare class OperationsInsightsClient {
947
997
  * @param SummarizeAwrDatabaseWaitEventsRequest
948
998
  * @return SummarizeAwrDatabaseWaitEventsResponse
949
999
  * @throws OciError when an error occurs
950
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/SummarizeAwrDatabaseWaitEvents.ts.html |here} to see how to use SummarizeAwrDatabaseWaitEvents API.
1000
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/SummarizeAwrDatabaseWaitEvents.ts.html |here} to see how to use SummarizeAwrDatabaseWaitEvents API.
951
1001
  */
952
1002
  summarizeAwrDatabaseWaitEvents(summarizeAwrDatabaseWaitEventsRequest: requests.SummarizeAwrDatabaseWaitEventsRequest): Promise<responses.SummarizeAwrDatabaseWaitEventsResponse>;
953
1003
  /**
@@ -957,9 +1007,20 @@ export declare class OperationsInsightsClient {
957
1007
  * @param SummarizeAwrSourcesSummariesRequest
958
1008
  * @return SummarizeAwrSourcesSummariesResponse
959
1009
  * @throws OciError when an error occurs
960
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/SummarizeAwrSourcesSummaries.ts.html |here} to see how to use SummarizeAwrSourcesSummaries API.
1010
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/SummarizeAwrSourcesSummaries.ts.html |here} to see how to use SummarizeAwrSourcesSummaries API.
961
1011
  */
962
1012
  summarizeAwrSourcesSummaries(summarizeAwrSourcesSummariesRequest: requests.SummarizeAwrSourcesSummariesRequest): Promise<responses.SummarizeAwrSourcesSummariesResponse>;
1013
+ /**
1014
+ * Gets the applicable configuration items based on the query parameters specified. Configuration items for an opsiConfigType with respect to a compartmentId can be fetched.
1015
+ * Values specified in configItemField param will determine what fields for each configuration items have to be returned.
1016
+ *
1017
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
1018
+ * @param SummarizeConfigurationItemsRequest
1019
+ * @return SummarizeConfigurationItemsResponse
1020
+ * @throws OciError when an error occurs
1021
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/SummarizeConfigurationItems.ts.html |here} to see how to use SummarizeConfigurationItems API.
1022
+ */
1023
+ summarizeConfigurationItems(summarizeConfigurationItemsRequest: requests.SummarizeConfigurationItemsRequest): Promise<responses.SummarizeConfigurationItemsResponse>;
963
1024
  /**
964
1025
  * Returns response with time series data (endTimestamp, capacity, baseCapacity) for the time period specified.
965
1026
  * The maximum time range for analysis is 2 years, hence this is intentionally not paginated.
@@ -969,7 +1030,7 @@ export declare class OperationsInsightsClient {
969
1030
  * @param SummarizeDatabaseInsightResourceCapacityTrendRequest
970
1031
  * @return SummarizeDatabaseInsightResourceCapacityTrendResponse
971
1032
  * @throws OciError when an error occurs
972
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/SummarizeDatabaseInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceCapacityTrend API.
1033
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/SummarizeDatabaseInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceCapacityTrend API.
973
1034
  */
974
1035
  summarizeDatabaseInsightResourceCapacityTrend(summarizeDatabaseInsightResourceCapacityTrendRequest: requests.SummarizeDatabaseInsightResourceCapacityTrendRequest): Promise<responses.SummarizeDatabaseInsightResourceCapacityTrendResponse>;
975
1036
  /**
@@ -980,7 +1041,7 @@ export declare class OperationsInsightsClient {
980
1041
  * @param SummarizeDatabaseInsightResourceForecastTrendRequest
981
1042
  * @return SummarizeDatabaseInsightResourceForecastTrendResponse
982
1043
  * @throws OciError when an error occurs
983
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/SummarizeDatabaseInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceForecastTrend API.
1044
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/SummarizeDatabaseInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceForecastTrend API.
984
1045
  */
985
1046
  summarizeDatabaseInsightResourceForecastTrend(summarizeDatabaseInsightResourceForecastTrendRequest: requests.SummarizeDatabaseInsightResourceForecastTrendRequest): Promise<responses.SummarizeDatabaseInsightResourceForecastTrendResponse>;
986
1047
  /**
@@ -991,7 +1052,7 @@ export declare class OperationsInsightsClient {
991
1052
  * @param SummarizeDatabaseInsightResourceStatisticsRequest
992
1053
  * @return SummarizeDatabaseInsightResourceStatisticsResponse
993
1054
  * @throws OciError when an error occurs
994
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/SummarizeDatabaseInsightResourceStatistics.ts.html |here} to see how to use SummarizeDatabaseInsightResourceStatistics API.
1055
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/SummarizeDatabaseInsightResourceStatistics.ts.html |here} to see how to use SummarizeDatabaseInsightResourceStatistics API.
995
1056
  */
996
1057
  summarizeDatabaseInsightResourceStatistics(summarizeDatabaseInsightResourceStatisticsRequest: requests.SummarizeDatabaseInsightResourceStatisticsRequest): Promise<responses.SummarizeDatabaseInsightResourceStatisticsResponse>;
997
1058
  /**
@@ -1004,7 +1065,7 @@ export declare class OperationsInsightsClient {
1004
1065
  * @param SummarizeDatabaseInsightResourceUsageRequest
1005
1066
  * @return SummarizeDatabaseInsightResourceUsageResponse
1006
1067
  * @throws OciError when an error occurs
1007
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/SummarizeDatabaseInsightResourceUsage.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsage API.
1068
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/SummarizeDatabaseInsightResourceUsage.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsage API.
1008
1069
  */
1009
1070
  summarizeDatabaseInsightResourceUsage(summarizeDatabaseInsightResourceUsageRequest: requests.SummarizeDatabaseInsightResourceUsageRequest): Promise<responses.SummarizeDatabaseInsightResourceUsageResponse>;
1010
1071
  /**
@@ -1016,7 +1077,7 @@ export declare class OperationsInsightsClient {
1016
1077
  * @param SummarizeDatabaseInsightResourceUsageTrendRequest
1017
1078
  * @return SummarizeDatabaseInsightResourceUsageTrendResponse
1018
1079
  * @throws OciError when an error occurs
1019
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/SummarizeDatabaseInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsageTrend API.
1080
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/SummarizeDatabaseInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsageTrend API.
1020
1081
  */
1021
1082
  summarizeDatabaseInsightResourceUsageTrend(summarizeDatabaseInsightResourceUsageTrendRequest: requests.SummarizeDatabaseInsightResourceUsageTrendRequest): Promise<responses.SummarizeDatabaseInsightResourceUsageTrendResponse>;
1022
1083
  /**
@@ -1027,7 +1088,7 @@ export declare class OperationsInsightsClient {
1027
1088
  * @param SummarizeDatabaseInsightResourceUtilizationInsightRequest
1028
1089
  * @return SummarizeDatabaseInsightResourceUtilizationInsightResponse
1029
1090
  * @throws OciError when an error occurs
1030
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/SummarizeDatabaseInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUtilizationInsight API.
1091
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/SummarizeDatabaseInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUtilizationInsight API.
1031
1092
  */
1032
1093
  summarizeDatabaseInsightResourceUtilizationInsight(summarizeDatabaseInsightResourceUtilizationInsightRequest: requests.SummarizeDatabaseInsightResourceUtilizationInsightRequest): Promise<responses.SummarizeDatabaseInsightResourceUtilizationInsightResponse>;
1033
1094
  /**
@@ -1039,7 +1100,7 @@ export declare class OperationsInsightsClient {
1039
1100
  * @param SummarizeDatabaseInsightTablespaceUsageTrendRequest
1040
1101
  * @return SummarizeDatabaseInsightTablespaceUsageTrendResponse
1041
1102
  * @throws OciError when an error occurs
1042
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/SummarizeDatabaseInsightTablespaceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightTablespaceUsageTrend API.
1103
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/SummarizeDatabaseInsightTablespaceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightTablespaceUsageTrend API.
1043
1104
  */
1044
1105
  summarizeDatabaseInsightTablespaceUsageTrend(summarizeDatabaseInsightTablespaceUsageTrendRequest: requests.SummarizeDatabaseInsightTablespaceUsageTrendRequest): Promise<responses.SummarizeDatabaseInsightTablespaceUsageTrendResponse>;
1045
1106
  /**
@@ -1056,7 +1117,7 @@ export declare class OperationsInsightsClient {
1056
1117
  * @param SummarizeExadataInsightResourceCapacityTrendRequest
1057
1118
  * @return SummarizeExadataInsightResourceCapacityTrendResponse
1058
1119
  * @throws OciError when an error occurs
1059
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/SummarizeExadataInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrend API.
1120
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/SummarizeExadataInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrend API.
1060
1121
  */
1061
1122
  summarizeExadataInsightResourceCapacityTrend(summarizeExadataInsightResourceCapacityTrendRequest: requests.SummarizeExadataInsightResourceCapacityTrendRequest): Promise<responses.SummarizeExadataInsightResourceCapacityTrendResponse>;
1062
1123
  /**
@@ -1070,7 +1131,7 @@ export declare class OperationsInsightsClient {
1070
1131
  * @param SummarizeExadataInsightResourceCapacityTrendAggregatedRequest
1071
1132
  * @return SummarizeExadataInsightResourceCapacityTrendAggregatedResponse
1072
1133
  * @throws OciError when an error occurs
1073
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/SummarizeExadataInsightResourceCapacityTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrendAggregated API.
1134
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/SummarizeExadataInsightResourceCapacityTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrendAggregated API.
1074
1135
  */
1075
1136
  summarizeExadataInsightResourceCapacityTrendAggregated(summarizeExadataInsightResourceCapacityTrendAggregatedRequest: requests.SummarizeExadataInsightResourceCapacityTrendAggregatedRequest): Promise<responses.SummarizeExadataInsightResourceCapacityTrendAggregatedResponse>;
1076
1137
  /**
@@ -1087,7 +1148,7 @@ export declare class OperationsInsightsClient {
1087
1148
  * @param SummarizeExadataInsightResourceForecastTrendRequest
1088
1149
  * @return SummarizeExadataInsightResourceForecastTrendResponse
1089
1150
  * @throws OciError when an error occurs
1090
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/SummarizeExadataInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrend API.
1151
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/SummarizeExadataInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrend API.
1091
1152
  */
1092
1153
  summarizeExadataInsightResourceForecastTrend(summarizeExadataInsightResourceForecastTrendRequest: requests.SummarizeExadataInsightResourceForecastTrendRequest): Promise<responses.SummarizeExadataInsightResourceForecastTrendResponse>;
1093
1154
  /**
@@ -1100,7 +1161,7 @@ export declare class OperationsInsightsClient {
1100
1161
  * @param SummarizeExadataInsightResourceForecastTrendAggregatedRequest
1101
1162
  * @return SummarizeExadataInsightResourceForecastTrendAggregatedResponse
1102
1163
  * @throws OciError when an error occurs
1103
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/SummarizeExadataInsightResourceForecastTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrendAggregated API.
1164
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/SummarizeExadataInsightResourceForecastTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrendAggregated API.
1104
1165
  */
1105
1166
  summarizeExadataInsightResourceForecastTrendAggregated(summarizeExadataInsightResourceForecastTrendAggregatedRequest: requests.SummarizeExadataInsightResourceForecastTrendAggregatedRequest): Promise<responses.SummarizeExadataInsightResourceForecastTrendAggregatedResponse>;
1106
1167
  /**
@@ -1114,7 +1175,7 @@ export declare class OperationsInsightsClient {
1114
1175
  * @param SummarizeExadataInsightResourceStatisticsRequest
1115
1176
  * @return SummarizeExadataInsightResourceStatisticsResponse
1116
1177
  * @throws OciError when an error occurs
1117
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/SummarizeExadataInsightResourceStatistics.ts.html |here} to see how to use SummarizeExadataInsightResourceStatistics API.
1178
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/SummarizeExadataInsightResourceStatistics.ts.html |here} to see how to use SummarizeExadataInsightResourceStatistics API.
1118
1179
  */
1119
1180
  summarizeExadataInsightResourceStatistics(summarizeExadataInsightResourceStatisticsRequest: requests.SummarizeExadataInsightResourceStatisticsRequest): Promise<responses.SummarizeExadataInsightResourceStatisticsResponse>;
1120
1181
  /**
@@ -1129,7 +1190,7 @@ export declare class OperationsInsightsClient {
1129
1190
  * @param SummarizeExadataInsightResourceUsageRequest
1130
1191
  * @return SummarizeExadataInsightResourceUsageResponse
1131
1192
  * @throws OciError when an error occurs
1132
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/SummarizeExadataInsightResourceUsage.ts.html |here} to see how to use SummarizeExadataInsightResourceUsage API.
1193
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/SummarizeExadataInsightResourceUsage.ts.html |here} to see how to use SummarizeExadataInsightResourceUsage API.
1133
1194
  */
1134
1195
  summarizeExadataInsightResourceUsage(summarizeExadataInsightResourceUsageRequest: requests.SummarizeExadataInsightResourceUsageRequest): Promise<responses.SummarizeExadataInsightResourceUsageResponse>;
1135
1196
  /**
@@ -1144,7 +1205,7 @@ export declare class OperationsInsightsClient {
1144
1205
  * @param SummarizeExadataInsightResourceUsageAggregatedRequest
1145
1206
  * @return SummarizeExadataInsightResourceUsageAggregatedResponse
1146
1207
  * @throws OciError when an error occurs
1147
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/SummarizeExadataInsightResourceUsageAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceUsageAggregated API.
1208
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/SummarizeExadataInsightResourceUsageAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceUsageAggregated API.
1148
1209
  */
1149
1210
  summarizeExadataInsightResourceUsageAggregated(summarizeExadataInsightResourceUsageAggregatedRequest: requests.SummarizeExadataInsightResourceUsageAggregatedRequest): Promise<responses.SummarizeExadataInsightResourceUsageAggregatedResponse>;
1150
1211
  /**
@@ -1153,7 +1214,7 @@ export declare class OperationsInsightsClient {
1153
1214
  * @param SummarizeExadataInsightResourceUtilizationInsightRequest
1154
1215
  * @return SummarizeExadataInsightResourceUtilizationInsightResponse
1155
1216
  * @throws OciError when an error occurs
1156
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/SummarizeExadataInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeExadataInsightResourceUtilizationInsight API.
1217
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/SummarizeExadataInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeExadataInsightResourceUtilizationInsight API.
1157
1218
  */
1158
1219
  summarizeExadataInsightResourceUtilizationInsight(summarizeExadataInsightResourceUtilizationInsightRequest: requests.SummarizeExadataInsightResourceUtilizationInsightRequest): Promise<responses.SummarizeExadataInsightResourceUtilizationInsightResponse>;
1159
1220
  /**
@@ -1162,7 +1223,7 @@ export declare class OperationsInsightsClient {
1162
1223
  * @param SummarizeExadataMembersRequest
1163
1224
  * @return SummarizeExadataMembersResponse
1164
1225
  * @throws OciError when an error occurs
1165
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/SummarizeExadataMembers.ts.html |here} to see how to use SummarizeExadataMembers API.
1226
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/SummarizeExadataMembers.ts.html |here} to see how to use SummarizeExadataMembers API.
1166
1227
  */
1167
1228
  summarizeExadataMembers(summarizeExadataMembersRequest: requests.SummarizeExadataMembersRequest): Promise<responses.SummarizeExadataMembersResponse>;
1168
1229
  /**
@@ -1174,7 +1235,7 @@ export declare class OperationsInsightsClient {
1174
1235
  * @param SummarizeHostInsightResourceCapacityTrendRequest
1175
1236
  * @return SummarizeHostInsightResourceCapacityTrendResponse
1176
1237
  * @throws OciError when an error occurs
1177
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/SummarizeHostInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeHostInsightResourceCapacityTrend API.
1238
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/SummarizeHostInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeHostInsightResourceCapacityTrend API.
1178
1239
  */
1179
1240
  summarizeHostInsightResourceCapacityTrend(summarizeHostInsightResourceCapacityTrendRequest: requests.SummarizeHostInsightResourceCapacityTrendRequest): Promise<responses.SummarizeHostInsightResourceCapacityTrendResponse>;
1180
1241
  /**
@@ -1185,7 +1246,7 @@ export declare class OperationsInsightsClient {
1185
1246
  * @param SummarizeHostInsightResourceForecastTrendRequest
1186
1247
  * @return SummarizeHostInsightResourceForecastTrendResponse
1187
1248
  * @throws OciError when an error occurs
1188
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/SummarizeHostInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeHostInsightResourceForecastTrend API.
1249
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/SummarizeHostInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeHostInsightResourceForecastTrend API.
1189
1250
  */
1190
1251
  summarizeHostInsightResourceForecastTrend(summarizeHostInsightResourceForecastTrendRequest: requests.SummarizeHostInsightResourceForecastTrendRequest): Promise<responses.SummarizeHostInsightResourceForecastTrendResponse>;
1191
1252
  /**
@@ -1196,7 +1257,7 @@ export declare class OperationsInsightsClient {
1196
1257
  * @param SummarizeHostInsightResourceStatisticsRequest
1197
1258
  * @return SummarizeHostInsightResourceStatisticsResponse
1198
1259
  * @throws OciError when an error occurs
1199
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/SummarizeHostInsightResourceStatistics.ts.html |here} to see how to use SummarizeHostInsightResourceStatistics API.
1260
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/SummarizeHostInsightResourceStatistics.ts.html |here} to see how to use SummarizeHostInsightResourceStatistics API.
1200
1261
  */
1201
1262
  summarizeHostInsightResourceStatistics(summarizeHostInsightResourceStatisticsRequest: requests.SummarizeHostInsightResourceStatisticsRequest): Promise<responses.SummarizeHostInsightResourceStatisticsResponse>;
1202
1263
  /**
@@ -1209,7 +1270,7 @@ export declare class OperationsInsightsClient {
1209
1270
  * @param SummarizeHostInsightResourceUsageRequest
1210
1271
  * @return SummarizeHostInsightResourceUsageResponse
1211
1272
  * @throws OciError when an error occurs
1212
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/SummarizeHostInsightResourceUsage.ts.html |here} to see how to use SummarizeHostInsightResourceUsage API.
1273
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/SummarizeHostInsightResourceUsage.ts.html |here} to see how to use SummarizeHostInsightResourceUsage API.
1213
1274
  */
1214
1275
  summarizeHostInsightResourceUsage(summarizeHostInsightResourceUsageRequest: requests.SummarizeHostInsightResourceUsageRequest): Promise<responses.SummarizeHostInsightResourceUsageResponse>;
1215
1276
  /**
@@ -1221,7 +1282,7 @@ export declare class OperationsInsightsClient {
1221
1282
  * @param SummarizeHostInsightResourceUsageTrendRequest
1222
1283
  * @return SummarizeHostInsightResourceUsageTrendResponse
1223
1284
  * @throws OciError when an error occurs
1224
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/SummarizeHostInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeHostInsightResourceUsageTrend API.
1285
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/SummarizeHostInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeHostInsightResourceUsageTrend API.
1225
1286
  */
1226
1287
  summarizeHostInsightResourceUsageTrend(summarizeHostInsightResourceUsageTrendRequest: requests.SummarizeHostInsightResourceUsageTrendRequest): Promise<responses.SummarizeHostInsightResourceUsageTrendResponse>;
1227
1288
  /**
@@ -1232,7 +1293,7 @@ export declare class OperationsInsightsClient {
1232
1293
  * @param SummarizeHostInsightResourceUtilizationInsightRequest
1233
1294
  * @return SummarizeHostInsightResourceUtilizationInsightResponse
1234
1295
  * @throws OciError when an error occurs
1235
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/SummarizeHostInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeHostInsightResourceUtilizationInsight API.
1296
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/SummarizeHostInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeHostInsightResourceUtilizationInsight API.
1236
1297
  */
1237
1298
  summarizeHostInsightResourceUtilizationInsight(summarizeHostInsightResourceUtilizationInsightRequest: requests.SummarizeHostInsightResourceUtilizationInsightRequest): Promise<responses.SummarizeHostInsightResourceUtilizationInsightResponse>;
1238
1299
  /**
@@ -1244,7 +1305,7 @@ export declare class OperationsInsightsClient {
1244
1305
  * @param SummarizeHostInsightTopProcessesUsageRequest
1245
1306
  * @return SummarizeHostInsightTopProcessesUsageResponse
1246
1307
  * @throws OciError when an error occurs
1247
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/SummarizeHostInsightTopProcessesUsage.ts.html |here} to see how to use SummarizeHostInsightTopProcessesUsage API.
1308
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/SummarizeHostInsightTopProcessesUsage.ts.html |here} to see how to use SummarizeHostInsightTopProcessesUsage API.
1248
1309
  */
1249
1310
  summarizeHostInsightTopProcessesUsage(summarizeHostInsightTopProcessesUsageRequest: requests.SummarizeHostInsightTopProcessesUsageRequest): Promise<responses.SummarizeHostInsightTopProcessesUsageResponse>;
1250
1311
  /**
@@ -1256,7 +1317,7 @@ export declare class OperationsInsightsClient {
1256
1317
  * @param SummarizeHostInsightTopProcessesUsageTrendRequest
1257
1318
  * @return SummarizeHostInsightTopProcessesUsageTrendResponse
1258
1319
  * @throws OciError when an error occurs
1259
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/SummarizeHostInsightTopProcessesUsageTrend.ts.html |here} to see how to use SummarizeHostInsightTopProcessesUsageTrend API.
1320
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/SummarizeHostInsightTopProcessesUsageTrend.ts.html |here} to see how to use SummarizeHostInsightTopProcessesUsageTrend API.
1260
1321
  */
1261
1322
  summarizeHostInsightTopProcessesUsageTrend(summarizeHostInsightTopProcessesUsageTrendRequest: requests.SummarizeHostInsightTopProcessesUsageTrendRequest): Promise<responses.SummarizeHostInsightTopProcessesUsageTrendResponse>;
1262
1323
  /**
@@ -1267,7 +1328,7 @@ export declare class OperationsInsightsClient {
1267
1328
  * @param SummarizeOperationsInsightsWarehouseResourceUsageRequest
1268
1329
  * @return SummarizeOperationsInsightsWarehouseResourceUsageResponse
1269
1330
  * @throws OciError when an error occurs
1270
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/SummarizeOperationsInsightsWarehouseResourceUsage.ts.html |here} to see how to use SummarizeOperationsInsightsWarehouseResourceUsage API.
1331
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/SummarizeOperationsInsightsWarehouseResourceUsage.ts.html |here} to see how to use SummarizeOperationsInsightsWarehouseResourceUsage API.
1271
1332
  */
1272
1333
  summarizeOperationsInsightsWarehouseResourceUsage(summarizeOperationsInsightsWarehouseResourceUsageRequest: requests.SummarizeOperationsInsightsWarehouseResourceUsageRequest): Promise<responses.SummarizeOperationsInsightsWarehouseResourceUsageResponse>;
1273
1334
  /**
@@ -1278,7 +1339,7 @@ export declare class OperationsInsightsClient {
1278
1339
  * @param SummarizeSqlInsightsRequest
1279
1340
  * @return SummarizeSqlInsightsResponse
1280
1341
  * @throws OciError when an error occurs
1281
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/SummarizeSqlInsights.ts.html |here} to see how to use SummarizeSqlInsights API.
1342
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/SummarizeSqlInsights.ts.html |here} to see how to use SummarizeSqlInsights API.
1282
1343
  */
1283
1344
  summarizeSqlInsights(summarizeSqlInsightsRequest: requests.SummarizeSqlInsightsRequest): Promise<responses.SummarizeSqlInsightsResponse>;
1284
1345
  /**
@@ -1289,7 +1350,7 @@ export declare class OperationsInsightsClient {
1289
1350
  * @param SummarizeSqlPlanInsightsRequest
1290
1351
  * @return SummarizeSqlPlanInsightsResponse
1291
1352
  * @throws OciError when an error occurs
1292
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/SummarizeSqlPlanInsights.ts.html |here} to see how to use SummarizeSqlPlanInsights API.
1353
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/SummarizeSqlPlanInsights.ts.html |here} to see how to use SummarizeSqlPlanInsights API.
1293
1354
  */
1294
1355
  summarizeSqlPlanInsights(summarizeSqlPlanInsightsRequest: requests.SummarizeSqlPlanInsightsRequest): Promise<responses.SummarizeSqlPlanInsightsResponse>;
1295
1356
  /**
@@ -1300,7 +1361,7 @@ export declare class OperationsInsightsClient {
1300
1361
  * @param SummarizeSqlResponseTimeDistributionsRequest
1301
1362
  * @return SummarizeSqlResponseTimeDistributionsResponse
1302
1363
  * @throws OciError when an error occurs
1303
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/SummarizeSqlResponseTimeDistributions.ts.html |here} to see how to use SummarizeSqlResponseTimeDistributions API.
1364
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/SummarizeSqlResponseTimeDistributions.ts.html |here} to see how to use SummarizeSqlResponseTimeDistributions API.
1304
1365
  */
1305
1366
  summarizeSqlResponseTimeDistributions(summarizeSqlResponseTimeDistributionsRequest: requests.SummarizeSqlResponseTimeDistributionsRequest): Promise<responses.SummarizeSqlResponseTimeDistributionsResponse>;
1306
1367
  /**
@@ -1311,7 +1372,7 @@ export declare class OperationsInsightsClient {
1311
1372
  * @param SummarizeSqlStatisticsRequest
1312
1373
  * @return SummarizeSqlStatisticsResponse
1313
1374
  * @throws OciError when an error occurs
1314
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/SummarizeSqlStatistics.ts.html |here} to see how to use SummarizeSqlStatistics API.
1375
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/SummarizeSqlStatistics.ts.html |here} to see how to use SummarizeSqlStatistics API.
1315
1376
  */
1316
1377
  summarizeSqlStatistics(summarizeSqlStatisticsRequest: requests.SummarizeSqlStatisticsRequest): Promise<responses.SummarizeSqlStatisticsResponse>;
1317
1378
  /**
@@ -1322,7 +1383,7 @@ export declare class OperationsInsightsClient {
1322
1383
  * @param SummarizeSqlStatisticsTimeSeriesRequest
1323
1384
  * @return SummarizeSqlStatisticsTimeSeriesResponse
1324
1385
  * @throws OciError when an error occurs
1325
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/SummarizeSqlStatisticsTimeSeries.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeries API.
1386
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/SummarizeSqlStatisticsTimeSeries.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeries API.
1326
1387
  */
1327
1388
  summarizeSqlStatisticsTimeSeries(summarizeSqlStatisticsTimeSeriesRequest: requests.SummarizeSqlStatisticsTimeSeriesRequest): Promise<responses.SummarizeSqlStatisticsTimeSeriesResponse>;
1328
1389
  /**
@@ -1333,7 +1394,7 @@ export declare class OperationsInsightsClient {
1333
1394
  * @param SummarizeSqlStatisticsTimeSeriesByPlanRequest
1334
1395
  * @return SummarizeSqlStatisticsTimeSeriesByPlanResponse
1335
1396
  * @throws OciError when an error occurs
1336
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/SummarizeSqlStatisticsTimeSeriesByPlan.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeriesByPlan API.
1397
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/SummarizeSqlStatisticsTimeSeriesByPlan.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeriesByPlan API.
1337
1398
  */
1338
1399
  summarizeSqlStatisticsTimeSeriesByPlan(summarizeSqlStatisticsTimeSeriesByPlanRequest: requests.SummarizeSqlStatisticsTimeSeriesByPlanRequest): Promise<responses.SummarizeSqlStatisticsTimeSeriesByPlanResponse>;
1339
1400
  /**
@@ -1342,7 +1403,7 @@ export declare class OperationsInsightsClient {
1342
1403
  * @param UpdateAwrHubRequest
1343
1404
  * @return UpdateAwrHubResponse
1344
1405
  * @throws OciError when an error occurs
1345
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/UpdateAwrHub.ts.html |here} to see how to use UpdateAwrHub API.
1406
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/UpdateAwrHub.ts.html |here} to see how to use UpdateAwrHub API.
1346
1407
  */
1347
1408
  updateAwrHub(updateAwrHubRequest: requests.UpdateAwrHubRequest): Promise<responses.UpdateAwrHubResponse>;
1348
1409
  /**
@@ -1351,7 +1412,7 @@ export declare class OperationsInsightsClient {
1351
1412
  * @param UpdateDatabaseInsightRequest
1352
1413
  * @return UpdateDatabaseInsightResponse
1353
1414
  * @throws OciError when an error occurs
1354
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/UpdateDatabaseInsight.ts.html |here} to see how to use UpdateDatabaseInsight API.
1415
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/UpdateDatabaseInsight.ts.html |here} to see how to use UpdateDatabaseInsight API.
1355
1416
  */
1356
1417
  updateDatabaseInsight(updateDatabaseInsightRequest: requests.UpdateDatabaseInsightRequest): Promise<responses.UpdateDatabaseInsightResponse>;
1357
1418
  /**
@@ -1360,7 +1421,7 @@ export declare class OperationsInsightsClient {
1360
1421
  * @param UpdateEnterpriseManagerBridgeRequest
1361
1422
  * @return UpdateEnterpriseManagerBridgeResponse
1362
1423
  * @throws OciError when an error occurs
1363
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/UpdateEnterpriseManagerBridge.ts.html |here} to see how to use UpdateEnterpriseManagerBridge API.
1424
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/UpdateEnterpriseManagerBridge.ts.html |here} to see how to use UpdateEnterpriseManagerBridge API.
1364
1425
  */
1365
1426
  updateEnterpriseManagerBridge(updateEnterpriseManagerBridgeRequest: requests.UpdateEnterpriseManagerBridgeRequest): Promise<responses.UpdateEnterpriseManagerBridgeResponse>;
1366
1427
  /**
@@ -1369,7 +1430,7 @@ export declare class OperationsInsightsClient {
1369
1430
  * @param UpdateExadataInsightRequest
1370
1431
  * @return UpdateExadataInsightResponse
1371
1432
  * @throws OciError when an error occurs
1372
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/UpdateExadataInsight.ts.html |here} to see how to use UpdateExadataInsight API.
1433
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/UpdateExadataInsight.ts.html |here} to see how to use UpdateExadataInsight API.
1373
1434
  */
1374
1435
  updateExadataInsight(updateExadataInsightRequest: requests.UpdateExadataInsightRequest): Promise<responses.UpdateExadataInsightResponse>;
1375
1436
  /**
@@ -1378,7 +1439,7 @@ export declare class OperationsInsightsClient {
1378
1439
  * @param UpdateHostInsightRequest
1379
1440
  * @return UpdateHostInsightResponse
1380
1441
  * @throws OciError when an error occurs
1381
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/UpdateHostInsight.ts.html |here} to see how to use UpdateHostInsight API.
1442
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/UpdateHostInsight.ts.html |here} to see how to use UpdateHostInsight API.
1382
1443
  */
1383
1444
  updateHostInsight(updateHostInsightRequest: requests.UpdateHostInsightRequest): Promise<responses.UpdateHostInsightResponse>;
1384
1445
  /**
@@ -1387,7 +1448,7 @@ export declare class OperationsInsightsClient {
1387
1448
  * @param UpdateOperationsInsightsPrivateEndpointRequest
1388
1449
  * @return UpdateOperationsInsightsPrivateEndpointResponse
1389
1450
  * @throws OciError when an error occurs
1390
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/UpdateOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use UpdateOperationsInsightsPrivateEndpoint API.
1451
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/UpdateOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use UpdateOperationsInsightsPrivateEndpoint API.
1391
1452
  */
1392
1453
  updateOperationsInsightsPrivateEndpoint(updateOperationsInsightsPrivateEndpointRequest: requests.UpdateOperationsInsightsPrivateEndpointRequest): Promise<responses.UpdateOperationsInsightsPrivateEndpointResponse>;
1393
1454
  /**
@@ -1398,7 +1459,7 @@ export declare class OperationsInsightsClient {
1398
1459
  * @param UpdateOperationsInsightsWarehouseRequest
1399
1460
  * @return UpdateOperationsInsightsWarehouseResponse
1400
1461
  * @throws OciError when an error occurs
1401
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/UpdateOperationsInsightsWarehouse.ts.html |here} to see how to use UpdateOperationsInsightsWarehouse API.
1462
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/UpdateOperationsInsightsWarehouse.ts.html |here} to see how to use UpdateOperationsInsightsWarehouse API.
1402
1463
  */
1403
1464
  updateOperationsInsightsWarehouse(updateOperationsInsightsWarehouseRequest: requests.UpdateOperationsInsightsWarehouseRequest): Promise<responses.UpdateOperationsInsightsWarehouseResponse>;
1404
1465
  /**
@@ -1407,7 +1468,16 @@ export declare class OperationsInsightsClient {
1407
1468
  * @param UpdateOperationsInsightsWarehouseUserRequest
1408
1469
  * @return UpdateOperationsInsightsWarehouseUserResponse
1409
1470
  * @throws OciError when an error occurs
1410
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/opsi/UpdateOperationsInsightsWarehouseUser.ts.html |here} to see how to use UpdateOperationsInsightsWarehouseUser API.
1471
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/UpdateOperationsInsightsWarehouseUser.ts.html |here} to see how to use UpdateOperationsInsightsWarehouseUser API.
1411
1472
  */
1412
1473
  updateOperationsInsightsWarehouseUser(updateOperationsInsightsWarehouseUserRequest: requests.UpdateOperationsInsightsWarehouseUserRequest): Promise<responses.UpdateOperationsInsightsWarehouseUserResponse>;
1474
+ /**
1475
+ * Updates an OPSI configuration resource with the given ID.
1476
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
1477
+ * @param UpdateOpsiConfigurationRequest
1478
+ * @return UpdateOpsiConfigurationResponse
1479
+ * @throws OciError when an error occurs
1480
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/opsi/UpdateOpsiConfiguration.ts.html |here} to see how to use UpdateOpsiConfiguration API.
1481
+ */
1482
+ updateOpsiConfiguration(updateOpsiConfigurationRequest: requests.UpdateOpsiConfigurationRequest): Promise<responses.UpdateOpsiConfigurationResponse>;
1413
1483
  }