oci-opsi 2.55.1 → 2.57.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 (325) hide show
  1. package/lib/client.d.ts +274 -138
  2. package/lib/client.js +1878 -862
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/addm-db-collection.d.ts +37 -0
  5. package/lib/model/addm-db-collection.js +64 -0
  6. package/lib/model/addm-db-collection.js.map +1 -0
  7. package/lib/model/addm-db-finding-aggregation-collection.d.ts +41 -0
  8. package/lib/model/addm-db-finding-aggregation-collection.js +74 -0
  9. package/lib/model/addm-db-finding-aggregation-collection.js.map +1 -0
  10. package/lib/model/addm-db-finding-aggregation.d.ts +68 -0
  11. package/lib/model/addm-db-finding-aggregation.js +32 -0
  12. package/lib/model/addm-db-finding-aggregation.js.map +1 -0
  13. package/lib/model/addm-db-finding-category-collection.d.ts +34 -0
  14. package/lib/model/addm-db-finding-category-collection.js +74 -0
  15. package/lib/model/addm-db-finding-category-collection.js.map +1 -0
  16. package/lib/model/addm-db-finding-category-summary.d.ts +36 -0
  17. package/lib/model/addm-db-finding-category-summary.js +32 -0
  18. package/lib/model/addm-db-finding-category-summary.js.map +1 -0
  19. package/lib/model/addm-db-findings-time-series-collection.d.ts +41 -0
  20. package/lib/model/addm-db-findings-time-series-collection.js +74 -0
  21. package/lib/model/addm-db-findings-time-series-collection.js.map +1 -0
  22. package/lib/model/addm-db-findings-time-series-summary.d.ts +88 -0
  23. package/lib/model/addm-db-findings-time-series-summary.js +32 -0
  24. package/lib/model/addm-db-findings-time-series-summary.js.map +1 -0
  25. package/lib/model/addm-db-parameter-aggregation-collection.d.ts +41 -0
  26. package/lib/model/addm-db-parameter-aggregation-collection.js +74 -0
  27. package/lib/model/addm-db-parameter-aggregation-collection.js.map +1 -0
  28. package/lib/model/addm-db-parameter-aggregation.d.ts +73 -0
  29. package/lib/model/addm-db-parameter-aggregation.js +32 -0
  30. package/lib/model/addm-db-parameter-aggregation.js.map +1 -0
  31. package/lib/model/addm-db-parameter-category-collection.d.ts +33 -0
  32. package/lib/model/addm-db-parameter-category-collection.js +74 -0
  33. package/lib/model/addm-db-parameter-category-collection.js.map +1 -0
  34. package/lib/model/addm-db-parameter-category-summary.d.ts +36 -0
  35. package/lib/model/addm-db-parameter-category-summary.js +32 -0
  36. package/lib/model/addm-db-parameter-category-summary.js.map +1 -0
  37. package/lib/model/addm-db-parameter-change-aggregation-collection.d.ts +42 -0
  38. package/lib/model/addm-db-parameter-change-aggregation-collection.js +74 -0
  39. package/lib/model/addm-db-parameter-change-aggregation-collection.js.map +1 -0
  40. package/lib/model/addm-db-parameter-change-aggregation.d.ts +52 -0
  41. package/lib/model/addm-db-parameter-change-aggregation.js +32 -0
  42. package/lib/model/addm-db-parameter-change-aggregation.js.map +1 -0
  43. package/lib/model/addm-db-recommendation-aggregation-collection.d.ts +41 -0
  44. package/lib/model/addm-db-recommendation-aggregation-collection.js +74 -0
  45. package/lib/model/addm-db-recommendation-aggregation-collection.js.map +1 -0
  46. package/lib/model/addm-db-recommendation-aggregation.d.ts +70 -0
  47. package/lib/model/addm-db-recommendation-aggregation.js +60 -0
  48. package/lib/model/addm-db-recommendation-aggregation.js.map +1 -0
  49. package/lib/model/addm-db-recommendation-category-collection.d.ts +34 -0
  50. package/lib/model/addm-db-recommendation-category-collection.js +74 -0
  51. package/lib/model/addm-db-recommendation-category-collection.js.map +1 -0
  52. package/lib/model/addm-db-recommendation-category-summary.d.ts +36 -0
  53. package/lib/model/addm-db-recommendation-category-summary.js +32 -0
  54. package/lib/model/addm-db-recommendation-category-summary.js.map +1 -0
  55. package/lib/model/addm-db-recommendations-time-series-collection.d.ts +41 -0
  56. package/lib/model/addm-db-recommendations-time-series-collection.js +74 -0
  57. package/lib/model/addm-db-recommendations-time-series-collection.js.map +1 -0
  58. package/lib/model/addm-db-recommendations-time-series-summary.d.ts +74 -0
  59. package/lib/model/addm-db-recommendations-time-series-summary.js +60 -0
  60. package/lib/model/addm-db-recommendations-time-series-summary.js.map +1 -0
  61. package/lib/model/addm-db-schema-object-collection.d.ts +41 -0
  62. package/lib/model/addm-db-schema-object-collection.js +74 -0
  63. package/lib/model/addm-db-schema-object-collection.js.map +1 -0
  64. package/lib/model/addm-db-schema-object-summary.d.ts +48 -0
  65. package/lib/model/addm-db-schema-object-summary.js +32 -0
  66. package/lib/model/addm-db-schema-object-summary.js.map +1 -0
  67. package/lib/model/addm-db-sql-statement-collection.d.ts +41 -0
  68. package/lib/model/addm-db-sql-statement-collection.js +74 -0
  69. package/lib/model/addm-db-sql-statement-collection.js.map +1 -0
  70. package/lib/model/addm-db-sql-statement-summary.d.ts +44 -0
  71. package/lib/model/addm-db-sql-statement-summary.js +32 -0
  72. package/lib/model/addm-db-sql-statement-summary.js.map +1 -0
  73. package/lib/model/addm-db-summary.d.ts +62 -0
  74. package/lib/model/addm-db-summary.js +60 -0
  75. package/lib/model/addm-db-summary.js.map +1 -0
  76. package/lib/model/addm-report.d.ts +52 -0
  77. package/lib/model/addm-report.js +32 -0
  78. package/lib/model/addm-report.js.map +1 -0
  79. package/lib/model/d-bparameters.d.ts +51 -0
  80. package/lib/model/d-bparameters.js +57 -0
  81. package/lib/model/d-bparameters.js.map +1 -0
  82. package/lib/model/database-configuration-metric-group.js +4 -0
  83. package/lib/model/database-configuration-metric-group.js.map +1 -1
  84. package/lib/model/database-parameter-type-details.d.ts +31 -0
  85. package/lib/model/database-parameter-type-details.js +57 -0
  86. package/lib/model/database-parameter-type-details.js.map +1 -0
  87. package/lib/model/index.d.ts +64 -0
  88. package/lib/model/index.js +73 -8
  89. package/lib/model/index.js.map +1 -1
  90. package/lib/model/ingest-addm-reports-details.d.ts +30 -0
  91. package/lib/model/ingest-addm-reports-details.js +64 -0
  92. package/lib/model/ingest-addm-reports-details.js.map +1 -0
  93. package/lib/model/ingest-addm-reports-response-details.d.ts +30 -0
  94. package/lib/model/ingest-addm-reports-response-details.js +32 -0
  95. package/lib/model/ingest-addm-reports-response-details.js.map +1 -0
  96. package/lib/model/related-object-type-details.d.ts +25 -0
  97. package/lib/model/related-object-type-details.js +79 -0
  98. package/lib/model/related-object-type-details.js.map +1 -0
  99. package/lib/model/schema-object-type-details.d.ts +47 -0
  100. package/lib/model/schema-object-type-details.js +57 -0
  101. package/lib/model/schema-object-type-details.js.map +1 -0
  102. package/lib/model/sql-type-details.d.ts +43 -0
  103. package/lib/model/sql-type-details.js +57 -0
  104. package/lib/model/sql-type-details.js.map +1 -0
  105. package/lib/request/add-exadata-insight-members-request.d.ts +1 -1
  106. package/lib/request/change-autonomous-database-insight-advanced-features-request.d.ts +1 -1
  107. package/lib/request/change-database-insight-compartment-request.d.ts +1 -1
  108. package/lib/request/change-enterprise-manager-bridge-compartment-request.d.ts +1 -1
  109. package/lib/request/change-exadata-insight-compartment-request.d.ts +1 -1
  110. package/lib/request/change-host-insight-compartment-request.d.ts +1 -1
  111. package/lib/request/change-operations-insights-private-endpoint-compartment-request.d.ts +1 -1
  112. package/lib/request/change-opsi-configuration-compartment-request.d.ts +1 -1
  113. package/lib/request/change-pe-comanaged-database-insight-request.d.ts +1 -1
  114. package/lib/request/create-awr-hub-request.d.ts +1 -1
  115. package/lib/request/create-database-insight-request.d.ts +1 -1
  116. package/lib/request/create-enterprise-manager-bridge-request.d.ts +1 -1
  117. package/lib/request/create-exadata-insight-request.d.ts +1 -1
  118. package/lib/request/create-host-insight-request.d.ts +1 -1
  119. package/lib/request/create-operations-insights-private-endpoint-request.d.ts +1 -1
  120. package/lib/request/create-operations-insights-warehouse-request.d.ts +1 -1
  121. package/lib/request/create-operations-insights-warehouse-user-request.d.ts +1 -1
  122. package/lib/request/create-opsi-configuration-request.d.ts +1 -1
  123. package/lib/request/delete-awr-hub-request.d.ts +1 -1
  124. package/lib/request/delete-database-insight-request.d.ts +1 -1
  125. package/lib/request/delete-enterprise-manager-bridge-request.d.ts +1 -1
  126. package/lib/request/delete-exadata-insight-request.d.ts +1 -1
  127. package/lib/request/delete-host-insight-request.d.ts +1 -1
  128. package/lib/request/delete-operations-insights-private-endpoint-request.d.ts +1 -1
  129. package/lib/request/delete-operations-insights-warehouse-request.d.ts +1 -1
  130. package/lib/request/delete-operations-insights-warehouse-user-request.d.ts +1 -1
  131. package/lib/request/delete-opsi-configuration-request.d.ts +1 -1
  132. package/lib/request/disable-autonomous-database-insight-advanced-features-request.d.ts +1 -1
  133. package/lib/request/disable-database-insight-request.d.ts +1 -1
  134. package/lib/request/disable-exadata-insight-request.d.ts +1 -1
  135. package/lib/request/disable-host-insight-request.d.ts +1 -1
  136. package/lib/request/download-operations-insights-warehouse-wallet-request.d.ts +1 -1
  137. package/lib/request/enable-autonomous-database-insight-advanced-features-request.d.ts +1 -1
  138. package/lib/request/enable-database-insight-request.d.ts +1 -1
  139. package/lib/request/enable-exadata-insight-request.d.ts +1 -1
  140. package/lib/request/enable-host-insight-request.d.ts +1 -1
  141. package/lib/request/get-awr-database-report-request.d.ts +1 -1
  142. package/lib/request/get-awr-database-sql-report-request.d.ts +1 -1
  143. package/lib/request/get-awr-hub-request.d.ts +1 -1
  144. package/lib/request/get-awr-report-request.d.ts +1 -1
  145. package/lib/request/get-database-insight-request.d.ts +1 -1
  146. package/lib/request/get-enterprise-manager-bridge-request.d.ts +1 -1
  147. package/lib/request/get-exadata-insight-request.d.ts +1 -1
  148. package/lib/request/get-host-insight-request.d.ts +1 -1
  149. package/lib/request/get-operations-insights-private-endpoint-request.d.ts +1 -1
  150. package/lib/request/get-operations-insights-warehouse-request.d.ts +1 -1
  151. package/lib/request/get-operations-insights-warehouse-user-request.d.ts +1 -1
  152. package/lib/request/get-opsi-configuration-request.d.ts +1 -1
  153. package/lib/request/get-opsi-data-object-request.d.ts +1 -1
  154. package/lib/request/get-work-request-request.d.ts +1 -1
  155. package/lib/request/index.d.ts +26 -0
  156. package/lib/request/index.js +22 -2
  157. package/lib/request/index.js.map +1 -1
  158. package/lib/request/ingest-addm-reports-request.d.ts +56 -0
  159. package/lib/request/ingest-addm-reports-request.js +15 -0
  160. package/lib/request/ingest-addm-reports-request.js.map +1 -0
  161. package/lib/request/ingest-database-configuration-request.d.ts +1 -1
  162. package/lib/request/ingest-host-configuration-request.d.ts +1 -1
  163. package/lib/request/ingest-host-metrics-request.d.ts +1 -1
  164. package/lib/request/ingest-sql-bucket-request.d.ts +1 -1
  165. package/lib/request/ingest-sql-plan-lines-request.d.ts +1 -1
  166. package/lib/request/ingest-sql-stats-request.d.ts +1 -1
  167. package/lib/request/ingest-sql-text-request.d.ts +1 -1
  168. package/lib/request/list-addm-db-finding-categories-request.d.ts +107 -0
  169. package/lib/request/list-addm-db-finding-categories-request.js +23 -0
  170. package/lib/request/list-addm-db-finding-categories-request.js.map +1 -0
  171. package/lib/request/list-addm-db-findings-time-series-request.d.ts +134 -0
  172. package/lib/request/list-addm-db-findings-time-series-request.js +23 -0
  173. package/lib/request/list-addm-db-findings-time-series-request.js.map +1 -0
  174. package/lib/request/list-addm-db-parameter-categories-request.d.ts +107 -0
  175. package/lib/request/list-addm-db-parameter-categories-request.js +23 -0
  176. package/lib/request/list-addm-db-parameter-categories-request.js.map +1 -0
  177. package/lib/request/list-addm-db-recommendation-categories-request.d.ts +107 -0
  178. package/lib/request/list-addm-db-recommendation-categories-request.js +23 -0
  179. package/lib/request/list-addm-db-recommendation-categories-request.js.map +1 -0
  180. package/lib/request/list-addm-db-recommendations-time-series-request.d.ts +157 -0
  181. package/lib/request/list-addm-db-recommendations-time-series-request.js +23 -0
  182. package/lib/request/list-addm-db-recommendations-time-series-request.js.map +1 -0
  183. package/lib/request/list-addm-dbs-request.d.ts +125 -0
  184. package/lib/request/list-addm-dbs-request.js +24 -0
  185. package/lib/request/list-addm-dbs-request.js.map +1 -0
  186. package/lib/request/list-awr-database-snapshots-request.d.ts +1 -1
  187. package/lib/request/list-awr-databases-request.d.ts +1 -1
  188. package/lib/request/list-awr-hubs-request.d.ts +1 -1
  189. package/lib/request/list-awr-snapshots-request.d.ts +1 -1
  190. package/lib/request/list-database-configurations-request.d.ts +1 -1
  191. package/lib/request/list-database-insights-request.d.ts +1 -1
  192. package/lib/request/list-enterprise-manager-bridges-request.d.ts +1 -1
  193. package/lib/request/list-exadata-configurations-request.d.ts +1 -1
  194. package/lib/request/list-exadata-insights-request.d.ts +1 -1
  195. package/lib/request/list-host-configurations-request.d.ts +1 -1
  196. package/lib/request/list-host-insights-request.d.ts +1 -1
  197. package/lib/request/list-hosted-entities-request.d.ts +1 -1
  198. package/lib/request/list-importable-agent-entities-request.d.ts +1 -1
  199. package/lib/request/list-importable-compute-entities-request.d.ts +1 -1
  200. package/lib/request/list-importable-enterprise-manager-entities-request.d.ts +1 -1
  201. package/lib/request/list-operations-insights-private-endpoints-request.d.ts +1 -1
  202. package/lib/request/list-operations-insights-warehouse-users-request.d.ts +1 -1
  203. package/lib/request/list-operations-insights-warehouses-request.d.ts +1 -1
  204. package/lib/request/list-opsi-configurations-request.d.ts +1 -1
  205. package/lib/request/list-opsi-data-objects-request.d.ts +1 -1
  206. package/lib/request/list-sql-plans-request.d.ts +1 -1
  207. package/lib/request/list-sql-searches-request.d.ts +1 -1
  208. package/lib/request/list-sql-texts-request.d.ts +1 -1
  209. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  210. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  211. package/lib/request/list-work-requests-request.d.ts +1 -1
  212. package/lib/request/query-opsi-data-object-data-request.d.ts +1 -1
  213. package/lib/request/rotate-operations-insights-warehouse-wallet-request.d.ts +1 -1
  214. package/lib/request/summarize-addm-db-findings-request.d.ts +136 -0
  215. package/lib/request/summarize-addm-db-findings-request.js +26 -0
  216. package/lib/request/summarize-addm-db-findings-request.js.map +1 -0
  217. package/lib/request/summarize-addm-db-parameter-changes-request.d.ts +141 -0
  218. package/lib/request/summarize-addm-db-parameter-changes-request.js +24 -0
  219. package/lib/request/summarize-addm-db-parameter-changes-request.js.map +1 -0
  220. package/lib/request/summarize-addm-db-parameters-request.d.ts +172 -0
  221. package/lib/request/summarize-addm-db-parameters-request.js +39 -0
  222. package/lib/request/summarize-addm-db-parameters-request.js.map +1 -0
  223. package/lib/request/summarize-addm-db-recommendations-request.d.ts +163 -0
  224. package/lib/request/summarize-addm-db-recommendations-request.js +25 -0
  225. package/lib/request/summarize-addm-db-recommendations-request.js.map +1 -0
  226. package/lib/request/summarize-addm-db-schema-objects-request.d.ts +114 -0
  227. package/lib/request/summarize-addm-db-schema-objects-request.js +15 -0
  228. package/lib/request/summarize-addm-db-schema-objects-request.js.map +1 -0
  229. package/lib/request/summarize-addm-db-sql-statements-request.d.ts +115 -0
  230. package/lib/request/summarize-addm-db-sql-statements-request.js +15 -0
  231. package/lib/request/summarize-addm-db-sql-statements-request.js.map +1 -0
  232. package/lib/request/summarize-awr-database-cpu-usages-request.d.ts +1 -1
  233. package/lib/request/summarize-awr-database-metrics-request.d.ts +1 -1
  234. package/lib/request/summarize-awr-database-parameter-changes-request.d.ts +1 -1
  235. package/lib/request/summarize-awr-database-parameters-request.d.ts +1 -1
  236. package/lib/request/summarize-awr-database-snapshot-ranges-request.d.ts +1 -1
  237. package/lib/request/summarize-awr-database-sysstats-request.d.ts +1 -1
  238. package/lib/request/summarize-awr-database-top-wait-events-request.d.ts +1 -1
  239. package/lib/request/summarize-awr-database-wait-event-buckets-request.d.ts +1 -1
  240. package/lib/request/summarize-awr-database-wait-events-request.d.ts +1 -1
  241. package/lib/request/summarize-awr-sources-summaries-request.d.ts +1 -1
  242. package/lib/request/summarize-configuration-items-request.d.ts +1 -1
  243. package/lib/request/summarize-database-insight-resource-capacity-trend-request.d.ts +1 -1
  244. package/lib/request/summarize-database-insight-resource-forecast-trend-request.d.ts +1 -1
  245. package/lib/request/summarize-database-insight-resource-statistics-request.d.ts +1 -1
  246. package/lib/request/summarize-database-insight-resource-usage-request.d.ts +1 -1
  247. package/lib/request/summarize-database-insight-resource-usage-trend-request.d.ts +1 -1
  248. package/lib/request/summarize-database-insight-resource-utilization-insight-request.d.ts +1 -1
  249. package/lib/request/summarize-database-insight-tablespace-usage-trend-request.d.ts +1 -1
  250. package/lib/request/summarize-exadata-insight-resource-capacity-trend-aggregated-request.d.ts +1 -1
  251. package/lib/request/summarize-exadata-insight-resource-capacity-trend-request.d.ts +1 -1
  252. package/lib/request/summarize-exadata-insight-resource-forecast-trend-aggregated-request.d.ts +1 -1
  253. package/lib/request/summarize-exadata-insight-resource-forecast-trend-request.d.ts +1 -1
  254. package/lib/request/summarize-exadata-insight-resource-statistics-request.d.ts +1 -1
  255. package/lib/request/summarize-exadata-insight-resource-usage-aggregated-request.d.ts +1 -1
  256. package/lib/request/summarize-exadata-insight-resource-usage-request.d.ts +1 -1
  257. package/lib/request/summarize-exadata-insight-resource-utilization-insight-request.d.ts +1 -1
  258. package/lib/request/summarize-exadata-members-request.d.ts +1 -1
  259. package/lib/request/summarize-host-insight-network-usage-trend-request.d.ts +1 -1
  260. package/lib/request/summarize-host-insight-resource-capacity-trend-request.d.ts +1 -1
  261. package/lib/request/summarize-host-insight-resource-forecast-trend-request.d.ts +1 -1
  262. package/lib/request/summarize-host-insight-resource-statistics-request.d.ts +1 -1
  263. package/lib/request/summarize-host-insight-resource-usage-request.d.ts +1 -1
  264. package/lib/request/summarize-host-insight-resource-usage-trend-request.d.ts +1 -1
  265. package/lib/request/summarize-host-insight-resource-utilization-insight-request.d.ts +1 -1
  266. package/lib/request/summarize-host-insight-storage-usage-trend-request.d.ts +1 -1
  267. package/lib/request/summarize-host-insight-top-processes-usage-request.d.ts +1 -1
  268. package/lib/request/summarize-host-insight-top-processes-usage-trend-request.d.ts +1 -1
  269. package/lib/request/summarize-operations-insights-warehouse-resource-usage-request.d.ts +1 -1
  270. package/lib/request/summarize-sql-insights-request.d.ts +1 -1
  271. package/lib/request/summarize-sql-plan-insights-request.d.ts +1 -1
  272. package/lib/request/summarize-sql-response-time-distributions-request.d.ts +1 -1
  273. package/lib/request/summarize-sql-statistics-request.d.ts +1 -1
  274. package/lib/request/summarize-sql-statistics-time-series-by-plan-request.d.ts +1 -1
  275. package/lib/request/summarize-sql-statistics-time-series-request.d.ts +1 -1
  276. package/lib/request/update-awr-hub-request.d.ts +1 -1
  277. package/lib/request/update-database-insight-request.d.ts +1 -1
  278. package/lib/request/update-enterprise-manager-bridge-request.d.ts +1 -1
  279. package/lib/request/update-exadata-insight-request.d.ts +1 -1
  280. package/lib/request/update-host-insight-request.d.ts +1 -1
  281. package/lib/request/update-operations-insights-private-endpoint-request.d.ts +1 -1
  282. package/lib/request/update-operations-insights-warehouse-request.d.ts +1 -1
  283. package/lib/request/update-operations-insights-warehouse-user-request.d.ts +1 -1
  284. package/lib/request/update-opsi-configuration-request.d.ts +1 -1
  285. package/lib/response/index.d.ts +26 -0
  286. package/lib/response/ingest-addm-reports-response.d.ts +30 -0
  287. package/lib/response/ingest-addm-reports-response.js +15 -0
  288. package/lib/response/ingest-addm-reports-response.js.map +1 -0
  289. package/lib/response/list-addm-db-finding-categories-response.d.ts +32 -0
  290. package/lib/response/list-addm-db-finding-categories-response.js +15 -0
  291. package/lib/response/list-addm-db-finding-categories-response.js.map +1 -0
  292. package/lib/response/list-addm-db-findings-time-series-response.d.ts +32 -0
  293. package/lib/response/list-addm-db-findings-time-series-response.js +15 -0
  294. package/lib/response/list-addm-db-findings-time-series-response.js.map +1 -0
  295. package/lib/response/list-addm-db-parameter-categories-response.d.ts +32 -0
  296. package/lib/response/list-addm-db-parameter-categories-response.js +15 -0
  297. package/lib/response/list-addm-db-parameter-categories-response.js.map +1 -0
  298. package/lib/response/list-addm-db-recommendation-categories-response.d.ts +32 -0
  299. package/lib/response/list-addm-db-recommendation-categories-response.js +15 -0
  300. package/lib/response/list-addm-db-recommendation-categories-response.js.map +1 -0
  301. package/lib/response/list-addm-db-recommendations-time-series-response.d.ts +32 -0
  302. package/lib/response/list-addm-db-recommendations-time-series-response.js +15 -0
  303. package/lib/response/list-addm-db-recommendations-time-series-response.js.map +1 -0
  304. package/lib/response/list-addm-dbs-response.d.ts +32 -0
  305. package/lib/response/list-addm-dbs-response.js +15 -0
  306. package/lib/response/list-addm-dbs-response.js.map +1 -0
  307. package/lib/response/summarize-addm-db-findings-response.d.ts +32 -0
  308. package/lib/response/summarize-addm-db-findings-response.js +15 -0
  309. package/lib/response/summarize-addm-db-findings-response.js.map +1 -0
  310. package/lib/response/summarize-addm-db-parameter-changes-response.d.ts +32 -0
  311. package/lib/response/summarize-addm-db-parameter-changes-response.js +15 -0
  312. package/lib/response/summarize-addm-db-parameter-changes-response.js.map +1 -0
  313. package/lib/response/summarize-addm-db-parameters-response.d.ts +32 -0
  314. package/lib/response/summarize-addm-db-parameters-response.js +15 -0
  315. package/lib/response/summarize-addm-db-parameters-response.js.map +1 -0
  316. package/lib/response/summarize-addm-db-recommendations-response.d.ts +32 -0
  317. package/lib/response/summarize-addm-db-recommendations-response.js +15 -0
  318. package/lib/response/summarize-addm-db-recommendations-response.js.map +1 -0
  319. package/lib/response/summarize-addm-db-schema-objects-response.d.ts +32 -0
  320. package/lib/response/summarize-addm-db-schema-objects-response.js +15 -0
  321. package/lib/response/summarize-addm-db-schema-objects-response.js.map +1 -0
  322. package/lib/response/summarize-addm-db-sql-statements-response.d.ts +32 -0
  323. package/lib/response/summarize-addm-db-sql-statements-response.js +15 -0
  324. package/lib/response/summarize-addm-db-sql-statements-response.js.map +1 -0
  325. package/package.json +3 -3
@@ -0,0 +1,47 @@
1
+ /**
2
+ * Operations Insights API
3
+ * Use the Operations Insights API to perform data extraction operations to obtain database
4
+ resource utilization, performance statistics, and reference information. For more information,
5
+ see [About Oracle Cloud Infrastructure Operations Insights](https://docs.cloud.oracle.com/en-us/iaas/operations-insights/doc/operations-insights.html).
6
+
7
+ * OpenAPI spec version: 20200630
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OracleSDKGenerator.
11
+ * Do not edit the class manually.
12
+ *
13
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
14
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
+ */
16
+ import * as model from "../model";
17
+ /**
18
+ * Schema object details
19
+ */
20
+ export interface SchemaObjectTypeDetails extends model.RelatedObjectTypeDetails {
21
+ /**
22
+ * Object id (from RDBMS) Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
23
+ */
24
+ "objectId": number;
25
+ /**
26
+ * Owner of object
27
+ */
28
+ "owner": string;
29
+ /**
30
+ * Name of object
31
+ */
32
+ "objectName": string;
33
+ /**
34
+ * Subobject name; for example, partition name
35
+ */
36
+ "subObjectName"?: string;
37
+ /**
38
+ * Type of the object (such as TABLE, INDEX)
39
+ */
40
+ "objectType": string;
41
+ "type": string;
42
+ }
43
+ export declare namespace SchemaObjectTypeDetails {
44
+ function getJsonObj(obj: SchemaObjectTypeDetails, isParentJsonObj?: boolean): object;
45
+ const type = "SCHEMA_OBJECT";
46
+ function getDeserializedJsonObj(obj: SchemaObjectTypeDetails, isParentJsonObj?: boolean): object;
47
+ }
@@ -0,0 +1,57 @@
1
+ "use strict";
2
+ /**
3
+ * Operations Insights API
4
+ * Use the Operations Insights API to perform data extraction operations to obtain database
5
+ resource utilization, performance statistics, and reference information. For more information,
6
+ see [About Oracle Cloud Infrastructure Operations Insights](https://docs.cloud.oracle.com/en-us/iaas/operations-insights/doc/operations-insights.html).
7
+
8
+ * OpenAPI spec version: 20200630
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OracleSDKGenerator.
12
+ * Do not edit the class manually.
13
+ *
14
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
15
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
16
+ */
17
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
20
+ }) : (function(o, m, k, k2) {
21
+ if (k2 === undefined) k2 = k;
22
+ o[k2] = m[k];
23
+ }));
24
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
25
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
26
+ }) : function(o, v) {
27
+ o["default"] = v;
28
+ });
29
+ var __importStar = (this && this.__importStar) || function (mod) {
30
+ if (mod && mod.__esModule) return mod;
31
+ var result = {};
32
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
33
+ __setModuleDefault(result, mod);
34
+ return result;
35
+ };
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.SchemaObjectTypeDetails = void 0;
38
+ const model = __importStar(require("../model"));
39
+ var SchemaObjectTypeDetails;
40
+ (function (SchemaObjectTypeDetails) {
41
+ function getJsonObj(obj, isParentJsonObj) {
42
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
43
+ ? obj
44
+ : model.RelatedObjectTypeDetails.getJsonObj(obj))), {});
45
+ return jsonObj;
46
+ }
47
+ SchemaObjectTypeDetails.getJsonObj = getJsonObj;
48
+ SchemaObjectTypeDetails.type = "SCHEMA_OBJECT";
49
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
50
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
51
+ ? obj
52
+ : model.RelatedObjectTypeDetails.getDeserializedJsonObj(obj))), {});
53
+ return jsonObj;
54
+ }
55
+ SchemaObjectTypeDetails.getDeserializedJsonObj = getDeserializedJsonObj;
56
+ })(SchemaObjectTypeDetails = exports.SchemaObjectTypeDetails || (exports.SchemaObjectTypeDetails = {}));
57
+ //# sourceMappingURL=schema-object-type-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"schema-object-type-details.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/schema-object-type-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA+BlC,IAAiB,uBAAuB,CAyBvC;AAzBD,WAAiB,uBAAuB;IACtC,SAAgB,UAAU,CAAC,GAA4B,EAAE,eAAyB;QAChF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,wBAAwB,CAAC,UAAU,CAAC,GAAG,CAA6B,CAAC,GAC7E,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,kCAAU,aASzB,CAAA;IACY,4BAAI,GAAG,eAAe,CAAC;IACpC,SAAgB,sBAAsB,CACpC,GAA4B,EAC5B,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,wBAAwB,CAAC,sBAAsB,CAAC,GAAG,CAA6B,CAAC,GACzF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,8CAAsB,yBAYrC,CAAA;AACH,CAAC,EAzBgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAyBvC"}
@@ -0,0 +1,43 @@
1
+ /**
2
+ * Operations Insights API
3
+ * Use the Operations Insights API to perform data extraction operations to obtain database
4
+ resource utilization, performance statistics, and reference information. For more information,
5
+ see [About Oracle Cloud Infrastructure Operations Insights](https://docs.cloud.oracle.com/en-us/iaas/operations-insights/doc/operations-insights.html).
6
+
7
+ * OpenAPI spec version: 20200630
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OracleSDKGenerator.
11
+ * Do not edit the class manually.
12
+ *
13
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
14
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
+ */
16
+ import * as model from "../model";
17
+ /**
18
+ * SQL details
19
+ */
20
+ export interface SqlTypeDetails extends model.RelatedObjectTypeDetails {
21
+ /**
22
+ * SQL identifier
23
+ */
24
+ "sqlId": string;
25
+ /**
26
+ * First 3800 characters of the SQL text
27
+ */
28
+ "sqlText": string;
29
+ /**
30
+ * SQL identifier
31
+ */
32
+ "isSqlTextTruncated": boolean;
33
+ /**
34
+ * SQL command name (such as SELECT, INSERT)
35
+ */
36
+ "sqlCommand": string;
37
+ "type": string;
38
+ }
39
+ export declare namespace SqlTypeDetails {
40
+ function getJsonObj(obj: SqlTypeDetails, isParentJsonObj?: boolean): object;
41
+ const type = "SQL";
42
+ function getDeserializedJsonObj(obj: SqlTypeDetails, isParentJsonObj?: boolean): object;
43
+ }
@@ -0,0 +1,57 @@
1
+ "use strict";
2
+ /**
3
+ * Operations Insights API
4
+ * Use the Operations Insights API to perform data extraction operations to obtain database
5
+ resource utilization, performance statistics, and reference information. For more information,
6
+ see [About Oracle Cloud Infrastructure Operations Insights](https://docs.cloud.oracle.com/en-us/iaas/operations-insights/doc/operations-insights.html).
7
+
8
+ * OpenAPI spec version: 20200630
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OracleSDKGenerator.
12
+ * Do not edit the class manually.
13
+ *
14
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
15
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
16
+ */
17
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
20
+ }) : (function(o, m, k, k2) {
21
+ if (k2 === undefined) k2 = k;
22
+ o[k2] = m[k];
23
+ }));
24
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
25
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
26
+ }) : function(o, v) {
27
+ o["default"] = v;
28
+ });
29
+ var __importStar = (this && this.__importStar) || function (mod) {
30
+ if (mod && mod.__esModule) return mod;
31
+ var result = {};
32
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
33
+ __setModuleDefault(result, mod);
34
+ return result;
35
+ };
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.SqlTypeDetails = void 0;
38
+ const model = __importStar(require("../model"));
39
+ var SqlTypeDetails;
40
+ (function (SqlTypeDetails) {
41
+ function getJsonObj(obj, isParentJsonObj) {
42
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
43
+ ? obj
44
+ : model.RelatedObjectTypeDetails.getJsonObj(obj))), {});
45
+ return jsonObj;
46
+ }
47
+ SqlTypeDetails.getJsonObj = getJsonObj;
48
+ SqlTypeDetails.type = "SQL";
49
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
50
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
51
+ ? obj
52
+ : model.RelatedObjectTypeDetails.getDeserializedJsonObj(obj))), {});
53
+ return jsonObj;
54
+ }
55
+ SqlTypeDetails.getDeserializedJsonObj = getDeserializedJsonObj;
56
+ })(SqlTypeDetails = exports.SqlTypeDetails || (exports.SqlTypeDetails = {}));
57
+ //# sourceMappingURL=sql-type-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sql-type-details.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/sql-type-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA2BlC,IAAiB,cAAc,CAsB9B;AAtBD,WAAiB,cAAc;IAC7B,SAAgB,UAAU,CAAC,GAAmB,EAAE,eAAyB;QACvE,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,wBAAwB,CAAC,UAAU,CAAC,GAAG,CAAoB,CAAC,GACpE,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,yBAAU,aASzB,CAAA;IACY,mBAAI,GAAG,KAAK,CAAC;IAC1B,SAAgB,sBAAsB,CAAC,GAAmB,EAAE,eAAyB;QACnF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,wBAAwB,CAAC,sBAAsB,CAAC,GAAG,CAAoB,CAAC,GAChF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,qCAAsB,yBASrC,CAAA;AACH,CAAC,EAtBgB,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAsB9B"}
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/opsi/AddExadataInsightMembers.ts.html |here} to see how to use AddExadataInsightMembersRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/AddExadataInsightMembers.ts.html |here} to see how to use AddExadataInsightMembersRequest.
17
17
  */
18
18
  export interface AddExadataInsightMembersRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/opsi/ChangeAutonomousDatabaseInsightAdvancedFeatures.ts.html |here} to see how to use ChangeAutonomousDatabaseInsightAdvancedFeaturesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/ChangeAutonomousDatabaseInsightAdvancedFeatures.ts.html |here} to see how to use ChangeAutonomousDatabaseInsightAdvancedFeaturesRequest.
17
17
  */
18
18
  export interface ChangeAutonomousDatabaseInsightAdvancedFeaturesRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/opsi/ChangeDatabaseInsightCompartment.ts.html |here} to see how to use ChangeDatabaseInsightCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/ChangeDatabaseInsightCompartment.ts.html |here} to see how to use ChangeDatabaseInsightCompartmentRequest.
17
17
  */
18
18
  export interface ChangeDatabaseInsightCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/opsi/ChangeEnterpriseManagerBridgeCompartment.ts.html |here} to see how to use ChangeEnterpriseManagerBridgeCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/ChangeEnterpriseManagerBridgeCompartment.ts.html |here} to see how to use ChangeEnterpriseManagerBridgeCompartmentRequest.
17
17
  */
18
18
  export interface ChangeEnterpriseManagerBridgeCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/opsi/ChangeExadataInsightCompartment.ts.html |here} to see how to use ChangeExadataInsightCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/ChangeExadataInsightCompartment.ts.html |here} to see how to use ChangeExadataInsightCompartmentRequest.
17
17
  */
18
18
  export interface ChangeExadataInsightCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/opsi/ChangeHostInsightCompartment.ts.html |here} to see how to use ChangeHostInsightCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/ChangeHostInsightCompartment.ts.html |here} to see how to use ChangeHostInsightCompartmentRequest.
17
17
  */
18
18
  export interface ChangeHostInsightCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/opsi/ChangeOperationsInsightsPrivateEndpointCompartment.ts.html |here} to see how to use ChangeOperationsInsightsPrivateEndpointCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/ChangeOperationsInsightsPrivateEndpointCompartment.ts.html |here} to see how to use ChangeOperationsInsightsPrivateEndpointCompartmentRequest.
17
17
  */
18
18
  export interface ChangeOperationsInsightsPrivateEndpointCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/opsi/ChangeOpsiConfigurationCompartment.ts.html |here} to see how to use ChangeOpsiConfigurationCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/ChangeOpsiConfigurationCompartment.ts.html |here} to see how to use ChangeOpsiConfigurationCompartmentRequest.
17
17
  */
18
18
  export interface ChangeOpsiConfigurationCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/opsi/ChangePeComanagedDatabaseInsight.ts.html |here} to see how to use ChangePeComanagedDatabaseInsightRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/ChangePeComanagedDatabaseInsight.ts.html |here} to see how to use ChangePeComanagedDatabaseInsightRequest.
17
17
  */
18
18
  export interface ChangePeComanagedDatabaseInsightRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/opsi/CreateAwrHub.ts.html |here} to see how to use CreateAwrHubRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/CreateAwrHub.ts.html |here} to see how to use CreateAwrHubRequest.
17
17
  */
18
18
  export interface CreateAwrHubRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/opsi/CreateDatabaseInsight.ts.html |here} to see how to use CreateDatabaseInsightRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/CreateDatabaseInsight.ts.html |here} to see how to use CreateDatabaseInsightRequest.
17
17
  */
18
18
  export interface CreateDatabaseInsightRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/opsi/CreateEnterpriseManagerBridge.ts.html |here} to see how to use CreateEnterpriseManagerBridgeRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/CreateEnterpriseManagerBridge.ts.html |here} to see how to use CreateEnterpriseManagerBridgeRequest.
17
17
  */
18
18
  export interface CreateEnterpriseManagerBridgeRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/opsi/CreateExadataInsight.ts.html |here} to see how to use CreateExadataInsightRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/CreateExadataInsight.ts.html |here} to see how to use CreateExadataInsightRequest.
17
17
  */
18
18
  export interface CreateExadataInsightRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/opsi/CreateHostInsight.ts.html |here} to see how to use CreateHostInsightRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/CreateHostInsight.ts.html |here} to see how to use CreateHostInsightRequest.
17
17
  */
18
18
  export interface CreateHostInsightRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/opsi/CreateOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use CreateOperationsInsightsPrivateEndpointRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/CreateOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use CreateOperationsInsightsPrivateEndpointRequest.
17
17
  */
18
18
  export interface CreateOperationsInsightsPrivateEndpointRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/opsi/CreateOperationsInsightsWarehouse.ts.html |here} to see how to use CreateOperationsInsightsWarehouseRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/CreateOperationsInsightsWarehouse.ts.html |here} to see how to use CreateOperationsInsightsWarehouseRequest.
17
17
  */
18
18
  export interface CreateOperationsInsightsWarehouseRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/opsi/CreateOperationsInsightsWarehouseUser.ts.html |here} to see how to use CreateOperationsInsightsWarehouseUserRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/CreateOperationsInsightsWarehouseUser.ts.html |here} to see how to use CreateOperationsInsightsWarehouseUserRequest.
17
17
  */
18
18
  export interface CreateOperationsInsightsWarehouseUserRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/opsi/CreateOpsiConfiguration.ts.html |here} to see how to use CreateOpsiConfigurationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/CreateOpsiConfiguration.ts.html |here} to see how to use CreateOpsiConfigurationRequest.
17
17
  */
18
18
  export interface CreateOpsiConfigurationRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/opsi/DeleteAwrHub.ts.html |here} to see how to use DeleteAwrHubRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/DeleteAwrHub.ts.html |here} to see how to use DeleteAwrHubRequest.
16
16
  */
17
17
  export interface DeleteAwrHubRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/opsi/DeleteDatabaseInsight.ts.html |here} to see how to use DeleteDatabaseInsightRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/DeleteDatabaseInsight.ts.html |here} to see how to use DeleteDatabaseInsightRequest.
16
16
  */
17
17
  export interface DeleteDatabaseInsightRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/opsi/DeleteEnterpriseManagerBridge.ts.html |here} to see how to use DeleteEnterpriseManagerBridgeRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/DeleteEnterpriseManagerBridge.ts.html |here} to see how to use DeleteEnterpriseManagerBridgeRequest.
16
16
  */
17
17
  export interface DeleteEnterpriseManagerBridgeRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/opsi/DeleteExadataInsight.ts.html |here} to see how to use DeleteExadataInsightRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/DeleteExadataInsight.ts.html |here} to see how to use DeleteExadataInsightRequest.
16
16
  */
17
17
  export interface DeleteExadataInsightRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/opsi/DeleteHostInsight.ts.html |here} to see how to use DeleteHostInsightRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/DeleteHostInsight.ts.html |here} to see how to use DeleteHostInsightRequest.
16
16
  */
17
17
  export interface DeleteHostInsightRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/opsi/DeleteOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use DeleteOperationsInsightsPrivateEndpointRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/DeleteOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use DeleteOperationsInsightsPrivateEndpointRequest.
16
16
  */
17
17
  export interface DeleteOperationsInsightsPrivateEndpointRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/opsi/DeleteOperationsInsightsWarehouse.ts.html |here} to see how to use DeleteOperationsInsightsWarehouseRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/DeleteOperationsInsightsWarehouse.ts.html |here} to see how to use DeleteOperationsInsightsWarehouseRequest.
16
16
  */
17
17
  export interface DeleteOperationsInsightsWarehouseRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/opsi/DeleteOperationsInsightsWarehouseUser.ts.html |here} to see how to use DeleteOperationsInsightsWarehouseUserRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/DeleteOperationsInsightsWarehouseUser.ts.html |here} to see how to use DeleteOperationsInsightsWarehouseUserRequest.
16
16
  */
17
17
  export interface DeleteOperationsInsightsWarehouseUserRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/opsi/DeleteOpsiConfiguration.ts.html |here} to see how to use DeleteOpsiConfigurationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/DeleteOpsiConfiguration.ts.html |here} to see how to use DeleteOpsiConfigurationRequest.
16
16
  */
17
17
  export interface DeleteOpsiConfigurationRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/opsi/DisableAutonomousDatabaseInsightAdvancedFeatures.ts.html |here} to see how to use DisableAutonomousDatabaseInsightAdvancedFeaturesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/DisableAutonomousDatabaseInsightAdvancedFeatures.ts.html |here} to see how to use DisableAutonomousDatabaseInsightAdvancedFeaturesRequest.
16
16
  */
17
17
  export interface DisableAutonomousDatabaseInsightAdvancedFeaturesRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/opsi/DisableDatabaseInsight.ts.html |here} to see how to use DisableDatabaseInsightRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/DisableDatabaseInsight.ts.html |here} to see how to use DisableDatabaseInsightRequest.
16
16
  */
17
17
  export interface DisableDatabaseInsightRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/opsi/DisableExadataInsight.ts.html |here} to see how to use DisableExadataInsightRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/DisableExadataInsight.ts.html |here} to see how to use DisableExadataInsightRequest.
16
16
  */
17
17
  export interface DisableExadataInsightRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/opsi/DisableHostInsight.ts.html |here} to see how to use DisableHostInsightRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/DisableHostInsight.ts.html |here} to see how to use DisableHostInsightRequest.
16
16
  */
17
17
  export interface DisableHostInsightRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/opsi/DownloadOperationsInsightsWarehouseWallet.ts.html |here} to see how to use DownloadOperationsInsightsWarehouseWalletRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/DownloadOperationsInsightsWarehouseWallet.ts.html |here} to see how to use DownloadOperationsInsightsWarehouseWalletRequest.
17
17
  */
18
18
  export interface DownloadOperationsInsightsWarehouseWalletRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/opsi/EnableAutonomousDatabaseInsightAdvancedFeatures.ts.html |here} to see how to use EnableAutonomousDatabaseInsightAdvancedFeaturesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/EnableAutonomousDatabaseInsightAdvancedFeatures.ts.html |here} to see how to use EnableAutonomousDatabaseInsightAdvancedFeaturesRequest.
17
17
  */
18
18
  export interface EnableAutonomousDatabaseInsightAdvancedFeaturesRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/opsi/EnableDatabaseInsight.ts.html |here} to see how to use EnableDatabaseInsightRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/EnableDatabaseInsight.ts.html |here} to see how to use EnableDatabaseInsightRequest.
17
17
  */
18
18
  export interface EnableDatabaseInsightRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/opsi/EnableExadataInsight.ts.html |here} to see how to use EnableExadataInsightRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/EnableExadataInsight.ts.html |here} to see how to use EnableExadataInsightRequest.
17
17
  */
18
18
  export interface EnableExadataInsightRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/opsi/EnableHostInsight.ts.html |here} to see how to use EnableHostInsightRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/EnableHostInsight.ts.html |here} to see how to use EnableHostInsightRequest.
17
17
  */
18
18
  export interface EnableHostInsightRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/opsi/GetAwrDatabaseReport.ts.html |here} to see how to use GetAwrDatabaseReportRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/GetAwrDatabaseReport.ts.html |here} to see how to use GetAwrDatabaseReportRequest.
16
16
  */
17
17
  export interface GetAwrDatabaseReportRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/opsi/GetAwrDatabaseSqlReport.ts.html |here} to see how to use GetAwrDatabaseSqlReportRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/GetAwrDatabaseSqlReport.ts.html |here} to see how to use GetAwrDatabaseSqlReportRequest.
16
16
  */
17
17
  export interface GetAwrDatabaseSqlReportRequest extends common.BaseRequest {
18
18
  /**