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
@@ -19,7 +19,7 @@ see [About Oracle Cloud Infrastructure Operations Insights](https://docs.cloud.o
19
19
  export interface SqlPlanLine {
20
20
  /**
21
21
  * Version
22
- * Example: `1`
22
+ * Example: {@code 1}
23
23
  * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
24
24
  */
25
25
  "version"?: number;
@@ -34,205 +34,205 @@ export interface SqlPlanLine {
34
34
  "planHash": number;
35
35
  /**
36
36
  * Collection time stamp
37
- * Example: `\"2020-05-06T00:00:00.000Z\"`
37
+ * Example: {@code \"2020-05-06T00:00:00.000Z\"}
38
38
  *
39
39
  */
40
40
  "timeCollected": Date;
41
41
  /**
42
42
  * Operation
43
- * Example: `\"SELECT STATEMENT\"`
43
+ * Example: {@code \"SELECT STATEMENT\"}
44
44
  *
45
45
  */
46
46
  "operation": string;
47
47
  /**
48
48
  * Remark
49
- * Example: `\"\"`
49
+ * Example: {@code \"\"}
50
50
  *
51
51
  */
52
52
  "remark"?: string;
53
53
  /**
54
54
  * Options
55
- * Example: `\"RANGE SCAN\"`
55
+ * Example: {@code \"RANGE SCAN\"}
56
56
  *
57
57
  */
58
58
  "options"?: string;
59
59
  /**
60
60
  * Object Node
61
- * Example: `\"Q4000\"`
61
+ * Example: {@code \"Q4000\"}
62
62
  *
63
63
  */
64
64
  "objectNode"?: string;
65
65
  /**
66
66
  * Object Owner
67
- * Example: `\"TENANT_A#SCHEMA\"`
67
+ * Example: {@code \"TENANT_A#SCHEMA\"}
68
68
  *
69
69
  */
70
70
  "objectOwner"?: string;
71
71
  /**
72
72
  * Object Name
73
- * Example: `\"PLAN_LINES_PK\"`
73
+ * Example: {@code \"PLAN_LINES_PK\"}
74
74
  *
75
75
  */
76
76
  "objectName"?: string;
77
77
  /**
78
78
  * Object Alias
79
- * Example: `\"PLAN_LINES@SEL$1\"`
79
+ * Example: {@code \"PLAN_LINES@SEL$1\"}
80
80
  *
81
81
  */
82
82
  "objectAlias"?: string;
83
83
  /**
84
84
  * Object Instance
85
- * Example: `37472`
85
+ * Example: {@code 37472}
86
86
  * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
87
87
  */
88
88
  "objectInstance"?: number;
89
89
  /**
90
90
  * Object Type
91
- * Example: `\"INDEX (UNIQUE)\"`
91
+ * Example: {@code \"INDEX (UNIQUE)\"}
92
92
  *
93
93
  */
94
94
  "objectType"?: string;
95
95
  /**
96
96
  * Optimizer
97
- * Example: `\"CLUSTER\"`
97
+ * Example: {@code \"CLUSTER\"}
98
98
  *
99
99
  */
100
100
  "optimizer"?: string;
101
101
  /**
102
102
  * Search Columns
103
- * Example: `3`
103
+ * Example: {@code 3}
104
104
  * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
105
105
  */
106
106
  "searchColumns"?: number;
107
107
  /**
108
108
  * Identifier
109
- * Example: `3`
109
+ * Example: {@code 3}
110
110
  * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
111
111
  */
112
112
  "identifier": number;
113
113
  /**
114
114
  * Parent Identifier
115
- * Example: `2`
115
+ * Example: {@code 2}
116
116
  * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
117
117
  */
118
118
  "parentIdentifier"?: number;
119
119
  /**
120
120
  * Depth
121
- * Example: `3`
121
+ * Example: {@code 3}
122
122
  * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
123
123
  */
124
124
  "depth"?: number;
125
125
  /**
126
126
  * Position
127
- * Example: `1`
127
+ * Example: {@code 1}
128
128
  * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
129
129
  */
130
130
  "position"?: number;
131
131
  /**
132
132
  * Cost
133
- * Example: `1`
133
+ * Example: {@code 1}
134
134
  * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
135
135
  */
136
136
  "cost"?: number;
137
137
  /**
138
138
  * Cardinality
139
- * Example: `1`
139
+ * Example: {@code 1}
140
140
  * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
141
141
  */
142
142
  "cardinality"?: number;
143
143
  /**
144
144
  * Bytes
145
- * Example: `150`
145
+ * Example: {@code 150}
146
146
  * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
147
147
  */
148
148
  "bytes"?: number;
149
149
  /**
150
150
  * Other
151
- * Example: ``
151
+ * Example:
152
152
  *
153
153
  */
154
154
  "other"?: string;
155
155
  /**
156
156
  * Other Tag
157
- * Example: `\"PARALLEL_COMBINED_WITH_PARENT\"`
157
+ * Example: {@code \"PARALLEL_COMBINED_WITH_PARENT\"}
158
158
  *
159
159
  */
160
160
  "otherTag"?: string;
161
161
  /**
162
162
  * Partition start
163
- * Example: `1`
163
+ * Example: {@code 1}
164
164
  *
165
165
  */
166
166
  "partitionStart"?: string;
167
167
  /**
168
168
  * Partition stop
169
- * Example: `2`
169
+ * Example: {@code 2}
170
170
  *
171
171
  */
172
172
  "partitionStop"?: string;
173
173
  /**
174
174
  * Partition identifier
175
- * Example: `8`
175
+ * Example: {@code 8}
176
176
  * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
177
177
  */
178
178
  "partitionIdentifier"?: number;
179
179
  /**
180
180
  * Distribution
181
- * Example: `\"QC (RANDOM)\"`
181
+ * Example: {@code \"QC (RANDOM)\"}
182
182
  *
183
183
  */
184
184
  "distribution"?: string;
185
185
  /**
186
186
  * CPU cost
187
- * Example: `7321`
187
+ * Example: {@code 7321}
188
188
  * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
189
189
  */
190
190
  "cpuCost"?: number;
191
191
  /**
192
192
  * IO cost
193
- * Example: `1`
193
+ * Example: {@code 1}
194
194
  * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
195
195
  */
196
196
  "ioCost"?: number;
197
197
  /**
198
198
  * Time space
199
- * Example: `15614000`
199
+ * Example: {@code 15614000}
200
200
  * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
201
201
  */
202
202
  "tempSpace"?: number;
203
203
  /**
204
204
  * Access predicates
205
- * Example: `\"\\\"RESOURCE_ID\\\"=:1 AND \\\"QUERY_ID\\\"=:2\"`
205
+ * Example: {@code \"\\\"RESOURCE_ID\\\"=:1 AND \\\"QUERY_ID\\\"=:2\"}
206
206
  *
207
207
  */
208
208
  "accessPredicates"?: string;
209
209
  /**
210
210
  * Filter predicates
211
- * Example: `\"(INTERNAL_FUNCTION(\\\"J\\\".\\\"DATABASE_ROLE\\\") OR (\\\"J\\\".\\\"DATABASE_ROLE\\\" IS NULL AND SYS_CONTEXT('userenv','database_role')='PRIMARY'))\"`
211
+ * Example: {@code \"(INTERNAL_FUNCTION(\\\"J\\\".\\\"DATABASE_ROLE\\\") OR (\\\"J\\\".\\\"DATABASE_ROLE\\\" IS NULL AND SYS_CONTEXT('userenv','database_role')='PRIMARY'))\"}
212
212
  *
213
213
  */
214
214
  "filterPredicates"?: string;
215
215
  /**
216
216
  * Projection
217
- * Example: `\"COUNT(*)[22]\"`
217
+ * Example: {@code \"COUNT(*)[22]\"}
218
218
  *
219
219
  */
220
220
  "projection"?: string;
221
221
  /**
222
222
  * Qblock Name
223
- * Example: `\"SEL$1\"`
223
+ * Example: {@code \"SEL$1\"}
224
224
  *
225
225
  */
226
226
  "qblockName"?: string;
227
227
  /**
228
228
  * Total elapsed time
229
- * Example: `1.2`
229
+ * Example: {@code 1.2}
230
230
  * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
231
231
  */
232
232
  "elapsedTimeInSec"?: number;
233
233
  /**
234
234
  * Other SQL
235
- * Example: `\"<other_xml><info type=\\\"db_version\\\">18.0.0.0</info><info type=\\\"parse_schema\\\"><![CDATA[\\\"SYS\\\"]]></info><info type=\\\"plan_hash_full\\\">483892784</info><info type=\\\"plan_hash\\\">2709293936</info><info type=\\\"plan_hash_2\\\">483892784</info><outline_data><hint><![CDATA[IGNORE_OPTIM_EMBEDDED_HINTS]]></hint><hint><![CDATA[OPTIMIZER_FEATURES_ENABLE('18.1.0')]]></hint><hint><![CDATA[DB_VERSION('18.1.0')]]></hint><hint><![CDATA[OPT_PARAM('_b_tree_bitmap_plans' 'false')]]></hint><hint><![CDATA[OPT_PARAM('_optim_peek_user_binds' 'false')]]></hint><hint><![CDATA[OPT_PARAM('result_cache_mode' 'FORCE')]]></hint><hint><![CDATA[OPT_PARAM('_fix_control' '20648883:0 27745220:1 30001331:1 30142527:1 30539126:1')]]></hint><hint><![CDATA[OUTLINE_LEAF(@\\\"SEL$1\\\")]]></hint><hint><![CDATA[INDEX(@\\\"SEL$1\\\" \\\"USER$\\\"@\\\"SEL$1\\\" \\\"I_USER#\\\")]]></hint></outline_data></other_xml>\"`
235
+ * Example: {@code \"<other_xml><info type=\\\"db_version\\\">18.0.0.0</info><info type=\\\"parse_schema\\\"><![CDATA[\\\"SYS\\\"]]></info><info type=\\\"plan_hash_full\\\">483892784</info><info type=\\\"plan_hash\\\">2709293936</info><info type=\\\"plan_hash_2\\\">483892784</info><outline_data><hint><![CDATA[IGNORE_OPTIM_EMBEDDED_HINTS]]></hint><hint><![CDATA[OPTIMIZER_FEATURES_ENABLE('18.1.0')]]></hint><hint><![CDATA[DB_VERSION('18.1.0')]]></hint><hint><![CDATA[OPT_PARAM('_b_tree_bitmap_plans' 'false')]]></hint><hint><![CDATA[OPT_PARAM('_optim_peek_user_binds' 'false')]]></hint><hint><![CDATA[OPT_PARAM('result_cache_mode' 'FORCE')]]></hint><hint><![CDATA[OPT_PARAM('_fix_control' '20648883:0 27745220:1 30001331:1 30142527:1 30539126:1')]]></hint><hint><![CDATA[OUTLINE_LEAF(@\\\"SEL$1\\\")]]></hint><hint><![CDATA[INDEX(@\\\"SEL$1\\\" \\\"USER$\\\"@\\\"SEL$1\\\" \\\"I_USER#\\\")]]></hint></outline_data></other_xml>\"}
236
236
  *
237
237
  */
238
238
  "otherXML"?: string;
@@ -28,25 +28,25 @@ export interface SqlStats {
28
28
  "planHashValue": number;
29
29
  /**
30
30
  * Collection timestamp
31
- * Example: `\"2020-03-31T00:00:00.000Z\"`
31
+ * Example: {@code \"2020-03-31T00:00:00.000Z\"}
32
32
  *
33
33
  */
34
34
  "timeCollected": Date;
35
35
  /**
36
36
  * Name of Database Instance
37
- * Example: `\"DB10902_1\"`
37
+ * Example: {@code \"DB10902_1\"}
38
38
  *
39
39
  */
40
40
  "instanceName": string;
41
41
  /**
42
42
  * last_active_time
43
- * Example: `\"0000000099CCE300\"`
43
+ * Example: {@code \"0000000099CCE300\"}
44
44
  *
45
45
  */
46
46
  "lastActiveTime"?: string;
47
47
  /**
48
48
  * Total integer of parse calls
49
- * Example: `60`
49
+ * Example: {@code 60}
50
50
  * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
51
51
  */
52
52
  "parseCalls"?: number;
@@ -188,13 +188,13 @@ export interface SqlStats {
188
188
  "physicalWriteBytes"?: number;
189
189
  /**
190
190
  * exact_matching_signature
191
- * Example: `\"18067345456756876713\"`
191
+ * Example: {@code \"18067345456756876713\"}
192
192
  *
193
193
  */
194
194
  "exactMatchingSignature"?: string;
195
195
  /**
196
196
  * force_matching_signature
197
- * Example: `\"18067345456756876713\"`
197
+ * Example: {@code \"18067345456756876713\"}
198
198
  *
199
199
  */
200
200
  "forceMatchingSignature"?: string;
@@ -19,7 +19,7 @@ see [About Oracle Cloud Infrastructure Operations Insights](https://docs.cloud.o
19
19
  export interface SqlText {
20
20
  /**
21
21
  * Version
22
- * Example: `1`
22
+ * Example: {@code 1}
23
23
  * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
24
24
  */
25
25
  "version"?: number;
@@ -30,31 +30,31 @@ export interface SqlText {
30
30
  "sqlIdentifier": string;
31
31
  /**
32
32
  * Collection timestamp
33
- * Example: `\"2020-05-06T00:00:00.000Z\"`
33
+ * Example: {@code \"2020-05-06T00:00:00.000Z\"}
34
34
  *
35
35
  */
36
36
  "timeCollected": Date;
37
37
  /**
38
38
  * SQL command
39
- * Example: `\"SELECT\"`
39
+ * Example: {@code \"SELECT\"}
40
40
  *
41
41
  */
42
42
  "sqlCommand": string;
43
43
  /**
44
44
  * Exact matching signature
45
- * Example: `\"18067345456756876713\"`
45
+ * Example: {@code \"18067345456756876713\"}
46
46
  *
47
47
  */
48
48
  "exactMatchingSignature"?: string;
49
49
  /**
50
50
  * Force matching signature
51
- * Example: `\"18067345456756876713\"`
51
+ * Example: {@code \"18067345456756876713\"}
52
52
  *
53
53
  */
54
54
  "forceMatchingSignature"?: string;
55
55
  /**
56
56
  * Full SQL Text
57
- * Example: `\"SELECT username,profile,default_tablespace,temporary_tablespace FROM dba_users\"`
57
+ * Example: {@code \"SELECT username,profile,default_tablespace,temporary_tablespace FROM dba_users\"}
58
58
  * Disclaimer: SQL text being uploaded explicitly via APIs is not masked. Any sensitive literals contained in the sqlFullText column should be masked prior to ingestion.
59
59
  *
60
60
  */
@@ -23,7 +23,7 @@ export interface UpdateAwrHubDetails {
23
23
  "displayName"?: string;
24
24
  /**
25
25
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
26
- * Example: `{\"bar-key\": \"value\"}`
26
+ * Example: {@code {\"bar-key\": \"value\"}}
27
27
  *
28
28
  */
29
29
  "freeformTags"?: {
@@ -31,7 +31,7 @@ export interface UpdateAwrHubDetails {
31
31
  };
32
32
  /**
33
33
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
34
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
34
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
35
35
  *
36
36
  */
37
37
  "definedTags"?: {
@@ -24,7 +24,7 @@ export interface UpdateAwrHubSourceDetails {
24
24
  "type"?: model.AwrHubSourceType;
25
25
  /**
26
26
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
27
- * Example: `{\"bar-key\": \"value\"}`
27
+ * Example: {@code {\"bar-key\": \"value\"}}
28
28
  *
29
29
  */
30
30
  "freeformTags"?: {
@@ -32,7 +32,7 @@ export interface UpdateAwrHubSourceDetails {
32
32
  };
33
33
  /**
34
34
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
35
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
35
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
36
36
  *
37
37
  */
38
38
  "definedTags"?: {
@@ -19,7 +19,7 @@ see [About Oracle Cloud Infrastructure Operations Insights](https://docs.cloud.o
19
19
  export interface UpdateDatabaseInsightDetails {
20
20
  /**
21
21
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
22
- * Example: `{\"bar-key\": \"value\"}`
22
+ * Example: {@code {\"bar-key\": \"value\"}}
23
23
  *
24
24
  */
25
25
  "freeformTags"?: {
@@ -27,7 +27,7 @@ export interface UpdateDatabaseInsightDetails {
27
27
  };
28
28
  /**
29
29
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
30
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
30
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
31
31
  *
32
32
  */
33
33
  "definedTags"?: {
@@ -27,7 +27,7 @@ export interface UpdateEnterpriseManagerBridgeDetails {
27
27
  "description"?: string;
28
28
  /**
29
29
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
30
- * Example: `{\"bar-key\": \"value\"}`
30
+ * Example: {@code {\"bar-key\": \"value\"}}
31
31
  *
32
32
  */
33
33
  "freeformTags"?: {
@@ -35,7 +35,7 @@ export interface UpdateEnterpriseManagerBridgeDetails {
35
35
  };
36
36
  /**
37
37
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
38
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
38
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
39
39
  *
40
40
  */
41
41
  "definedTags"?: {
@@ -19,7 +19,7 @@ see [About Oracle Cloud Infrastructure Operations Insights](https://docs.cloud.o
19
19
  export interface UpdateExadataInsightDetails {
20
20
  /**
21
21
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
22
- * Example: `{\"bar-key\": \"value\"}`
22
+ * Example: {@code {\"bar-key\": \"value\"}}
23
23
  *
24
24
  */
25
25
  "freeformTags"?: {
@@ -27,7 +27,7 @@ export interface UpdateExadataInsightDetails {
27
27
  };
28
28
  /**
29
29
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
30
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
30
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
31
31
  *
32
32
  */
33
33
  "definedTags"?: {
@@ -19,7 +19,7 @@ see [About Oracle Cloud Infrastructure Operations Insights](https://docs.cloud.o
19
19
  export interface UpdateHostInsightDetails {
20
20
  /**
21
21
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
22
- * Example: `{\"bar-key\": \"value\"}`
22
+ * Example: {@code {\"bar-key\": \"value\"}}
23
23
  *
24
24
  */
25
25
  "freeformTags"?: {
@@ -27,7 +27,7 @@ export interface UpdateHostInsightDetails {
27
27
  };
28
28
  /**
29
29
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
30
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
30
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
31
31
  *
32
32
  */
33
33
  "definedTags"?: {
@@ -37,7 +37,7 @@ export interface UpdateNewsReportDetails {
37
37
  "onsTopicId"?: string;
38
38
  /**
39
39
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
40
- * Example: `{\"bar-key\": \"value\"}`
40
+ * Example: {@code {\"bar-key\": \"value\"}}
41
41
  *
42
42
  */
43
43
  "freeformTags"?: {
@@ -45,7 +45,7 @@ export interface UpdateNewsReportDetails {
45
45
  };
46
46
  /**
47
47
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
48
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
48
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
49
49
  *
50
50
  */
51
51
  "definedTags"?: {
@@ -31,7 +31,7 @@ export interface UpdateOperationsInsightsPrivateEndpointDetails {
31
31
  "nsgIds"?: Array<string>;
32
32
  /**
33
33
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
34
- * Example: `{\"bar-key\": \"value\"}`
34
+ * Example: {@code {\"bar-key\": \"value\"}}
35
35
  *
36
36
  */
37
37
  "freeformTags"?: {
@@ -39,7 +39,7 @@ export interface UpdateOperationsInsightsPrivateEndpointDetails {
39
39
  };
40
40
  /**
41
41
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
42
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
42
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
43
43
  *
44
44
  */
45
45
  "definedTags"?: {
@@ -33,7 +33,7 @@ export interface UpdateOperationsInsightsWarehouseDetails {
33
33
  "storageAllocatedInGBs"?: number;
34
34
  /**
35
35
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
36
- * Example: `{\"bar-key\": \"value\"}`
36
+ * Example: {@code {\"bar-key\": \"value\"}}
37
37
  *
38
38
  */
39
39
  "freeformTags"?: {
@@ -41,7 +41,7 @@ export interface UpdateOperationsInsightsWarehouseDetails {
41
41
  };
42
42
  /**
43
43
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
44
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
44
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
45
45
  *
46
46
  */
47
47
  "definedTags"?: {
@@ -35,7 +35,7 @@ export interface UpdateOperationsInsightsWarehouseUserDetails {
35
35
  "isOpsiDataAccess"?: boolean;
36
36
  /**
37
37
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
38
- * Example: `{\"bar-key\": \"value\"}`
38
+ * Example: {@code {\"bar-key\": \"value\"}}
39
39
  *
40
40
  */
41
41
  "freeformTags"?: {
@@ -43,7 +43,7 @@ export interface UpdateOperationsInsightsWarehouseUserDetails {
43
43
  };
44
44
  /**
45
45
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
46
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
46
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
47
47
  *
48
48
  */
49
49
  "definedTags"?: {
@@ -28,7 +28,7 @@ export interface UpdateOpsiConfigurationDetails {
28
28
  "description"?: string;
29
29
  /**
30
30
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
31
- * Example: `{\"bar-key\": \"value\"}`
31
+ * Example: {@code {\"bar-key\": \"value\"}}
32
32
  *
33
33
  */
34
34
  "freeformTags"?: {
@@ -36,7 +36,7 @@ export interface UpdateOpsiConfigurationDetails {
36
36
  };
37
37
  /**
38
38
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
39
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
39
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
40
40
  *
41
41
  */
42
42
  "definedTags"?: {
@@ -46,7 +46,7 @@ export interface UpdateOpsiConfigurationDetails {
46
46
  };
47
47
  /**
48
48
  * System tags for this resource. Each key is predefined and scoped to a namespace.
49
- * Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
49
+ * Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
50
50
  *
51
51
  */
52
52
  "systemTags"?: {
@@ -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/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.77.1/opsi/AddExadataInsightMembers.ts.html |here} to see how to use AddExadataInsightMembersRequest.
17
17
  */
18
18
  export interface AddExadataInsightMembersRequest extends common.BaseRequest {
19
19
  /**
@@ -25,7 +25,7 @@ export interface AddExadataInsightMembersRequest extends common.BaseRequest {
25
25
  */
26
26
  "exadataInsightId": string;
27
27
  /**
28
- * Used for optimistic concurrency control. In the update or delete call for a resource, set the `if-match`
28
+ * Used for optimistic concurrency control. In the update or delete call for a resource, set the {@code if-match}
29
29
  * parameter to the value of the etag from a previous get, create, or update response for that resource. The resource
30
30
  * will be updated or deleted only if the etag you provide matches the resource's current etag value.
31
31
  *
@@ -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/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.77.1/opsi/ChangeAutonomousDatabaseInsightAdvancedFeatures.ts.html |here} to see how to use ChangeAutonomousDatabaseInsightAdvancedFeaturesRequest.
17
17
  */
18
18
  export interface ChangeAutonomousDatabaseInsightAdvancedFeaturesRequest extends common.BaseRequest {
19
19
  /**
@@ -25,7 +25,7 @@ export interface ChangeAutonomousDatabaseInsightAdvancedFeaturesRequest extends
25
25
  */
26
26
  "databaseInsightId": string;
27
27
  /**
28
- * Used for optimistic concurrency control. In the update or delete call for a resource, set the `if-match`
28
+ * Used for optimistic concurrency control. In the update or delete call for a resource, set the {@code if-match}
29
29
  * parameter to the value of the etag from a previous get, create, or update response for that resource. The resource
30
30
  * will be updated or deleted only if the etag you provide matches the resource's current etag value.
31
31
  *
@@ -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/ChangeAwrHubSourceCompartment.ts.html |here} to see how to use ChangeAwrHubSourceCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/opsi/ChangeAwrHubSourceCompartment.ts.html |here} to see how to use ChangeAwrHubSourceCompartmentRequest.
17
17
  */
18
18
  export interface ChangeAwrHubSourceCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -25,7 +25,7 @@ export interface ChangeAwrHubSourceCompartmentRequest extends common.BaseRequest
25
25
  */
26
26
  "changeAwrHubSourceCompartmentDetails": model.ChangeAwrHubSourceCompartmentDetails;
27
27
  /**
28
- * Used for optimistic concurrency control. In the update or delete call for a resource, set the `if-match`
28
+ * Used for optimistic concurrency control. In the update or delete call for a resource, set the {@code if-match}
29
29
  * parameter to the value of the etag from a previous get, create, or update response for that resource. The resource
30
30
  * will be updated or deleted only if the etag you provide matches the resource's current etag value.
31
31
  *
@@ -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/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.77.1/opsi/ChangeDatabaseInsightCompartment.ts.html |here} to see how to use ChangeDatabaseInsightCompartmentRequest.
17
17
  */
18
18
  export interface ChangeDatabaseInsightCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -25,7 +25,7 @@ export interface ChangeDatabaseInsightCompartmentRequest extends common.BaseRequ
25
25
  */
26
26
  "changeDatabaseInsightCompartmentDetails": model.ChangeDatabaseInsightCompartmentDetails;
27
27
  /**
28
- * Used for optimistic concurrency control. In the update or delete call for a resource, set the `if-match`
28
+ * Used for optimistic concurrency control. In the update or delete call for a resource, set the {@code if-match}
29
29
  * parameter to the value of the etag from a previous get, create, or update response for that resource. The resource
30
30
  * will be updated or deleted only if the etag you provide matches the resource's current etag value.
31
31
  *