oci-opsi 2.56.0 → 2.58.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 (325) hide show
  1. package/lib/client.d.ts +284 -138
  2. package/lib/client.js +1891 -852
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/addm-db-collection.d.ts +37 -0
  5. package/lib/model/addm-db-collection.js +64 -0
  6. package/lib/model/addm-db-collection.js.map +1 -0
  7. package/lib/model/addm-db-finding-aggregation-collection.d.ts +41 -0
  8. package/lib/model/addm-db-finding-aggregation-collection.js +74 -0
  9. package/lib/model/addm-db-finding-aggregation-collection.js.map +1 -0
  10. package/lib/model/addm-db-finding-aggregation.d.ts +68 -0
  11. package/lib/model/addm-db-finding-aggregation.js +32 -0
  12. package/lib/model/addm-db-finding-aggregation.js.map +1 -0
  13. package/lib/model/addm-db-finding-category-collection.d.ts +34 -0
  14. package/lib/model/addm-db-finding-category-collection.js +74 -0
  15. package/lib/model/addm-db-finding-category-collection.js.map +1 -0
  16. package/lib/model/addm-db-finding-category-summary.d.ts +36 -0
  17. package/lib/model/addm-db-finding-category-summary.js +32 -0
  18. package/lib/model/addm-db-finding-category-summary.js.map +1 -0
  19. package/lib/model/addm-db-findings-time-series-collection.d.ts +41 -0
  20. package/lib/model/addm-db-findings-time-series-collection.js +74 -0
  21. package/lib/model/addm-db-findings-time-series-collection.js.map +1 -0
  22. package/lib/model/addm-db-findings-time-series-summary.d.ts +88 -0
  23. package/lib/model/addm-db-findings-time-series-summary.js +32 -0
  24. package/lib/model/addm-db-findings-time-series-summary.js.map +1 -0
  25. package/lib/model/addm-db-parameter-aggregation-collection.d.ts +41 -0
  26. package/lib/model/addm-db-parameter-aggregation-collection.js +74 -0
  27. package/lib/model/addm-db-parameter-aggregation-collection.js.map +1 -0
  28. package/lib/model/addm-db-parameter-aggregation.d.ts +73 -0
  29. package/lib/model/addm-db-parameter-aggregation.js +32 -0
  30. package/lib/model/addm-db-parameter-aggregation.js.map +1 -0
  31. package/lib/model/addm-db-parameter-category-collection.d.ts +33 -0
  32. package/lib/model/addm-db-parameter-category-collection.js +74 -0
  33. package/lib/model/addm-db-parameter-category-collection.js.map +1 -0
  34. package/lib/model/addm-db-parameter-category-summary.d.ts +36 -0
  35. package/lib/model/addm-db-parameter-category-summary.js +32 -0
  36. package/lib/model/addm-db-parameter-category-summary.js.map +1 -0
  37. package/lib/model/addm-db-parameter-change-aggregation-collection.d.ts +42 -0
  38. package/lib/model/addm-db-parameter-change-aggregation-collection.js +74 -0
  39. package/lib/model/addm-db-parameter-change-aggregation-collection.js.map +1 -0
  40. package/lib/model/addm-db-parameter-change-aggregation.d.ts +52 -0
  41. package/lib/model/addm-db-parameter-change-aggregation.js +32 -0
  42. package/lib/model/addm-db-parameter-change-aggregation.js.map +1 -0
  43. package/lib/model/addm-db-recommendation-aggregation-collection.d.ts +41 -0
  44. package/lib/model/addm-db-recommendation-aggregation-collection.js +74 -0
  45. package/lib/model/addm-db-recommendation-aggregation-collection.js.map +1 -0
  46. package/lib/model/addm-db-recommendation-aggregation.d.ts +70 -0
  47. package/lib/model/addm-db-recommendation-aggregation.js +60 -0
  48. package/lib/model/addm-db-recommendation-aggregation.js.map +1 -0
  49. package/lib/model/addm-db-recommendation-category-collection.d.ts +34 -0
  50. package/lib/model/addm-db-recommendation-category-collection.js +74 -0
  51. package/lib/model/addm-db-recommendation-category-collection.js.map +1 -0
  52. package/lib/model/addm-db-recommendation-category-summary.d.ts +36 -0
  53. package/lib/model/addm-db-recommendation-category-summary.js +32 -0
  54. package/lib/model/addm-db-recommendation-category-summary.js.map +1 -0
  55. package/lib/model/addm-db-recommendations-time-series-collection.d.ts +41 -0
  56. package/lib/model/addm-db-recommendations-time-series-collection.js +74 -0
  57. package/lib/model/addm-db-recommendations-time-series-collection.js.map +1 -0
  58. package/lib/model/addm-db-recommendations-time-series-summary.d.ts +74 -0
  59. package/lib/model/addm-db-recommendations-time-series-summary.js +60 -0
  60. package/lib/model/addm-db-recommendations-time-series-summary.js.map +1 -0
  61. package/lib/model/addm-db-schema-object-collection.d.ts +41 -0
  62. package/lib/model/addm-db-schema-object-collection.js +74 -0
  63. package/lib/model/addm-db-schema-object-collection.js.map +1 -0
  64. package/lib/model/addm-db-schema-object-summary.d.ts +48 -0
  65. package/lib/model/addm-db-schema-object-summary.js +32 -0
  66. package/lib/model/addm-db-schema-object-summary.js.map +1 -0
  67. package/lib/model/addm-db-sql-statement-collection.d.ts +41 -0
  68. package/lib/model/addm-db-sql-statement-collection.js +74 -0
  69. package/lib/model/addm-db-sql-statement-collection.js.map +1 -0
  70. package/lib/model/addm-db-sql-statement-summary.d.ts +44 -0
  71. package/lib/model/addm-db-sql-statement-summary.js +32 -0
  72. package/lib/model/addm-db-sql-statement-summary.js.map +1 -0
  73. package/lib/model/addm-db-summary.d.ts +62 -0
  74. package/lib/model/addm-db-summary.js +60 -0
  75. package/lib/model/addm-db-summary.js.map +1 -0
  76. package/lib/model/addm-report.d.ts +52 -0
  77. package/lib/model/addm-report.js +32 -0
  78. package/lib/model/addm-report.js.map +1 -0
  79. package/lib/model/d-bparameters.d.ts +51 -0
  80. package/lib/model/d-bparameters.js +57 -0
  81. package/lib/model/d-bparameters.js.map +1 -0
  82. package/lib/model/database-configuration-metric-group.js +4 -0
  83. package/lib/model/database-configuration-metric-group.js.map +1 -1
  84. package/lib/model/database-parameter-type-details.d.ts +31 -0
  85. package/lib/model/database-parameter-type-details.js +57 -0
  86. package/lib/model/database-parameter-type-details.js.map +1 -0
  87. package/lib/model/index.d.ts +64 -0
  88. package/lib/model/index.js +73 -8
  89. package/lib/model/index.js.map +1 -1
  90. package/lib/model/ingest-addm-reports-details.d.ts +30 -0
  91. package/lib/model/ingest-addm-reports-details.js +64 -0
  92. package/lib/model/ingest-addm-reports-details.js.map +1 -0
  93. package/lib/model/ingest-addm-reports-response-details.d.ts +30 -0
  94. package/lib/model/ingest-addm-reports-response-details.js +32 -0
  95. package/lib/model/ingest-addm-reports-response-details.js.map +1 -0
  96. package/lib/model/related-object-type-details.d.ts +25 -0
  97. package/lib/model/related-object-type-details.js +79 -0
  98. package/lib/model/related-object-type-details.js.map +1 -0
  99. package/lib/model/schema-object-type-details.d.ts +47 -0
  100. package/lib/model/schema-object-type-details.js +57 -0
  101. package/lib/model/schema-object-type-details.js.map +1 -0
  102. package/lib/model/sql-type-details.d.ts +43 -0
  103. package/lib/model/sql-type-details.js +57 -0
  104. package/lib/model/sql-type-details.js.map +1 -0
  105. package/lib/request/add-exadata-insight-members-request.d.ts +1 -1
  106. package/lib/request/change-autonomous-database-insight-advanced-features-request.d.ts +1 -1
  107. package/lib/request/change-database-insight-compartment-request.d.ts +1 -1
  108. package/lib/request/change-enterprise-manager-bridge-compartment-request.d.ts +1 -1
  109. package/lib/request/change-exadata-insight-compartment-request.d.ts +1 -1
  110. package/lib/request/change-host-insight-compartment-request.d.ts +1 -1
  111. package/lib/request/change-operations-insights-private-endpoint-compartment-request.d.ts +1 -1
  112. package/lib/request/change-opsi-configuration-compartment-request.d.ts +1 -1
  113. package/lib/request/change-pe-comanaged-database-insight-request.d.ts +1 -1
  114. package/lib/request/create-awr-hub-request.d.ts +1 -1
  115. package/lib/request/create-database-insight-request.d.ts +1 -1
  116. package/lib/request/create-enterprise-manager-bridge-request.d.ts +1 -1
  117. package/lib/request/create-exadata-insight-request.d.ts +1 -1
  118. package/lib/request/create-host-insight-request.d.ts +1 -1
  119. package/lib/request/create-operations-insights-private-endpoint-request.d.ts +1 -1
  120. package/lib/request/create-operations-insights-warehouse-request.d.ts +1 -1
  121. package/lib/request/create-operations-insights-warehouse-user-request.d.ts +1 -1
  122. package/lib/request/create-opsi-configuration-request.d.ts +1 -1
  123. package/lib/request/delete-awr-hub-request.d.ts +1 -1
  124. package/lib/request/delete-database-insight-request.d.ts +1 -1
  125. package/lib/request/delete-enterprise-manager-bridge-request.d.ts +1 -1
  126. package/lib/request/delete-exadata-insight-request.d.ts +1 -1
  127. package/lib/request/delete-host-insight-request.d.ts +1 -1
  128. package/lib/request/delete-operations-insights-private-endpoint-request.d.ts +1 -1
  129. package/lib/request/delete-operations-insights-warehouse-request.d.ts +1 -1
  130. package/lib/request/delete-operations-insights-warehouse-user-request.d.ts +1 -1
  131. package/lib/request/delete-opsi-configuration-request.d.ts +1 -1
  132. package/lib/request/disable-autonomous-database-insight-advanced-features-request.d.ts +1 -1
  133. package/lib/request/disable-database-insight-request.d.ts +1 -1
  134. package/lib/request/disable-exadata-insight-request.d.ts +1 -1
  135. package/lib/request/disable-host-insight-request.d.ts +1 -1
  136. package/lib/request/download-operations-insights-warehouse-wallet-request.d.ts +1 -1
  137. package/lib/request/enable-autonomous-database-insight-advanced-features-request.d.ts +1 -1
  138. package/lib/request/enable-database-insight-request.d.ts +1 -1
  139. package/lib/request/enable-exadata-insight-request.d.ts +1 -1
  140. package/lib/request/enable-host-insight-request.d.ts +1 -1
  141. package/lib/request/get-awr-database-report-request.d.ts +1 -1
  142. package/lib/request/get-awr-database-sql-report-request.d.ts +1 -1
  143. package/lib/request/get-awr-hub-request.d.ts +1 -1
  144. package/lib/request/get-awr-report-request.d.ts +1 -1
  145. package/lib/request/get-database-insight-request.d.ts +1 -1
  146. package/lib/request/get-enterprise-manager-bridge-request.d.ts +1 -1
  147. package/lib/request/get-exadata-insight-request.d.ts +1 -1
  148. package/lib/request/get-host-insight-request.d.ts +1 -1
  149. package/lib/request/get-operations-insights-private-endpoint-request.d.ts +1 -1
  150. package/lib/request/get-operations-insights-warehouse-request.d.ts +1 -1
  151. package/lib/request/get-operations-insights-warehouse-user-request.d.ts +1 -1
  152. package/lib/request/get-opsi-configuration-request.d.ts +1 -1
  153. package/lib/request/get-opsi-data-object-request.d.ts +1 -1
  154. package/lib/request/get-work-request-request.d.ts +1 -1
  155. package/lib/request/index.d.ts +26 -0
  156. package/lib/request/index.js +22 -2
  157. package/lib/request/index.js.map +1 -1
  158. package/lib/request/ingest-addm-reports-request.d.ts +56 -0
  159. package/lib/request/ingest-addm-reports-request.js +15 -0
  160. package/lib/request/ingest-addm-reports-request.js.map +1 -0
  161. package/lib/request/ingest-database-configuration-request.d.ts +1 -1
  162. package/lib/request/ingest-host-configuration-request.d.ts +1 -1
  163. package/lib/request/ingest-host-metrics-request.d.ts +1 -1
  164. package/lib/request/ingest-sql-bucket-request.d.ts +1 -1
  165. package/lib/request/ingest-sql-plan-lines-request.d.ts +1 -1
  166. package/lib/request/ingest-sql-stats-request.d.ts +1 -1
  167. package/lib/request/ingest-sql-text-request.d.ts +1 -1
  168. package/lib/request/list-addm-db-finding-categories-request.d.ts +107 -0
  169. package/lib/request/list-addm-db-finding-categories-request.js +23 -0
  170. package/lib/request/list-addm-db-finding-categories-request.js.map +1 -0
  171. package/lib/request/list-addm-db-findings-time-series-request.d.ts +134 -0
  172. package/lib/request/list-addm-db-findings-time-series-request.js +23 -0
  173. package/lib/request/list-addm-db-findings-time-series-request.js.map +1 -0
  174. package/lib/request/list-addm-db-parameter-categories-request.d.ts +107 -0
  175. package/lib/request/list-addm-db-parameter-categories-request.js +23 -0
  176. package/lib/request/list-addm-db-parameter-categories-request.js.map +1 -0
  177. package/lib/request/list-addm-db-recommendation-categories-request.d.ts +107 -0
  178. package/lib/request/list-addm-db-recommendation-categories-request.js +23 -0
  179. package/lib/request/list-addm-db-recommendation-categories-request.js.map +1 -0
  180. package/lib/request/list-addm-db-recommendations-time-series-request.d.ts +157 -0
  181. package/lib/request/list-addm-db-recommendations-time-series-request.js +23 -0
  182. package/lib/request/list-addm-db-recommendations-time-series-request.js.map +1 -0
  183. package/lib/request/list-addm-dbs-request.d.ts +125 -0
  184. package/lib/request/list-addm-dbs-request.js +24 -0
  185. package/lib/request/list-addm-dbs-request.js.map +1 -0
  186. package/lib/request/list-awr-database-snapshots-request.d.ts +1 -1
  187. package/lib/request/list-awr-databases-request.d.ts +1 -1
  188. package/lib/request/list-awr-hubs-request.d.ts +1 -1
  189. package/lib/request/list-awr-snapshots-request.d.ts +1 -1
  190. package/lib/request/list-database-configurations-request.d.ts +1 -1
  191. package/lib/request/list-database-insights-request.d.ts +1 -1
  192. package/lib/request/list-enterprise-manager-bridges-request.d.ts +1 -1
  193. package/lib/request/list-exadata-configurations-request.d.ts +1 -1
  194. package/lib/request/list-exadata-insights-request.d.ts +1 -1
  195. package/lib/request/list-host-configurations-request.d.ts +1 -1
  196. package/lib/request/list-host-insights-request.d.ts +1 -1
  197. package/lib/request/list-hosted-entities-request.d.ts +1 -1
  198. package/lib/request/list-importable-agent-entities-request.d.ts +1 -1
  199. package/lib/request/list-importable-compute-entities-request.d.ts +1 -1
  200. package/lib/request/list-importable-enterprise-manager-entities-request.d.ts +1 -1
  201. package/lib/request/list-operations-insights-private-endpoints-request.d.ts +1 -1
  202. package/lib/request/list-operations-insights-warehouse-users-request.d.ts +1 -1
  203. package/lib/request/list-operations-insights-warehouses-request.d.ts +1 -1
  204. package/lib/request/list-opsi-configurations-request.d.ts +1 -1
  205. package/lib/request/list-opsi-data-objects-request.d.ts +1 -1
  206. package/lib/request/list-sql-plans-request.d.ts +1 -1
  207. package/lib/request/list-sql-searches-request.d.ts +1 -1
  208. package/lib/request/list-sql-texts-request.d.ts +1 -1
  209. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  210. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  211. package/lib/request/list-work-requests-request.d.ts +1 -1
  212. package/lib/request/query-opsi-data-object-data-request.d.ts +1 -1
  213. package/lib/request/rotate-operations-insights-warehouse-wallet-request.d.ts +1 -1
  214. package/lib/request/summarize-addm-db-findings-request.d.ts +136 -0
  215. package/lib/request/summarize-addm-db-findings-request.js +26 -0
  216. package/lib/request/summarize-addm-db-findings-request.js.map +1 -0
  217. package/lib/request/summarize-addm-db-parameter-changes-request.d.ts +141 -0
  218. package/lib/request/summarize-addm-db-parameter-changes-request.js +24 -0
  219. package/lib/request/summarize-addm-db-parameter-changes-request.js.map +1 -0
  220. package/lib/request/summarize-addm-db-parameters-request.d.ts +172 -0
  221. package/lib/request/summarize-addm-db-parameters-request.js +39 -0
  222. package/lib/request/summarize-addm-db-parameters-request.js.map +1 -0
  223. package/lib/request/summarize-addm-db-recommendations-request.d.ts +163 -0
  224. package/lib/request/summarize-addm-db-recommendations-request.js +25 -0
  225. package/lib/request/summarize-addm-db-recommendations-request.js.map +1 -0
  226. package/lib/request/summarize-addm-db-schema-objects-request.d.ts +114 -0
  227. package/lib/request/summarize-addm-db-schema-objects-request.js +15 -0
  228. package/lib/request/summarize-addm-db-schema-objects-request.js.map +1 -0
  229. package/lib/request/summarize-addm-db-sql-statements-request.d.ts +115 -0
  230. package/lib/request/summarize-addm-db-sql-statements-request.js +15 -0
  231. package/lib/request/summarize-addm-db-sql-statements-request.js.map +1 -0
  232. package/lib/request/summarize-awr-database-cpu-usages-request.d.ts +1 -1
  233. package/lib/request/summarize-awr-database-metrics-request.d.ts +1 -1
  234. package/lib/request/summarize-awr-database-parameter-changes-request.d.ts +1 -1
  235. package/lib/request/summarize-awr-database-parameters-request.d.ts +1 -1
  236. package/lib/request/summarize-awr-database-snapshot-ranges-request.d.ts +1 -1
  237. package/lib/request/summarize-awr-database-sysstats-request.d.ts +1 -1
  238. package/lib/request/summarize-awr-database-top-wait-events-request.d.ts +1 -1
  239. package/lib/request/summarize-awr-database-wait-event-buckets-request.d.ts +1 -1
  240. package/lib/request/summarize-awr-database-wait-events-request.d.ts +1 -1
  241. package/lib/request/summarize-awr-sources-summaries-request.d.ts +1 -1
  242. package/lib/request/summarize-configuration-items-request.d.ts +1 -1
  243. package/lib/request/summarize-database-insight-resource-capacity-trend-request.d.ts +1 -1
  244. package/lib/request/summarize-database-insight-resource-forecast-trend-request.d.ts +1 -1
  245. package/lib/request/summarize-database-insight-resource-statistics-request.d.ts +1 -1
  246. package/lib/request/summarize-database-insight-resource-usage-request.d.ts +1 -1
  247. package/lib/request/summarize-database-insight-resource-usage-trend-request.d.ts +1 -1
  248. package/lib/request/summarize-database-insight-resource-utilization-insight-request.d.ts +1 -1
  249. package/lib/request/summarize-database-insight-tablespace-usage-trend-request.d.ts +1 -1
  250. package/lib/request/summarize-exadata-insight-resource-capacity-trend-aggregated-request.d.ts +1 -1
  251. package/lib/request/summarize-exadata-insight-resource-capacity-trend-request.d.ts +1 -1
  252. package/lib/request/summarize-exadata-insight-resource-forecast-trend-aggregated-request.d.ts +1 -1
  253. package/lib/request/summarize-exadata-insight-resource-forecast-trend-request.d.ts +1 -1
  254. package/lib/request/summarize-exadata-insight-resource-statistics-request.d.ts +1 -1
  255. package/lib/request/summarize-exadata-insight-resource-usage-aggregated-request.d.ts +1 -1
  256. package/lib/request/summarize-exadata-insight-resource-usage-request.d.ts +1 -1
  257. package/lib/request/summarize-exadata-insight-resource-utilization-insight-request.d.ts +1 -1
  258. package/lib/request/summarize-exadata-members-request.d.ts +1 -1
  259. package/lib/request/summarize-host-insight-network-usage-trend-request.d.ts +1 -1
  260. package/lib/request/summarize-host-insight-resource-capacity-trend-request.d.ts +1 -1
  261. package/lib/request/summarize-host-insight-resource-forecast-trend-request.d.ts +1 -1
  262. package/lib/request/summarize-host-insight-resource-statistics-request.d.ts +1 -1
  263. package/lib/request/summarize-host-insight-resource-usage-request.d.ts +1 -1
  264. package/lib/request/summarize-host-insight-resource-usage-trend-request.d.ts +1 -1
  265. package/lib/request/summarize-host-insight-resource-utilization-insight-request.d.ts +1 -1
  266. package/lib/request/summarize-host-insight-storage-usage-trend-request.d.ts +1 -1
  267. package/lib/request/summarize-host-insight-top-processes-usage-request.d.ts +1 -1
  268. package/lib/request/summarize-host-insight-top-processes-usage-trend-request.d.ts +1 -1
  269. package/lib/request/summarize-operations-insights-warehouse-resource-usage-request.d.ts +1 -1
  270. package/lib/request/summarize-sql-insights-request.d.ts +1 -1
  271. package/lib/request/summarize-sql-plan-insights-request.d.ts +1 -1
  272. package/lib/request/summarize-sql-response-time-distributions-request.d.ts +1 -1
  273. package/lib/request/summarize-sql-statistics-request.d.ts +1 -1
  274. package/lib/request/summarize-sql-statistics-time-series-by-plan-request.d.ts +1 -1
  275. package/lib/request/summarize-sql-statistics-time-series-request.d.ts +1 -1
  276. package/lib/request/update-awr-hub-request.d.ts +1 -1
  277. package/lib/request/update-database-insight-request.d.ts +1 -1
  278. package/lib/request/update-enterprise-manager-bridge-request.d.ts +1 -1
  279. package/lib/request/update-exadata-insight-request.d.ts +1 -1
  280. package/lib/request/update-host-insight-request.d.ts +1 -1
  281. package/lib/request/update-operations-insights-private-endpoint-request.d.ts +1 -1
  282. package/lib/request/update-operations-insights-warehouse-request.d.ts +1 -1
  283. package/lib/request/update-operations-insights-warehouse-user-request.d.ts +1 -1
  284. package/lib/request/update-opsi-configuration-request.d.ts +1 -1
  285. package/lib/response/index.d.ts +26 -0
  286. package/lib/response/ingest-addm-reports-response.d.ts +30 -0
  287. package/lib/response/ingest-addm-reports-response.js +15 -0
  288. package/lib/response/ingest-addm-reports-response.js.map +1 -0
  289. package/lib/response/list-addm-db-finding-categories-response.d.ts +32 -0
  290. package/lib/response/list-addm-db-finding-categories-response.js +15 -0
  291. package/lib/response/list-addm-db-finding-categories-response.js.map +1 -0
  292. package/lib/response/list-addm-db-findings-time-series-response.d.ts +32 -0
  293. package/lib/response/list-addm-db-findings-time-series-response.js +15 -0
  294. package/lib/response/list-addm-db-findings-time-series-response.js.map +1 -0
  295. package/lib/response/list-addm-db-parameter-categories-response.d.ts +32 -0
  296. package/lib/response/list-addm-db-parameter-categories-response.js +15 -0
  297. package/lib/response/list-addm-db-parameter-categories-response.js.map +1 -0
  298. package/lib/response/list-addm-db-recommendation-categories-response.d.ts +32 -0
  299. package/lib/response/list-addm-db-recommendation-categories-response.js +15 -0
  300. package/lib/response/list-addm-db-recommendation-categories-response.js.map +1 -0
  301. package/lib/response/list-addm-db-recommendations-time-series-response.d.ts +32 -0
  302. package/lib/response/list-addm-db-recommendations-time-series-response.js +15 -0
  303. package/lib/response/list-addm-db-recommendations-time-series-response.js.map +1 -0
  304. package/lib/response/list-addm-dbs-response.d.ts +32 -0
  305. package/lib/response/list-addm-dbs-response.js +15 -0
  306. package/lib/response/list-addm-dbs-response.js.map +1 -0
  307. package/lib/response/summarize-addm-db-findings-response.d.ts +32 -0
  308. package/lib/response/summarize-addm-db-findings-response.js +15 -0
  309. package/lib/response/summarize-addm-db-findings-response.js.map +1 -0
  310. package/lib/response/summarize-addm-db-parameter-changes-response.d.ts +32 -0
  311. package/lib/response/summarize-addm-db-parameter-changes-response.js +15 -0
  312. package/lib/response/summarize-addm-db-parameter-changes-response.js.map +1 -0
  313. package/lib/response/summarize-addm-db-parameters-response.d.ts +32 -0
  314. package/lib/response/summarize-addm-db-parameters-response.js +15 -0
  315. package/lib/response/summarize-addm-db-parameters-response.js.map +1 -0
  316. package/lib/response/summarize-addm-db-recommendations-response.d.ts +32 -0
  317. package/lib/response/summarize-addm-db-recommendations-response.js +15 -0
  318. package/lib/response/summarize-addm-db-recommendations-response.js.map +1 -0
  319. package/lib/response/summarize-addm-db-schema-objects-response.d.ts +32 -0
  320. package/lib/response/summarize-addm-db-schema-objects-response.js +15 -0
  321. package/lib/response/summarize-addm-db-schema-objects-response.js.map +1 -0
  322. package/lib/response/summarize-addm-db-sql-statements-response.d.ts +32 -0
  323. package/lib/response/summarize-addm-db-sql-statements-response.js +15 -0
  324. package/lib/response/summarize-addm-db-sql-statements-response.js.map +1 -0
  325. package/package.json +3 -3
@@ -0,0 +1,134 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20200630
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListAddmDbFindingsTimeSeries.ts.html |here} to see how to use ListAddmDbFindingsTimeSeriesRequest.
17
+ */
18
+ export interface ListAddmDbFindingsTimeSeriesRequest extends common.BaseRequest {
19
+ /**
20
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
21
+ */
22
+ "compartmentId": string;
23
+ /**
24
+ * Optional list of database [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the associated DBaaS entity.
25
+ *
26
+ */
27
+ "databaseId"?: Array<string>;
28
+ /**
29
+ * Optional list of database insight resource [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
30
+ *
31
+ */
32
+ "id"?: Array<string>;
33
+ /**
34
+ * The optional single value query parameter to filter by database instance number.
35
+ */
36
+ "instanceNumber"?: string;
37
+ /**
38
+ * Analysis start time in UTC in ISO 8601 format(inclusive).
39
+ * Example 2019-10-30T00:00:00Z (yyyy-MM-ddThh:mm:ssZ).
40
+ * The minimum allowed value is 2 years prior to the current day.
41
+ * timeIntervalStart and timeIntervalEnd parameters are used together.
42
+ * If analysisTimeInterval is specified, this parameter is ignored.
43
+ *
44
+ */
45
+ "timeIntervalStart"?: Date;
46
+ /**
47
+ * Analysis end time in UTC in ISO 8601 format(exclusive).
48
+ * Example 2019-10-30T00:00:00Z (yyyy-MM-ddThh:mm:ssZ).
49
+ * timeIntervalStart and timeIntervalEnd are used together.
50
+ * If timeIntervalEnd is not specified, current time is used as timeIntervalEnd.
51
+ *
52
+ */
53
+ "timeIntervalEnd"?: Date;
54
+ /**
55
+ * Optional value filter to match the finding category exactly.
56
+ *
57
+ */
58
+ "categoryName"?: string;
59
+ /**
60
+ * For list pagination. The maximum number of results per page, or items to
61
+ * return in a paginated \"List\" call.
62
+ * For important details about how pagination works, see
63
+ * [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
64
+ * Example: `50`
65
+ *
66
+ */
67
+ "limit"?: number;
68
+ /**
69
+ * For list pagination. The value of the `opc-next-page` response header from
70
+ * the previous \"List\" call. For important details about how pagination works,
71
+ * see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
72
+ *
73
+ */
74
+ "page"?: string;
75
+ /**
76
+ * The sort order to use, either ascending (`ASC`) or descending (`DESC`).
77
+ *
78
+ */
79
+ "sortOrder"?: model.SortOrder;
80
+ /**
81
+ * Field name for sorting the ADDM finding time series summary data
82
+ *
83
+ */
84
+ "sortBy"?: ListAddmDbFindingsTimeSeriesRequest.SortBy;
85
+ /**
86
+ * Unique Oracle-assigned identifier for the request. If you need to contact
87
+ * Oracle about a particular request, please provide the request ID.
88
+ *
89
+ */
90
+ "opcRequestId"?: string;
91
+ /**
92
+ * A list of tag filters to apply. Only resources with a defined tag matching the value will be returned.
93
+ * Each item in the list has the format \"{namespace}.{tagName}.{value}\". All inputs are case-insensitive.
94
+ * Multiple values for the same key (i.e. same namespace and tag name) are interpreted as \"OR\".
95
+ * Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as \"AND\".
96
+ *
97
+ */
98
+ "definedTagEquals"?: Array<string>;
99
+ /**
100
+ * A list of tag filters to apply. Only resources with a freeform tag matching the value will be returned.
101
+ * The key for each tag is \"{tagName}.{value}\". All inputs are case-insensitive.
102
+ * Multiple values for the same tag name are interpreted as \"OR\". Values for different tag names are interpreted as \"AND\".
103
+ *
104
+ */
105
+ "freeformTagEquals"?: Array<string>;
106
+ /**
107
+ * A list of tag existence filters to apply. Only resources for which the specified defined tags exist will be returned.
108
+ * Each item in the list has the format \"{namespace}.{tagName}.true\" (for checking existence of a defined tag)
109
+ * or \"{namespace}.true\". All inputs are case-insensitive.
110
+ * Currently, only existence (\"true\" at the end) is supported. Absence (\"false\" at the end) is not supported.
111
+ * Multiple values for the same key (i.e. same namespace and tag name) are interpreted as \"OR\".
112
+ * Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as \"AND\".
113
+ *
114
+ */
115
+ "definedTagExists"?: Array<string>;
116
+ /**
117
+ * A list of tag existence filters to apply. Only resources for which the specified freeform tags exist the value will be returned.
118
+ * The key for each tag is \"{tagName}.true\". All inputs are case-insensitive.
119
+ * Currently, only existence (\"true\" at the end) is supported. Absence (\"false\" at the end) is not supported.
120
+ * Multiple values for different tag names are interpreted as \"AND\".
121
+ *
122
+ */
123
+ "freeformTagExists"?: Array<string>;
124
+ /**
125
+ * A flag to search all resources within a given compartment and all sub-compartments.
126
+ *
127
+ */
128
+ "compartmentIdInSubtree"?: boolean;
129
+ }
130
+ export declare namespace ListAddmDbFindingsTimeSeriesRequest {
131
+ enum SortBy {
132
+ Timestamp = "timestamp"
133
+ }
134
+ }
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20200630
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.ListAddmDbFindingsTimeSeriesRequest = void 0;
16
+ var ListAddmDbFindingsTimeSeriesRequest;
17
+ (function (ListAddmDbFindingsTimeSeriesRequest) {
18
+ let SortBy;
19
+ (function (SortBy) {
20
+ SortBy["Timestamp"] = "timestamp";
21
+ })(SortBy = ListAddmDbFindingsTimeSeriesRequest.SortBy || (ListAddmDbFindingsTimeSeriesRequest.SortBy = {}));
22
+ })(ListAddmDbFindingsTimeSeriesRequest = exports.ListAddmDbFindingsTimeSeriesRequest || (exports.ListAddmDbFindingsTimeSeriesRequest = {}));
23
+ //# sourceMappingURL=list-addm-db-findings-time-series-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-addm-db-findings-time-series-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/list-addm-db-findings-time-series-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAyHH,IAAiB,mCAAmC,CAInD;AAJD,WAAiB,mCAAmC;IAClD,IAAY,MAEX;IAFD,WAAY,MAAM;QAChB,iCAAuB,CAAA;IACzB,CAAC,EAFW,MAAM,GAAN,0CAAM,KAAN,0CAAM,QAEjB;AACH,CAAC,EAJgB,mCAAmC,GAAnC,2CAAmC,KAAnC,2CAAmC,QAInD"}
@@ -0,0 +1,107 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20200630
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListAddmDbParameterCategories.ts.html |here} to see how to use ListAddmDbParameterCategoriesRequest.
17
+ */
18
+ export interface ListAddmDbParameterCategoriesRequest extends common.BaseRequest {
19
+ /**
20
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
21
+ */
22
+ "compartmentId": string;
23
+ /**
24
+ * Optional list of database [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the associated DBaaS entity.
25
+ *
26
+ */
27
+ "databaseId"?: Array<string>;
28
+ /**
29
+ * Optional list of database insight resource [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
30
+ *
31
+ */
32
+ "id"?: Array<string>;
33
+ /**
34
+ * For list pagination. The maximum number of results per page, or items to
35
+ * return in a paginated \"List\" call.
36
+ * For important details about how pagination works, see
37
+ * [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
38
+ * Example: `50`
39
+ *
40
+ */
41
+ "limit"?: number;
42
+ /**
43
+ * For list pagination. The value of the `opc-next-page` response header from
44
+ * the previous \"List\" call. For important details about how pagination works,
45
+ * see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
46
+ *
47
+ */
48
+ "page"?: string;
49
+ /**
50
+ * The sort order to use, either ascending (`ASC`) or descending (`DESC`).
51
+ *
52
+ */
53
+ "sortOrder"?: model.SortOrder;
54
+ /**
55
+ * Field name for sorting the database parameter categories
56
+ */
57
+ "sortBy"?: ListAddmDbParameterCategoriesRequest.SortBy;
58
+ /**
59
+ * Unique Oracle-assigned identifier for the request. If you need to contact
60
+ * Oracle about a particular request, please provide the request ID.
61
+ *
62
+ */
63
+ "opcRequestId"?: string;
64
+ /**
65
+ * A list of tag filters to apply. Only resources with a defined tag matching the value will be returned.
66
+ * Each item in the list has the format \"{namespace}.{tagName}.{value}\". All inputs are case-insensitive.
67
+ * Multiple values for the same key (i.e. same namespace and tag name) are interpreted as \"OR\".
68
+ * Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as \"AND\".
69
+ *
70
+ */
71
+ "definedTagEquals"?: Array<string>;
72
+ /**
73
+ * A list of tag filters to apply. Only resources with a freeform tag matching the value will be returned.
74
+ * The key for each tag is \"{tagName}.{value}\". All inputs are case-insensitive.
75
+ * Multiple values for the same tag name are interpreted as \"OR\". Values for different tag names are interpreted as \"AND\".
76
+ *
77
+ */
78
+ "freeformTagEquals"?: Array<string>;
79
+ /**
80
+ * A list of tag existence filters to apply. Only resources for which the specified defined tags exist will be returned.
81
+ * Each item in the list has the format \"{namespace}.{tagName}.true\" (for checking existence of a defined tag)
82
+ * or \"{namespace}.true\". All inputs are case-insensitive.
83
+ * Currently, only existence (\"true\" at the end) is supported. Absence (\"false\" at the end) is not supported.
84
+ * Multiple values for the same key (i.e. same namespace and tag name) are interpreted as \"OR\".
85
+ * Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as \"AND\".
86
+ *
87
+ */
88
+ "definedTagExists"?: Array<string>;
89
+ /**
90
+ * A list of tag existence filters to apply. Only resources for which the specified freeform tags exist the value will be returned.
91
+ * The key for each tag is \"{tagName}.true\". All inputs are case-insensitive.
92
+ * Currently, only existence (\"true\" at the end) is supported. Absence (\"false\" at the end) is not supported.
93
+ * Multiple values for different tag names are interpreted as \"AND\".
94
+ *
95
+ */
96
+ "freeformTagExists"?: Array<string>;
97
+ /**
98
+ * A flag to search all resources within a given compartment and all sub-compartments.
99
+ *
100
+ */
101
+ "compartmentIdInSubtree"?: boolean;
102
+ }
103
+ export declare namespace ListAddmDbParameterCategoriesRequest {
104
+ enum SortBy {
105
+ Name = "name"
106
+ }
107
+ }
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20200630
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.ListAddmDbParameterCategoriesRequest = void 0;
16
+ var ListAddmDbParameterCategoriesRequest;
17
+ (function (ListAddmDbParameterCategoriesRequest) {
18
+ let SortBy;
19
+ (function (SortBy) {
20
+ SortBy["Name"] = "name";
21
+ })(SortBy = ListAddmDbParameterCategoriesRequest.SortBy || (ListAddmDbParameterCategoriesRequest.SortBy = {}));
22
+ })(ListAddmDbParameterCategoriesRequest = exports.ListAddmDbParameterCategoriesRequest || (exports.ListAddmDbParameterCategoriesRequest = {}));
23
+ //# sourceMappingURL=list-addm-db-parameter-categories-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-addm-db-parameter-categories-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/list-addm-db-parameter-categories-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA8FH,IAAiB,oCAAoC,CAIpD;AAJD,WAAiB,oCAAoC;IACnD,IAAY,MAEX;IAFD,WAAY,MAAM;QAChB,uBAAa,CAAA;IACf,CAAC,EAFW,MAAM,GAAN,2CAAM,KAAN,2CAAM,QAEjB;AACH,CAAC,EAJgB,oCAAoC,GAApC,4CAAoC,KAApC,4CAAoC,QAIpD"}
@@ -0,0 +1,107 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20200630
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListAddmDbRecommendationCategories.ts.html |here} to see how to use ListAddmDbRecommendationCategoriesRequest.
17
+ */
18
+ export interface ListAddmDbRecommendationCategoriesRequest extends common.BaseRequest {
19
+ /**
20
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
21
+ */
22
+ "compartmentId": string;
23
+ /**
24
+ * Optional list of database [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the associated DBaaS entity.
25
+ *
26
+ */
27
+ "databaseId"?: Array<string>;
28
+ /**
29
+ * Optional list of database insight resource [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
30
+ *
31
+ */
32
+ "id"?: Array<string>;
33
+ /**
34
+ * For list pagination. The maximum number of results per page, or items to
35
+ * return in a paginated \"List\" call.
36
+ * For important details about how pagination works, see
37
+ * [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
38
+ * Example: `50`
39
+ *
40
+ */
41
+ "limit"?: number;
42
+ /**
43
+ * For list pagination. The value of the `opc-next-page` response header from
44
+ * the previous \"List\" call. For important details about how pagination works,
45
+ * see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
46
+ *
47
+ */
48
+ "page"?: string;
49
+ /**
50
+ * The sort order to use, either ascending (`ASC`) or descending (`DESC`).
51
+ *
52
+ */
53
+ "sortOrder"?: model.SortOrder;
54
+ /**
55
+ * Field name for sorting the recommendation categories
56
+ */
57
+ "sortBy"?: ListAddmDbRecommendationCategoriesRequest.SortBy;
58
+ /**
59
+ * Unique Oracle-assigned identifier for the request. If you need to contact
60
+ * Oracle about a particular request, please provide the request ID.
61
+ *
62
+ */
63
+ "opcRequestId"?: string;
64
+ /**
65
+ * A list of tag filters to apply. Only resources with a defined tag matching the value will be returned.
66
+ * Each item in the list has the format \"{namespace}.{tagName}.{value}\". All inputs are case-insensitive.
67
+ * Multiple values for the same key (i.e. same namespace and tag name) are interpreted as \"OR\".
68
+ * Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as \"AND\".
69
+ *
70
+ */
71
+ "definedTagEquals"?: Array<string>;
72
+ /**
73
+ * A list of tag filters to apply. Only resources with a freeform tag matching the value will be returned.
74
+ * The key for each tag is \"{tagName}.{value}\". All inputs are case-insensitive.
75
+ * Multiple values for the same tag name are interpreted as \"OR\". Values for different tag names are interpreted as \"AND\".
76
+ *
77
+ */
78
+ "freeformTagEquals"?: Array<string>;
79
+ /**
80
+ * A list of tag existence filters to apply. Only resources for which the specified defined tags exist will be returned.
81
+ * Each item in the list has the format \"{namespace}.{tagName}.true\" (for checking existence of a defined tag)
82
+ * or \"{namespace}.true\". All inputs are case-insensitive.
83
+ * Currently, only existence (\"true\" at the end) is supported. Absence (\"false\" at the end) is not supported.
84
+ * Multiple values for the same key (i.e. same namespace and tag name) are interpreted as \"OR\".
85
+ * Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as \"AND\".
86
+ *
87
+ */
88
+ "definedTagExists"?: Array<string>;
89
+ /**
90
+ * A list of tag existence filters to apply. Only resources for which the specified freeform tags exist the value will be returned.
91
+ * The key for each tag is \"{tagName}.true\". All inputs are case-insensitive.
92
+ * Currently, only existence (\"true\" at the end) is supported. Absence (\"false\" at the end) is not supported.
93
+ * Multiple values for different tag names are interpreted as \"AND\".
94
+ *
95
+ */
96
+ "freeformTagExists"?: Array<string>;
97
+ /**
98
+ * A flag to search all resources within a given compartment and all sub-compartments.
99
+ *
100
+ */
101
+ "compartmentIdInSubtree"?: boolean;
102
+ }
103
+ export declare namespace ListAddmDbRecommendationCategoriesRequest {
104
+ enum SortBy {
105
+ Name = "name"
106
+ }
107
+ }
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20200630
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.ListAddmDbRecommendationCategoriesRequest = void 0;
16
+ var ListAddmDbRecommendationCategoriesRequest;
17
+ (function (ListAddmDbRecommendationCategoriesRequest) {
18
+ let SortBy;
19
+ (function (SortBy) {
20
+ SortBy["Name"] = "name";
21
+ })(SortBy = ListAddmDbRecommendationCategoriesRequest.SortBy || (ListAddmDbRecommendationCategoriesRequest.SortBy = {}));
22
+ })(ListAddmDbRecommendationCategoriesRequest = exports.ListAddmDbRecommendationCategoriesRequest || (exports.ListAddmDbRecommendationCategoriesRequest = {}));
23
+ //# sourceMappingURL=list-addm-db-recommendation-categories-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-addm-db-recommendation-categories-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/list-addm-db-recommendation-categories-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA8FH,IAAiB,yCAAyC,CAIzD;AAJD,WAAiB,yCAAyC;IACxD,IAAY,MAEX;IAFD,WAAY,MAAM;QAChB,uBAAa,CAAA;IACf,CAAC,EAFW,MAAM,GAAN,gDAAM,KAAN,gDAAM,QAEjB;AACH,CAAC,EAJgB,yCAAyC,GAAzC,iDAAyC,KAAzC,iDAAyC,QAIzD"}
@@ -0,0 +1,157 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20200630
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListAddmDbRecommendationsTimeSeries.ts.html |here} to see how to use ListAddmDbRecommendationsTimeSeriesRequest.
17
+ */
18
+ export interface ListAddmDbRecommendationsTimeSeriesRequest extends common.BaseRequest {
19
+ /**
20
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
21
+ */
22
+ "compartmentId": string;
23
+ /**
24
+ * Optional list of database [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the associated DBaaS entity.
25
+ *
26
+ */
27
+ "databaseId"?: Array<string>;
28
+ /**
29
+ * Optional list of database insight resource [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
30
+ *
31
+ */
32
+ "id"?: Array<string>;
33
+ /**
34
+ * The optional single value query parameter to filter by database instance number.
35
+ */
36
+ "instanceNumber"?: string;
37
+ /**
38
+ * Analysis start time in UTC in ISO 8601 format(inclusive).
39
+ * Example 2019-10-30T00:00:00Z (yyyy-MM-ddThh:mm:ssZ).
40
+ * The minimum allowed value is 2 years prior to the current day.
41
+ * timeIntervalStart and timeIntervalEnd parameters are used together.
42
+ * If analysisTimeInterval is specified, this parameter is ignored.
43
+ *
44
+ */
45
+ "timeIntervalStart"?: Date;
46
+ /**
47
+ * Analysis end time in UTC in ISO 8601 format(exclusive).
48
+ * Example 2019-10-30T00:00:00Z (yyyy-MM-ddThh:mm:ssZ).
49
+ * timeIntervalStart and timeIntervalEnd are used together.
50
+ * If timeIntervalEnd is not specified, current time is used as timeIntervalEnd.
51
+ *
52
+ */
53
+ "timeIntervalEnd"?: Date;
54
+ /**
55
+ * Optional value filter to match the finding category exactly.
56
+ *
57
+ */
58
+ "categoryName"?: string;
59
+ /**
60
+ * Optional filter to return only resources whose sql id matches the value given. Only considered when
61
+ * categoryName is SQL_TUNING.
62
+ *
63
+ */
64
+ "sqlIdentifier"?: string;
65
+ /**
66
+ * Optional filter to return only resources whose owner or name contains the substring given. The
67
+ * match is not case sensitive. Only considered when categoryName is SCHEMA_OBJECT.
68
+ *
69
+ */
70
+ "ownerOrNameContains"?: string;
71
+ /**
72
+ * Optional filter to return only resources whose name contains the substring given. The
73
+ * match is not case sensitive. Only considered when categoryName is DATABASE_CONFIGURATION.
74
+ *
75
+ */
76
+ "nameContains"?: string;
77
+ /**
78
+ * Optional filter to return only resources whose name exactly matches the substring given. The
79
+ * match is case sensitive. Only considered when categoryName is DATABASE_CONFIGURATION.
80
+ *
81
+ */
82
+ "name"?: string;
83
+ /**
84
+ * For list pagination. The maximum number of results per page, or items to
85
+ * return in a paginated \"List\" call.
86
+ * For important details about how pagination works, see
87
+ * [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
88
+ * Example: `50`
89
+ *
90
+ */
91
+ "limit"?: number;
92
+ /**
93
+ * For list pagination. The value of the `opc-next-page` response header from
94
+ * the previous \"List\" call. For important details about how pagination works,
95
+ * see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
96
+ *
97
+ */
98
+ "page"?: string;
99
+ /**
100
+ * The sort order to use, either ascending (`ASC`) or descending (`DESC`).
101
+ *
102
+ */
103
+ "sortOrder"?: model.SortOrder;
104
+ /**
105
+ * Field name for sorting the ADDM recommendation time series summary data
106
+ */
107
+ "sortBy"?: ListAddmDbRecommendationsTimeSeriesRequest.SortBy;
108
+ /**
109
+ * Unique Oracle-assigned identifier for the request. If you need to contact
110
+ * Oracle about a particular request, please provide the request ID.
111
+ *
112
+ */
113
+ "opcRequestId"?: string;
114
+ /**
115
+ * A list of tag filters to apply. Only resources with a defined tag matching the value will be returned.
116
+ * Each item in the list has the format \"{namespace}.{tagName}.{value}\". All inputs are case-insensitive.
117
+ * Multiple values for the same key (i.e. same namespace and tag name) are interpreted as \"OR\".
118
+ * Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as \"AND\".
119
+ *
120
+ */
121
+ "definedTagEquals"?: Array<string>;
122
+ /**
123
+ * A list of tag filters to apply. Only resources with a freeform tag matching the value will be returned.
124
+ * The key for each tag is \"{tagName}.{value}\". All inputs are case-insensitive.
125
+ * Multiple values for the same tag name are interpreted as \"OR\". Values for different tag names are interpreted as \"AND\".
126
+ *
127
+ */
128
+ "freeformTagEquals"?: Array<string>;
129
+ /**
130
+ * A list of tag existence filters to apply. Only resources for which the specified defined tags exist will be returned.
131
+ * Each item in the list has the format \"{namespace}.{tagName}.true\" (for checking existence of a defined tag)
132
+ * or \"{namespace}.true\". All inputs are case-insensitive.
133
+ * Currently, only existence (\"true\" at the end) is supported. Absence (\"false\" at the end) is not supported.
134
+ * Multiple values for the same key (i.e. same namespace and tag name) are interpreted as \"OR\".
135
+ * Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as \"AND\".
136
+ *
137
+ */
138
+ "definedTagExists"?: Array<string>;
139
+ /**
140
+ * A list of tag existence filters to apply. Only resources for which the specified freeform tags exist the value will be returned.
141
+ * The key for each tag is \"{tagName}.true\". All inputs are case-insensitive.
142
+ * Currently, only existence (\"true\" at the end) is supported. Absence (\"false\" at the end) is not supported.
143
+ * Multiple values for different tag names are interpreted as \"AND\".
144
+ *
145
+ */
146
+ "freeformTagExists"?: Array<string>;
147
+ /**
148
+ * A flag to search all resources within a given compartment and all sub-compartments.
149
+ *
150
+ */
151
+ "compartmentIdInSubtree"?: boolean;
152
+ }
153
+ export declare namespace ListAddmDbRecommendationsTimeSeriesRequest {
154
+ enum SortBy {
155
+ Timestamp = "timestamp"
156
+ }
157
+ }
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20200630
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.ListAddmDbRecommendationsTimeSeriesRequest = void 0;
16
+ var ListAddmDbRecommendationsTimeSeriesRequest;
17
+ (function (ListAddmDbRecommendationsTimeSeriesRequest) {
18
+ let SortBy;
19
+ (function (SortBy) {
20
+ SortBy["Timestamp"] = "timestamp";
21
+ })(SortBy = ListAddmDbRecommendationsTimeSeriesRequest.SortBy || (ListAddmDbRecommendationsTimeSeriesRequest.SortBy = {}));
22
+ })(ListAddmDbRecommendationsTimeSeriesRequest = exports.ListAddmDbRecommendationsTimeSeriesRequest || (exports.ListAddmDbRecommendationsTimeSeriesRequest = {}));
23
+ //# sourceMappingURL=list-addm-db-recommendations-time-series-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-addm-db-recommendations-time-series-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/list-addm-db-recommendations-time-series-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAgJH,IAAiB,0CAA0C,CAI1D;AAJD,WAAiB,0CAA0C;IACzD,IAAY,MAEX;IAFD,WAAY,MAAM;QAChB,iCAAuB,CAAA;IACzB,CAAC,EAFW,MAAM,GAAN,iDAAM,KAAN,iDAAM,QAEjB;AACH,CAAC,EAJgB,0CAA0C,GAA1C,kDAA0C,KAA1C,kDAA0C,QAI1D"}