oci-opsi 2.76.1 → 2.77.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (364) hide show
  1. package/lib/client.d.ts +182 -176
  2. package/lib/client.js +184 -175
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/awr-hub-source-summary.d.ts +4 -4
  5. package/lib/model/awr-hub-source.d.ts +4 -4
  6. package/lib/model/awr-hub-summary.d.ts +3 -3
  7. package/lib/model/awr-hub.d.ts +3 -3
  8. package/lib/model/create-awr-hub-details.d.ts +2 -2
  9. package/lib/model/create-awr-hub-source-details.d.ts +2 -2
  10. package/lib/model/create-database-insight-details.d.ts +2 -2
  11. package/lib/model/create-enterprise-manager-bridge-details.d.ts +2 -2
  12. package/lib/model/create-exadata-insight-details.d.ts +2 -2
  13. package/lib/model/create-host-insight-details.d.ts +2 -2
  14. package/lib/model/create-news-report-details.d.ts +2 -2
  15. package/lib/model/create-operations-insights-private-endpoint-details.d.ts +2 -2
  16. package/lib/model/create-operations-insights-warehouse-details.d.ts +2 -2
  17. package/lib/model/create-operations-insights-warehouse-user-details.d.ts +2 -2
  18. package/lib/model/create-opsi-configuration-details.d.ts +3 -3
  19. package/lib/model/create-pe-comanaged-database-insight-details.d.ts +1 -1
  20. package/lib/model/database-configuration-metric-group.d.ts +1 -1
  21. package/lib/model/database-configuration-summary.d.ts +2 -2
  22. package/lib/model/database-insight-summary.d.ts +3 -3
  23. package/lib/model/database-insight.d.ts +3 -3
  24. package/lib/model/enable-pe-comanaged-database-insight-details.d.ts +3 -3
  25. package/lib/model/enterprise-manager-bridge-summary.d.ts +3 -3
  26. package/lib/model/enterprise-manager-bridge.d.ts +3 -3
  27. package/lib/model/exadata-configuration-summary.d.ts +2 -2
  28. package/lib/model/exadata-insight-summary.d.ts +3 -3
  29. package/lib/model/exadata-insight.d.ts +3 -3
  30. package/lib/model/host-configuration-metric-group.d.ts +1 -1
  31. package/lib/model/host-configuration-summary.d.ts +2 -2
  32. package/lib/model/host-insight-summary.d.ts +3 -3
  33. package/lib/model/host-insight.d.ts +3 -3
  34. package/lib/model/host-performance-metric-group.d.ts +1 -1
  35. package/lib/model/host-top-processes.d.ts +1 -1
  36. package/lib/model/my-sql-sql-text.d.ts +5 -5
  37. package/lib/model/news-report-summary.d.ts +3 -3
  38. package/lib/model/news-report.d.ts +3 -3
  39. package/lib/model/object-summary.d.ts +1 -1
  40. package/lib/model/operations-insights-private-endpoint-summary.d.ts +3 -3
  41. package/lib/model/operations-insights-private-endpoint.d.ts +3 -3
  42. package/lib/model/operations-insights-warehouse-summary.d.ts +3 -3
  43. package/lib/model/operations-insights-warehouse-user-summary.d.ts +3 -3
  44. package/lib/model/operations-insights-warehouse-user.d.ts +3 -3
  45. package/lib/model/operations-insights-warehouse.d.ts +3 -3
  46. package/lib/model/opsi-configuration-summary.d.ts +3 -3
  47. package/lib/model/opsi-configuration.d.ts +3 -3
  48. package/lib/model/projected-data-item.d.ts +1 -1
  49. package/lib/model/sql-bucket.d.ts +8 -8
  50. package/lib/model/sql-insight-aggregation.d.ts +7 -7
  51. package/lib/model/sql-inventory.d.ts +3 -3
  52. package/lib/model/sql-plan-insights.d.ts +5 -5
  53. package/lib/model/sql-plan-line.d.ts +35 -35
  54. package/lib/model/sql-stats.d.ts +6 -6
  55. package/lib/model/sql-text.d.ts +6 -6
  56. package/lib/model/update-awr-hub-details.d.ts +2 -2
  57. package/lib/model/update-awr-hub-source-details.d.ts +2 -2
  58. package/lib/model/update-database-insight-details.d.ts +2 -2
  59. package/lib/model/update-enterprise-manager-bridge-details.d.ts +2 -2
  60. package/lib/model/update-exadata-insight-details.d.ts +2 -2
  61. package/lib/model/update-host-insight-details.d.ts +2 -2
  62. package/lib/model/update-news-report-details.d.ts +2 -2
  63. package/lib/model/update-operations-insights-private-endpoint-details.d.ts +2 -2
  64. package/lib/model/update-operations-insights-warehouse-details.d.ts +2 -2
  65. package/lib/model/update-operations-insights-warehouse-user-details.d.ts +2 -2
  66. package/lib/model/update-opsi-configuration-details.d.ts +3 -3
  67. package/lib/request/add-exadata-insight-members-request.d.ts +2 -2
  68. package/lib/request/change-autonomous-database-insight-advanced-features-request.d.ts +2 -2
  69. package/lib/request/change-awr-hub-source-compartment-request.d.ts +2 -2
  70. package/lib/request/change-database-insight-compartment-request.d.ts +2 -2
  71. package/lib/request/change-enterprise-manager-bridge-compartment-request.d.ts +2 -2
  72. package/lib/request/change-exadata-insight-compartment-request.d.ts +2 -2
  73. package/lib/request/change-host-insight-compartment-request.d.ts +2 -2
  74. package/lib/request/change-news-report-compartment-request.d.ts +2 -2
  75. package/lib/request/change-operations-insights-private-endpoint-compartment-request.d.ts +2 -2
  76. package/lib/request/change-operations-insights-warehouse-compartment-request.d.ts +2 -2
  77. package/lib/request/change-opsi-configuration-compartment-request.d.ts +2 -2
  78. package/lib/request/change-pe-comanaged-database-insight-request.d.ts +2 -2
  79. package/lib/request/create-awr-hub-request.d.ts +1 -1
  80. package/lib/request/create-awr-hub-source-request.d.ts +1 -1
  81. package/lib/request/create-database-insight-request.d.ts +1 -1
  82. package/lib/request/create-enterprise-manager-bridge-request.d.ts +1 -1
  83. package/lib/request/create-exadata-insight-request.d.ts +1 -1
  84. package/lib/request/create-host-insight-request.d.ts +1 -1
  85. package/lib/request/create-news-report-request.d.ts +1 -1
  86. package/lib/request/create-operations-insights-private-endpoint-request.d.ts +1 -1
  87. package/lib/request/create-operations-insights-warehouse-request.d.ts +1 -1
  88. package/lib/request/create-operations-insights-warehouse-user-request.d.ts +1 -1
  89. package/lib/request/create-opsi-configuration-request.d.ts +1 -1
  90. package/lib/request/delete-awr-hub-object-request.d.ts +2 -2
  91. package/lib/request/delete-awr-hub-request.d.ts +2 -2
  92. package/lib/request/delete-awr-hub-source-request.d.ts +2 -2
  93. package/lib/request/delete-database-insight-request.d.ts +2 -2
  94. package/lib/request/delete-enterprise-manager-bridge-request.d.ts +2 -2
  95. package/lib/request/delete-exadata-insight-request.d.ts +2 -2
  96. package/lib/request/delete-host-insight-request.d.ts +2 -2
  97. package/lib/request/delete-news-report-request.d.ts +2 -2
  98. package/lib/request/delete-operations-insights-private-endpoint-request.d.ts +2 -2
  99. package/lib/request/delete-operations-insights-warehouse-request.d.ts +2 -2
  100. package/lib/request/delete-operations-insights-warehouse-user-request.d.ts +2 -2
  101. package/lib/request/delete-opsi-configuration-request.d.ts +2 -2
  102. package/lib/request/disable-autonomous-database-insight-advanced-features-request.d.ts +2 -2
  103. package/lib/request/disable-awr-hub-source-request.d.ts +2 -2
  104. package/lib/request/disable-database-insight-request.d.ts +2 -2
  105. package/lib/request/disable-exadata-insight-request.d.ts +2 -2
  106. package/lib/request/disable-host-insight-request.d.ts +2 -2
  107. package/lib/request/download-operations-insights-warehouse-wallet-request.d.ts +1 -1
  108. package/lib/request/enable-autonomous-database-insight-advanced-features-request.d.ts +2 -2
  109. package/lib/request/enable-awr-hub-source-request.d.ts +2 -2
  110. package/lib/request/enable-database-insight-request.d.ts +2 -2
  111. package/lib/request/enable-exadata-insight-request.d.ts +2 -2
  112. package/lib/request/enable-host-insight-request.d.ts +2 -2
  113. package/lib/request/get-awr-database-report-request.d.ts +1 -1
  114. package/lib/request/get-awr-database-sql-report-request.d.ts +1 -1
  115. package/lib/request/get-awr-hub-object-request.d.ts +1 -1
  116. package/lib/request/get-awr-hub-request.d.ts +1 -1
  117. package/lib/request/get-awr-hub-source-request.d.ts +1 -1
  118. package/lib/request/get-awr-report-request.d.ts +1 -1
  119. package/lib/request/get-database-insight-request.d.ts +1 -1
  120. package/lib/request/get-enterprise-manager-bridge-request.d.ts +1 -1
  121. package/lib/request/get-exadata-insight-request.d.ts +1 -1
  122. package/lib/request/get-host-insight-request.d.ts +1 -1
  123. package/lib/request/get-news-report-request.d.ts +1 -1
  124. package/lib/request/get-operations-insights-private-endpoint-request.d.ts +1 -1
  125. package/lib/request/get-operations-insights-warehouse-request.d.ts +1 -1
  126. package/lib/request/get-operations-insights-warehouse-user-request.d.ts +1 -1
  127. package/lib/request/get-opsi-configuration-request.d.ts +1 -1
  128. package/lib/request/get-opsi-data-object-request.d.ts +1 -1
  129. package/lib/request/get-work-request-request.d.ts +1 -1
  130. package/lib/request/head-awr-hub-object-request.d.ts +1 -1
  131. package/lib/request/ingest-addm-reports-request.d.ts +2 -2
  132. package/lib/request/ingest-database-configuration-request.d.ts +2 -2
  133. package/lib/request/ingest-host-configuration-request.d.ts +2 -2
  134. package/lib/request/ingest-host-metrics-request.d.ts +2 -2
  135. package/lib/request/ingest-sql-bucket-request.d.ts +2 -2
  136. package/lib/request/ingest-sql-plan-lines-request.d.ts +2 -2
  137. package/lib/request/ingest-sql-stats-request.d.ts +2 -2
  138. package/lib/request/ingest-sql-text-request.d.ts +2 -2
  139. package/lib/request/list-addm-db-finding-categories-request.d.ts +4 -4
  140. package/lib/request/list-addm-db-findings-time-series-request.d.ts +4 -4
  141. package/lib/request/list-addm-db-parameter-categories-request.d.ts +4 -4
  142. package/lib/request/list-addm-db-recommendation-categories-request.d.ts +4 -4
  143. package/lib/request/list-addm-db-recommendations-time-series-request.d.ts +4 -4
  144. package/lib/request/list-addm-dbs-request.d.ts +4 -4
  145. package/lib/request/list-awr-database-snapshots-request.d.ts +4 -4
  146. package/lib/request/list-awr-databases-request.d.ts +4 -4
  147. package/lib/request/list-awr-hub-objects-request.d.ts +3 -3
  148. package/lib/request/list-awr-hub-sources-request.d.ts +4 -4
  149. package/lib/request/list-awr-hubs-request.d.ts +4 -4
  150. package/lib/request/list-awr-snapshots-request.d.ts +4 -4
  151. package/lib/request/list-database-configurations-request.d.ts +5 -5
  152. package/lib/request/list-database-insights-request.d.ts +5 -5
  153. package/lib/request/list-enterprise-manager-bridges-request.d.ts +4 -4
  154. package/lib/request/list-exadata-configurations-request.d.ts +5 -5
  155. package/lib/request/list-exadata-insights-request.d.ts +5 -5
  156. package/lib/request/list-host-configurations-request.d.ts +4 -4
  157. package/lib/request/list-host-insights-request.d.ts +5 -5
  158. package/lib/request/list-hosted-entities-request.d.ts +4 -4
  159. package/lib/request/list-importable-agent-entities-request.d.ts +4 -4
  160. package/lib/request/list-importable-compute-entities-request.d.ts +4 -4
  161. package/lib/request/list-importable-enterprise-manager-entities-request.d.ts +3 -3
  162. package/lib/request/list-news-reports-request.d.ts +5 -5
  163. package/lib/request/list-operations-insights-private-endpoints-request.d.ts +4 -4
  164. package/lib/request/list-operations-insights-warehouse-users-request.d.ts +4 -4
  165. package/lib/request/list-operations-insights-warehouses-request.d.ts +4 -4
  166. package/lib/request/list-opsi-configurations-request.d.ts +4 -4
  167. package/lib/request/list-opsi-data-objects-request.d.ts +4 -4
  168. package/lib/request/list-sql-plans-request.d.ts +4 -4
  169. package/lib/request/list-sql-searches-request.d.ts +3 -3
  170. package/lib/request/list-sql-texts-request.d.ts +3 -3
  171. package/lib/request/list-warehouse-data-objects-request.d.ts +4 -4
  172. package/lib/request/list-work-request-errors-request.d.ts +4 -4
  173. package/lib/request/list-work-request-logs-request.d.ts +4 -4
  174. package/lib/request/list-work-requests-request.d.ts +4 -4
  175. package/lib/request/put-awr-hub-object-request.d.ts +2 -2
  176. package/lib/request/query-opsi-data-object-data-request.d.ts +3 -3
  177. package/lib/request/query-warehouse-data-object-data-request.d.ts +3 -3
  178. package/lib/request/rotate-operations-insights-warehouse-wallet-request.d.ts +2 -2
  179. package/lib/request/summarize-addm-db-findings-request.d.ts +4 -4
  180. package/lib/request/summarize-addm-db-parameter-changes-request.d.ts +4 -4
  181. package/lib/request/summarize-addm-db-parameters-request.d.ts +4 -4
  182. package/lib/request/summarize-addm-db-recommendations-request.d.ts +4 -4
  183. package/lib/request/summarize-addm-db-schema-objects-request.d.ts +3 -3
  184. package/lib/request/summarize-addm-db-sql-statements-request.d.ts +4 -4
  185. package/lib/request/summarize-awr-database-cpu-usages-request.d.ts +4 -4
  186. package/lib/request/summarize-awr-database-metrics-request.d.ts +4 -4
  187. package/lib/request/summarize-awr-database-parameter-changes-request.d.ts +4 -4
  188. package/lib/request/summarize-awr-database-parameters-request.d.ts +4 -4
  189. package/lib/request/summarize-awr-database-snapshot-ranges-request.d.ts +4 -4
  190. package/lib/request/summarize-awr-database-sysstats-request.d.ts +4 -4
  191. package/lib/request/summarize-awr-database-top-wait-events-request.d.ts +2 -2
  192. package/lib/request/summarize-awr-database-wait-event-buckets-request.d.ts +4 -4
  193. package/lib/request/summarize-awr-database-wait-events-request.d.ts +4 -4
  194. package/lib/request/summarize-awr-sources-summaries-request.d.ts +4 -4
  195. package/lib/request/summarize-configuration-items-request.d.ts +3 -3
  196. package/lib/request/summarize-database-insight-resource-capacity-trend-request.d.ts +3 -3
  197. package/lib/request/summarize-database-insight-resource-forecast-trend-request.d.ts +2 -2
  198. package/lib/request/summarize-database-insight-resource-statistics-request.d.ts +4 -4
  199. package/lib/request/summarize-database-insight-resource-usage-request.d.ts +2 -2
  200. package/lib/request/summarize-database-insight-resource-usage-trend-request.d.ts +3 -3
  201. package/lib/request/summarize-database-insight-resource-utilization-insight-request.d.ts +2 -2
  202. package/lib/request/summarize-database-insight-tablespace-usage-trend-request.d.ts +3 -3
  203. package/lib/request/summarize-exadata-insight-resource-capacity-trend-aggregated-request.d.ts +3 -3
  204. package/lib/request/summarize-exadata-insight-resource-capacity-trend-request.d.ts +4 -4
  205. package/lib/request/summarize-exadata-insight-resource-forecast-trend-aggregated-request.d.ts +2 -2
  206. package/lib/request/summarize-exadata-insight-resource-forecast-trend-request.d.ts +4 -4
  207. package/lib/request/summarize-exadata-insight-resource-statistics-request.d.ts +4 -4
  208. package/lib/request/summarize-exadata-insight-resource-usage-aggregated-request.d.ts +2 -2
  209. package/lib/request/summarize-exadata-insight-resource-usage-request.d.ts +4 -4
  210. package/lib/request/summarize-exadata-insight-resource-utilization-insight-request.d.ts +3 -3
  211. package/lib/request/summarize-exadata-members-request.d.ts +4 -4
  212. package/lib/request/summarize-host-insight-disk-statistics-request.d.ts +1 -1
  213. package/lib/request/summarize-host-insight-host-recommendation-request.d.ts +2 -2
  214. package/lib/request/summarize-host-insight-network-usage-trend-request.d.ts +3 -3
  215. package/lib/request/summarize-host-insight-resource-capacity-trend-request.d.ts +3 -3
  216. package/lib/request/summarize-host-insight-resource-forecast-trend-request.d.ts +2 -2
  217. package/lib/request/summarize-host-insight-resource-statistics-request.d.ts +4 -4
  218. package/lib/request/summarize-host-insight-resource-usage-request.d.ts +2 -2
  219. package/lib/request/summarize-host-insight-resource-usage-trend-request.d.ts +3 -3
  220. package/lib/request/summarize-host-insight-resource-utilization-insight-request.d.ts +2 -2
  221. package/lib/request/summarize-host-insight-storage-usage-trend-request.d.ts +3 -3
  222. package/lib/request/summarize-host-insight-top-processes-usage-request.d.ts +3 -3
  223. package/lib/request/summarize-host-insight-top-processes-usage-trend-request.d.ts +3 -3
  224. package/lib/request/summarize-operations-insights-warehouse-resource-usage-request.d.ts +1 -1
  225. package/lib/request/summarize-sql-insights-request.d.ts +2 -2
  226. package/lib/request/summarize-sql-plan-insights-request.d.ts +3 -3
  227. package/lib/request/summarize-sql-response-time-distributions-request.d.ts +3 -3
  228. package/lib/request/summarize-sql-statistics-request.d.ts +5 -5
  229. package/lib/request/summarize-sql-statistics-time-series-by-plan-request.d.ts +3 -3
  230. package/lib/request/summarize-sql-statistics-time-series-request.d.ts +3 -3
  231. package/lib/request/update-awr-hub-request.d.ts +2 -2
  232. package/lib/request/update-awr-hub-source-request.d.ts +2 -2
  233. package/lib/request/update-database-insight-request.d.ts +2 -2
  234. package/lib/request/update-enterprise-manager-bridge-request.d.ts +2 -2
  235. package/lib/request/update-exadata-insight-request.d.ts +2 -2
  236. package/lib/request/update-host-insight-request.d.ts +2 -2
  237. package/lib/request/update-news-report-request.d.ts +2 -2
  238. package/lib/request/update-operations-insights-private-endpoint-request.d.ts +2 -2
  239. package/lib/request/update-operations-insights-warehouse-request.d.ts +2 -2
  240. package/lib/request/update-operations-insights-warehouse-user-request.d.ts +2 -2
  241. package/lib/request/update-opsi-configuration-request.d.ts +2 -2
  242. package/lib/response/create-awr-hub-response.d.ts +1 -1
  243. package/lib/response/create-awr-hub-source-response.d.ts +1 -1
  244. package/lib/response/create-database-insight-response.d.ts +1 -1
  245. package/lib/response/create-enterprise-manager-bridge-response.d.ts +1 -1
  246. package/lib/response/create-exadata-insight-response.d.ts +1 -1
  247. package/lib/response/create-host-insight-response.d.ts +1 -1
  248. package/lib/response/create-news-report-response.d.ts +1 -1
  249. package/lib/response/create-operations-insights-private-endpoint-response.d.ts +1 -1
  250. package/lib/response/create-operations-insights-warehouse-response.d.ts +1 -1
  251. package/lib/response/create-operations-insights-warehouse-user-response.d.ts +1 -1
  252. package/lib/response/create-opsi-configuration-response.d.ts +1 -1
  253. package/lib/response/delete-awr-hub-object-response.d.ts +1 -1
  254. package/lib/response/download-operations-insights-warehouse-wallet-response.d.ts +1 -1
  255. package/lib/response/get-awr-hub-object-response.d.ts +1 -1
  256. package/lib/response/get-awr-hub-response.d.ts +1 -1
  257. package/lib/response/get-awr-hub-source-response.d.ts +1 -1
  258. package/lib/response/get-database-insight-response.d.ts +1 -1
  259. package/lib/response/get-enterprise-manager-bridge-response.d.ts +1 -1
  260. package/lib/response/get-exadata-insight-response.d.ts +1 -1
  261. package/lib/response/get-host-insight-response.d.ts +1 -1
  262. package/lib/response/get-news-report-response.d.ts +1 -1
  263. package/lib/response/get-operations-insights-private-endpoint-response.d.ts +1 -1
  264. package/lib/response/get-operations-insights-warehouse-response.d.ts +1 -1
  265. package/lib/response/get-operations-insights-warehouse-user-response.d.ts +1 -1
  266. package/lib/response/get-opsi-configuration-response.d.ts +1 -1
  267. package/lib/response/get-work-request-response.d.ts +1 -1
  268. package/lib/response/head-awr-hub-object-response.d.ts +1 -1
  269. package/lib/response/ingest-addm-reports-response.d.ts +1 -1
  270. package/lib/response/ingest-database-configuration-response.d.ts +1 -1
  271. package/lib/response/ingest-host-configuration-response.d.ts +1 -1
  272. package/lib/response/ingest-host-metrics-response.d.ts +1 -1
  273. package/lib/response/ingest-sql-bucket-response.d.ts +1 -1
  274. package/lib/response/ingest-sql-plan-lines-response.d.ts +1 -1
  275. package/lib/response/ingest-sql-stats-response.d.ts +1 -1
  276. package/lib/response/ingest-sql-text-response.d.ts +1 -1
  277. package/lib/response/list-addm-db-finding-categories-response.d.ts +1 -1
  278. package/lib/response/list-addm-db-findings-time-series-response.d.ts +1 -1
  279. package/lib/response/list-addm-db-parameter-categories-response.d.ts +1 -1
  280. package/lib/response/list-addm-db-recommendation-categories-response.d.ts +1 -1
  281. package/lib/response/list-addm-db-recommendations-time-series-response.d.ts +1 -1
  282. package/lib/response/list-addm-dbs-response.d.ts +1 -1
  283. package/lib/response/list-awr-database-snapshots-response.d.ts +1 -1
  284. package/lib/response/list-awr-databases-response.d.ts +1 -1
  285. package/lib/response/list-awr-hub-objects-response.d.ts +1 -1
  286. package/lib/response/list-awr-hub-sources-response.d.ts +1 -1
  287. package/lib/response/list-awr-hubs-response.d.ts +1 -1
  288. package/lib/response/list-awr-snapshots-response.d.ts +1 -1
  289. package/lib/response/list-database-configurations-response.d.ts +1 -1
  290. package/lib/response/list-database-insights-response.d.ts +1 -1
  291. package/lib/response/list-enterprise-manager-bridges-response.d.ts +1 -1
  292. package/lib/response/list-exadata-configurations-response.d.ts +1 -1
  293. package/lib/response/list-exadata-insights-response.d.ts +1 -1
  294. package/lib/response/list-host-configurations-response.d.ts +1 -1
  295. package/lib/response/list-host-insights-response.d.ts +1 -1
  296. package/lib/response/list-hosted-entities-response.d.ts +1 -1
  297. package/lib/response/list-importable-agent-entities-response.d.ts +1 -1
  298. package/lib/response/list-importable-compute-entities-response.d.ts +1 -1
  299. package/lib/response/list-importable-enterprise-manager-entities-response.d.ts +1 -1
  300. package/lib/response/list-news-reports-response.d.ts +1 -1
  301. package/lib/response/list-operations-insights-private-endpoints-response.d.ts +1 -1
  302. package/lib/response/list-operations-insights-warehouse-users-response.d.ts +1 -1
  303. package/lib/response/list-operations-insights-warehouses-response.d.ts +1 -1
  304. package/lib/response/list-opsi-configurations-response.d.ts +1 -1
  305. package/lib/response/list-opsi-data-objects-response.d.ts +1 -1
  306. package/lib/response/list-sql-plans-response.d.ts +1 -1
  307. package/lib/response/list-sql-searches-response.d.ts +1 -1
  308. package/lib/response/list-sql-texts-response.d.ts +1 -1
  309. package/lib/response/list-warehouse-data-objects-response.d.ts +1 -1
  310. package/lib/response/list-work-request-errors-response.d.ts +1 -1
  311. package/lib/response/list-work-request-logs-response.d.ts +1 -1
  312. package/lib/response/list-work-requests-response.d.ts +1 -1
  313. package/lib/response/query-opsi-data-object-data-response.d.ts +1 -1
  314. package/lib/response/query-warehouse-data-object-data-response.d.ts +1 -1
  315. package/lib/response/summarize-addm-db-findings-response.d.ts +1 -1
  316. package/lib/response/summarize-addm-db-parameter-changes-response.d.ts +1 -1
  317. package/lib/response/summarize-addm-db-parameters-response.d.ts +1 -1
  318. package/lib/response/summarize-addm-db-recommendations-response.d.ts +1 -1
  319. package/lib/response/summarize-addm-db-schema-objects-response.d.ts +1 -1
  320. package/lib/response/summarize-addm-db-sql-statements-response.d.ts +1 -1
  321. package/lib/response/summarize-awr-database-cpu-usages-response.d.ts +1 -1
  322. package/lib/response/summarize-awr-database-metrics-response.d.ts +1 -1
  323. package/lib/response/summarize-awr-database-parameter-changes-response.d.ts +1 -1
  324. package/lib/response/summarize-awr-database-parameters-response.d.ts +1 -1
  325. package/lib/response/summarize-awr-database-snapshot-ranges-response.d.ts +1 -1
  326. package/lib/response/summarize-awr-database-sysstats-response.d.ts +1 -1
  327. package/lib/response/summarize-awr-database-top-wait-events-response.d.ts +1 -1
  328. package/lib/response/summarize-awr-database-wait-event-buckets-response.d.ts +1 -1
  329. package/lib/response/summarize-awr-database-wait-events-response.d.ts +1 -1
  330. package/lib/response/summarize-awr-sources-summaries-response.d.ts +1 -1
  331. package/lib/response/summarize-configuration-items-response.d.ts +1 -1
  332. package/lib/response/summarize-database-insight-resource-capacity-trend-response.d.ts +1 -1
  333. package/lib/response/summarize-database-insight-resource-forecast-trend-response.d.ts +1 -1
  334. package/lib/response/summarize-database-insight-resource-statistics-response.d.ts +1 -1
  335. package/lib/response/summarize-database-insight-resource-usage-response.d.ts +1 -1
  336. package/lib/response/summarize-database-insight-resource-usage-trend-response.d.ts +1 -1
  337. package/lib/response/summarize-database-insight-resource-utilization-insight-response.d.ts +1 -1
  338. package/lib/response/summarize-database-insight-tablespace-usage-trend-response.d.ts +1 -1
  339. package/lib/response/summarize-exadata-insight-resource-capacity-trend-aggregated-response.d.ts +1 -1
  340. package/lib/response/summarize-exadata-insight-resource-capacity-trend-response.d.ts +1 -1
  341. package/lib/response/summarize-exadata-insight-resource-forecast-trend-aggregated-response.d.ts +1 -1
  342. package/lib/response/summarize-exadata-insight-resource-forecast-trend-response.d.ts +1 -1
  343. package/lib/response/summarize-exadata-insight-resource-statistics-response.d.ts +1 -1
  344. package/lib/response/summarize-exadata-insight-resource-usage-aggregated-response.d.ts +1 -1
  345. package/lib/response/summarize-exadata-insight-resource-usage-response.d.ts +1 -1
  346. package/lib/response/summarize-exadata-insight-resource-utilization-insight-response.d.ts +1 -1
  347. package/lib/response/summarize-exadata-members-response.d.ts +1 -1
  348. package/lib/response/summarize-host-insight-disk-statistics-response.d.ts +1 -1
  349. package/lib/response/summarize-host-insight-host-recommendation-response.d.ts +1 -1
  350. package/lib/response/summarize-host-insight-network-usage-trend-response.d.ts +1 -1
  351. package/lib/response/summarize-host-insight-resource-capacity-trend-response.d.ts +1 -1
  352. package/lib/response/summarize-host-insight-resource-statistics-response.d.ts +1 -1
  353. package/lib/response/summarize-host-insight-resource-usage-trend-response.d.ts +1 -1
  354. package/lib/response/summarize-host-insight-storage-usage-trend-response.d.ts +1 -1
  355. package/lib/response/summarize-host-insight-top-processes-usage-response.d.ts +1 -1
  356. package/lib/response/summarize-host-insight-top-processes-usage-trend-response.d.ts +1 -1
  357. package/lib/response/summarize-operations-insights-warehouse-resource-usage-response.d.ts +1 -1
  358. package/lib/response/summarize-sql-insights-response.d.ts +1 -1
  359. package/lib/response/summarize-sql-plan-insights-response.d.ts +1 -1
  360. package/lib/response/summarize-sql-response-time-distributions-response.d.ts +1 -1
  361. package/lib/response/summarize-sql-statistics-response.d.ts +1 -1
  362. package/lib/response/summarize-sql-statistics-time-series-by-plan-response.d.ts +1 -1
  363. package/lib/response/summarize-sql-statistics-time-series-response.d.ts +1 -1
  364. package/package.json +3 -3
@@ -19,7 +19,7 @@ export interface IngestDatabaseConfigurationResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  *
24
24
  */
25
25
  "etag": string;
@@ -19,7 +19,7 @@ export interface IngestHostConfigurationResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  *
24
24
  */
25
25
  "etag": string;
@@ -19,7 +19,7 @@ export interface IngestHostMetricsResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  *
24
24
  */
25
25
  "etag": string;
@@ -19,7 +19,7 @@ export interface IngestSqlBucketResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  *
24
24
  */
25
25
  "etag": string;
@@ -19,7 +19,7 @@ export interface IngestSqlPlanLinesResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  *
24
24
  */
25
25
  "etag": string;
@@ -19,7 +19,7 @@ export interface IngestSqlStatsResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  *
24
24
  */
25
25
  "etag": string;
@@ -19,7 +19,7 @@ export interface IngestSqlTextResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  *
24
24
  */
25
25
  "etag": string;
@@ -20,7 +20,7 @@ export interface ListAddmDbFindingCategoriesResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface ListAddmDbFindingsTimeSeriesResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface ListAddmDbParameterCategoriesResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface ListAddmDbRecommendationCategoriesResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface ListAddmDbRecommendationsTimeSeriesResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface ListAddmDbsResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface ListAwrDatabaseSnapshotsResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface ListAwrDatabasesResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -24,7 +24,7 @@ export interface ListAwrHubObjectsResponse {
24
24
  "opcRequestId": string;
25
25
  /**
26
26
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
27
- * then a partial list might have been returned. Include this value as the `page` parameter for the
27
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
28
28
  * subsequent GET request to get the next batch of items.
29
29
  *
30
30
  */
@@ -20,7 +20,7 @@ export interface ListAwrHubSourcesResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface ListAwrHubsResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface ListAwrSnapshotsResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -25,7 +25,7 @@ export interface ListDatabaseConfigurationsResponse {
25
25
  "opcTotalItems": number;
26
26
  /**
27
27
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
28
- * then a partial list might have been returned. Include this value as the `page` parameter for the
28
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
29
29
  * subsequent GET request to get the next batch of items.
30
30
  *
31
31
  */
@@ -25,7 +25,7 @@ export interface ListDatabaseInsightsResponse {
25
25
  "opcTotalItems": number;
26
26
  /**
27
27
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
28
- * then a partial list might have been returned. Include this value as the `page` parameter for the
28
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
29
29
  * subsequent GET request to get the next batch of items.
30
30
  *
31
31
  */
@@ -20,7 +20,7 @@ export interface ListEnterpriseManagerBridgesResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -25,7 +25,7 @@ export interface ListExadataConfigurationsResponse {
25
25
  "opcTotalItems": number;
26
26
  /**
27
27
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
28
- * then a partial list might have been returned. Include this value as the `page` parameter for the
28
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
29
29
  * subsequent GET request to get the next batch of items.
30
30
  *
31
31
  */
@@ -25,7 +25,7 @@ export interface ListExadataInsightsResponse {
25
25
  "opcTotalItems": number;
26
26
  /**
27
27
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
28
- * then a partial list might have been returned. Include this value as the `page` parameter for the
28
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
29
29
  * subsequent GET request to get the next batch of items.
30
30
  *
31
31
  */
@@ -25,7 +25,7 @@ export interface ListHostConfigurationsResponse {
25
25
  "opcTotalItems": number;
26
26
  /**
27
27
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
28
- * then a partial list might have been returned. Include this value as the `page` parameter for the
28
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
29
29
  * subsequent GET request to get the next batch of items.
30
30
  *
31
31
  */
@@ -25,7 +25,7 @@ export interface ListHostInsightsResponse {
25
25
  "opcTotalItems": number;
26
26
  /**
27
27
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
28
- * then a partial list might have been returned. Include this value as the `page` parameter for the
28
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
29
29
  * subsequent GET request to get the next batch of items.
30
30
  *
31
31
  */
@@ -20,7 +20,7 @@ export interface ListHostedEntitiesResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface ListImportableAgentEntitiesResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface ListImportableComputeEntitiesResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface ListImportableEnterpriseManagerEntitiesResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -25,7 +25,7 @@ export interface ListNewsReportsResponse {
25
25
  "opcTotalItems": number;
26
26
  /**
27
27
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
28
- * then a partial list might have been returned. Include this value as the `page` parameter for the
28
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
29
29
  * subsequent GET request to get the next batch of items.
30
30
  *
31
31
  */
@@ -20,7 +20,7 @@ export interface ListOperationsInsightsPrivateEndpointsResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface ListOperationsInsightsWarehouseUsersResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface ListOperationsInsightsWarehousesResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface ListOpsiConfigurationsResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface ListOpsiDataObjectsResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface ListSqlPlansResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface ListSqlSearchesResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface ListSqlTextsResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface ListWarehouseDataObjectsResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -14,7 +14,7 @@ import * as model from "../model";
14
14
  export interface ListWorkRequestErrorsResponse {
15
15
  /**
16
16
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
17
- * then a partial list might have been returned. Include this value as the `page` parameter for the
17
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
18
18
  * subsequent GET request to get the next batch of items.
19
19
  *
20
20
  */
@@ -14,7 +14,7 @@ import * as model from "../model";
14
14
  export interface ListWorkRequestLogsResponse {
15
15
  /**
16
16
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
17
- * then a partial list might have been returned. Include this value as the `page` parameter for the
17
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
18
18
  * subsequent GET request to get the next batch of items.
19
19
  *
20
20
  */
@@ -20,7 +20,7 @@ export interface ListWorkRequestsResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface QueryOpsiDataObjectDataResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface QueryWarehouseDataObjectDataResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface SummarizeAddmDbFindingsResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface SummarizeAddmDbParameterChangesResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface SummarizeAddmDbParametersResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface SummarizeAddmDbRecommendationsResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface SummarizeAddmDbSchemaObjectsResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface SummarizeAddmDbSqlStatementsResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface SummarizeAwrDatabaseCpuUsagesResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface SummarizeAwrDatabaseMetricsResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface SummarizeAwrDatabaseParameterChangesResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface SummarizeAwrDatabaseParametersResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface SummarizeAwrDatabaseSnapshotRangesResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface SummarizeAwrDatabaseSysstatsResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface SummarizeAwrDatabaseTopWaitEventsResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface SummarizeAwrDatabaseWaitEventBucketsResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */