oci-opsi 2.76.1 → 2.77.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (364) hide show
  1. package/lib/client.d.ts +182 -176
  2. package/lib/client.js +184 -175
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/awr-hub-source-summary.d.ts +4 -4
  5. package/lib/model/awr-hub-source.d.ts +4 -4
  6. package/lib/model/awr-hub-summary.d.ts +3 -3
  7. package/lib/model/awr-hub.d.ts +3 -3
  8. package/lib/model/create-awr-hub-details.d.ts +2 -2
  9. package/lib/model/create-awr-hub-source-details.d.ts +2 -2
  10. package/lib/model/create-database-insight-details.d.ts +2 -2
  11. package/lib/model/create-enterprise-manager-bridge-details.d.ts +2 -2
  12. package/lib/model/create-exadata-insight-details.d.ts +2 -2
  13. package/lib/model/create-host-insight-details.d.ts +2 -2
  14. package/lib/model/create-news-report-details.d.ts +2 -2
  15. package/lib/model/create-operations-insights-private-endpoint-details.d.ts +2 -2
  16. package/lib/model/create-operations-insights-warehouse-details.d.ts +2 -2
  17. package/lib/model/create-operations-insights-warehouse-user-details.d.ts +2 -2
  18. package/lib/model/create-opsi-configuration-details.d.ts +3 -3
  19. package/lib/model/create-pe-comanaged-database-insight-details.d.ts +1 -1
  20. package/lib/model/database-configuration-metric-group.d.ts +1 -1
  21. package/lib/model/database-configuration-summary.d.ts +2 -2
  22. package/lib/model/database-insight-summary.d.ts +3 -3
  23. package/lib/model/database-insight.d.ts +3 -3
  24. package/lib/model/enable-pe-comanaged-database-insight-details.d.ts +3 -3
  25. package/lib/model/enterprise-manager-bridge-summary.d.ts +3 -3
  26. package/lib/model/enterprise-manager-bridge.d.ts +3 -3
  27. package/lib/model/exadata-configuration-summary.d.ts +2 -2
  28. package/lib/model/exadata-insight-summary.d.ts +3 -3
  29. package/lib/model/exadata-insight.d.ts +3 -3
  30. package/lib/model/host-configuration-metric-group.d.ts +1 -1
  31. package/lib/model/host-configuration-summary.d.ts +2 -2
  32. package/lib/model/host-insight-summary.d.ts +3 -3
  33. package/lib/model/host-insight.d.ts +3 -3
  34. package/lib/model/host-performance-metric-group.d.ts +1 -1
  35. package/lib/model/host-top-processes.d.ts +1 -1
  36. package/lib/model/my-sql-sql-text.d.ts +5 -5
  37. package/lib/model/news-report-summary.d.ts +3 -3
  38. package/lib/model/news-report.d.ts +3 -3
  39. package/lib/model/object-summary.d.ts +1 -1
  40. package/lib/model/operations-insights-private-endpoint-summary.d.ts +3 -3
  41. package/lib/model/operations-insights-private-endpoint.d.ts +3 -3
  42. package/lib/model/operations-insights-warehouse-summary.d.ts +3 -3
  43. package/lib/model/operations-insights-warehouse-user-summary.d.ts +3 -3
  44. package/lib/model/operations-insights-warehouse-user.d.ts +3 -3
  45. package/lib/model/operations-insights-warehouse.d.ts +3 -3
  46. package/lib/model/opsi-configuration-summary.d.ts +3 -3
  47. package/lib/model/opsi-configuration.d.ts +3 -3
  48. package/lib/model/projected-data-item.d.ts +1 -1
  49. package/lib/model/sql-bucket.d.ts +8 -8
  50. package/lib/model/sql-insight-aggregation.d.ts +7 -7
  51. package/lib/model/sql-inventory.d.ts +3 -3
  52. package/lib/model/sql-plan-insights.d.ts +5 -5
  53. package/lib/model/sql-plan-line.d.ts +35 -35
  54. package/lib/model/sql-stats.d.ts +6 -6
  55. package/lib/model/sql-text.d.ts +6 -6
  56. package/lib/model/update-awr-hub-details.d.ts +2 -2
  57. package/lib/model/update-awr-hub-source-details.d.ts +2 -2
  58. package/lib/model/update-database-insight-details.d.ts +2 -2
  59. package/lib/model/update-enterprise-manager-bridge-details.d.ts +2 -2
  60. package/lib/model/update-exadata-insight-details.d.ts +2 -2
  61. package/lib/model/update-host-insight-details.d.ts +2 -2
  62. package/lib/model/update-news-report-details.d.ts +2 -2
  63. package/lib/model/update-operations-insights-private-endpoint-details.d.ts +2 -2
  64. package/lib/model/update-operations-insights-warehouse-details.d.ts +2 -2
  65. package/lib/model/update-operations-insights-warehouse-user-details.d.ts +2 -2
  66. package/lib/model/update-opsi-configuration-details.d.ts +3 -3
  67. package/lib/request/add-exadata-insight-members-request.d.ts +2 -2
  68. package/lib/request/change-autonomous-database-insight-advanced-features-request.d.ts +2 -2
  69. package/lib/request/change-awr-hub-source-compartment-request.d.ts +2 -2
  70. package/lib/request/change-database-insight-compartment-request.d.ts +2 -2
  71. package/lib/request/change-enterprise-manager-bridge-compartment-request.d.ts +2 -2
  72. package/lib/request/change-exadata-insight-compartment-request.d.ts +2 -2
  73. package/lib/request/change-host-insight-compartment-request.d.ts +2 -2
  74. package/lib/request/change-news-report-compartment-request.d.ts +2 -2
  75. package/lib/request/change-operations-insights-private-endpoint-compartment-request.d.ts +2 -2
  76. package/lib/request/change-operations-insights-warehouse-compartment-request.d.ts +2 -2
  77. package/lib/request/change-opsi-configuration-compartment-request.d.ts +2 -2
  78. package/lib/request/change-pe-comanaged-database-insight-request.d.ts +2 -2
  79. package/lib/request/create-awr-hub-request.d.ts +1 -1
  80. package/lib/request/create-awr-hub-source-request.d.ts +1 -1
  81. package/lib/request/create-database-insight-request.d.ts +1 -1
  82. package/lib/request/create-enterprise-manager-bridge-request.d.ts +1 -1
  83. package/lib/request/create-exadata-insight-request.d.ts +1 -1
  84. package/lib/request/create-host-insight-request.d.ts +1 -1
  85. package/lib/request/create-news-report-request.d.ts +1 -1
  86. package/lib/request/create-operations-insights-private-endpoint-request.d.ts +1 -1
  87. package/lib/request/create-operations-insights-warehouse-request.d.ts +1 -1
  88. package/lib/request/create-operations-insights-warehouse-user-request.d.ts +1 -1
  89. package/lib/request/create-opsi-configuration-request.d.ts +1 -1
  90. package/lib/request/delete-awr-hub-object-request.d.ts +2 -2
  91. package/lib/request/delete-awr-hub-request.d.ts +2 -2
  92. package/lib/request/delete-awr-hub-source-request.d.ts +2 -2
  93. package/lib/request/delete-database-insight-request.d.ts +2 -2
  94. package/lib/request/delete-enterprise-manager-bridge-request.d.ts +2 -2
  95. package/lib/request/delete-exadata-insight-request.d.ts +2 -2
  96. package/lib/request/delete-host-insight-request.d.ts +2 -2
  97. package/lib/request/delete-news-report-request.d.ts +2 -2
  98. package/lib/request/delete-operations-insights-private-endpoint-request.d.ts +2 -2
  99. package/lib/request/delete-operations-insights-warehouse-request.d.ts +2 -2
  100. package/lib/request/delete-operations-insights-warehouse-user-request.d.ts +2 -2
  101. package/lib/request/delete-opsi-configuration-request.d.ts +2 -2
  102. package/lib/request/disable-autonomous-database-insight-advanced-features-request.d.ts +2 -2
  103. package/lib/request/disable-awr-hub-source-request.d.ts +2 -2
  104. package/lib/request/disable-database-insight-request.d.ts +2 -2
  105. package/lib/request/disable-exadata-insight-request.d.ts +2 -2
  106. package/lib/request/disable-host-insight-request.d.ts +2 -2
  107. package/lib/request/download-operations-insights-warehouse-wallet-request.d.ts +1 -1
  108. package/lib/request/enable-autonomous-database-insight-advanced-features-request.d.ts +2 -2
  109. package/lib/request/enable-awr-hub-source-request.d.ts +2 -2
  110. package/lib/request/enable-database-insight-request.d.ts +2 -2
  111. package/lib/request/enable-exadata-insight-request.d.ts +2 -2
  112. package/lib/request/enable-host-insight-request.d.ts +2 -2
  113. package/lib/request/get-awr-database-report-request.d.ts +1 -1
  114. package/lib/request/get-awr-database-sql-report-request.d.ts +1 -1
  115. package/lib/request/get-awr-hub-object-request.d.ts +1 -1
  116. package/lib/request/get-awr-hub-request.d.ts +1 -1
  117. package/lib/request/get-awr-hub-source-request.d.ts +1 -1
  118. package/lib/request/get-awr-report-request.d.ts +1 -1
  119. package/lib/request/get-database-insight-request.d.ts +1 -1
  120. package/lib/request/get-enterprise-manager-bridge-request.d.ts +1 -1
  121. package/lib/request/get-exadata-insight-request.d.ts +1 -1
  122. package/lib/request/get-host-insight-request.d.ts +1 -1
  123. package/lib/request/get-news-report-request.d.ts +1 -1
  124. package/lib/request/get-operations-insights-private-endpoint-request.d.ts +1 -1
  125. package/lib/request/get-operations-insights-warehouse-request.d.ts +1 -1
  126. package/lib/request/get-operations-insights-warehouse-user-request.d.ts +1 -1
  127. package/lib/request/get-opsi-configuration-request.d.ts +1 -1
  128. package/lib/request/get-opsi-data-object-request.d.ts +1 -1
  129. package/lib/request/get-work-request-request.d.ts +1 -1
  130. package/lib/request/head-awr-hub-object-request.d.ts +1 -1
  131. package/lib/request/ingest-addm-reports-request.d.ts +2 -2
  132. package/lib/request/ingest-database-configuration-request.d.ts +2 -2
  133. package/lib/request/ingest-host-configuration-request.d.ts +2 -2
  134. package/lib/request/ingest-host-metrics-request.d.ts +2 -2
  135. package/lib/request/ingest-sql-bucket-request.d.ts +2 -2
  136. package/lib/request/ingest-sql-plan-lines-request.d.ts +2 -2
  137. package/lib/request/ingest-sql-stats-request.d.ts +2 -2
  138. package/lib/request/ingest-sql-text-request.d.ts +2 -2
  139. package/lib/request/list-addm-db-finding-categories-request.d.ts +4 -4
  140. package/lib/request/list-addm-db-findings-time-series-request.d.ts +4 -4
  141. package/lib/request/list-addm-db-parameter-categories-request.d.ts +4 -4
  142. package/lib/request/list-addm-db-recommendation-categories-request.d.ts +4 -4
  143. package/lib/request/list-addm-db-recommendations-time-series-request.d.ts +4 -4
  144. package/lib/request/list-addm-dbs-request.d.ts +4 -4
  145. package/lib/request/list-awr-database-snapshots-request.d.ts +4 -4
  146. package/lib/request/list-awr-databases-request.d.ts +4 -4
  147. package/lib/request/list-awr-hub-objects-request.d.ts +3 -3
  148. package/lib/request/list-awr-hub-sources-request.d.ts +4 -4
  149. package/lib/request/list-awr-hubs-request.d.ts +4 -4
  150. package/lib/request/list-awr-snapshots-request.d.ts +4 -4
  151. package/lib/request/list-database-configurations-request.d.ts +5 -5
  152. package/lib/request/list-database-insights-request.d.ts +5 -5
  153. package/lib/request/list-enterprise-manager-bridges-request.d.ts +4 -4
  154. package/lib/request/list-exadata-configurations-request.d.ts +5 -5
  155. package/lib/request/list-exadata-insights-request.d.ts +5 -5
  156. package/lib/request/list-host-configurations-request.d.ts +4 -4
  157. package/lib/request/list-host-insights-request.d.ts +5 -5
  158. package/lib/request/list-hosted-entities-request.d.ts +4 -4
  159. package/lib/request/list-importable-agent-entities-request.d.ts +4 -4
  160. package/lib/request/list-importable-compute-entities-request.d.ts +4 -4
  161. package/lib/request/list-importable-enterprise-manager-entities-request.d.ts +3 -3
  162. package/lib/request/list-news-reports-request.d.ts +5 -5
  163. package/lib/request/list-operations-insights-private-endpoints-request.d.ts +4 -4
  164. package/lib/request/list-operations-insights-warehouse-users-request.d.ts +4 -4
  165. package/lib/request/list-operations-insights-warehouses-request.d.ts +4 -4
  166. package/lib/request/list-opsi-configurations-request.d.ts +4 -4
  167. package/lib/request/list-opsi-data-objects-request.d.ts +4 -4
  168. package/lib/request/list-sql-plans-request.d.ts +4 -4
  169. package/lib/request/list-sql-searches-request.d.ts +3 -3
  170. package/lib/request/list-sql-texts-request.d.ts +3 -3
  171. package/lib/request/list-warehouse-data-objects-request.d.ts +4 -4
  172. package/lib/request/list-work-request-errors-request.d.ts +4 -4
  173. package/lib/request/list-work-request-logs-request.d.ts +4 -4
  174. package/lib/request/list-work-requests-request.d.ts +4 -4
  175. package/lib/request/put-awr-hub-object-request.d.ts +2 -2
  176. package/lib/request/query-opsi-data-object-data-request.d.ts +3 -3
  177. package/lib/request/query-warehouse-data-object-data-request.d.ts +3 -3
  178. package/lib/request/rotate-operations-insights-warehouse-wallet-request.d.ts +2 -2
  179. package/lib/request/summarize-addm-db-findings-request.d.ts +4 -4
  180. package/lib/request/summarize-addm-db-parameter-changes-request.d.ts +4 -4
  181. package/lib/request/summarize-addm-db-parameters-request.d.ts +4 -4
  182. package/lib/request/summarize-addm-db-recommendations-request.d.ts +4 -4
  183. package/lib/request/summarize-addm-db-schema-objects-request.d.ts +3 -3
  184. package/lib/request/summarize-addm-db-sql-statements-request.d.ts +4 -4
  185. package/lib/request/summarize-awr-database-cpu-usages-request.d.ts +4 -4
  186. package/lib/request/summarize-awr-database-metrics-request.d.ts +4 -4
  187. package/lib/request/summarize-awr-database-parameter-changes-request.d.ts +4 -4
  188. package/lib/request/summarize-awr-database-parameters-request.d.ts +4 -4
  189. package/lib/request/summarize-awr-database-snapshot-ranges-request.d.ts +4 -4
  190. package/lib/request/summarize-awr-database-sysstats-request.d.ts +4 -4
  191. package/lib/request/summarize-awr-database-top-wait-events-request.d.ts +2 -2
  192. package/lib/request/summarize-awr-database-wait-event-buckets-request.d.ts +4 -4
  193. package/lib/request/summarize-awr-database-wait-events-request.d.ts +4 -4
  194. package/lib/request/summarize-awr-sources-summaries-request.d.ts +4 -4
  195. package/lib/request/summarize-configuration-items-request.d.ts +3 -3
  196. package/lib/request/summarize-database-insight-resource-capacity-trend-request.d.ts +3 -3
  197. package/lib/request/summarize-database-insight-resource-forecast-trend-request.d.ts +2 -2
  198. package/lib/request/summarize-database-insight-resource-statistics-request.d.ts +4 -4
  199. package/lib/request/summarize-database-insight-resource-usage-request.d.ts +2 -2
  200. package/lib/request/summarize-database-insight-resource-usage-trend-request.d.ts +3 -3
  201. package/lib/request/summarize-database-insight-resource-utilization-insight-request.d.ts +2 -2
  202. package/lib/request/summarize-database-insight-tablespace-usage-trend-request.d.ts +3 -3
  203. package/lib/request/summarize-exadata-insight-resource-capacity-trend-aggregated-request.d.ts +3 -3
  204. package/lib/request/summarize-exadata-insight-resource-capacity-trend-request.d.ts +4 -4
  205. package/lib/request/summarize-exadata-insight-resource-forecast-trend-aggregated-request.d.ts +2 -2
  206. package/lib/request/summarize-exadata-insight-resource-forecast-trend-request.d.ts +4 -4
  207. package/lib/request/summarize-exadata-insight-resource-statistics-request.d.ts +4 -4
  208. package/lib/request/summarize-exadata-insight-resource-usage-aggregated-request.d.ts +2 -2
  209. package/lib/request/summarize-exadata-insight-resource-usage-request.d.ts +4 -4
  210. package/lib/request/summarize-exadata-insight-resource-utilization-insight-request.d.ts +3 -3
  211. package/lib/request/summarize-exadata-members-request.d.ts +4 -4
  212. package/lib/request/summarize-host-insight-disk-statistics-request.d.ts +1 -1
  213. package/lib/request/summarize-host-insight-host-recommendation-request.d.ts +2 -2
  214. package/lib/request/summarize-host-insight-network-usage-trend-request.d.ts +3 -3
  215. package/lib/request/summarize-host-insight-resource-capacity-trend-request.d.ts +3 -3
  216. package/lib/request/summarize-host-insight-resource-forecast-trend-request.d.ts +2 -2
  217. package/lib/request/summarize-host-insight-resource-statistics-request.d.ts +4 -4
  218. package/lib/request/summarize-host-insight-resource-usage-request.d.ts +2 -2
  219. package/lib/request/summarize-host-insight-resource-usage-trend-request.d.ts +3 -3
  220. package/lib/request/summarize-host-insight-resource-utilization-insight-request.d.ts +2 -2
  221. package/lib/request/summarize-host-insight-storage-usage-trend-request.d.ts +3 -3
  222. package/lib/request/summarize-host-insight-top-processes-usage-request.d.ts +3 -3
  223. package/lib/request/summarize-host-insight-top-processes-usage-trend-request.d.ts +3 -3
  224. package/lib/request/summarize-operations-insights-warehouse-resource-usage-request.d.ts +1 -1
  225. package/lib/request/summarize-sql-insights-request.d.ts +2 -2
  226. package/lib/request/summarize-sql-plan-insights-request.d.ts +3 -3
  227. package/lib/request/summarize-sql-response-time-distributions-request.d.ts +3 -3
  228. package/lib/request/summarize-sql-statistics-request.d.ts +5 -5
  229. package/lib/request/summarize-sql-statistics-time-series-by-plan-request.d.ts +3 -3
  230. package/lib/request/summarize-sql-statistics-time-series-request.d.ts +3 -3
  231. package/lib/request/update-awr-hub-request.d.ts +2 -2
  232. package/lib/request/update-awr-hub-source-request.d.ts +2 -2
  233. package/lib/request/update-database-insight-request.d.ts +2 -2
  234. package/lib/request/update-enterprise-manager-bridge-request.d.ts +2 -2
  235. package/lib/request/update-exadata-insight-request.d.ts +2 -2
  236. package/lib/request/update-host-insight-request.d.ts +2 -2
  237. package/lib/request/update-news-report-request.d.ts +2 -2
  238. package/lib/request/update-operations-insights-private-endpoint-request.d.ts +2 -2
  239. package/lib/request/update-operations-insights-warehouse-request.d.ts +2 -2
  240. package/lib/request/update-operations-insights-warehouse-user-request.d.ts +2 -2
  241. package/lib/request/update-opsi-configuration-request.d.ts +2 -2
  242. package/lib/response/create-awr-hub-response.d.ts +1 -1
  243. package/lib/response/create-awr-hub-source-response.d.ts +1 -1
  244. package/lib/response/create-database-insight-response.d.ts +1 -1
  245. package/lib/response/create-enterprise-manager-bridge-response.d.ts +1 -1
  246. package/lib/response/create-exadata-insight-response.d.ts +1 -1
  247. package/lib/response/create-host-insight-response.d.ts +1 -1
  248. package/lib/response/create-news-report-response.d.ts +1 -1
  249. package/lib/response/create-operations-insights-private-endpoint-response.d.ts +1 -1
  250. package/lib/response/create-operations-insights-warehouse-response.d.ts +1 -1
  251. package/lib/response/create-operations-insights-warehouse-user-response.d.ts +1 -1
  252. package/lib/response/create-opsi-configuration-response.d.ts +1 -1
  253. package/lib/response/delete-awr-hub-object-response.d.ts +1 -1
  254. package/lib/response/download-operations-insights-warehouse-wallet-response.d.ts +1 -1
  255. package/lib/response/get-awr-hub-object-response.d.ts +1 -1
  256. package/lib/response/get-awr-hub-response.d.ts +1 -1
  257. package/lib/response/get-awr-hub-source-response.d.ts +1 -1
  258. package/lib/response/get-database-insight-response.d.ts +1 -1
  259. package/lib/response/get-enterprise-manager-bridge-response.d.ts +1 -1
  260. package/lib/response/get-exadata-insight-response.d.ts +1 -1
  261. package/lib/response/get-host-insight-response.d.ts +1 -1
  262. package/lib/response/get-news-report-response.d.ts +1 -1
  263. package/lib/response/get-operations-insights-private-endpoint-response.d.ts +1 -1
  264. package/lib/response/get-operations-insights-warehouse-response.d.ts +1 -1
  265. package/lib/response/get-operations-insights-warehouse-user-response.d.ts +1 -1
  266. package/lib/response/get-opsi-configuration-response.d.ts +1 -1
  267. package/lib/response/get-work-request-response.d.ts +1 -1
  268. package/lib/response/head-awr-hub-object-response.d.ts +1 -1
  269. package/lib/response/ingest-addm-reports-response.d.ts +1 -1
  270. package/lib/response/ingest-database-configuration-response.d.ts +1 -1
  271. package/lib/response/ingest-host-configuration-response.d.ts +1 -1
  272. package/lib/response/ingest-host-metrics-response.d.ts +1 -1
  273. package/lib/response/ingest-sql-bucket-response.d.ts +1 -1
  274. package/lib/response/ingest-sql-plan-lines-response.d.ts +1 -1
  275. package/lib/response/ingest-sql-stats-response.d.ts +1 -1
  276. package/lib/response/ingest-sql-text-response.d.ts +1 -1
  277. package/lib/response/list-addm-db-finding-categories-response.d.ts +1 -1
  278. package/lib/response/list-addm-db-findings-time-series-response.d.ts +1 -1
  279. package/lib/response/list-addm-db-parameter-categories-response.d.ts +1 -1
  280. package/lib/response/list-addm-db-recommendation-categories-response.d.ts +1 -1
  281. package/lib/response/list-addm-db-recommendations-time-series-response.d.ts +1 -1
  282. package/lib/response/list-addm-dbs-response.d.ts +1 -1
  283. package/lib/response/list-awr-database-snapshots-response.d.ts +1 -1
  284. package/lib/response/list-awr-databases-response.d.ts +1 -1
  285. package/lib/response/list-awr-hub-objects-response.d.ts +1 -1
  286. package/lib/response/list-awr-hub-sources-response.d.ts +1 -1
  287. package/lib/response/list-awr-hubs-response.d.ts +1 -1
  288. package/lib/response/list-awr-snapshots-response.d.ts +1 -1
  289. package/lib/response/list-database-configurations-response.d.ts +1 -1
  290. package/lib/response/list-database-insights-response.d.ts +1 -1
  291. package/lib/response/list-enterprise-manager-bridges-response.d.ts +1 -1
  292. package/lib/response/list-exadata-configurations-response.d.ts +1 -1
  293. package/lib/response/list-exadata-insights-response.d.ts +1 -1
  294. package/lib/response/list-host-configurations-response.d.ts +1 -1
  295. package/lib/response/list-host-insights-response.d.ts +1 -1
  296. package/lib/response/list-hosted-entities-response.d.ts +1 -1
  297. package/lib/response/list-importable-agent-entities-response.d.ts +1 -1
  298. package/lib/response/list-importable-compute-entities-response.d.ts +1 -1
  299. package/lib/response/list-importable-enterprise-manager-entities-response.d.ts +1 -1
  300. package/lib/response/list-news-reports-response.d.ts +1 -1
  301. package/lib/response/list-operations-insights-private-endpoints-response.d.ts +1 -1
  302. package/lib/response/list-operations-insights-warehouse-users-response.d.ts +1 -1
  303. package/lib/response/list-operations-insights-warehouses-response.d.ts +1 -1
  304. package/lib/response/list-opsi-configurations-response.d.ts +1 -1
  305. package/lib/response/list-opsi-data-objects-response.d.ts +1 -1
  306. package/lib/response/list-sql-plans-response.d.ts +1 -1
  307. package/lib/response/list-sql-searches-response.d.ts +1 -1
  308. package/lib/response/list-sql-texts-response.d.ts +1 -1
  309. package/lib/response/list-warehouse-data-objects-response.d.ts +1 -1
  310. package/lib/response/list-work-request-errors-response.d.ts +1 -1
  311. package/lib/response/list-work-request-logs-response.d.ts +1 -1
  312. package/lib/response/list-work-requests-response.d.ts +1 -1
  313. package/lib/response/query-opsi-data-object-data-response.d.ts +1 -1
  314. package/lib/response/query-warehouse-data-object-data-response.d.ts +1 -1
  315. package/lib/response/summarize-addm-db-findings-response.d.ts +1 -1
  316. package/lib/response/summarize-addm-db-parameter-changes-response.d.ts +1 -1
  317. package/lib/response/summarize-addm-db-parameters-response.d.ts +1 -1
  318. package/lib/response/summarize-addm-db-recommendations-response.d.ts +1 -1
  319. package/lib/response/summarize-addm-db-schema-objects-response.d.ts +1 -1
  320. package/lib/response/summarize-addm-db-sql-statements-response.d.ts +1 -1
  321. package/lib/response/summarize-awr-database-cpu-usages-response.d.ts +1 -1
  322. package/lib/response/summarize-awr-database-metrics-response.d.ts +1 -1
  323. package/lib/response/summarize-awr-database-parameter-changes-response.d.ts +1 -1
  324. package/lib/response/summarize-awr-database-parameters-response.d.ts +1 -1
  325. package/lib/response/summarize-awr-database-snapshot-ranges-response.d.ts +1 -1
  326. package/lib/response/summarize-awr-database-sysstats-response.d.ts +1 -1
  327. package/lib/response/summarize-awr-database-top-wait-events-response.d.ts +1 -1
  328. package/lib/response/summarize-awr-database-wait-event-buckets-response.d.ts +1 -1
  329. package/lib/response/summarize-awr-database-wait-events-response.d.ts +1 -1
  330. package/lib/response/summarize-awr-sources-summaries-response.d.ts +1 -1
  331. package/lib/response/summarize-configuration-items-response.d.ts +1 -1
  332. package/lib/response/summarize-database-insight-resource-capacity-trend-response.d.ts +1 -1
  333. package/lib/response/summarize-database-insight-resource-forecast-trend-response.d.ts +1 -1
  334. package/lib/response/summarize-database-insight-resource-statistics-response.d.ts +1 -1
  335. package/lib/response/summarize-database-insight-resource-usage-response.d.ts +1 -1
  336. package/lib/response/summarize-database-insight-resource-usage-trend-response.d.ts +1 -1
  337. package/lib/response/summarize-database-insight-resource-utilization-insight-response.d.ts +1 -1
  338. package/lib/response/summarize-database-insight-tablespace-usage-trend-response.d.ts +1 -1
  339. package/lib/response/summarize-exadata-insight-resource-capacity-trend-aggregated-response.d.ts +1 -1
  340. package/lib/response/summarize-exadata-insight-resource-capacity-trend-response.d.ts +1 -1
  341. package/lib/response/summarize-exadata-insight-resource-forecast-trend-aggregated-response.d.ts +1 -1
  342. package/lib/response/summarize-exadata-insight-resource-forecast-trend-response.d.ts +1 -1
  343. package/lib/response/summarize-exadata-insight-resource-statistics-response.d.ts +1 -1
  344. package/lib/response/summarize-exadata-insight-resource-usage-aggregated-response.d.ts +1 -1
  345. package/lib/response/summarize-exadata-insight-resource-usage-response.d.ts +1 -1
  346. package/lib/response/summarize-exadata-insight-resource-utilization-insight-response.d.ts +1 -1
  347. package/lib/response/summarize-exadata-members-response.d.ts +1 -1
  348. package/lib/response/summarize-host-insight-disk-statistics-response.d.ts +1 -1
  349. package/lib/response/summarize-host-insight-host-recommendation-response.d.ts +1 -1
  350. package/lib/response/summarize-host-insight-network-usage-trend-response.d.ts +1 -1
  351. package/lib/response/summarize-host-insight-resource-capacity-trend-response.d.ts +1 -1
  352. package/lib/response/summarize-host-insight-resource-statistics-response.d.ts +1 -1
  353. package/lib/response/summarize-host-insight-resource-usage-trend-response.d.ts +1 -1
  354. package/lib/response/summarize-host-insight-storage-usage-trend-response.d.ts +1 -1
  355. package/lib/response/summarize-host-insight-top-processes-usage-response.d.ts +1 -1
  356. package/lib/response/summarize-host-insight-top-processes-usage-trend-response.d.ts +1 -1
  357. package/lib/response/summarize-operations-insights-warehouse-resource-usage-response.d.ts +1 -1
  358. package/lib/response/summarize-sql-insights-response.d.ts +1 -1
  359. package/lib/response/summarize-sql-plan-insights-response.d.ts +1 -1
  360. package/lib/response/summarize-sql-response-time-distributions-response.d.ts +1 -1
  361. package/lib/response/summarize-sql-statistics-response.d.ts +1 -1
  362. package/lib/response/summarize-sql-statistics-time-series-by-plan-response.d.ts +1 -1
  363. package/lib/response/summarize-sql-statistics-time-series-response.d.ts +1 -1
  364. package/package.json +3 -3
@@ -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.76.1/opsi/SummarizeExadataInsightResourceCapacityTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrendAggregatedRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/opsi/SummarizeExadataInsightResourceCapacityTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrendAggregatedRequest.
17
17
  */
18
18
  export interface SummarizeExadataInsightResourceCapacityTrendAggregatedRequest extends common.BaseRequest {
19
19
  /**
@@ -79,14 +79,14 @@ export interface SummarizeExadataInsightResourceCapacityTrendAggregatedRequest e
79
79
  */
80
80
  "hostName"?: Array<string>;
81
81
  /**
82
- * For list pagination. The value of the `opc-next-page` response header from
82
+ * For list pagination. The value of the {@code opc-next-page} response header from
83
83
  * the previous \"List\" call. For important details about how pagination works,
84
84
  * see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
85
85
  *
86
86
  */
87
87
  "page"?: string;
88
88
  /**
89
- * The sort order to use, either ascending (`ASC`) or descending (`DESC`).
89
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
90
90
  *
91
91
  */
92
92
  "sortOrder"?: model.SortOrder;
@@ -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.76.1/opsi/SummarizeExadataInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrendRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/opsi/SummarizeExadataInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrendRequest.
17
17
  */
18
18
  export interface SummarizeExadataInsightResourceCapacityTrendRequest extends common.BaseRequest {
19
19
  /**
@@ -94,7 +94,7 @@ export interface SummarizeExadataInsightResourceCapacityTrendRequest extends com
94
94
  */
95
95
  "hostName"?: Array<string>;
96
96
  /**
97
- * For list pagination. The value of the `opc-next-page` response header from
97
+ * For list pagination. The value of the {@code opc-next-page} response header from
98
98
  * the previous \"List\" call. For important details about how pagination works,
99
99
  * see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
100
100
  *
@@ -105,12 +105,12 @@ export interface SummarizeExadataInsightResourceCapacityTrendRequest extends com
105
105
  * return in a paginated \"List\" call.
106
106
  * For important details about how pagination works, see
107
107
  * [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
108
- * Example: `50`
108
+ * Example: {@code 50}
109
109
  *
110
110
  */
111
111
  "limit"?: number;
112
112
  /**
113
- * The sort order to use, either ascending (`ASC`) or descending (`DESC`).
113
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
114
114
  *
115
115
  */
116
116
  "sortOrder"?: model.SortOrder;
@@ -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.76.1/opsi/SummarizeExadataInsightResourceForecastTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrendAggregatedRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/opsi/SummarizeExadataInsightResourceForecastTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrendAggregatedRequest.
16
16
  */
17
17
  export interface SummarizeExadataInsightResourceForecastTrendAggregatedRequest extends common.BaseRequest {
18
18
  /**
@@ -110,7 +110,7 @@ export interface SummarizeExadataInsightResourceForecastTrendAggregatedRequest e
110
110
  */
111
111
  "confidence"?: number;
112
112
  /**
113
- * For list pagination. The value of the `opc-next-page` response header from
113
+ * For list pagination. The value of the {@code opc-next-page} response header from
114
114
  * the previous \"List\" call. For important details about how pagination works,
115
115
  * see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
116
116
  *
@@ -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.76.1/opsi/SummarizeExadataInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrendRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/opsi/SummarizeExadataInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrendRequest.
17
17
  */
18
18
  export interface SummarizeExadataInsightResourceForecastTrendRequest extends common.BaseRequest {
19
19
  /**
@@ -117,7 +117,7 @@ export interface SummarizeExadataInsightResourceForecastTrendRequest extends com
117
117
  * return in a paginated \"List\" call.
118
118
  * For important details about how pagination works, see
119
119
  * [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
120
- * Example: `50`
120
+ * Example: {@code 50}
121
121
  *
122
122
  */
123
123
  "limit"?: number;
@@ -131,7 +131,7 @@ export interface SummarizeExadataInsightResourceForecastTrendRequest extends com
131
131
  */
132
132
  "confidence"?: number;
133
133
  /**
134
- * The sort order to use, either ascending (`ASC`) or descending (`DESC`).
134
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
135
135
  *
136
136
  */
137
137
  "sortOrder"?: model.SortOrder;
@@ -140,7 +140,7 @@ export interface SummarizeExadataInsightResourceForecastTrendRequest extends com
140
140
  */
141
141
  "sortBy"?: SummarizeExadataInsightResourceForecastTrendRequest.SortBy;
142
142
  /**
143
- * For list pagination. The value of the `opc-next-page` response header from
143
+ * For list pagination. The value of the {@code opc-next-page} response header from
144
144
  * the previous \"List\" call. For important details about how pagination works,
145
145
  * see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
146
146
  *
@@ -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.76.1/opsi/SummarizeExadataInsightResourceStatistics.ts.html |here} to see how to use SummarizeExadataInsightResourceStatisticsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/opsi/SummarizeExadataInsightResourceStatistics.ts.html |here} to see how to use SummarizeExadataInsightResourceStatisticsRequest.
17
17
  */
18
18
  export interface SummarizeExadataInsightResourceStatisticsRequest extends common.BaseRequest {
19
19
  /**
@@ -80,7 +80,7 @@ export interface SummarizeExadataInsightResourceStatisticsRequest extends common
80
80
  */
81
81
  "percentile"?: number;
82
82
  /**
83
- * The sort order to use, either ascending (`ASC`) or descending (`DESC`).
83
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
84
84
  *
85
85
  */
86
86
  "sortOrder"?: model.SortOrder;
@@ -94,12 +94,12 @@ export interface SummarizeExadataInsightResourceStatisticsRequest extends common
94
94
  * return in a paginated \"List\" call.
95
95
  * For important details about how pagination works, see
96
96
  * [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
97
- * Example: `50`
97
+ * Example: {@code 50}
98
98
  *
99
99
  */
100
100
  "limit"?: number;
101
101
  /**
102
- * For list pagination. The value of the `opc-next-page` response header from
102
+ * For list pagination. The value of the {@code opc-next-page} response header from
103
103
  * the previous \"List\" call. For important details about how pagination works,
104
104
  * see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
105
105
  *
@@ -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.76.1/opsi/SummarizeExadataInsightResourceUsageAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceUsageAggregatedRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/opsi/SummarizeExadataInsightResourceUsageAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceUsageAggregatedRequest.
16
16
  */
17
17
  export interface SummarizeExadataInsightResourceUsageAggregatedRequest extends common.BaseRequest {
18
18
  /**
@@ -78,7 +78,7 @@ export interface SummarizeExadataInsightResourceUsageAggregatedRequest extends c
78
78
  */
79
79
  "hostName"?: Array<string>;
80
80
  /**
81
- * For list pagination. The value of the `opc-next-page` response header from
81
+ * For list pagination. The value of the {@code opc-next-page} response header from
82
82
  * the previous \"List\" call. For important details about how pagination works,
83
83
  * see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
84
84
  *
@@ -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.76.1/opsi/SummarizeExadataInsightResourceUsage.ts.html |here} to see how to use SummarizeExadataInsightResourceUsageRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/opsi/SummarizeExadataInsightResourceUsage.ts.html |here} to see how to use SummarizeExadataInsightResourceUsageRequest.
17
17
  */
18
18
  export interface SummarizeExadataInsightResourceUsageRequest extends common.BaseRequest {
19
19
  /**
@@ -79,7 +79,7 @@ export interface SummarizeExadataInsightResourceUsageRequest extends common.Base
79
79
  */
80
80
  "hostName"?: Array<string>;
81
81
  /**
82
- * The sort order to use, either ascending (`ASC`) or descending (`DESC`).
82
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
83
83
  *
84
84
  */
85
85
  "sortOrder"?: model.SortOrder;
@@ -89,7 +89,7 @@ export interface SummarizeExadataInsightResourceUsageRequest extends common.Base
89
89
  */
90
90
  "sortBy"?: SummarizeExadataInsightResourceUsageRequest.SortBy;
91
91
  /**
92
- * For list pagination. The value of the `opc-next-page` response header from
92
+ * For list pagination. The value of the {@code opc-next-page} response header from
93
93
  * the previous \"List\" call. For important details about how pagination works,
94
94
  * see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
95
95
  *
@@ -100,7 +100,7 @@ export interface SummarizeExadataInsightResourceUsageRequest extends common.Base
100
100
  * return in a paginated \"List\" call.
101
101
  * For important details about how pagination works, see
102
102
  * [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
103
- * Example: `50`
103
+ * Example: {@code 50}
104
104
  *
105
105
  */
106
106
  "limit"?: number;
@@ -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.76.1/opsi/SummarizeExadataInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeExadataInsightResourceUtilizationInsightRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/opsi/SummarizeExadataInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeExadataInsightResourceUtilizationInsightRequest.
16
16
  */
17
17
  export interface SummarizeExadataInsightResourceUtilizationInsightRequest extends common.BaseRequest {
18
18
  /**
@@ -92,12 +92,12 @@ export interface SummarizeExadataInsightResourceUtilizationInsightRequest extend
92
92
  * return in a paginated \"List\" call.
93
93
  * For important details about how pagination works, see
94
94
  * [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
95
- * Example: `50`
95
+ * Example: {@code 50}
96
96
  *
97
97
  */
98
98
  "limit"?: number;
99
99
  /**
100
- * For list pagination. The value of the `opc-next-page` response header from
100
+ * For list pagination. The value of the {@code opc-next-page} response header from
101
101
  * the previous \"List\" call. For important details about how pagination works,
102
102
  * see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
103
103
  *
@@ -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.76.1/opsi/SummarizeExadataMembers.ts.html |here} to see how to use SummarizeExadataMembersRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/opsi/SummarizeExadataMembers.ts.html |here} to see how to use SummarizeExadataMembersRequest.
17
17
  */
18
18
  export interface SummarizeExadataMembersRequest extends common.BaseRequest {
19
19
  /**
@@ -28,7 +28,7 @@ export interface SummarizeExadataMembersRequest extends common.BaseRequest {
28
28
  */
29
29
  "exadataType"?: Array<string>;
30
30
  /**
31
- * The sort order to use, either ascending (`ASC`) or descending (`DESC`).
31
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
32
32
  *
33
33
  */
34
34
  "sortOrder"?: model.SortOrder;
@@ -41,12 +41,12 @@ export interface SummarizeExadataMembersRequest extends common.BaseRequest {
41
41
  * return in a paginated \"List\" call.
42
42
  * For important details about how pagination works, see
43
43
  * [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
44
- * Example: `50`
44
+ * Example: {@code 50}
45
45
  *
46
46
  */
47
47
  "limit"?: number;
48
48
  /**
49
- * For list pagination. The value of the `opc-next-page` response header from
49
+ * For list pagination. The value of the {@code opc-next-page} response header from
50
50
  * the previous \"List\" call. For important details about how pagination works,
51
51
  * see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
52
52
  *
@@ -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.76.1/opsi/SummarizeHostInsightDiskStatistics.ts.html |here} to see how to use SummarizeHostInsightDiskStatisticsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/opsi/SummarizeHostInsightDiskStatistics.ts.html |here} to see how to use SummarizeHostInsightDiskStatisticsRequest.
16
16
  */
17
17
  export interface SummarizeHostInsightDiskStatisticsRequest 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.76.1/opsi/SummarizeHostInsightHostRecommendation.ts.html |here} to see how to use SummarizeHostInsightHostRecommendationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/opsi/SummarizeHostInsightHostRecommendation.ts.html |here} to see how to use SummarizeHostInsightHostRecommendationRequest.
16
16
  */
17
17
  export interface SummarizeHostInsightHostRecommendationRequest extends common.BaseRequest {
18
18
  /**
@@ -65,7 +65,7 @@ export interface SummarizeHostInsightHostRecommendationRequest extends common.Ba
65
65
  * return in a paginated \"List\" call.
66
66
  * For important details about how pagination works, see
67
67
  * [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
68
- * Example: `50`
68
+ * Example: {@code 50}
69
69
  *
70
70
  */
71
71
  "limit"?: number;
@@ -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.76.1/opsi/SummarizeHostInsightNetworkUsageTrend.ts.html |here} to see how to use SummarizeHostInsightNetworkUsageTrendRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/opsi/SummarizeHostInsightNetworkUsageTrend.ts.html |here} to see how to use SummarizeHostInsightNetworkUsageTrendRequest.
16
16
  */
17
17
  export interface SummarizeHostInsightNetworkUsageTrendRequest extends common.BaseRequest {
18
18
  /**
@@ -55,7 +55,7 @@ export interface SummarizeHostInsightNetworkUsageTrendRequest extends common.Bas
55
55
  */
56
56
  "hostId"?: string;
57
57
  /**
58
- * For list pagination. The value of the `opc-next-page` response header from
58
+ * For list pagination. The value of the {@code opc-next-page} response header from
59
59
  * the previous \"List\" call. For important details about how pagination works,
60
60
  * see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
61
61
  *
@@ -66,7 +66,7 @@ export interface SummarizeHostInsightNetworkUsageTrendRequest extends common.Bas
66
66
  * return in a paginated \"List\" call.
67
67
  * For important details about how pagination works, see
68
68
  * [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
69
- * Example: `50`
69
+ * Example: {@code 50}
70
70
  *
71
71
  */
72
72
  "limit"?: number;
@@ -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.76.1/opsi/SummarizeHostInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeHostInsightResourceCapacityTrendRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/opsi/SummarizeHostInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeHostInsightResourceCapacityTrendRequest.
17
17
  */
18
18
  export interface SummarizeHostInsightResourceCapacityTrendRequest extends common.BaseRequest {
19
19
  /**
@@ -79,14 +79,14 @@ export interface SummarizeHostInsightResourceCapacityTrendRequest extends common
79
79
  */
80
80
  "utilizationLevel"?: SummarizeHostInsightResourceCapacityTrendRequest.UtilizationLevel;
81
81
  /**
82
- * For list pagination. The value of the `opc-next-page` response header from
82
+ * For list pagination. The value of the {@code opc-next-page} response header from
83
83
  * the previous \"List\" call. For important details about how pagination works,
84
84
  * see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
85
85
  *
86
86
  */
87
87
  "page"?: string;
88
88
  /**
89
- * The sort order to use, either ascending (`ASC`) or descending (`DESC`).
89
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
90
90
  *
91
91
  */
92
92
  "sortOrder"?: model.SortOrder;
@@ -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.76.1/opsi/SummarizeHostInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeHostInsightResourceForecastTrendRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/opsi/SummarizeHostInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeHostInsightResourceForecastTrendRequest.
16
16
  */
17
17
  export interface SummarizeHostInsightResourceForecastTrendRequest extends common.BaseRequest {
18
18
  /**
@@ -105,7 +105,7 @@ export interface SummarizeHostInsightResourceForecastTrendRequest extends common
105
105
  */
106
106
  "confidence"?: number;
107
107
  /**
108
- * For list pagination. The value of the `opc-next-page` response header from
108
+ * For list pagination. The value of the {@code opc-next-page} response header from
109
109
  * the previous \"List\" call. For important details about how pagination works,
110
110
  * see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
111
111
  *
@@ -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.76.1/opsi/SummarizeHostInsightResourceStatistics.ts.html |here} to see how to use SummarizeHostInsightResourceStatisticsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/opsi/SummarizeHostInsightResourceStatistics.ts.html |here} to see how to use SummarizeHostInsightResourceStatisticsRequest.
17
17
  */
18
18
  export interface SummarizeHostInsightResourceStatisticsRequest extends common.BaseRequest {
19
19
  /**
@@ -91,19 +91,19 @@ export interface SummarizeHostInsightResourceStatisticsRequest extends common.Ba
91
91
  * return in a paginated \"List\" call.
92
92
  * For important details about how pagination works, see
93
93
  * [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
94
- * Example: `50`
94
+ * Example: {@code 50}
95
95
  *
96
96
  */
97
97
  "limit"?: number;
98
98
  /**
99
- * For list pagination. The value of the `opc-next-page` response header from
99
+ * For list pagination. The value of the {@code opc-next-page} response header from
100
100
  * the previous \"List\" call. For important details about how pagination works,
101
101
  * see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
102
102
  *
103
103
  */
104
104
  "page"?: string;
105
105
  /**
106
- * The sort order to use, either ascending (`ASC`) or descending (`DESC`).
106
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
107
107
  *
108
108
  */
109
109
  "sortOrder"?: model.SortOrder;
@@ -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.76.1/opsi/SummarizeHostInsightResourceUsage.ts.html |here} to see how to use SummarizeHostInsightResourceUsageRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/opsi/SummarizeHostInsightResourceUsage.ts.html |here} to see how to use SummarizeHostInsightResourceUsageRequest.
16
16
  */
17
17
  export interface SummarizeHostInsightResourceUsageRequest extends common.BaseRequest {
18
18
  /**
@@ -69,7 +69,7 @@ export interface SummarizeHostInsightResourceUsageRequest extends common.BaseReq
69
69
  */
70
70
  "exadataInsightId"?: Array<string>;
71
71
  /**
72
- * For list pagination. The value of the `opc-next-page` response header from
72
+ * For list pagination. The value of the {@code opc-next-page} response header from
73
73
  * the previous \"List\" call. For important details about how pagination works,
74
74
  * see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
75
75
  *
@@ -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.76.1/opsi/SummarizeHostInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeHostInsightResourceUsageTrendRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/opsi/SummarizeHostInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeHostInsightResourceUsageTrendRequest.
17
17
  */
18
18
  export interface SummarizeHostInsightResourceUsageTrendRequest extends common.BaseRequest {
19
19
  /**
@@ -70,14 +70,14 @@ export interface SummarizeHostInsightResourceUsageTrendRequest extends common.Ba
70
70
  */
71
71
  "exadataInsightId"?: Array<string>;
72
72
  /**
73
- * For list pagination. The value of the `opc-next-page` response header from
73
+ * For list pagination. The value of the {@code opc-next-page} response header from
74
74
  * the previous \"List\" call. For important details about how pagination works,
75
75
  * see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
76
76
  *
77
77
  */
78
78
  "page"?: string;
79
79
  /**
80
- * The sort order to use, either ascending (`ASC`) or descending (`DESC`).
80
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
81
81
  *
82
82
  */
83
83
  "sortOrder"?: model.SortOrder;
@@ -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.76.1/opsi/SummarizeHostInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeHostInsightResourceUtilizationInsightRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/opsi/SummarizeHostInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeHostInsightResourceUtilizationInsightRequest.
16
16
  */
17
17
  export interface SummarizeHostInsightResourceUtilizationInsightRequest extends common.BaseRequest {
18
18
  /**
@@ -74,7 +74,7 @@ export interface SummarizeHostInsightResourceUtilizationInsightRequest extends c
74
74
  */
75
75
  "forecastDays"?: number;
76
76
  /**
77
- * For list pagination. The value of the `opc-next-page` response header from
77
+ * For list pagination. The value of the {@code opc-next-page} response header from
78
78
  * the previous \"List\" call. For important details about how pagination works,
79
79
  * see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
80
80
  *
@@ -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.76.1/opsi/SummarizeHostInsightStorageUsageTrend.ts.html |here} to see how to use SummarizeHostInsightStorageUsageTrendRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/opsi/SummarizeHostInsightStorageUsageTrend.ts.html |here} to see how to use SummarizeHostInsightStorageUsageTrendRequest.
16
16
  */
17
17
  export interface SummarizeHostInsightStorageUsageTrendRequest extends common.BaseRequest {
18
18
  /**
@@ -55,7 +55,7 @@ export interface SummarizeHostInsightStorageUsageTrendRequest extends common.Bas
55
55
  */
56
56
  "hostId"?: string;
57
57
  /**
58
- * For list pagination. The value of the `opc-next-page` response header from
58
+ * For list pagination. The value of the {@code opc-next-page} response header from
59
59
  * the previous \"List\" call. For important details about how pagination works,
60
60
  * see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
61
61
  *
@@ -66,7 +66,7 @@ export interface SummarizeHostInsightStorageUsageTrendRequest extends common.Bas
66
66
  * return in a paginated \"List\" call.
67
67
  * For important details about how pagination works, see
68
68
  * [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
69
- * Example: `50`
69
+ * Example: {@code 50}
70
70
  *
71
71
  */
72
72
  "limit"?: number;
@@ -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.76.1/opsi/SummarizeHostInsightTopProcessesUsage.ts.html |here} to see how to use SummarizeHostInsightTopProcessesUsageRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/opsi/SummarizeHostInsightTopProcessesUsage.ts.html |here} to see how to use SummarizeHostInsightTopProcessesUsageRequest.
16
16
  */
17
17
  export interface SummarizeHostInsightTopProcessesUsageRequest extends common.BaseRequest {
18
18
  /**
@@ -54,7 +54,7 @@ export interface SummarizeHostInsightTopProcessesUsageRequest extends common.Bas
54
54
  */
55
55
  "timeIntervalEnd"?: Date;
56
56
  /**
57
- * For list pagination. The value of the `opc-next-page` response header from
57
+ * For list pagination. The value of the {@code opc-next-page} response header from
58
58
  * the previous \"List\" call. For important details about how pagination works,
59
59
  * see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
60
60
  *
@@ -65,7 +65,7 @@ export interface SummarizeHostInsightTopProcessesUsageRequest extends common.Bas
65
65
  * return in a paginated \"List\" call.
66
66
  * For important details about how pagination works, see
67
67
  * [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
68
- * Example: `50`
68
+ * Example: {@code 50}
69
69
  *
70
70
  */
71
71
  "limit"?: number;
@@ -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.76.1/opsi/SummarizeHostInsightTopProcessesUsageTrend.ts.html |here} to see how to use SummarizeHostInsightTopProcessesUsageTrendRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/opsi/SummarizeHostInsightTopProcessesUsageTrend.ts.html |here} to see how to use SummarizeHostInsightTopProcessesUsageTrendRequest.
16
16
  */
17
17
  export interface SummarizeHostInsightTopProcessesUsageTrendRequest extends common.BaseRequest {
18
18
  /**
@@ -56,7 +56,7 @@ export interface SummarizeHostInsightTopProcessesUsageTrendRequest extends commo
56
56
  */
57
57
  "timeIntervalEnd"?: Date;
58
58
  /**
59
- * For list pagination. The value of the `opc-next-page` response header from
59
+ * For list pagination. The value of the {@code opc-next-page} response header from
60
60
  * the previous \"List\" call. For important details about how pagination works,
61
61
  * see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
62
62
  *
@@ -67,7 +67,7 @@ export interface SummarizeHostInsightTopProcessesUsageTrendRequest extends commo
67
67
  * return in a paginated \"List\" call.
68
68
  * For important details about how pagination works, see
69
69
  * [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
70
- * Example: `50`
70
+ * Example: {@code 50}
71
71
  *
72
72
  */
73
73
  "limit"?: number;
@@ -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.76.1/opsi/SummarizeOperationsInsightsWarehouseResourceUsage.ts.html |here} to see how to use SummarizeOperationsInsightsWarehouseResourceUsageRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/opsi/SummarizeOperationsInsightsWarehouseResourceUsage.ts.html |here} to see how to use SummarizeOperationsInsightsWarehouseResourceUsageRequest.
16
16
  */
17
17
  export interface SummarizeOperationsInsightsWarehouseResourceUsageRequest 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.76.1/opsi/SummarizeSqlInsights.ts.html |here} to see how to use SummarizeSqlInsightsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/opsi/SummarizeSqlInsights.ts.html |here} to see how to use SummarizeSqlInsightsRequest.
16
16
  */
17
17
  export interface SummarizeSqlInsightsRequest extends common.BaseRequest {
18
18
  /**
@@ -81,7 +81,7 @@ export interface SummarizeSqlInsightsRequest extends common.BaseRequest {
81
81
  */
82
82
  "timeIntervalEnd"?: Date;
83
83
  /**
84
- * For list pagination. The value of the `opc-next-page` response header from
84
+ * For list pagination. The value of the {@code opc-next-page} response header from
85
85
  * the previous \"List\" call. For important details about how pagination works,
86
86
  * see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
87
87
  *
@@ -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.76.1/opsi/SummarizeSqlPlanInsights.ts.html |here} to see how to use SummarizeSqlPlanInsightsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/opsi/SummarizeSqlPlanInsights.ts.html |here} to see how to use SummarizeSqlPlanInsightsRequest.
16
16
  */
17
17
  export interface SummarizeSqlPlanInsightsRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface SummarizeSqlPlanInsightsRequest extends common.BaseRequest {
21
21
  "compartmentId": string;
22
22
  /**
23
23
  * Unique SQL_ID for a SQL Statement.
24
- * Example: `6rgjh9bjmy2s7`
24
+ * Example: {@code 6rgjh9bjmy2s7}
25
25
  *
26
26
  */
27
27
  "sqlIdentifier": string;
@@ -61,7 +61,7 @@ export interface SummarizeSqlPlanInsightsRequest extends common.BaseRequest {
61
61
  */
62
62
  "timeIntervalEnd"?: Date;
63
63
  /**
64
- * For list pagination. The value of the `opc-next-page` response header from
64
+ * For list pagination. The value of the {@code opc-next-page} response header from
65
65
  * the previous \"List\" call. For important details about how pagination works,
66
66
  * see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
67
67
  *