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/ListNewsReports.ts.html |here} to see how to use ListNewsReportsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/opsi/ListNewsReports.ts.html |here} to see how to use ListNewsReportsRequest.
17
17
  */
18
18
  export interface ListNewsReportsRequest extends common.BaseRequest {
19
19
  /**
@@ -37,24 +37,24 @@ export interface ListNewsReportsRequest 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;
56
56
  /**
57
- * News report list sort options. If `fields` parameter is selected, the `sortBy` parameter must be one of the fields specified.
57
+ * News report list sort options. If {@code fields} parameter is selected, the {@code sortBy} parameter must be one of the fields specified.
58
58
  *
59
59
  */
60
60
  "sortBy"?: ListNewsReportsRequest.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/ListOperationsInsightsPrivateEndpoints.ts.html |here} to see how to use ListOperationsInsightsPrivateEndpointsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/opsi/ListOperationsInsightsPrivateEndpoints.ts.html |here} to see how to use ListOperationsInsightsPrivateEndpointsRequest.
17
17
  */
18
18
  export interface ListOperationsInsightsPrivateEndpointsRequest extends common.BaseRequest {
19
19
  /**
@@ -45,19 +45,19 @@ export interface ListOperationsInsightsPrivateEndpointsRequest extends common.Ba
45
45
  * return in a paginated \"List\" call.
46
46
  * For important details about how pagination works, see
47
47
  * [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
48
- * Example: `50`
48
+ * Example: {@code 50}
49
49
  *
50
50
  */
51
51
  "limit"?: number;
52
52
  /**
53
- * For list pagination. The value of the `opc-next-page` response header from
53
+ * For list pagination. The value of the {@code opc-next-page} response header from
54
54
  * the previous \"List\" call. For important details about how pagination works,
55
55
  * see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
56
56
  *
57
57
  */
58
58
  "page"?: string;
59
59
  /**
60
- * The sort order to use, either ascending (`ASC`) or descending (`DESC`).
60
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
61
61
  *
62
62
  */
63
63
  "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/ListOperationsInsightsWarehouseUsers.ts.html |here} to see how to use ListOperationsInsightsWarehouseUsersRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/opsi/ListOperationsInsightsWarehouseUsers.ts.html |here} to see how to use ListOperationsInsightsWarehouseUsersRequest.
17
17
  */
18
18
  export interface ListOperationsInsightsWarehouseUsersRequest extends common.BaseRequest {
19
19
  /**
@@ -41,19 +41,19 @@ export interface ListOperationsInsightsWarehouseUsersRequest extends common.Base
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/ListOperationsInsightsWarehouses.ts.html |here} to see how to use ListOperationsInsightsWarehousesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/opsi/ListOperationsInsightsWarehouses.ts.html |here} to see how to use ListOperationsInsightsWarehousesRequest.
17
17
  */
18
18
  export interface ListOperationsInsightsWarehousesRequest extends common.BaseRequest {
19
19
  /**
@@ -37,19 +37,19 @@ export interface ListOperationsInsightsWarehousesRequest extends common.BaseRequ
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/ListOpsiConfigurations.ts.html |here} to see how to use ListOpsiConfigurationsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/opsi/ListOpsiConfigurations.ts.html |here} to see how to use ListOpsiConfigurationsRequest.
17
17
  */
18
18
  export interface ListOpsiConfigurationsRequest extends common.BaseRequest {
19
19
  /**
@@ -37,19 +37,19 @@ export interface ListOpsiConfigurationsRequest 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/ListOpsiDataObjects.ts.html |here} to see how to use ListOpsiDataObjectsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/opsi/ListOpsiDataObjects.ts.html |here} to see how to use ListOpsiDataObjectsRequest.
17
17
  */
18
18
  export interface ListOpsiDataObjectsRequest extends common.BaseRequest {
19
19
  /**
@@ -33,19 +33,19 @@ export interface ListOpsiDataObjectsRequest extends common.BaseRequest {
33
33
  * return in a paginated \"List\" call.
34
34
  * For important details about how pagination works, see
35
35
  * [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
36
- * Example: `50`
36
+ * Example: {@code 50}
37
37
  *
38
38
  */
39
39
  "limit"?: number;
40
40
  /**
41
- * For list pagination. The value of the `opc-next-page` response header from
41
+ * For list pagination. The value of the {@code opc-next-page} response header from
42
42
  * the previous \"List\" call. For important details about how pagination works,
43
43
  * see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
44
44
  *
45
45
  */
46
46
  "page"?: string;
47
47
  /**
48
- * The sort order to use, either ascending (`ASC`) or descending (`DESC`).
48
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
49
49
  *
50
50
  */
51
51
  "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/ListSqlPlans.ts.html |here} to see how to use ListSqlPlansRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/opsi/ListSqlPlans.ts.html |here} to see how to use ListSqlPlansRequest.
16
16
  */
17
17
  export interface ListSqlPlansRequest extends common.BaseRequest {
18
18
  /**
@@ -21,13 +21,13 @@ export interface ListSqlPlansRequest extends common.BaseRequest {
21
21
  "compartmentId": string;
22
22
  /**
23
23
  * Unique SQL_ID for a SQL Statement.
24
- * Example: `6rgjh9bjmy2s7`
24
+ * Example: {@code 6rgjh9bjmy2s7}
25
25
  *
26
26
  */
27
27
  "sqlIdentifier": string;
28
28
  /**
29
29
  * Unique plan hash for a SQL Plan of a particular SQL Statement.
30
- * Example: `9820154385`
30
+ * Example: {@code 9820154385}
31
31
  *
32
32
  */
33
33
  "planHash": Array<number>;
@@ -42,7 +42,7 @@ export interface ListSqlPlansRequest extends common.BaseRequest {
42
42
  */
43
43
  "id"?: string;
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
  *
@@ -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/ListSqlSearches.ts.html |here} to see how to use ListSqlSearchesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/opsi/ListSqlSearches.ts.html |here} to see how to use ListSqlSearchesRequest.
16
16
  */
17
17
  export interface ListSqlSearchesRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface ListSqlSearchesRequest extends common.BaseRequest {
21
21
  "compartmentId": string;
22
22
  /**
23
23
  * Unique SQL_ID for a SQL Statement.
24
- * Example: `6rgjh9bjmy2s7`
24
+ * Example: {@code 6rgjh9bjmy2s7}
25
25
  *
26
26
  */
27
27
  "sqlIdentifier": string;
@@ -51,7 +51,7 @@ export interface ListSqlSearchesRequest extends common.BaseRequest {
51
51
  */
52
52
  "timeIntervalEnd"?: Date;
53
53
  /**
54
- * For list pagination. The value of the `opc-next-page` response header from
54
+ * For list pagination. The value of the {@code opc-next-page} response header from
55
55
  * the previous \"List\" call. For important details about how pagination works,
56
56
  * see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
57
57
  *
@@ -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/ListSqlTexts.ts.html |here} to see how to use ListSqlTextsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/opsi/ListSqlTexts.ts.html |here} to see how to use ListSqlTextsRequest.
16
16
  */
17
17
  export interface ListSqlTextsRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface ListSqlTextsRequest extends common.BaseRequest {
21
21
  "compartmentId": string;
22
22
  /**
23
23
  * One or more unique SQL_IDs for a SQL Statement.
24
- * Example: `6rgjh9bjmy2s7`
24
+ * Example: {@code 6rgjh9bjmy2s7}
25
25
  *
26
26
  */
27
27
  "sqlIdentifier": Array<string>;
@@ -36,7 +36,7 @@ export interface ListSqlTextsRequest extends common.BaseRequest {
36
36
  */
37
37
  "id"?: Array<string>;
38
38
  /**
39
- * For list pagination. The value of the `opc-next-page` response header from
39
+ * For list pagination. The value of the {@code opc-next-page} response header from
40
40
  * the previous \"List\" call. For important details about how pagination works,
41
41
  * see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
42
42
  *
@@ -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/ListWarehouseDataObjects.ts.html |here} to see how to use ListWarehouseDataObjectsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/opsi/ListWarehouseDataObjects.ts.html |here} to see how to use ListWarehouseDataObjectsRequest.
17
17
  */
18
18
  export interface ListWarehouseDataObjectsRequest extends common.BaseRequest {
19
19
  /**
@@ -42,19 +42,19 @@ export interface ListWarehouseDataObjectsRequest extends common.BaseRequest {
42
42
  * return in a paginated \"List\" call.
43
43
  * For important details about how pagination works, see
44
44
  * [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
45
- * Example: `50`
45
+ * Example: {@code 50}
46
46
  *
47
47
  */
48
48
  "limit"?: number;
49
49
  /**
50
- * For list pagination. The value of the `opc-next-page` response header from
50
+ * For list pagination. The value of the {@code opc-next-page} response header from
51
51
  * the previous \"List\" call. For important details about how pagination works,
52
52
  * see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
53
53
  *
54
54
  */
55
55
  "page"?: string;
56
56
  /**
57
- * The sort order to use, either ascending (`ASC`) or descending (`DESC`).
57
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
58
58
  *
59
59
  */
60
60
  "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/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/opsi/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
17
17
  */
18
18
  export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
19
19
  /**
@@ -27,7 +27,7 @@ export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
27
27
  */
28
28
  "opcRequestId"?: string;
29
29
  /**
30
- * For list pagination. The value of the `opc-next-page` response header from
30
+ * For list pagination. The value of the {@code opc-next-page} response header from
31
31
  * the previous \"List\" call. For important details about how pagination works,
32
32
  * see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
33
33
  *
@@ -38,7 +38,7 @@ export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
38
38
  * return in a paginated \"List\" call.
39
39
  * For important details about how pagination works, see
40
40
  * [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
41
- * Example: `50`
41
+ * Example: {@code 50}
42
42
  *
43
43
  */
44
44
  "limit"?: number;
@@ -48,7 +48,7 @@ export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
48
48
  */
49
49
  "sortBy"?: ListWorkRequestErrorsRequest.SortBy;
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;
@@ -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/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/opsi/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
17
17
  */
18
18
  export interface ListWorkRequestLogsRequest extends common.BaseRequest {
19
19
  /**
@@ -27,7 +27,7 @@ export interface ListWorkRequestLogsRequest extends common.BaseRequest {
27
27
  */
28
28
  "opcRequestId"?: string;
29
29
  /**
30
- * For list pagination. The value of the `opc-next-page` response header from
30
+ * For list pagination. The value of the {@code opc-next-page} response header from
31
31
  * the previous \"List\" call. For important details about how pagination works,
32
32
  * see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
33
33
  *
@@ -38,7 +38,7 @@ export interface ListWorkRequestLogsRequest extends common.BaseRequest {
38
38
  * return in a paginated \"List\" call.
39
39
  * For important details about how pagination works, see
40
40
  * [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
41
- * Example: `50`
41
+ * Example: {@code 50}
42
42
  *
43
43
  */
44
44
  "limit"?: number;
@@ -48,7 +48,7 @@ export interface ListWorkRequestLogsRequest extends common.BaseRequest {
48
48
  */
49
49
  "sortBy"?: ListWorkRequestLogsRequest.SortBy;
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;
@@ -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/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/opsi/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
17
17
  */
18
18
  export interface ListWorkRequestsRequest extends common.BaseRequest {
19
19
  /**
@@ -23,7 +23,7 @@ export interface ListWorkRequestsRequest extends common.BaseRequest {
23
23
  */
24
24
  "opcRequestId"?: string;
25
25
  /**
26
- * For list pagination. The value of the `opc-next-page` response header from
26
+ * For list pagination. The value of the {@code opc-next-page} response header from
27
27
  * the previous \"List\" call. For important details about how pagination works,
28
28
  * see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
29
29
  *
@@ -34,7 +34,7 @@ export interface ListWorkRequestsRequest extends common.BaseRequest {
34
34
  * return in a paginated \"List\" call.
35
35
  * For important details about how pagination works, see
36
36
  * [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
37
- * Example: `50`
37
+ * Example: {@code 50}
38
38
  *
39
39
  */
40
40
  "limit"?: number;
@@ -59,7 +59,7 @@ export interface ListWorkRequestsRequest extends common.BaseRequest {
59
59
  */
60
60
  "relatedResourceId"?: 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;
@@ -14,7 +14,7 @@
14
14
  import common = require("oci-common");
15
15
  import stream = require("stream");
16
16
  /**
17
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/opsi/PutAwrHubObject.ts.html |here} to see how to use PutAwrHubObjectRequest.
17
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/opsi/PutAwrHubObject.ts.html |here} to see how to use PutAwrHubObjectRequest.
18
18
  */
19
19
  export interface PutAwrHubObjectRequest extends common.BaseRequest {
20
20
  /**
@@ -30,7 +30,7 @@ export interface PutAwrHubObjectRequest extends common.BaseRequest {
30
30
  */
31
31
  "objectName": string;
32
32
  /**
33
- * Used for optimistic concurrency control. In the update or delete call for a resource, set the `if-match`
33
+ * Used for optimistic concurrency control. In the update or delete call for a resource, set the {@code if-match}
34
34
  * parameter to the value of the etag from a previous get, create, or update response for that resource. The resource
35
35
  * will be updated or deleted only if the etag you provide matches the resource's current etag value.
36
36
  *
@@ -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/QueryOpsiDataObjectData.ts.html |here} to see how to use QueryOpsiDataObjectDataRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/opsi/QueryOpsiDataObjectData.ts.html |here} to see how to use QueryOpsiDataObjectDataRequest.
17
17
  */
18
18
  export interface QueryOpsiDataObjectDataRequest extends common.BaseRequest {
19
19
  /**
@@ -29,12 +29,12 @@ export interface QueryOpsiDataObjectDataRequest extends common.BaseRequest {
29
29
  * return in a paginated \"List\" call.
30
30
  * For important details about how pagination works, see
31
31
  * [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
32
- * Example: `50`
32
+ * Example: {@code 50}
33
33
  *
34
34
  */
35
35
  "limit"?: number;
36
36
  /**
37
- * For list pagination. The value of the `opc-next-page` response header from
37
+ * For list pagination. The value of the {@code opc-next-page} response header from
38
38
  * the previous \"List\" call. For important details about how pagination works,
39
39
  * see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
40
40
  *
@@ -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/QueryWarehouseDataObjectData.ts.html |here} to see how to use QueryWarehouseDataObjectDataRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/opsi/QueryWarehouseDataObjectData.ts.html |here} to see how to use QueryWarehouseDataObjectDataRequest.
17
17
  */
18
18
  export interface QueryWarehouseDataObjectDataRequest extends common.BaseRequest {
19
19
  /**
@@ -34,12 +34,12 @@ export interface QueryWarehouseDataObjectDataRequest extends common.BaseRequest
34
34
  * return in a paginated \"List\" call.
35
35
  * For important details about how pagination works, see
36
36
  * [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
37
- * Example: `50`
37
+ * Example: {@code 50}
38
38
  *
39
39
  */
40
40
  "limit"?: number;
41
41
  /**
42
- * For list pagination. The value of the `opc-next-page` response header from
42
+ * For list pagination. The value of the {@code opc-next-page} response header from
43
43
  * the previous \"List\" call. For important details about how pagination works,
44
44
  * see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
45
45
  *
@@ -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/RotateOperationsInsightsWarehouseWallet.ts.html |here} to see how to use RotateOperationsInsightsWarehouseWalletRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/opsi/RotateOperationsInsightsWarehouseWallet.ts.html |here} to see how to use RotateOperationsInsightsWarehouseWalletRequest.
16
16
  */
17
17
  export interface RotateOperationsInsightsWarehouseWalletRequest extends common.BaseRequest {
18
18
  /**
@@ -26,7 +26,7 @@ export interface RotateOperationsInsightsWarehouseWalletRequest extends common.B
26
26
  */
27
27
  "opcRequestId"?: string;
28
28
  /**
29
- * Used for optimistic concurrency control. In the update or delete call for a resource, set the `if-match`
29
+ * Used for optimistic concurrency control. In the update or delete call for a resource, set the {@code if-match}
30
30
  * parameter to the value of the etag from a previous get, create, or update response for that resource. The resource
31
31
  * will be updated or deleted only if the etag you provide matches the resource's current etag value.
32
32
  *
@@ -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/SummarizeAddmDbFindings.ts.html |here} to see how to use SummarizeAddmDbFindingsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/opsi/SummarizeAddmDbFindings.ts.html |here} to see how to use SummarizeAddmDbFindingsRequest.
17
17
  */
18
18
  export interface SummarizeAddmDbFindingsRequest extends common.BaseRequest {
19
19
  /**
@@ -61,19 +61,19 @@ export interface SummarizeAddmDbFindingsRequest extends common.BaseRequest {
61
61
  * return in a paginated \"List\" call.
62
62
  * For important details about how pagination works, see
63
63
  * [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
64
- * Example: `50`
64
+ * Example: {@code 50}
65
65
  *
66
66
  */
67
67
  "limit"?: number;
68
68
  /**
69
- * For list pagination. The value of the `opc-next-page` response header from
69
+ * For list pagination. The value of the {@code opc-next-page} response header from
70
70
  * the previous \"List\" call. For important details about how pagination works,
71
71
  * see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
72
72
  *
73
73
  */
74
74
  "page"?: string;
75
75
  /**
76
- * The sort order to use, either ascending (`ASC`) or descending (`DESC`).
76
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
77
77
  *
78
78
  */
79
79
  "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/SummarizeAddmDbParameterChanges.ts.html |here} to see how to use SummarizeAddmDbParameterChangesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/opsi/SummarizeAddmDbParameterChanges.ts.html |here} to see how to use SummarizeAddmDbParameterChangesRequest.
17
17
  */
18
18
  export interface SummarizeAddmDbParameterChangesRequest extends common.BaseRequest {
19
19
  /**
@@ -68,19 +68,19 @@ export interface SummarizeAddmDbParameterChangesRequest extends common.BaseReque
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/SummarizeAddmDbParameters.ts.html |here} to see how to use SummarizeAddmDbParametersRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/opsi/SummarizeAddmDbParameters.ts.html |here} to see how to use SummarizeAddmDbParametersRequest.
17
17
  */
18
18
  export interface SummarizeAddmDbParametersRequest extends common.BaseRequest {
19
19
  /**
@@ -87,19 +87,19 @@ export interface SummarizeAddmDbParametersRequest extends common.BaseRequest {
87
87
  * return in a paginated \"List\" call.
88
88
  * For important details about how pagination works, see
89
89
  * [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
90
- * Example: `50`
90
+ * Example: {@code 50}
91
91
  *
92
92
  */
93
93
  "limit"?: number;
94
94
  /**
95
- * For list pagination. The value of the `opc-next-page` response header from
95
+ * For list pagination. The value of the {@code opc-next-page} response header from
96
96
  * the previous \"List\" call. For important details about how pagination works,
97
97
  * see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
98
98
  *
99
99
  */
100
100
  "page"?: string;
101
101
  /**
102
- * The sort order to use, either ascending (`ASC`) or descending (`DESC`).
102
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
103
103
  *
104
104
  */
105
105
  "sortOrder"?: model.SortOrder;