oci-opsi 2.7.0 → 2.10.0

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 (361) hide show
  1. package/lib/client.d.ts +328 -86
  2. package/lib/client.js +1838 -346
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/awr-hub-lifecycle-state.d.ts +35 -0
  5. package/lib/model/awr-hub-lifecycle-state.js +46 -0
  6. package/lib/model/awr-hub-lifecycle-state.js.map +1 -0
  7. package/lib/model/awr-hub-summary-collection.d.ts +29 -0
  8. package/lib/model/awr-hub-summary-collection.js +64 -0
  9. package/lib/model/awr-hub-summary-collection.js.map +1 -0
  10. package/lib/model/awr-hub-summary.d.ts +93 -0
  11. package/lib/model/awr-hub-summary.js +32 -0
  12. package/lib/model/awr-hub-summary.js.map +1 -0
  13. package/lib/model/awr-hub.d.ts +93 -0
  14. package/lib/model/awr-hub.js +32 -0
  15. package/lib/model/awr-hub.js.map +1 -0
  16. package/lib/model/awr-hubs.d.ts +28 -0
  17. package/lib/model/awr-hubs.js +32 -0
  18. package/lib/model/awr-hubs.js.map +1 -0
  19. package/lib/model/awr-report-format-type.d.ts +31 -0
  20. package/lib/model/awr-report-format-type.js +42 -0
  21. package/lib/model/awr-report-format-type.js.map +1 -0
  22. package/lib/model/awr-report.d.ts +33 -0
  23. package/lib/model/awr-report.js +32 -0
  24. package/lib/model/awr-report.js.map +1 -0
  25. package/lib/model/awr-snapshot-collection.d.ts +29 -0
  26. package/lib/model/awr-snapshot-collection.js +64 -0
  27. package/lib/model/awr-snapshot-collection.js.map +1 -0
  28. package/lib/model/awr-snapshot-summary.d.ts +52 -0
  29. package/lib/model/awr-snapshot-summary.js +32 -0
  30. package/lib/model/awr-snapshot-summary.js.map +1 -0
  31. package/lib/model/awr-source-summary.d.ts +60 -0
  32. package/lib/model/awr-source-summary.js +32 -0
  33. package/lib/model/awr-source-summary.js.map +1 -0
  34. package/lib/model/create-awr-hub-details.d.ts +58 -0
  35. package/lib/model/create-awr-hub-details.js +32 -0
  36. package/lib/model/create-awr-hub-details.js.map +1 -0
  37. package/lib/model/create-operations-insights-warehouse-details.d.ts +60 -0
  38. package/lib/model/create-operations-insights-warehouse-details.js +32 -0
  39. package/lib/model/create-operations-insights-warehouse-details.js.map +1 -0
  40. package/lib/model/create-operations-insights-warehouse-user-details.d.ts +70 -0
  41. package/lib/model/create-operations-insights-warehouse-user-details.js +32 -0
  42. package/lib/model/create-operations-insights-warehouse-user-details.js.map +1 -0
  43. package/lib/model/database-details.d.ts +4 -0
  44. package/lib/model/database-details.js.map +1 -1
  45. package/lib/model/download-operations-insights-warehouse-wallet-details.d.ts +28 -0
  46. package/lib/model/download-operations-insights-warehouse-wallet-details.js +32 -0
  47. package/lib/model/download-operations-insights-warehouse-wallet-details.js.map +1 -0
  48. package/lib/model/em-managed-external-host-insight-summary.d.ts +1 -0
  49. package/lib/model/em-managed-external-host-insight-summary.js.map +1 -1
  50. package/lib/model/em-managed-external-host-insight.d.ts +1 -0
  51. package/lib/model/em-managed-external-host-insight.js.map +1 -1
  52. package/lib/model/host-configuration-summary.d.ts +1 -0
  53. package/lib/model/host-configuration-summary.js.map +1 -1
  54. package/lib/model/host-details.d.ts +5 -0
  55. package/lib/model/host-details.js.map +1 -1
  56. package/lib/model/host-importable-agent-entity-summary.d.ts +1 -0
  57. package/lib/model/host-importable-agent-entity-summary.js.map +1 -1
  58. package/lib/model/index.d.ts +64 -0
  59. package/lib/model/index.js +70 -5
  60. package/lib/model/index.js.map +1 -1
  61. package/lib/model/ingest-sql-stats-details.d.ts +30 -0
  62. package/lib/model/ingest-sql-stats-details.js +64 -0
  63. package/lib/model/ingest-sql-stats-details.js.map +1 -0
  64. package/lib/model/ingest-sql-stats-response-details.d.ts +30 -0
  65. package/lib/model/ingest-sql-stats-response-details.js +32 -0
  66. package/lib/model/ingest-sql-stats-response-details.js.map +1 -0
  67. package/lib/model/macs-managed-external-host-insight-summary.d.ts +1 -0
  68. package/lib/model/macs-managed-external-host-insight-summary.js.map +1 -1
  69. package/lib/model/macs-managed-external-host-insight.d.ts +1 -0
  70. package/lib/model/macs-managed-external-host-insight.js.map +1 -1
  71. package/lib/model/operation-type.d.ts +13 -0
  72. package/lib/model/operation-type.js +13 -0
  73. package/lib/model/operation-type.js.map +1 -1
  74. package/lib/model/operations-insights-warehouse-lifecycle-state.d.ts +35 -0
  75. package/lib/model/operations-insights-warehouse-lifecycle-state.js +46 -0
  76. package/lib/model/operations-insights-warehouse-lifecycle-state.js.map +1 -0
  77. package/lib/model/operations-insights-warehouse-summary-collection.d.ts +29 -0
  78. package/lib/model/operations-insights-warehouse-summary-collection.js +64 -0
  79. package/lib/model/operations-insights-warehouse-summary-collection.js.map +1 -0
  80. package/lib/model/operations-insights-warehouse-summary.d.ts +113 -0
  81. package/lib/model/operations-insights-warehouse-summary.js +32 -0
  82. package/lib/model/operations-insights-warehouse-summary.js.map +1 -0
  83. package/lib/model/operations-insights-warehouse-user-lifecycle-state.d.ts +35 -0
  84. package/lib/model/operations-insights-warehouse-user-lifecycle-state.js +46 -0
  85. package/lib/model/operations-insights-warehouse-user-lifecycle-state.js.map +1 -0
  86. package/lib/model/operations-insights-warehouse-user-summary-collection.d.ts +29 -0
  87. package/lib/model/operations-insights-warehouse-user-summary-collection.js +64 -0
  88. package/lib/model/operations-insights-warehouse-user-summary-collection.js.map +1 -0
  89. package/lib/model/operations-insights-warehouse-user-summary.d.ts +101 -0
  90. package/lib/model/operations-insights-warehouse-user-summary.js +32 -0
  91. package/lib/model/operations-insights-warehouse-user-summary.js.map +1 -0
  92. package/lib/model/operations-insights-warehouse-user.d.ts +101 -0
  93. package/lib/model/operations-insights-warehouse-user.js +32 -0
  94. package/lib/model/operations-insights-warehouse-user.js.map +1 -0
  95. package/lib/model/operations-insights-warehouse-users.d.ts +28 -0
  96. package/lib/model/operations-insights-warehouse-users.js +32 -0
  97. package/lib/model/operations-insights-warehouse-users.js.map +1 -0
  98. package/lib/model/operations-insights-warehouse.d.ts +113 -0
  99. package/lib/model/operations-insights-warehouse.js +32 -0
  100. package/lib/model/operations-insights-warehouse.js.map +1 -0
  101. package/lib/model/operations-insights-warehouses.d.ts +28 -0
  102. package/lib/model/operations-insights-warehouses.js +32 -0
  103. package/lib/model/operations-insights-warehouses.js.map +1 -0
  104. package/lib/model/sql-stats.d.ts +301 -0
  105. package/lib/model/sql-stats.js +32 -0
  106. package/lib/model/sql-stats.js.map +1 -0
  107. package/lib/model/sql-text-summary.d.ts +4 -0
  108. package/lib/model/sql-text-summary.js.map +1 -1
  109. package/lib/model/summarize-awr-sources-summaries-collection.d.ts +29 -0
  110. package/lib/model/summarize-awr-sources-summaries-collection.js +64 -0
  111. package/lib/model/summarize-awr-sources-summaries-collection.js.map +1 -0
  112. package/lib/model/summarize-operations-insights-warehouse-resource-usage-aggregation.d.ts +43 -0
  113. package/lib/model/summarize-operations-insights-warehouse-resource-usage-aggregation.js +32 -0
  114. package/lib/model/summarize-operations-insights-warehouse-resource-usage-aggregation.js.map +1 -0
  115. package/lib/model/update-awr-hub-details.d.ts +46 -0
  116. package/lib/model/update-awr-hub-details.js +32 -0
  117. package/lib/model/update-awr-hub-details.js.map +1 -0
  118. package/lib/model/update-operations-insights-warehouse-details.d.ts +56 -0
  119. package/lib/model/update-operations-insights-warehouse-details.js +32 -0
  120. package/lib/model/update-operations-insights-warehouse-details.js.map +1 -0
  121. package/lib/model/update-operations-insights-warehouse-user-details.d.ts +58 -0
  122. package/lib/model/update-operations-insights-warehouse-user-details.js +32 -0
  123. package/lib/model/update-operations-insights-warehouse-user-details.js.map +1 -0
  124. package/lib/operationsinsights-waiter.d.ts +24 -0
  125. package/lib/operationsinsights-waiter.js +36 -0
  126. package/lib/operationsinsights-waiter.js.map +1 -1
  127. package/lib/request/add-exadata-insight-members-request.d.ts +1 -1
  128. package/lib/request/change-database-insight-compartment-request.d.ts +1 -1
  129. package/lib/request/change-enterprise-manager-bridge-compartment-request.d.ts +1 -1
  130. package/lib/request/change-exadata-insight-compartment-request.d.ts +1 -1
  131. package/lib/request/change-host-insight-compartment-request.d.ts +1 -1
  132. package/lib/request/create-awr-hub-request.d.ts +39 -0
  133. package/lib/request/create-awr-hub-request.js +15 -0
  134. package/lib/request/create-awr-hub-request.js.map +1 -0
  135. package/lib/request/create-database-insight-request.d.ts +1 -1
  136. package/lib/request/create-enterprise-manager-bridge-request.d.ts +1 -1
  137. package/lib/request/create-exadata-insight-request.d.ts +1 -1
  138. package/lib/request/create-host-insight-request.d.ts +1 -1
  139. package/lib/request/create-operations-insights-warehouse-request.d.ts +39 -0
  140. package/lib/request/create-operations-insights-warehouse-request.js +15 -0
  141. package/lib/request/create-operations-insights-warehouse-request.js.map +1 -0
  142. package/lib/request/create-operations-insights-warehouse-user-request.d.ts +39 -0
  143. package/lib/request/create-operations-insights-warehouse-user-request.js +15 -0
  144. package/lib/request/create-operations-insights-warehouse-user-request.js.map +1 -0
  145. package/lib/request/delete-awr-hub-request.d.ts +35 -0
  146. package/lib/request/delete-awr-hub-request.js +15 -0
  147. package/lib/request/delete-awr-hub-request.js.map +1 -0
  148. package/lib/request/delete-database-insight-request.d.ts +1 -1
  149. package/lib/request/delete-enterprise-manager-bridge-request.d.ts +1 -1
  150. package/lib/request/delete-exadata-insight-request.d.ts +1 -1
  151. package/lib/request/delete-host-insight-request.d.ts +1 -1
  152. package/lib/request/delete-operations-insights-warehouse-request.d.ts +35 -0
  153. package/lib/request/delete-operations-insights-warehouse-request.js +15 -0
  154. package/lib/request/delete-operations-insights-warehouse-request.js.map +1 -0
  155. package/lib/request/delete-operations-insights-warehouse-user-request.d.ts +35 -0
  156. package/lib/request/delete-operations-insights-warehouse-user-request.js +15 -0
  157. package/lib/request/delete-operations-insights-warehouse-user-request.js.map +1 -0
  158. package/lib/request/disable-database-insight-request.d.ts +1 -1
  159. package/lib/request/disable-exadata-insight-request.d.ts +1 -1
  160. package/lib/request/disable-host-insight-request.d.ts +1 -1
  161. package/lib/request/download-operations-insights-warehouse-wallet-request.d.ts +43 -0
  162. package/lib/request/download-operations-insights-warehouse-wallet-request.js +15 -0
  163. package/lib/request/download-operations-insights-warehouse-wallet-request.js.map +1 -0
  164. package/lib/request/enable-database-insight-request.d.ts +1 -1
  165. package/lib/request/enable-exadata-insight-request.d.ts +1 -1
  166. package/lib/request/enable-host-insight-request.d.ts +1 -1
  167. package/lib/request/get-awr-hub-request.d.ts +28 -0
  168. package/lib/request/get-awr-hub-request.js +15 -0
  169. package/lib/request/get-awr-hub-request.js.map +1 -0
  170. package/lib/request/get-awr-report-request.d.ts +61 -0
  171. package/lib/request/get-awr-report-request.js +15 -0
  172. package/lib/request/get-awr-report-request.js.map +1 -0
  173. package/lib/request/get-database-insight-request.d.ts +1 -1
  174. package/lib/request/get-enterprise-manager-bridge-request.d.ts +1 -1
  175. package/lib/request/get-exadata-insight-request.d.ts +1 -1
  176. package/lib/request/get-host-insight-request.d.ts +1 -1
  177. package/lib/request/get-operations-insights-warehouse-request.d.ts +28 -0
  178. package/lib/request/get-operations-insights-warehouse-request.js +15 -0
  179. package/lib/request/get-operations-insights-warehouse-request.js.map +1 -0
  180. package/lib/request/get-operations-insights-warehouse-user-request.d.ts +28 -0
  181. package/lib/request/get-operations-insights-warehouse-user-request.js +15 -0
  182. package/lib/request/get-operations-insights-warehouse-user-request.js.map +1 -0
  183. package/lib/request/get-work-request-request.d.ts +1 -1
  184. package/lib/request/index.d.ts +44 -0
  185. package/lib/request/index.js +11 -1
  186. package/lib/request/index.js.map +1 -1
  187. package/lib/request/ingest-database-configuration-request.d.ts +1 -1
  188. package/lib/request/ingest-host-configuration-request.d.ts +1 -1
  189. package/lib/request/ingest-host-metrics-request.d.ts +1 -1
  190. package/lib/request/ingest-sql-bucket-request.d.ts +1 -1
  191. package/lib/request/ingest-sql-plan-lines-request.d.ts +1 -1
  192. package/lib/request/ingest-sql-stats-request.d.ts +56 -0
  193. package/lib/request/ingest-sql-stats-request.js +15 -0
  194. package/lib/request/ingest-sql-stats-request.js.map +1 -0
  195. package/lib/request/ingest-sql-text-request.d.ts +1 -1
  196. package/lib/request/list-awr-hubs-request.d.ts +77 -0
  197. package/lib/request/list-awr-hubs-request.js +24 -0
  198. package/lib/request/list-awr-hubs-request.js.map +1 -0
  199. package/lib/request/list-awr-snapshots-request.d.ts +74 -0
  200. package/lib/request/list-awr-snapshots-request.js +24 -0
  201. package/lib/request/list-awr-snapshots-request.js.map +1 -0
  202. package/lib/request/list-database-configurations-request.d.ts +6 -1
  203. package/lib/request/list-database-configurations-request.js.map +1 -1
  204. package/lib/request/list-database-insights-request.d.ts +6 -1
  205. package/lib/request/list-database-insights-request.js.map +1 -1
  206. package/lib/request/list-enterprise-manager-bridges-request.d.ts +6 -1
  207. package/lib/request/list-enterprise-manager-bridges-request.js.map +1 -1
  208. package/lib/request/list-exadata-configurations-request.d.ts +1 -1
  209. package/lib/request/list-exadata-insights-request.d.ts +6 -1
  210. package/lib/request/list-exadata-insights-request.js.map +1 -1
  211. package/lib/request/list-host-configurations-request.d.ts +6 -1
  212. package/lib/request/list-host-configurations-request.js.map +1 -1
  213. package/lib/request/list-host-insights-request.d.ts +6 -1
  214. package/lib/request/list-host-insights-request.js.map +1 -1
  215. package/lib/request/list-hosted-entities-request.d.ts +1 -1
  216. package/lib/request/list-importable-agent-entities-request.d.ts +1 -1
  217. package/lib/request/list-importable-enterprise-manager-entities-request.d.ts +1 -1
  218. package/lib/request/list-operations-insights-warehouse-users-request.d.ts +77 -0
  219. package/lib/request/list-operations-insights-warehouse-users-request.js +24 -0
  220. package/lib/request/list-operations-insights-warehouse-users-request.js.map +1 -0
  221. package/lib/request/list-operations-insights-warehouses-request.d.ts +73 -0
  222. package/lib/request/list-operations-insights-warehouses-request.js +24 -0
  223. package/lib/request/list-operations-insights-warehouses-request.js.map +1 -0
  224. package/lib/request/list-sql-plans-request.d.ts +1 -1
  225. package/lib/request/list-sql-searches-request.d.ts +6 -1
  226. package/lib/request/list-sql-texts-request.d.ts +6 -1
  227. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  228. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  229. package/lib/request/list-work-requests-request.d.ts +1 -1
  230. package/lib/request/rotate-operations-insights-warehouse-wallet-request.d.ts +35 -0
  231. package/lib/request/rotate-operations-insights-warehouse-wallet-request.js +15 -0
  232. package/lib/request/rotate-operations-insights-warehouse-wallet-request.js.map +1 -0
  233. package/lib/request/summarize-awr-sources-summaries-request.d.ts +70 -0
  234. package/lib/request/summarize-awr-sources-summaries-request.js +24 -0
  235. package/lib/request/summarize-awr-sources-summaries-request.js.map +1 -0
  236. package/lib/request/summarize-database-insight-resource-capacity-trend-request.d.ts +6 -1
  237. package/lib/request/summarize-database-insight-resource-capacity-trend-request.js.map +1 -1
  238. package/lib/request/summarize-database-insight-resource-forecast-trend-request.d.ts +6 -1
  239. package/lib/request/summarize-database-insight-resource-forecast-trend-request.js.map +1 -1
  240. package/lib/request/summarize-database-insight-resource-statistics-request.d.ts +6 -1
  241. package/lib/request/summarize-database-insight-resource-statistics-request.js.map +1 -1
  242. package/lib/request/summarize-database-insight-resource-usage-request.d.ts +6 -1
  243. package/lib/request/summarize-database-insight-resource-usage-request.js.map +1 -1
  244. package/lib/request/summarize-database-insight-resource-usage-trend-request.d.ts +6 -1
  245. package/lib/request/summarize-database-insight-resource-usage-trend-request.js.map +1 -1
  246. package/lib/request/summarize-database-insight-resource-utilization-insight-request.d.ts +6 -1
  247. package/lib/request/summarize-database-insight-resource-utilization-insight-request.js.map +1 -1
  248. package/lib/request/summarize-database-insight-tablespace-usage-trend-request.d.ts +1 -1
  249. package/lib/request/summarize-exadata-insight-resource-capacity-trend-aggregated-request.d.ts +1 -1
  250. package/lib/request/summarize-exadata-insight-resource-capacity-trend-request.d.ts +1 -1
  251. package/lib/request/summarize-exadata-insight-resource-forecast-trend-aggregated-request.d.ts +1 -1
  252. package/lib/request/summarize-exadata-insight-resource-forecast-trend-request.d.ts +1 -1
  253. package/lib/request/summarize-exadata-insight-resource-statistics-request.d.ts +1 -1
  254. package/lib/request/summarize-exadata-insight-resource-usage-aggregated-request.d.ts +1 -1
  255. package/lib/request/summarize-exadata-insight-resource-usage-request.d.ts +1 -1
  256. package/lib/request/summarize-exadata-insight-resource-utilization-insight-request.d.ts +1 -1
  257. package/lib/request/summarize-exadata-members-request.d.ts +1 -1
  258. package/lib/request/summarize-host-insight-resource-capacity-trend-request.d.ts +6 -1
  259. package/lib/request/summarize-host-insight-resource-capacity-trend-request.js.map +1 -1
  260. package/lib/request/summarize-host-insight-resource-forecast-trend-request.d.ts +6 -1
  261. package/lib/request/summarize-host-insight-resource-forecast-trend-request.js.map +1 -1
  262. package/lib/request/summarize-host-insight-resource-statistics-request.d.ts +6 -1
  263. package/lib/request/summarize-host-insight-resource-statistics-request.js.map +1 -1
  264. package/lib/request/summarize-host-insight-resource-usage-request.d.ts +6 -1
  265. package/lib/request/summarize-host-insight-resource-usage-request.js.map +1 -1
  266. package/lib/request/summarize-host-insight-resource-usage-trend-request.d.ts +6 -1
  267. package/lib/request/summarize-host-insight-resource-usage-trend-request.js.map +1 -1
  268. package/lib/request/summarize-host-insight-resource-utilization-insight-request.d.ts +6 -1
  269. package/lib/request/summarize-host-insight-resource-utilization-insight-request.js.map +1 -1
  270. package/lib/request/summarize-operations-insights-warehouse-resource-usage-request.d.ts +28 -0
  271. package/lib/request/summarize-operations-insights-warehouse-resource-usage-request.js +15 -0
  272. package/lib/request/summarize-operations-insights-warehouse-resource-usage-request.js.map +1 -0
  273. package/lib/request/summarize-sql-insights-request.d.ts +6 -1
  274. package/lib/request/summarize-sql-insights-request.js.map +1 -1
  275. package/lib/request/summarize-sql-plan-insights-request.d.ts +1 -1
  276. package/lib/request/summarize-sql-response-time-distributions-request.d.ts +1 -1
  277. package/lib/request/summarize-sql-statistics-request.d.ts +6 -1
  278. package/lib/request/summarize-sql-statistics-request.js.map +1 -1
  279. package/lib/request/summarize-sql-statistics-time-series-by-plan-request.d.ts +1 -1
  280. package/lib/request/summarize-sql-statistics-time-series-request.d.ts +6 -1
  281. package/lib/request/update-awr-hub-request.d.ts +40 -0
  282. package/lib/request/update-awr-hub-request.js +15 -0
  283. package/lib/request/update-awr-hub-request.js.map +1 -0
  284. package/lib/request/update-database-insight-request.d.ts +1 -1
  285. package/lib/request/update-enterprise-manager-bridge-request.d.ts +1 -1
  286. package/lib/request/update-exadata-insight-request.d.ts +1 -1
  287. package/lib/request/update-host-insight-request.d.ts +1 -1
  288. package/lib/request/update-operations-insights-warehouse-request.d.ts +40 -0
  289. package/lib/request/update-operations-insights-warehouse-request.js +15 -0
  290. package/lib/request/update-operations-insights-warehouse-request.js.map +1 -0
  291. package/lib/request/update-operations-insights-warehouse-user-request.d.ts +40 -0
  292. package/lib/request/update-operations-insights-warehouse-user-request.js +15 -0
  293. package/lib/request/update-operations-insights-warehouse-user-request.js.map +1 -0
  294. package/lib/response/create-awr-hub-response.d.ts +43 -0
  295. package/lib/response/create-awr-hub-response.js +15 -0
  296. package/lib/response/create-awr-hub-response.js.map +1 -0
  297. package/lib/response/create-operations-insights-warehouse-response.d.ts +43 -0
  298. package/lib/response/create-operations-insights-warehouse-response.js +15 -0
  299. package/lib/response/create-operations-insights-warehouse-response.js.map +1 -0
  300. package/lib/response/create-operations-insights-warehouse-user-response.d.ts +43 -0
  301. package/lib/response/create-operations-insights-warehouse-user-response.js +15 -0
  302. package/lib/response/create-operations-insights-warehouse-user-response.js.map +1 -0
  303. package/lib/response/delete-awr-hub-response.d.ts +25 -0
  304. package/lib/response/delete-awr-hub-response.js +15 -0
  305. package/lib/response/delete-awr-hub-response.js.map +1 -0
  306. package/lib/response/delete-operations-insights-warehouse-response.d.ts +25 -0
  307. package/lib/response/delete-operations-insights-warehouse-response.js +15 -0
  308. package/lib/response/delete-operations-insights-warehouse-response.js.map +1 -0
  309. package/lib/response/delete-operations-insights-warehouse-user-response.d.ts +25 -0
  310. package/lib/response/delete-operations-insights-warehouse-user-response.js +15 -0
  311. package/lib/response/delete-operations-insights-warehouse-user-response.js.map +1 -0
  312. package/lib/response/download-operations-insights-warehouse-wallet-response.d.ts +38 -0
  313. package/lib/response/download-operations-insights-warehouse-wallet-response.js +15 -0
  314. package/lib/response/download-operations-insights-warehouse-wallet-response.js.map +1 -0
  315. package/lib/response/get-awr-hub-response.d.ts +30 -0
  316. package/lib/response/get-awr-hub-response.js +15 -0
  317. package/lib/response/get-awr-hub-response.js.map +1 -0
  318. package/lib/response/get-awr-report-response.d.ts +25 -0
  319. package/lib/response/get-awr-report-response.js +15 -0
  320. package/lib/response/get-awr-report-response.js.map +1 -0
  321. package/lib/response/get-operations-insights-warehouse-response.d.ts +30 -0
  322. package/lib/response/get-operations-insights-warehouse-response.js +15 -0
  323. package/lib/response/get-operations-insights-warehouse-response.js.map +1 -0
  324. package/lib/response/get-operations-insights-warehouse-user-response.d.ts +30 -0
  325. package/lib/response/get-operations-insights-warehouse-user-response.js +15 -0
  326. package/lib/response/get-operations-insights-warehouse-user-response.js.map +1 -0
  327. package/lib/response/index.d.ts +44 -0
  328. package/lib/response/ingest-sql-stats-response.d.ts +30 -0
  329. package/lib/response/ingest-sql-stats-response.js +15 -0
  330. package/lib/response/ingest-sql-stats-response.js.map +1 -0
  331. package/lib/response/list-awr-hubs-response.d.ts +32 -0
  332. package/lib/response/list-awr-hubs-response.js +15 -0
  333. package/lib/response/list-awr-hubs-response.js.map +1 -0
  334. package/lib/response/list-awr-snapshots-response.d.ts +32 -0
  335. package/lib/response/list-awr-snapshots-response.js +15 -0
  336. package/lib/response/list-awr-snapshots-response.js.map +1 -0
  337. package/lib/response/list-operations-insights-warehouse-users-response.d.ts +32 -0
  338. package/lib/response/list-operations-insights-warehouse-users-response.js +15 -0
  339. package/lib/response/list-operations-insights-warehouse-users-response.js.map +1 -0
  340. package/lib/response/list-operations-insights-warehouses-response.d.ts +32 -0
  341. package/lib/response/list-operations-insights-warehouses-response.js +15 -0
  342. package/lib/response/list-operations-insights-warehouses-response.js.map +1 -0
  343. package/lib/response/rotate-operations-insights-warehouse-wallet-response.d.ts +25 -0
  344. package/lib/response/rotate-operations-insights-warehouse-wallet-response.js +15 -0
  345. package/lib/response/rotate-operations-insights-warehouse-wallet-response.js.map +1 -0
  346. package/lib/response/summarize-awr-sources-summaries-response.d.ts +32 -0
  347. package/lib/response/summarize-awr-sources-summaries-response.js +15 -0
  348. package/lib/response/summarize-awr-sources-summaries-response.js.map +1 -0
  349. package/lib/response/summarize-operations-insights-warehouse-resource-usage-response.d.ts +30 -0
  350. package/lib/response/summarize-operations-insights-warehouse-resource-usage-response.js +15 -0
  351. package/lib/response/summarize-operations-insights-warehouse-resource-usage-response.js.map +1 -0
  352. package/lib/response/update-awr-hub-response.d.ts +25 -0
  353. package/lib/response/update-awr-hub-response.js +15 -0
  354. package/lib/response/update-awr-hub-response.js.map +1 -0
  355. package/lib/response/update-operations-insights-warehouse-response.d.ts +25 -0
  356. package/lib/response/update-operations-insights-warehouse-response.js +15 -0
  357. package/lib/response/update-operations-insights-warehouse-response.js.map +1 -0
  358. package/lib/response/update-operations-insights-warehouse-user-response.d.ts +25 -0
  359. package/lib/response/update-operations-insights-warehouse-user-response.js +15 -0
  360. package/lib/response/update-operations-insights-warehouse-user-response.js.map +1 -0
  361. package/package.json +3 -3
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/opsi/SummarizeDatabaseInsightResourceStatistics.ts.html |here} to see how to use SummarizeDatabaseInsightResourceStatisticsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/SummarizeDatabaseInsightResourceStatistics.ts.html |here} to see how to use SummarizeDatabaseInsightResourceStatisticsRequest.
17
17
  */
18
18
  export interface SummarizeDatabaseInsightResourceStatisticsRequest extends common.BaseRequest {
19
19
  /**
@@ -171,6 +171,11 @@ export interface SummarizeDatabaseInsightResourceStatisticsRequest extends commo
171
171
  *
172
172
  */
173
173
  "freeformTagExists"?: Array<string>;
174
+ /**
175
+ * A flag to search all resources within a given compartment and all sub-compartments.
176
+ *
177
+ */
178
+ "compartmentIdInSubtree"?: boolean;
174
179
  }
175
180
  export declare namespace SummarizeDatabaseInsightResourceStatisticsRequest {
176
181
  enum DatabaseType {
@@ -1 +1 @@
1
- {"version":3,"file":"summarize-database-insight-resource-statistics-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-database-insight-resource-statistics-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAsKH,IAAiB,iDAAiD,CAiBjE;AAjBD,WAAiB,iDAAiD;IAChE,IAAY,YAOX;IAPD,WAAY,YAAY;QACtB,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,4CAA4B,CAAA;QAC5B,kDAAkC,CAAA;IACpC,CAAC,EAPW,YAAY,GAAZ,8DAAY,KAAZ,8DAAY,QAOvB;IAED,IAAY,MAMX;IAND,WAAY,MAAM;QAChB,mDAAyC,CAAA;QACzC,yBAAe,CAAA;QACf,mDAAyC,CAAA;QACzC,uCAA6B,CAAA;QAC7B,uCAA6B,CAAA;IAC/B,CAAC,EANW,MAAM,GAAN,wDAAM,KAAN,wDAAM,QAMjB;AACH,CAAC,EAjBgB,iDAAiD,GAAjD,yDAAiD,KAAjD,yDAAiD,QAiBjE"}
1
+ {"version":3,"file":"summarize-database-insight-resource-statistics-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-database-insight-resource-statistics-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA2KH,IAAiB,iDAAiD,CAiBjE;AAjBD,WAAiB,iDAAiD;IAChE,IAAY,YAOX;IAPD,WAAY,YAAY;QACtB,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,4CAA4B,CAAA;QAC5B,kDAAkC,CAAA;IACpC,CAAC,EAPW,YAAY,GAAZ,8DAAY,KAAZ,8DAAY,QAOvB;IAED,IAAY,MAMX;IAND,WAAY,MAAM;QAChB,mDAAyC,CAAA;QACzC,yBAAe,CAAA;QACf,mDAAyC,CAAA;QACzC,uCAA6B,CAAA;QAC7B,uCAA6B,CAAA;IAC/B,CAAC,EANW,MAAM,GAAN,wDAAM,KAAN,wDAAM,QAMjB;AACH,CAAC,EAjBgB,iDAAiD,GAAjD,yDAAiD,KAAjD,yDAAiD,QAiBjE"}
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/opsi/SummarizeDatabaseInsightResourceUsage.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsageRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/SummarizeDatabaseInsightResourceUsage.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsageRequest.
16
16
  */
17
17
  export interface SummarizeDatabaseInsightResourceUsageRequest extends common.BaseRequest {
18
18
  /**
@@ -134,6 +134,11 @@ export interface SummarizeDatabaseInsightResourceUsageRequest extends common.Bas
134
134
  *
135
135
  */
136
136
  "freeformTagExists"?: Array<string>;
137
+ /**
138
+ * A flag to search all resources within a given compartment and all sub-compartments.
139
+ *
140
+ */
141
+ "compartmentIdInSubtree"?: boolean;
137
142
  }
138
143
  export declare namespace SummarizeDatabaseInsightResourceUsageRequest {
139
144
  enum DatabaseType {
@@ -1 +1 @@
1
- {"version":3,"file":"summarize-database-insight-resource-usage-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-database-insight-resource-usage-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAkIH,IAAiB,4CAA4C,CAS5D;AATD,WAAiB,4CAA4C;IAC3D,IAAY,YAOX;IAPD,WAAY,YAAY;QACtB,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,4CAA4B,CAAA;QAC5B,kDAAkC,CAAA;IACpC,CAAC,EAPW,YAAY,GAAZ,yDAAY,KAAZ,yDAAY,QAOvB;AACH,CAAC,EATgB,4CAA4C,GAA5C,oDAA4C,KAA5C,oDAA4C,QAS5D"}
1
+ {"version":3,"file":"summarize-database-insight-resource-usage-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-database-insight-resource-usage-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAuIH,IAAiB,4CAA4C,CAS5D;AATD,WAAiB,4CAA4C;IAC3D,IAAY,YAOX;IAPD,WAAY,YAAY;QACtB,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,4CAA4B,CAAA;QAC5B,kDAAkC,CAAA;IACpC,CAAC,EAPW,YAAY,GAAZ,yDAAY,KAAZ,yDAAY,QAOvB;AACH,CAAC,EATgB,4CAA4C,GAA5C,oDAA4C,KAA5C,oDAA4C,QAS5D"}
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/opsi/SummarizeDatabaseInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsageTrendRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/SummarizeDatabaseInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsageTrendRequest.
17
17
  */
18
18
  export interface SummarizeDatabaseInsightResourceUsageTrendRequest extends common.BaseRequest {
19
19
  /**
@@ -140,6 +140,11 @@ export interface SummarizeDatabaseInsightResourceUsageTrendRequest extends commo
140
140
  *
141
141
  */
142
142
  "freeformTagExists"?: Array<string>;
143
+ /**
144
+ * A flag to search all resources within a given compartment and all sub-compartments.
145
+ *
146
+ */
147
+ "compartmentIdInSubtree"?: boolean;
143
148
  }
144
149
  export declare namespace SummarizeDatabaseInsightResourceUsageTrendRequest {
145
150
  enum DatabaseType {
@@ -1 +1 @@
1
- {"version":3,"file":"summarize-database-insight-resource-usage-trend-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-database-insight-resource-usage-trend-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAuIH,IAAiB,iDAAiD,CAejE;AAfD,WAAiB,iDAAiD;IAChE,IAAY,YAOX;IAPD,WAAY,YAAY;QACtB,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,4CAA4B,CAAA;QAC5B,kDAAkC,CAAA;IACpC,CAAC,EAPW,YAAY,GAAZ,8DAAY,KAAZ,8DAAY,QAOvB;IAED,IAAY,MAIX;IAJD,WAAY,MAAM;QAChB,uCAA6B,CAAA;QAC7B,yBAAe,CAAA;QACf,+BAAqB,CAAA;IACvB,CAAC,EAJW,MAAM,GAAN,wDAAM,KAAN,wDAAM,QAIjB;AACH,CAAC,EAfgB,iDAAiD,GAAjD,yDAAiD,KAAjD,yDAAiD,QAejE"}
1
+ {"version":3,"file":"summarize-database-insight-resource-usage-trend-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-database-insight-resource-usage-trend-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA4IH,IAAiB,iDAAiD,CAejE;AAfD,WAAiB,iDAAiD;IAChE,IAAY,YAOX;IAPD,WAAY,YAAY;QACtB,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,4CAA4B,CAAA;QAC5B,kDAAkC,CAAA;IACpC,CAAC,EAPW,YAAY,GAAZ,8DAAY,KAAZ,8DAAY,QAOvB;IAED,IAAY,MAIX;IAJD,WAAY,MAAM;QAChB,uCAA6B,CAAA;QAC7B,yBAAe,CAAA;QACf,+BAAqB,CAAA;IACvB,CAAC,EAJW,MAAM,GAAN,wDAAM,KAAN,wDAAM,QAIjB;AACH,CAAC,EAfgB,iDAAiD,GAAjD,yDAAiD,KAAjD,yDAAiD,QAejE"}
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/opsi/SummarizeDatabaseInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUtilizationInsightRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/SummarizeDatabaseInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUtilizationInsightRequest.
16
16
  */
17
17
  export interface SummarizeDatabaseInsightResourceUtilizationInsightRequest extends common.BaseRequest {
18
18
  /**
@@ -134,6 +134,11 @@ export interface SummarizeDatabaseInsightResourceUtilizationInsightRequest exten
134
134
  *
135
135
  */
136
136
  "freeformTagExists"?: Array<string>;
137
+ /**
138
+ * A flag to search all resources within a given compartment and all sub-compartments.
139
+ *
140
+ */
141
+ "compartmentIdInSubtree"?: boolean;
137
142
  }
138
143
  export declare namespace SummarizeDatabaseInsightResourceUtilizationInsightRequest {
139
144
  enum DatabaseType {
@@ -1 +1 @@
1
- {"version":3,"file":"summarize-database-insight-resource-utilization-insight-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-database-insight-resource-utilization-insight-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAmIH,IAAiB,yDAAyD,CASzE;AATD,WAAiB,yDAAyD;IACxE,IAAY,YAOX;IAPD,WAAY,YAAY;QACtB,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,4CAA4B,CAAA;QAC5B,kDAAkC,CAAA;IACpC,CAAC,EAPW,YAAY,GAAZ,sEAAY,KAAZ,sEAAY,QAOvB;AACH,CAAC,EATgB,yDAAyD,GAAzD,iEAAyD,KAAzD,iEAAyD,QASzE"}
1
+ {"version":3,"file":"summarize-database-insight-resource-utilization-insight-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-database-insight-resource-utilization-insight-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAwIH,IAAiB,yDAAyD,CASzE;AATD,WAAiB,yDAAyD;IACxE,IAAY,YAOX;IAPD,WAAY,YAAY;QACtB,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,4CAA4B,CAAA;QAC5B,kDAAkC,CAAA;IACpC,CAAC,EAPW,YAAY,GAAZ,sEAAY,KAAZ,sEAAY,QAOvB;AACH,CAAC,EATgB,yDAAyD,GAAzD,iEAAyD,KAAzD,iEAAyD,QASzE"}
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/opsi/SummarizeDatabaseInsightTablespaceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightTablespaceUsageTrendRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/SummarizeDatabaseInsightTablespaceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightTablespaceUsageTrendRequest.
16
16
  */
17
17
  export interface SummarizeDatabaseInsightTablespaceUsageTrendRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/opsi/SummarizeExadataInsightResourceCapacityTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrendAggregatedRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/SummarizeExadataInsightResourceCapacityTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrendAggregatedRequest.
17
17
  */
18
18
  export interface SummarizeExadataInsightResourceCapacityTrendAggregatedRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/opsi/SummarizeExadataInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrendRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/SummarizeExadataInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrendRequest.
17
17
  */
18
18
  export interface SummarizeExadataInsightResourceCapacityTrendRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/opsi/SummarizeExadataInsightResourceForecastTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrendAggregatedRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/SummarizeExadataInsightResourceForecastTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrendAggregatedRequest.
16
16
  */
17
17
  export interface SummarizeExadataInsightResourceForecastTrendAggregatedRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/opsi/SummarizeExadataInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrendRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/SummarizeExadataInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrendRequest.
17
17
  */
18
18
  export interface SummarizeExadataInsightResourceForecastTrendRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/opsi/SummarizeExadataInsightResourceStatistics.ts.html |here} to see how to use SummarizeExadataInsightResourceStatisticsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/SummarizeExadataInsightResourceStatistics.ts.html |here} to see how to use SummarizeExadataInsightResourceStatisticsRequest.
17
17
  */
18
18
  export interface SummarizeExadataInsightResourceStatisticsRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/opsi/SummarizeExadataInsightResourceUsageAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceUsageAggregatedRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/SummarizeExadataInsightResourceUsageAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceUsageAggregatedRequest.
16
16
  */
17
17
  export interface SummarizeExadataInsightResourceUsageAggregatedRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/opsi/SummarizeExadataInsightResourceUsage.ts.html |here} to see how to use SummarizeExadataInsightResourceUsageRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/SummarizeExadataInsightResourceUsage.ts.html |here} to see how to use SummarizeExadataInsightResourceUsageRequest.
17
17
  */
18
18
  export interface SummarizeExadataInsightResourceUsageRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/opsi/SummarizeExadataInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeExadataInsightResourceUtilizationInsightRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/SummarizeExadataInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeExadataInsightResourceUtilizationInsightRequest.
16
16
  */
17
17
  export interface SummarizeExadataInsightResourceUtilizationInsightRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/opsi/SummarizeExadataMembers.ts.html |here} to see how to use SummarizeExadataMembersRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/SummarizeExadataMembers.ts.html |here} to see how to use SummarizeExadataMembersRequest.
17
17
  */
18
18
  export interface SummarizeExadataMembersRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/opsi/SummarizeHostInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeHostInsightResourceCapacityTrendRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/SummarizeHostInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeHostInsightResourceCapacityTrendRequest.
17
17
  */
18
18
  export interface SummarizeHostInsightResourceCapacityTrendRequest extends common.BaseRequest {
19
19
  /**
@@ -132,6 +132,11 @@ export interface SummarizeHostInsightResourceCapacityTrendRequest extends common
132
132
  *
133
133
  */
134
134
  "freeformTagExists"?: Array<string>;
135
+ /**
136
+ * A flag to search all resources within a given compartment and all sub-compartments.
137
+ *
138
+ */
139
+ "compartmentIdInSubtree"?: boolean;
135
140
  }
136
141
  export declare namespace SummarizeHostInsightResourceCapacityTrendRequest {
137
142
  enum PlatformType {
@@ -1 +1 @@
1
- {"version":3,"file":"summarize-host-insight-resource-capacity-trend-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-host-insight-resource-capacity-trend-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA+HH,IAAiB,gDAAgD,CAgBhE;AAhBD,WAAiB,gDAAgD;IAC/D,IAAY,YAEX;IAFD,WAAY,YAAY;QACtB,+BAAe,CAAA;IACjB,CAAC,EAFW,YAAY,GAAZ,6DAAY,KAAZ,6DAAY,QAEvB;IAED,IAAY,gBAKX;IALD,WAAY,gBAAgB;QAC1B,wDAAoC,CAAA;QACpC,sDAAkC,CAAA;QAClC,qEAAiD,CAAA;QACjD,mEAA+C,CAAA;IACjD,CAAC,EALW,gBAAgB,GAAhB,iEAAgB,KAAhB,iEAAgB,QAK3B;IAED,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,uCAA6B,CAAA;QAC7B,+BAAqB,CAAA;IACvB,CAAC,EAHW,MAAM,GAAN,uDAAM,KAAN,uDAAM,QAGjB;AACH,CAAC,EAhBgB,gDAAgD,GAAhD,wDAAgD,KAAhD,wDAAgD,QAgBhE"}
1
+ {"version":3,"file":"summarize-host-insight-resource-capacity-trend-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-host-insight-resource-capacity-trend-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAoIH,IAAiB,gDAAgD,CAgBhE;AAhBD,WAAiB,gDAAgD;IAC/D,IAAY,YAEX;IAFD,WAAY,YAAY;QACtB,+BAAe,CAAA;IACjB,CAAC,EAFW,YAAY,GAAZ,6DAAY,KAAZ,6DAAY,QAEvB;IAED,IAAY,gBAKX;IALD,WAAY,gBAAgB;QAC1B,wDAAoC,CAAA;QACpC,sDAAkC,CAAA;QAClC,qEAAiD,CAAA;QACjD,mEAA+C,CAAA;IACjD,CAAC,EALW,gBAAgB,GAAhB,iEAAgB,KAAhB,iEAAgB,QAK3B;IAED,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,uCAA6B,CAAA;QAC7B,+BAAqB,CAAA;IACvB,CAAC,EAHW,MAAM,GAAN,uDAAM,KAAN,uDAAM,QAGjB;AACH,CAAC,EAhBgB,gDAAgD,GAAhD,wDAAgD,KAAhD,wDAAgD,QAgBhE"}
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/opsi/SummarizeHostInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeHostInsightResourceForecastTrendRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/SummarizeHostInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeHostInsightResourceForecastTrendRequest.
16
16
  */
17
17
  export interface SummarizeHostInsightResourceForecastTrendRequest extends common.BaseRequest {
18
18
  /**
@@ -148,6 +148,11 @@ export interface SummarizeHostInsightResourceForecastTrendRequest extends common
148
148
  *
149
149
  */
150
150
  "freeformTagExists"?: Array<string>;
151
+ /**
152
+ * A flag to search all resources within a given compartment and all sub-compartments.
153
+ *
154
+ */
155
+ "compartmentIdInSubtree"?: boolean;
151
156
  }
152
157
  export declare namespace SummarizeHostInsightResourceForecastTrendRequest {
153
158
  enum PlatformType {
@@ -1 +1 @@
1
- {"version":3,"file":"summarize-host-insight-resource-forecast-trend-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-host-insight-resource-forecast-trend-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAgJH,IAAiB,gDAAgD,CAsBhE;AAtBD,WAAiB,gDAAgD;IAC/D,IAAY,YAEX;IAFD,WAAY,YAAY;QACtB,+BAAe,CAAA;IACjB,CAAC,EAFW,YAAY,GAAZ,6DAAY,KAAZ,6DAAY,QAEvB;IAED,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,wBAAW,CAAA;IACb,CAAC,EAHW,SAAS,GAAT,0DAAS,KAAT,0DAAS,QAGpB;IAED,IAAY,aAIX;IAJD,WAAY,aAAa;QACvB,kCAAiB,CAAA;QACjB,mCAAkB,CAAA;QAClB,wCAAuB,CAAA;IACzB,CAAC,EAJW,aAAa,GAAb,8DAAa,KAAb,8DAAa,QAIxB;IAED,IAAY,gBAKX;IALD,WAAY,gBAAgB;QAC1B,wDAAoC,CAAA;QACpC,sDAAkC,CAAA;QAClC,qEAAiD,CAAA;QACjD,mEAA+C,CAAA;IACjD,CAAC,EALW,gBAAgB,GAAhB,iEAAgB,KAAhB,iEAAgB,QAK3B;AACH,CAAC,EAtBgB,gDAAgD,GAAhD,wDAAgD,KAAhD,wDAAgD,QAsBhE"}
1
+ {"version":3,"file":"summarize-host-insight-resource-forecast-trend-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-host-insight-resource-forecast-trend-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAqJH,IAAiB,gDAAgD,CAsBhE;AAtBD,WAAiB,gDAAgD;IAC/D,IAAY,YAEX;IAFD,WAAY,YAAY;QACtB,+BAAe,CAAA;IACjB,CAAC,EAFW,YAAY,GAAZ,6DAAY,KAAZ,6DAAY,QAEvB;IAED,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,wBAAW,CAAA;IACb,CAAC,EAHW,SAAS,GAAT,0DAAS,KAAT,0DAAS,QAGpB;IAED,IAAY,aAIX;IAJD,WAAY,aAAa;QACvB,kCAAiB,CAAA;QACjB,mCAAkB,CAAA;QAClB,wCAAuB,CAAA;IACzB,CAAC,EAJW,aAAa,GAAb,8DAAa,KAAb,8DAAa,QAIxB;IAED,IAAY,gBAKX;IALD,WAAY,gBAAgB;QAC1B,wDAAoC,CAAA;QACpC,sDAAkC,CAAA;QAClC,qEAAiD,CAAA;QACjD,mEAA+C,CAAA;IACjD,CAAC,EALW,gBAAgB,GAAhB,iEAAgB,KAAhB,iEAAgB,QAK3B;AACH,CAAC,EAtBgB,gDAAgD,GAAhD,wDAAgD,KAAhD,wDAAgD,QAsBhE"}
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/opsi/SummarizeHostInsightResourceStatistics.ts.html |here} to see how to use SummarizeHostInsightResourceStatisticsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/SummarizeHostInsightResourceStatistics.ts.html |here} to see how to use SummarizeHostInsightResourceStatisticsRequest.
17
17
  */
18
18
  export interface SummarizeHostInsightResourceStatisticsRequest extends common.BaseRequest {
19
19
  /**
@@ -149,6 +149,11 @@ export interface SummarizeHostInsightResourceStatisticsRequest extends common.Ba
149
149
  *
150
150
  */
151
151
  "freeformTagExists"?: Array<string>;
152
+ /**
153
+ * A flag to search all resources within a given compartment and all sub-compartments.
154
+ *
155
+ */
156
+ "compartmentIdInSubtree"?: boolean;
152
157
  }
153
158
  export declare namespace SummarizeHostInsightResourceStatisticsRequest {
154
159
  enum PlatformType {
@@ -1 +1 @@
1
- {"version":3,"file":"summarize-host-insight-resource-statistics-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-host-insight-resource-statistics-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAgJH,IAAiB,6CAA6C,CAY7D;AAZD,WAAiB,6CAA6C;IAC5D,IAAY,YAEX;IAFD,WAAY,YAAY;QACtB,+BAAe,CAAA;IACjB,CAAC,EAFW,YAAY,GAAZ,0DAAY,KAAZ,0DAAY,QAEvB;IAED,IAAY,MAMX;IAND,WAAY,MAAM;QAChB,mDAAyC,CAAA;QACzC,yBAAe,CAAA;QACf,mDAAyC,CAAA;QACzC,+BAAqB,CAAA;QACrB,uCAA6B,CAAA;IAC/B,CAAC,EANW,MAAM,GAAN,oDAAM,KAAN,oDAAM,QAMjB;AACH,CAAC,EAZgB,6CAA6C,GAA7C,qDAA6C,KAA7C,qDAA6C,QAY7D"}
1
+ {"version":3,"file":"summarize-host-insight-resource-statistics-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-host-insight-resource-statistics-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAqJH,IAAiB,6CAA6C,CAY7D;AAZD,WAAiB,6CAA6C;IAC5D,IAAY,YAEX;IAFD,WAAY,YAAY;QACtB,+BAAe,CAAA;IACjB,CAAC,EAFW,YAAY,GAAZ,0DAAY,KAAZ,0DAAY,QAEvB;IAED,IAAY,MAMX;IAND,WAAY,MAAM;QAChB,mDAAyC,CAAA;QACzC,yBAAe,CAAA;QACf,mDAAyC,CAAA;QACzC,+BAAqB,CAAA;QACrB,uCAA6B,CAAA;IAC/B,CAAC,EANW,MAAM,GAAN,oDAAM,KAAN,oDAAM,QAMjB;AACH,CAAC,EAZgB,6CAA6C,GAA7C,qDAA6C,KAA7C,qDAA6C,QAY7D"}
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/opsi/SummarizeHostInsightResourceUsage.ts.html |here} to see how to use SummarizeHostInsightResourceUsageRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/SummarizeHostInsightResourceUsage.ts.html |here} to see how to use SummarizeHostInsightResourceUsageRequest.
16
16
  */
17
17
  export interface SummarizeHostInsightResourceUsageRequest extends common.BaseRequest {
18
18
  /**
@@ -117,6 +117,11 @@ export interface SummarizeHostInsightResourceUsageRequest extends common.BaseReq
117
117
  *
118
118
  */
119
119
  "freeformTagExists"?: Array<string>;
120
+ /**
121
+ * A flag to search all resources within a given compartment and all sub-compartments.
122
+ *
123
+ */
124
+ "compartmentIdInSubtree"?: boolean;
120
125
  }
121
126
  export declare namespace SummarizeHostInsightResourceUsageRequest {
122
127
  enum PlatformType {
@@ -1 +1 @@
1
- {"version":3,"file":"summarize-host-insight-resource-usage-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-host-insight-resource-usage-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAiHH,IAAiB,wCAAwC,CAIxD;AAJD,WAAiB,wCAAwC;IACvD,IAAY,YAEX;IAFD,WAAY,YAAY;QACtB,+BAAe,CAAA;IACjB,CAAC,EAFW,YAAY,GAAZ,qDAAY,KAAZ,qDAAY,QAEvB;AACH,CAAC,EAJgB,wCAAwC,GAAxC,gDAAwC,KAAxC,gDAAwC,QAIxD"}
1
+ {"version":3,"file":"summarize-host-insight-resource-usage-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-host-insight-resource-usage-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAsHH,IAAiB,wCAAwC,CAIxD;AAJD,WAAiB,wCAAwC;IACvD,IAAY,YAEX;IAFD,WAAY,YAAY;QACtB,+BAAe,CAAA;IACjB,CAAC,EAFW,YAAY,GAAZ,qDAAY,KAAZ,qDAAY,QAEvB;AACH,CAAC,EAJgB,wCAAwC,GAAxC,gDAAwC,KAAxC,gDAAwC,QAIxD"}
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/opsi/SummarizeHostInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeHostInsightResourceUsageTrendRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/SummarizeHostInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeHostInsightResourceUsageTrendRequest.
17
17
  */
18
18
  export interface SummarizeHostInsightResourceUsageTrendRequest extends common.BaseRequest {
19
19
  /**
@@ -123,6 +123,11 @@ export interface SummarizeHostInsightResourceUsageTrendRequest extends common.Ba
123
123
  *
124
124
  */
125
125
  "freeformTagExists"?: Array<string>;
126
+ /**
127
+ * A flag to search all resources within a given compartment and all sub-compartments.
128
+ *
129
+ */
130
+ "compartmentIdInSubtree"?: boolean;
126
131
  }
127
132
  export declare namespace SummarizeHostInsightResourceUsageTrendRequest {
128
133
  enum PlatformType {
@@ -1 +1 @@
1
- {"version":3,"file":"summarize-host-insight-resource-usage-trend-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-host-insight-resource-usage-trend-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAsHH,IAAiB,6CAA6C,CAU7D;AAVD,WAAiB,6CAA6C;IAC5D,IAAY,YAEX;IAFD,WAAY,YAAY;QACtB,+BAAe,CAAA;IACjB,CAAC,EAFW,YAAY,GAAZ,0DAAY,KAAZ,0DAAY,QAEvB;IAED,IAAY,MAIX;IAJD,WAAY,MAAM;QAChB,uCAA6B,CAAA;QAC7B,yBAAe,CAAA;QACf,+BAAqB,CAAA;IACvB,CAAC,EAJW,MAAM,GAAN,oDAAM,KAAN,oDAAM,QAIjB;AACH,CAAC,EAVgB,6CAA6C,GAA7C,qDAA6C,KAA7C,qDAA6C,QAU7D"}
1
+ {"version":3,"file":"summarize-host-insight-resource-usage-trend-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-host-insight-resource-usage-trend-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA2HH,IAAiB,6CAA6C,CAU7D;AAVD,WAAiB,6CAA6C;IAC5D,IAAY,YAEX;IAFD,WAAY,YAAY;QACtB,+BAAe,CAAA;IACjB,CAAC,EAFW,YAAY,GAAZ,0DAAY,KAAZ,0DAAY,QAEvB;IAED,IAAY,MAIX;IAJD,WAAY,MAAM;QAChB,uCAA6B,CAAA;QAC7B,yBAAe,CAAA;QACf,+BAAqB,CAAA;IACvB,CAAC,EAJW,MAAM,GAAN,oDAAM,KAAN,oDAAM,QAIjB;AACH,CAAC,EAVgB,6CAA6C,GAA7C,qDAA6C,KAA7C,qDAA6C,QAU7D"}
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/opsi/SummarizeHostInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeHostInsightResourceUtilizationInsightRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/SummarizeHostInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeHostInsightResourceUtilizationInsightRequest.
16
16
  */
17
17
  export interface SummarizeHostInsightResourceUtilizationInsightRequest extends common.BaseRequest {
18
18
  /**
@@ -117,6 +117,11 @@ export interface SummarizeHostInsightResourceUtilizationInsightRequest extends c
117
117
  *
118
118
  */
119
119
  "freeformTagExists"?: Array<string>;
120
+ /**
121
+ * A flag to search all resources within a given compartment and all sub-compartments.
122
+ *
123
+ */
124
+ "compartmentIdInSubtree"?: boolean;
120
125
  }
121
126
  export declare namespace SummarizeHostInsightResourceUtilizationInsightRequest {
122
127
  enum PlatformType {
@@ -1 +1 @@
1
- {"version":3,"file":"summarize-host-insight-resource-utilization-insight-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-host-insight-resource-utilization-insight-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAiHH,IAAiB,qDAAqD,CAIrE;AAJD,WAAiB,qDAAqD;IACpE,IAAY,YAEX;IAFD,WAAY,YAAY;QACtB,+BAAe,CAAA;IACjB,CAAC,EAFW,YAAY,GAAZ,kEAAY,KAAZ,kEAAY,QAEvB;AACH,CAAC,EAJgB,qDAAqD,GAArD,6DAAqD,KAArD,6DAAqD,QAIrE"}
1
+ {"version":3,"file":"summarize-host-insight-resource-utilization-insight-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-host-insight-resource-utilization-insight-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAsHH,IAAiB,qDAAqD,CAIrE;AAJD,WAAiB,qDAAqD;IACpE,IAAY,YAEX;IAFD,WAAY,YAAY;QACtB,+BAAe,CAAA;IACjB,CAAC,EAFW,YAAY,GAAZ,kEAAY,KAAZ,kEAAY,QAEvB;AACH,CAAC,EAJgB,qDAAqD,GAArD,6DAAqD,KAArD,6DAAqD,QAIrE"}
@@ -0,0 +1,28 @@
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, 2021, 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 common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/SummarizeOperationsInsightsWarehouseResourceUsage.ts.html |here} to see how to use SummarizeOperationsInsightsWarehouseResourceUsageRequest.
16
+ */
17
+ export interface SummarizeOperationsInsightsWarehouseResourceUsageRequest extends common.BaseRequest {
18
+ /**
19
+ * Unique Operations Insights Warehouse identifier
20
+ */
21
+ "operationsInsightsWarehouseId": string;
22
+ /**
23
+ * Unique Oracle-assigned identifier for the request. If you need to contact
24
+ * Oracle about a particular request, please provide the request ID.
25
+ *
26
+ */
27
+ "opcRequestId"?: string;
28
+ }
@@ -0,0 +1,15 @@
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, 2021, 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
+ //# sourceMappingURL=summarize-operations-insights-warehouse-resource-usage-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"summarize-operations-insights-warehouse-resource-usage-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-operations-insights-warehouse-resource-usage-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/opsi/SummarizeSqlInsights.ts.html |here} to see how to use SummarizeSqlInsightsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/SummarizeSqlInsights.ts.html |here} to see how to use SummarizeSqlInsightsRequest.
16
16
  */
17
17
  export interface SummarizeSqlInsightsRequest extends common.BaseRequest {
18
18
  /**
@@ -126,6 +126,11 @@ export interface SummarizeSqlInsightsRequest extends common.BaseRequest {
126
126
  *
127
127
  */
128
128
  "freeformTagExists"?: Array<string>;
129
+ /**
130
+ * A flag to search all resources within a given compartment and all sub-compartments.
131
+ *
132
+ */
133
+ "compartmentIdInSubtree"?: boolean;
129
134
  }
130
135
  export declare namespace SummarizeSqlInsightsRequest {
131
136
  enum DatabaseType {
@@ -1 +1 @@
1
- {"version":3,"file":"summarize-sql-insights-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-sql-insights-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA0HH,IAAiB,2BAA2B,CAS3C;AATD,WAAiB,2BAA2B;IAC1C,IAAY,YAOX;IAPD,WAAY,YAAY;QACtB,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,4CAA4B,CAAA;QAC5B,kDAAkC,CAAA;IACpC,CAAC,EAPW,YAAY,GAAZ,wCAAY,KAAZ,wCAAY,QAOvB;AACH,CAAC,EATgB,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAS3C"}
1
+ {"version":3,"file":"summarize-sql-insights-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-sql-insights-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA+HH,IAAiB,2BAA2B,CAS3C;AATD,WAAiB,2BAA2B;IAC1C,IAAY,YAOX;IAPD,WAAY,YAAY;QACtB,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,4CAA4B,CAAA;QAC5B,kDAAkC,CAAA;IACpC,CAAC,EAPW,YAAY,GAAZ,wCAAY,KAAZ,wCAAY,QAOvB;AACH,CAAC,EATgB,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAS3C"}
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/opsi/SummarizeSqlPlanInsights.ts.html |here} to see how to use SummarizeSqlPlanInsightsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/SummarizeSqlPlanInsights.ts.html |here} to see how to use SummarizeSqlPlanInsightsRequest.
16
16
  */
17
17
  export interface SummarizeSqlPlanInsightsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/opsi/SummarizeSqlResponseTimeDistributions.ts.html |here} to see how to use SummarizeSqlResponseTimeDistributionsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/SummarizeSqlResponseTimeDistributions.ts.html |here} to see how to use SummarizeSqlResponseTimeDistributionsRequest.
16
16
  */
17
17
  export interface SummarizeSqlResponseTimeDistributionsRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/opsi/SummarizeSqlStatistics.ts.html |here} to see how to use SummarizeSqlStatisticsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/SummarizeSqlStatistics.ts.html |here} to see how to use SummarizeSqlStatisticsRequest.
17
17
  */
18
18
  export interface SummarizeSqlStatisticsRequest extends common.BaseRequest {
19
19
  /**
@@ -158,6 +158,11 @@ export interface SummarizeSqlStatisticsRequest extends common.BaseRequest {
158
158
  *
159
159
  */
160
160
  "freeformTagExists"?: Array<string>;
161
+ /**
162
+ * A flag to search all resources within a given compartment and all sub-compartments.
163
+ *
164
+ */
165
+ "compartmentIdInSubtree"?: boolean;
161
166
  }
162
167
  export declare namespace SummarizeSqlStatisticsRequest {
163
168
  enum DatabaseType {
@@ -1 +1 @@
1
- {"version":3,"file":"summarize-sql-statistics-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-sql-statistics-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAyJH,IAAiB,6BAA6B,CA2D7C;AA3DD,WAAiB,6BAA6B;IAC5C,IAAY,YAOX;IAPD,WAAY,YAAY;QACtB,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,4CAA4B,CAAA;QAC5B,kDAAkC,CAAA;IACpC,CAAC,EAPW,YAAY,GAAZ,0CAAY,KAAZ,0CAAY,QAOvB;IAED,IAAY,MAoBX;IApBD,WAAY,MAAM;QAChB,iDAAuC,CAAA;QACvC,iDAAuC,CAAA;QACvC,6CAAmC,CAAA;QACnC,uCAA6B,CAAA;QAC7B,qCAA2B,CAAA;QAC3B,+DAAqD,CAAA;QACrD,iDAAuC,CAAA;QACvC,iCAAuB,CAAA;QACvB,qCAA2B,CAAA;QAC3B,yDAA+C,CAAA;QAC/C,6CAAmC,CAAA;QACnC,iDAAuC,CAAA;QACvC,uDAA6C,CAAA;QAC7C,qDAA2C,CAAA;QAC3C,+EAAqE,CAAA;QACrE,iEAAuD,CAAA;QACvD,mFAAyE,CAAA;QACzE,2EAAiE,CAAA;QACjE,iEAAuD,CAAA;IACzD,CAAC,EApBW,MAAM,GAAN,oCAAM,KAAN,oCAAM,QAoBjB;IAED,IAAY,QA0BX;IA1BD,WAAY,QAAQ;QAClB,mCAAuB,CAAA;QACvB,+BAAmB,CAAA;QACnB,uCAA2B,CAAA;QAC3B,4CAAgC,CAAA;QAChC,mCAAuB,CAAA;QACvB,kDAAsC,CAAA;QACtC,0DAA8C,CAAA;QAC9C,+DAAmD,CAAA;QACnD,6DAAiD,CAAA;QACjD,+DAAmD,CAAA;QACnD,wFAA4E,CAAA;QAC5E,gGAAoF,CAAA;QACpF,kGAAsF,CAAA;QACtF,2HAA+G,CAAA;QAC/G,sDAA0C,CAAA;QAC1C,2DAA+C,CAAA;QAC/C,yDAA6C,CAAA;QAC7C,2DAA+C,CAAA;QAC/C,oFAAwE,CAAA;QACxE,4FAAgF,CAAA;QAChF,8FAAkF,CAAA;QAClF,uHAA2G,CAAA;QAC3G,mEAAuD,CAAA;QACvD,4FAAgF,CAAA;QAChF,+HAAmH,CAAA;IACrH,CAAC,EA1BW,QAAQ,GAAR,sCAAQ,KAAR,sCAAQ,QA0BnB;AACH,CAAC,EA3DgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QA2D7C"}
1
+ {"version":3,"file":"summarize-sql-statistics-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-sql-statistics-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA8JH,IAAiB,6BAA6B,CA2D7C;AA3DD,WAAiB,6BAA6B;IAC5C,IAAY,YAOX;IAPD,WAAY,YAAY;QACtB,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,4CAA4B,CAAA;QAC5B,kDAAkC,CAAA;IACpC,CAAC,EAPW,YAAY,GAAZ,0CAAY,KAAZ,0CAAY,QAOvB;IAED,IAAY,MAoBX;IApBD,WAAY,MAAM;QAChB,iDAAuC,CAAA;QACvC,iDAAuC,CAAA;QACvC,6CAAmC,CAAA;QACnC,uCAA6B,CAAA;QAC7B,qCAA2B,CAAA;QAC3B,+DAAqD,CAAA;QACrD,iDAAuC,CAAA;QACvC,iCAAuB,CAAA;QACvB,qCAA2B,CAAA;QAC3B,yDAA+C,CAAA;QAC/C,6CAAmC,CAAA;QACnC,iDAAuC,CAAA;QACvC,uDAA6C,CAAA;QAC7C,qDAA2C,CAAA;QAC3C,+EAAqE,CAAA;QACrE,iEAAuD,CAAA;QACvD,mFAAyE,CAAA;QACzE,2EAAiE,CAAA;QACjE,iEAAuD,CAAA;IACzD,CAAC,EApBW,MAAM,GAAN,oCAAM,KAAN,oCAAM,QAoBjB;IAED,IAAY,QA0BX;IA1BD,WAAY,QAAQ;QAClB,mCAAuB,CAAA;QACvB,+BAAmB,CAAA;QACnB,uCAA2B,CAAA;QAC3B,4CAAgC,CAAA;QAChC,mCAAuB,CAAA;QACvB,kDAAsC,CAAA;QACtC,0DAA8C,CAAA;QAC9C,+DAAmD,CAAA;QACnD,6DAAiD,CAAA;QACjD,+DAAmD,CAAA;QACnD,wFAA4E,CAAA;QAC5E,gGAAoF,CAAA;QACpF,kGAAsF,CAAA;QACtF,2HAA+G,CAAA;QAC/G,sDAA0C,CAAA;QAC1C,2DAA+C,CAAA;QAC/C,yDAA6C,CAAA;QAC7C,2DAA+C,CAAA;QAC/C,oFAAwE,CAAA;QACxE,4FAAgF,CAAA;QAChF,8FAAkF,CAAA;QAClF,uHAA2G,CAAA;QAC3G,mEAAuD,CAAA;QACvD,4FAAgF,CAAA;QAChF,+HAAmH,CAAA;IACrH,CAAC,EA1BW,QAAQ,GAAR,sCAAQ,KAAR,sCAAQ,QA0BnB;AACH,CAAC,EA3DgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QA2D7C"}
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/opsi/SummarizeSqlStatisticsTimeSeriesByPlan.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeriesByPlanRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/SummarizeSqlStatisticsTimeSeriesByPlan.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeriesByPlanRequest.
16
16
  */
17
17
  export interface SummarizeSqlStatisticsTimeSeriesByPlanRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/opsi/SummarizeSqlStatisticsTimeSeries.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeriesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/SummarizeSqlStatisticsTimeSeries.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeriesRequest.
16
16
  */
17
17
  export interface SummarizeSqlStatisticsTimeSeriesRequest extends common.BaseRequest {
18
18
  /**
@@ -121,4 +121,9 @@ export interface SummarizeSqlStatisticsTimeSeriesRequest extends common.BaseRequ
121
121
  *
122
122
  */
123
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;
124
129
  }
@@ -0,0 +1,40 @@
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, 2021, 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.10.0/opsi/UpdateAwrHub.ts.html |here} to see how to use UpdateAwrHubRequest.
17
+ */
18
+ export interface UpdateAwrHubRequest extends common.BaseRequest {
19
+ /**
20
+ * Unique Awr Hub identifier
21
+ */
22
+ "awrHubId": string;
23
+ /**
24
+ * The configuration to be updated.
25
+ */
26
+ "updateAwrHubDetails": model.UpdateAwrHubDetails;
27
+ /**
28
+ * Used for optimistic concurrency control. In the update or delete call for a resource, set the `if-match`
29
+ * parameter to the value of the etag from a previous get, create, or update response for that resource. The resource
30
+ * will be updated or deleted only if the etag you provide matches the resource's current etag value.
31
+ *
32
+ */
33
+ "ifMatch"?: string;
34
+ /**
35
+ * Unique Oracle-assigned identifier for the request. If you need to contact
36
+ * Oracle about a particular request, please provide the request ID.
37
+ *
38
+ */
39
+ "opcRequestId"?: string;
40
+ }
@@ -0,0 +1,15 @@
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, 2021, 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
+ //# sourceMappingURL=update-awr-hub-request.js.map