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/ListAddmDbs.ts.html |here} to see how to use ListAddmDbsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/opsi/ListAddmDbs.ts.html |here} to see how to use ListAddmDbsRequest.
17
17
  */
18
18
  export interface ListAddmDbsRequest extends common.BaseRequest {
19
19
  /**
@@ -52,19 +52,19 @@ export interface ListAddmDbsRequest extends common.BaseRequest {
52
52
  * return in a paginated \"List\" call.
53
53
  * For important details about how pagination works, see
54
54
  * [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
55
- * Example: `50`
55
+ * Example: {@code 50}
56
56
  *
57
57
  */
58
58
  "limit"?: number;
59
59
  /**
60
- * For list pagination. The value of the `opc-next-page` response header from
60
+ * For list pagination. The value of the {@code opc-next-page} response header from
61
61
  * the previous \"List\" call. For important details about how pagination works,
62
62
  * see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
63
63
  *
64
64
  */
65
65
  "page"?: string;
66
66
  /**
67
- * The sort order to use, either ascending (`ASC`) or descending (`DESC`).
67
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
68
68
  *
69
69
  */
70
70
  "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/ListAwrDatabaseSnapshots.ts.html |here} to see how to use ListAwrDatabaseSnapshotsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/opsi/ListAwrDatabaseSnapshots.ts.html |here} to see how to use ListAwrDatabaseSnapshotsRequest.
17
17
  */
18
18
  export interface ListAwrDatabaseSnapshotsRequest extends common.BaseRequest {
19
19
  /**
@@ -52,7 +52,7 @@ export interface ListAwrDatabaseSnapshotsRequest extends common.BaseRequest {
52
52
  */
53
53
  "timeLessThanOrEqualTo"?: Date;
54
54
  /**
55
- * For list pagination. The value of the `opc-next-page` response header from
55
+ * For list pagination. The value of the {@code opc-next-page} response header from
56
56
  * the previous \"List\" call. For important details about how pagination works,
57
57
  * see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
58
58
  *
@@ -63,7 +63,7 @@ export interface ListAwrDatabaseSnapshotsRequest extends common.BaseRequest {
63
63
  * return in a paginated \"List\" call.
64
64
  * For important details about how pagination works, see
65
65
  * [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
66
- * Example: `50`
66
+ * Example: {@code 50}
67
67
  *
68
68
  */
69
69
  "limit"?: number;
@@ -72,7 +72,7 @@ export interface ListAwrDatabaseSnapshotsRequest extends common.BaseRequest {
72
72
  */
73
73
  "sortBy"?: ListAwrDatabaseSnapshotsRequest.SortBy;
74
74
  /**
75
- * The sort order to use, either ascending (`ASC`) or descending (`DESC`).
75
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
76
76
  *
77
77
  */
78
78
  "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/ListAwrDatabases.ts.html |here} to see how to use ListAwrDatabasesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/opsi/ListAwrDatabases.ts.html |here} to see how to use ListAwrDatabasesRequest.
17
17
  */
18
18
  export interface ListAwrDatabasesRequest extends common.BaseRequest {
19
19
  /**
@@ -35,7 +35,7 @@ export interface ListAwrDatabasesRequest extends common.BaseRequest {
35
35
  */
36
36
  "timeLessThanOrEqualTo"?: Date;
37
37
  /**
38
- * For list pagination. The value of the `opc-next-page` response header from
38
+ * For list pagination. The value of the {@code opc-next-page} response header from
39
39
  * the previous \"List\" call. For important details about how pagination works,
40
40
  * see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
41
41
  *
@@ -46,7 +46,7 @@ export interface ListAwrDatabasesRequest extends common.BaseRequest {
46
46
  * return in a paginated \"List\" call.
47
47
  * For important details about how pagination works, see
48
48
  * [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
49
- * Example: `50`
49
+ * Example: {@code 50}
50
50
  *
51
51
  */
52
52
  "limit"?: number;
@@ -55,7 +55,7 @@ export interface ListAwrDatabasesRequest extends common.BaseRequest {
55
55
  */
56
56
  "sortBy"?: ListAwrDatabasesRequest.SortBy;
57
57
  /**
58
- * The sort order to use, either ascending (`ASC`) or descending (`DESC`).
58
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
59
59
  *
60
60
  */
61
61
  "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/ListAwrHubObjects.ts.html |here} to see how to use ListAwrHubObjectsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/opsi/ListAwrHubObjects.ts.html |here} to see how to use ListAwrHubObjectsRequest.
16
16
  */
17
17
  export interface ListAwrHubObjectsRequest extends common.BaseRequest {
18
18
  /**
@@ -45,7 +45,7 @@ export interface ListAwrHubObjectsRequest extends common.BaseRequest {
45
45
  */
46
46
  "startAfter"?: string;
47
47
  /**
48
- * For list pagination. The value of the `opc-next-page` response header from
48
+ * For list pagination. The value of the {@code opc-next-page} response header from
49
49
  * the previous \"List\" call. For important details about how pagination works,
50
50
  * see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
51
51
  *
@@ -56,7 +56,7 @@ export interface ListAwrHubObjectsRequest extends common.BaseRequest {
56
56
  * return in a paginated \"List\" call.
57
57
  * For important details about how pagination works, see
58
58
  * [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
59
- * Example: `50`
59
+ * Example: {@code 50}
60
60
  *
61
61
  */
62
62
  "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/ListAwrHubSources.ts.html |here} to see how to use ListAwrHubSourcesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/opsi/ListAwrHubSources.ts.html |here} to see how to use ListAwrHubSourcesRequest.
17
17
  */
18
18
  export interface ListAwrHubSourcesRequest extends common.BaseRequest {
19
19
  /**
@@ -51,19 +51,19 @@ export interface ListAwrHubSourcesRequest extends common.BaseRequest {
51
51
  * return in a paginated \"List\" call.
52
52
  * For important details about how pagination works, see
53
53
  * [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
54
- * Example: `50`
54
+ * Example: {@code 50}
55
55
  *
56
56
  */
57
57
  "limit"?: number;
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
  *
63
63
  */
64
64
  "page"?: string;
65
65
  /**
66
- * The sort order to use, either ascending (`ASC`) or descending (`DESC`).
66
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
67
67
  *
68
68
  */
69
69
  "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/ListAwrHubs.ts.html |here} to see how to use ListAwrHubsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/opsi/ListAwrHubs.ts.html |here} to see how to use ListAwrHubsRequest.
17
17
  */
18
18
  export interface ListAwrHubsRequest extends common.BaseRequest {
19
19
  /**
@@ -41,19 +41,19 @@ export interface ListAwrHubsRequest 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
  *
53
53
  */
54
54
  "page"?: string;
55
55
  /**
56
- * The sort order to use, either ascending (`ASC`) or descending (`DESC`).
56
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
57
57
  *
58
58
  */
59
59
  "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/ListAwrSnapshots.ts.html |here} to see how to use ListAwrSnapshotsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/opsi/ListAwrSnapshots.ts.html |here} to see how to use ListAwrSnapshotsRequest.
17
17
  */
18
18
  export interface ListAwrSnapshotsRequest extends common.BaseRequest {
19
19
  /**
@@ -39,19 +39,19 @@ export interface ListAwrSnapshotsRequest extends common.BaseRequest {
39
39
  * return in a paginated \"List\" call.
40
40
  * For important details about how pagination works, see
41
41
  * [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
42
- * Example: `50`
42
+ * Example: {@code 50}
43
43
  *
44
44
  */
45
45
  "limit"?: number;
46
46
  /**
47
- * For list pagination. The value of the `opc-next-page` response header from
47
+ * For list pagination. The value of the {@code opc-next-page} response header from
48
48
  * the previous \"List\" call. For important details about how pagination works,
49
49
  * see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
50
50
  *
51
51
  */
52
52
  "page"?: string;
53
53
  /**
54
- * The sort order to use, either ascending (`ASC`) or descending (`DESC`).
54
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
55
55
  *
56
56
  */
57
57
  "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/ListDatabaseConfigurations.ts.html |here} to see how to use ListDatabaseConfigurationsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/opsi/ListDatabaseConfigurations.ts.html |here} to see how to use ListDatabaseConfigurationsRequest.
17
17
  */
18
18
  export interface ListDatabaseConfigurationsRequest extends common.BaseRequest {
19
19
  /**
@@ -55,24 +55,24 @@ export interface ListDatabaseConfigurationsRequest extends common.BaseRequest {
55
55
  * return in a paginated \"List\" call.
56
56
  * For important details about how pagination works, see
57
57
  * [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
58
- * Example: `50`
58
+ * Example: {@code 50}
59
59
  *
60
60
  */
61
61
  "limit"?: number;
62
62
  /**
63
- * For list pagination. The value of the `opc-next-page` response header from
63
+ * For list pagination. The value of the {@code opc-next-page} response header from
64
64
  * the previous \"List\" call. For important details about how pagination works,
65
65
  * see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
66
66
  *
67
67
  */
68
68
  "page"?: string;
69
69
  /**
70
- * The sort order to use, either ascending (`ASC`) or descending (`DESC`).
70
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
71
71
  *
72
72
  */
73
73
  "sortOrder"?: model.SortOrder;
74
74
  /**
75
- * Database configuration list sort options. If `fields` parameter is selected, the `sortBy` parameter must be one of the fields specified.
75
+ * Database configuration list sort options. If {@code fields} parameter is selected, the {@code sortBy} parameter must be one of the fields specified.
76
76
  *
77
77
  */
78
78
  "sortBy"?: ListDatabaseConfigurationsRequest.SortBy;
@@ -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/ListDatabaseInsights.ts.html |here} to see how to use ListDatabaseInsightsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/opsi/ListDatabaseInsights.ts.html |here} to see how to use ListDatabaseInsightsRequest.
17
17
  */
18
18
  export interface ListDatabaseInsightsRequest extends common.BaseRequest {
19
19
  /**
@@ -58,24 +58,24 @@ export interface ListDatabaseInsightsRequest extends common.BaseRequest {
58
58
  * return in a paginated \"List\" call.
59
59
  * For important details about how pagination works, see
60
60
  * [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
61
- * Example: `50`
61
+ * Example: {@code 50}
62
62
  *
63
63
  */
64
64
  "limit"?: number;
65
65
  /**
66
- * For list pagination. The value of the `opc-next-page` response header from
66
+ * For list pagination. The value of the {@code opc-next-page} response header from
67
67
  * the previous \"List\" call. For important details about how pagination works,
68
68
  * see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
69
69
  *
70
70
  */
71
71
  "page"?: string;
72
72
  /**
73
- * The sort order to use, either ascending (`ASC`) or descending (`DESC`).
73
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
74
74
  *
75
75
  */
76
76
  "sortOrder"?: model.SortOrder;
77
77
  /**
78
- * Database insight list sort options. If `fields` parameter is selected, the `sortBy` parameter must be one of the fields specified.
78
+ * Database insight list sort options. If {@code fields} parameter is selected, the {@code sortBy} parameter must be one of the fields specified.
79
79
  *
80
80
  */
81
81
  "sortBy"?: ListDatabaseInsightsRequest.SortBy;
@@ -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/ListEnterpriseManagerBridges.ts.html |here} to see how to use ListEnterpriseManagerBridgesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/opsi/ListEnterpriseManagerBridges.ts.html |here} to see how to use ListEnterpriseManagerBridgesRequest.
17
17
  */
18
18
  export interface ListEnterpriseManagerBridgesRequest extends common.BaseRequest {
19
19
  /**
@@ -37,19 +37,19 @@ export interface ListEnterpriseManagerBridgesRequest extends common.BaseRequest
37
37
  * return in a paginated \"List\" call.
38
38
  * For important details about how pagination works, see
39
39
  * [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
40
- * Example: `50`
40
+ * Example: {@code 50}
41
41
  *
42
42
  */
43
43
  "limit"?: number;
44
44
  /**
45
- * For list pagination. The value of the `opc-next-page` response header from
45
+ * For list pagination. The value of the {@code opc-next-page} response header from
46
46
  * the previous \"List\" call. For important details about how pagination works,
47
47
  * see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
48
48
  *
49
49
  */
50
50
  "page"?: string;
51
51
  /**
52
- * The sort order to use, either ascending (`ASC`) or descending (`DESC`).
52
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
53
53
  *
54
54
  */
55
55
  "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/ListExadataConfigurations.ts.html |here} to see how to use ListExadataConfigurationsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/opsi/ListExadataConfigurations.ts.html |here} to see how to use ListExadataConfigurationsRequest.
17
17
  */
18
18
  export interface ListExadataConfigurationsRequest extends common.BaseRequest {
19
19
  /**
@@ -36,24 +36,24 @@ export interface ListExadataConfigurationsRequest extends common.BaseRequest {
36
36
  * return in a paginated \"List\" call.
37
37
  * For important details about how pagination works, see
38
38
  * [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
39
- * Example: `50`
39
+ * Example: {@code 50}
40
40
  *
41
41
  */
42
42
  "limit"?: number;
43
43
  /**
44
- * For list pagination. The value of the `opc-next-page` response header from
44
+ * For list pagination. The value of the {@code opc-next-page} response header from
45
45
  * the previous \"List\" call. For important details about how pagination works,
46
46
  * see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
47
47
  *
48
48
  */
49
49
  "page"?: string;
50
50
  /**
51
- * The sort order to use, either ascending (`ASC`) or descending (`DESC`).
51
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
52
52
  *
53
53
  */
54
54
  "sortOrder"?: model.SortOrder;
55
55
  /**
56
- * Exadata configuration list sort options. If `fields` parameter is selected, the `sortBy` parameter must be one of the fields specified.
56
+ * Exadata configuration list sort options. If {@code fields} parameter is selected, the {@code sortBy} parameter must be one of the fields specified.
57
57
  *
58
58
  */
59
59
  "sortBy"?: ListExadataConfigurationsRequest.SortBy;
@@ -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/ListExadataInsights.ts.html |here} to see how to use ListExadataInsightsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/opsi/ListExadataInsights.ts.html |here} to see how to use ListExadataInsightsRequest.
17
17
  */
18
18
  export interface ListExadataInsightsRequest extends common.BaseRequest {
19
19
  /**
@@ -48,24 +48,24 @@ export interface ListExadataInsightsRequest extends common.BaseRequest {
48
48
  * return in a paginated \"List\" call.
49
49
  * For important details about how pagination works, see
50
50
  * [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
51
- * Example: `50`
51
+ * Example: {@code 50}
52
52
  *
53
53
  */
54
54
  "limit"?: number;
55
55
  /**
56
- * For list pagination. The value of the `opc-next-page` response header from
56
+ * For list pagination. The value of the {@code opc-next-page} response header from
57
57
  * the previous \"List\" call. For important details about how pagination works,
58
58
  * see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
59
59
  *
60
60
  */
61
61
  "page"?: string;
62
62
  /**
63
- * The sort order to use, either ascending (`ASC`) or descending (`DESC`).
63
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
64
64
  *
65
65
  */
66
66
  "sortOrder"?: model.SortOrder;
67
67
  /**
68
- * Exadata insight list sort options. If `fields` parameter is selected, the `sortBy` parameter must be one of the fields specified. Default order for timeCreated is descending. Default order for exadataName is ascending. If no value is specified timeCreated is default.
68
+ * Exadata insight list sort options. If {@code fields} parameter is selected, the {@code sortBy} parameter must be one of the fields specified. Default order for timeCreated is descending. Default order for exadataName is ascending. If no value is specified timeCreated is default.
69
69
  *
70
70
  */
71
71
  "sortBy"?: ListExadataInsightsRequest.SortBy;
@@ -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/ListHostConfigurations.ts.html |here} to see how to use ListHostConfigurationsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/opsi/ListHostConfigurations.ts.html |here} to see how to use ListHostConfigurationsRequest.
17
17
  */
18
18
  export interface ListHostConfigurationsRequest extends common.BaseRequest {
19
19
  /**
@@ -47,19 +47,19 @@ export interface ListHostConfigurationsRequest extends common.BaseRequest {
47
47
  * return in a paginated \"List\" call.
48
48
  * For important details about how pagination works, see
49
49
  * [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
50
- * Example: `50`
50
+ * Example: {@code 50}
51
51
  *
52
52
  */
53
53
  "limit"?: number;
54
54
  /**
55
- * For list pagination. The value of the `opc-next-page` response header from
55
+ * For list pagination. The value of the {@code opc-next-page} response header from
56
56
  * the previous \"List\" call. For important details about how pagination works,
57
57
  * see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
58
58
  *
59
59
  */
60
60
  "page"?: string;
61
61
  /**
62
- * The sort order to use, either ascending (`ASC`) or descending (`DESC`).
62
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
63
63
  *
64
64
  */
65
65
  "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/ListHostInsights.ts.html |here} to see how to use ListHostInsightsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/opsi/ListHostInsights.ts.html |here} to see how to use ListHostInsightsRequest.
17
17
  */
18
18
  export interface ListHostInsightsRequest extends common.BaseRequest {
19
19
  /**
@@ -52,24 +52,24 @@ export interface ListHostInsightsRequest extends common.BaseRequest {
52
52
  * return in a paginated \"List\" call.
53
53
  * For important details about how pagination works, see
54
54
  * [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
55
- * Example: `50`
55
+ * Example: {@code 50}
56
56
  *
57
57
  */
58
58
  "limit"?: number;
59
59
  /**
60
- * For list pagination. The value of the `opc-next-page` response header from
60
+ * For list pagination. The value of the {@code opc-next-page} response header from
61
61
  * the previous \"List\" call. For important details about how pagination works,
62
62
  * see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
63
63
  *
64
64
  */
65
65
  "page"?: string;
66
66
  /**
67
- * The sort order to use, either ascending (`ASC`) or descending (`DESC`).
67
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
68
68
  *
69
69
  */
70
70
  "sortOrder"?: model.SortOrder;
71
71
  /**
72
- * Host insight list sort options. If `fields` parameter is selected, the `sortBy` parameter must be one of the fields specified.
72
+ * Host insight list sort options. If {@code fields} parameter is selected, the {@code sortBy} parameter must be one of the fields specified.
73
73
  *
74
74
  */
75
75
  "sortBy"?: ListHostInsightsRequest.SortBy;
@@ -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/ListHostedEntities.ts.html |here} to see how to use ListHostedEntitiesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/opsi/ListHostedEntities.ts.html |here} to see how to use ListHostedEntitiesRequest.
17
17
  */
18
18
  export interface ListHostedEntitiesRequest extends common.BaseRequest {
19
19
  /**
@@ -68,19 +68,19 @@ export interface ListHostedEntitiesRequest extends common.BaseRequest {
68
68
  * return in a paginated \"List\" call.
69
69
  * For important details about how pagination works, see
70
70
  * [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
71
- * Example: `50`
71
+ * Example: {@code 50}
72
72
  *
73
73
  */
74
74
  "limit"?: number;
75
75
  /**
76
- * For list pagination. The value of the `opc-next-page` response header from
76
+ * For list pagination. The value of the {@code opc-next-page} response header from
77
77
  * the previous \"List\" call. For important details about how pagination works,
78
78
  * see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
79
79
  *
80
80
  */
81
81
  "page"?: string;
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;
@@ -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/ListImportableAgentEntities.ts.html |here} to see how to use ListImportableAgentEntitiesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/opsi/ListImportableAgentEntities.ts.html |here} to see how to use ListImportableAgentEntitiesRequest.
17
17
  */
18
18
  export interface ListImportableAgentEntitiesRequest extends common.BaseRequest {
19
19
  /**
@@ -25,19 +25,19 @@ export interface ListImportableAgentEntitiesRequest extends common.BaseRequest {
25
25
  * return in a paginated \"List\" call.
26
26
  * For important details about how pagination works, see
27
27
  * [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
28
- * Example: `50`
28
+ * Example: {@code 50}
29
29
  *
30
30
  */
31
31
  "limit"?: number;
32
32
  /**
33
- * For list pagination. The value of the `opc-next-page` response header from
33
+ * For list pagination. The value of the {@code opc-next-page} response header from
34
34
  * the previous \"List\" call. For important details about how pagination works,
35
35
  * see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
36
36
  *
37
37
  */
38
38
  "page"?: string;
39
39
  /**
40
- * The sort order to use, either ascending (`ASC`) or descending (`DESC`).
40
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
41
41
  *
42
42
  */
43
43
  "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/ListImportableComputeEntities.ts.html |here} to see how to use ListImportableComputeEntitiesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/opsi/ListImportableComputeEntities.ts.html |here} to see how to use ListImportableComputeEntitiesRequest.
17
17
  */
18
18
  export interface ListImportableComputeEntitiesRequest extends common.BaseRequest {
19
19
  /**
@@ -25,19 +25,19 @@ export interface ListImportableComputeEntitiesRequest extends common.BaseRequest
25
25
  * return in a paginated \"List\" call.
26
26
  * For important details about how pagination works, see
27
27
  * [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
28
- * Example: `50`
28
+ * Example: {@code 50}
29
29
  *
30
30
  */
31
31
  "limit"?: number;
32
32
  /**
33
- * For list pagination. The value of the `opc-next-page` response header from
33
+ * For list pagination. The value of the {@code opc-next-page} response header from
34
34
  * the previous \"List\" call. For important details about how pagination works,
35
35
  * see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
36
36
  *
37
37
  */
38
38
  "page"?: string;
39
39
  /**
40
- * The sort order to use, either ascending (`ASC`) or descending (`DESC`).
40
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
41
41
  *
42
42
  */
43
43
  "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/ListImportableEnterpriseManagerEntities.ts.html |here} to see how to use ListImportableEnterpriseManagerEntitiesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/opsi/ListImportableEnterpriseManagerEntities.ts.html |here} to see how to use ListImportableEnterpriseManagerEntitiesRequest.
16
16
  */
17
17
  export interface ListImportableEnterpriseManagerEntitiesRequest extends common.BaseRequest {
18
18
  /**
@@ -24,12 +24,12 @@ export interface ListImportableEnterpriseManagerEntitiesRequest extends common.B
24
24
  * return in a paginated \"List\" call.
25
25
  * For important details about how pagination works, see
26
26
  * [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
27
- * Example: `50`
27
+ * Example: {@code 50}
28
28
  *
29
29
  */
30
30
  "limit"?: number;
31
31
  /**
32
- * For list pagination. The value of the `opc-next-page` response header from
32
+ * For list pagination. The value of the {@code opc-next-page} response header from
33
33
  * the previous \"List\" call. For important details about how pagination works,
34
34
  * see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
35
35
  *