oci-opsi 2.18.0 → 2.19.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 (257) hide show
  1. package/lib/client.d.ts +167 -101
  2. package/lib/client.js +551 -102
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/change-operations-insights-private-endpoint-compartment-details.d.ts +28 -0
  5. package/lib/model/change-operations-insights-private-endpoint-compartment-details.js +32 -0
  6. package/lib/model/change-operations-insights-private-endpoint-compartment-details.js.map +1 -0
  7. package/lib/model/change-pe-comanaged-database-insight-details.d.ts +34 -0
  8. package/lib/model/change-pe-comanaged-database-insight-details.js +60 -0
  9. package/lib/model/change-pe-comanaged-database-insight-details.js.map +1 -0
  10. package/lib/model/connection-details.d.ts +1 -1
  11. package/lib/model/create-database-insight-details.js +4 -0
  12. package/lib/model/create-database-insight-details.js.map +1 -1
  13. package/lib/model/create-operations-insights-private-endpoint-details.d.ts +71 -0
  14. package/lib/model/create-operations-insights-private-endpoint-details.js +32 -0
  15. package/lib/model/create-operations-insights-private-endpoint-details.js.map +1 -0
  16. package/lib/model/create-pe-comanaged-database-insight-details.d.ts +63 -0
  17. package/lib/model/create-pe-comanaged-database-insight-details.js +71 -0
  18. package/lib/model/create-pe-comanaged-database-insight-details.js.map +1 -0
  19. package/lib/model/credential-by-vault.d.ts +47 -0
  20. package/lib/model/credential-by-vault.js +64 -0
  21. package/lib/model/credential-by-vault.js.map +1 -0
  22. package/lib/model/credential-details.js +4 -0
  23. package/lib/model/credential-details.js.map +1 -1
  24. package/lib/model/database-configuration-summary.js +4 -0
  25. package/lib/model/database-configuration-summary.js.map +1 -1
  26. package/lib/model/database-entity-source-all.d.ts +1 -0
  27. package/lib/model/database-entity-source-all.js +1 -0
  28. package/lib/model/database-entity-source-all.js.map +1 -1
  29. package/lib/model/database-entity-source.d.ts +2 -1
  30. package/lib/model/database-entity-source.js +1 -0
  31. package/lib/model/database-entity-source.js.map +1 -1
  32. package/lib/model/database-insight-summary.d.ts +4 -0
  33. package/lib/model/database-insight-summary.js +4 -0
  34. package/lib/model/database-insight-summary.js.map +1 -1
  35. package/lib/model/database-insight.d.ts +4 -0
  36. package/lib/model/database-insight.js +4 -0
  37. package/lib/model/database-insight.js.map +1 -1
  38. package/lib/model/enable-database-insight-details.js +4 -0
  39. package/lib/model/enable-database-insight-details.js.map +1 -1
  40. package/lib/model/enable-pe-comanaged-database-insight-details.d.ts +68 -0
  41. package/lib/model/enable-pe-comanaged-database-insight-details.js +65 -0
  42. package/lib/model/enable-pe-comanaged-database-insight-details.js.map +1 -0
  43. package/lib/model/exadata-member-summary.d.ts +1 -0
  44. package/lib/model/exadata-member-summary.js +1 -0
  45. package/lib/model/exadata-member-summary.js.map +1 -1
  46. package/lib/model/index.d.ts +34 -0
  47. package/lib/model/index.js +40 -6
  48. package/lib/model/index.js.map +1 -1
  49. package/lib/model/macs-managed-external-database-insight.d.ts +1 -1
  50. package/lib/model/operation-type.d.ts +4 -0
  51. package/lib/model/operation-type.js +4 -0
  52. package/lib/model/operation-type.js.map +1 -1
  53. package/lib/model/operations-insights-private-endpoint-collection.d.ts +29 -0
  54. package/lib/model/operations-insights-private-endpoint-collection.js +64 -0
  55. package/lib/model/operations-insights-private-endpoint-collection.js.map +1 -0
  56. package/lib/model/operations-insights-private-endpoint-lifecycle-state.d.ts +36 -0
  57. package/lib/model/operations-insights-private-endpoint-lifecycle-state.js +47 -0
  58. package/lib/model/operations-insights-private-endpoint-lifecycle-state.js.map +1 -0
  59. package/lib/model/operations-insights-private-endpoint-summary.d.ts +97 -0
  60. package/lib/model/operations-insights-private-endpoint-summary.js +32 -0
  61. package/lib/model/operations-insights-private-endpoint-summary.js.map +1 -0
  62. package/lib/model/operations-insights-private-endpoint.d.ts +107 -0
  63. package/lib/model/operations-insights-private-endpoint.js +32 -0
  64. package/lib/model/operations-insights-private-endpoint.js.map +1 -0
  65. package/lib/model/pe-comanaged-database-connection-details.d.ts +46 -0
  66. package/lib/model/pe-comanaged-database-connection-details.js +74 -0
  67. package/lib/model/pe-comanaged-database-connection-details.js.map +1 -0
  68. package/lib/model/pe-comanaged-database-host-details.d.ts +32 -0
  69. package/lib/model/pe-comanaged-database-host-details.js +32 -0
  70. package/lib/model/pe-comanaged-database-host-details.js.map +1 -0
  71. package/lib/model/pe-comanaged-database-insight-summary.d.ts +35 -0
  72. package/lib/model/pe-comanaged-database-insight-summary.js +57 -0
  73. package/lib/model/pe-comanaged-database-insight-summary.js.map +1 -0
  74. package/lib/model/pe-comanaged-database-insight.d.ts +49 -0
  75. package/lib/model/pe-comanaged-database-insight.js +71 -0
  76. package/lib/model/pe-comanaged-database-insight.js.map +1 -0
  77. package/lib/model/pe-comanaged-managed-external-database-configuration-summary.d.ts +35 -0
  78. package/lib/model/pe-comanaged-managed-external-database-configuration-summary.js +57 -0
  79. package/lib/model/pe-comanaged-managed-external-database-configuration-summary.js.map +1 -0
  80. package/lib/model/update-database-insight-details.js +4 -0
  81. package/lib/model/update-database-insight-details.js.map +1 -1
  82. package/lib/model/update-operations-insights-private-endpoint-details.d.ts +54 -0
  83. package/lib/model/update-operations-insights-private-endpoint-details.js +32 -0
  84. package/lib/model/update-operations-insights-private-endpoint-details.js.map +1 -0
  85. package/lib/model/update-pe-comanaged-database-insight-details.d.ts +27 -0
  86. package/lib/model/update-pe-comanaged-database-insight-details.js +57 -0
  87. package/lib/model/update-pe-comanaged-database-insight-details.js.map +1 -0
  88. package/lib/operationsinsights-waiter.d.ts +8 -0
  89. package/lib/operationsinsights-waiter.js +12 -0
  90. package/lib/operationsinsights-waiter.js.map +1 -1
  91. package/lib/request/add-exadata-insight-members-request.d.ts +1 -1
  92. package/lib/request/change-database-insight-compartment-request.d.ts +1 -1
  93. package/lib/request/change-enterprise-manager-bridge-compartment-request.d.ts +1 -1
  94. package/lib/request/change-exadata-insight-compartment-request.d.ts +1 -1
  95. package/lib/request/change-host-insight-compartment-request.d.ts +1 -1
  96. package/lib/request/change-operations-insights-private-endpoint-compartment-request.d.ts +50 -0
  97. package/lib/request/change-operations-insights-private-endpoint-compartment-request.js +15 -0
  98. package/lib/request/change-operations-insights-private-endpoint-compartment-request.js.map +1 -0
  99. package/lib/request/change-pe-comanaged-database-insight-request.d.ts +50 -0
  100. package/lib/request/change-pe-comanaged-database-insight-request.js +15 -0
  101. package/lib/request/change-pe-comanaged-database-insight-request.js.map +1 -0
  102. package/lib/request/create-awr-hub-request.d.ts +1 -1
  103. package/lib/request/create-database-insight-request.d.ts +2 -2
  104. package/lib/request/create-enterprise-manager-bridge-request.d.ts +1 -1
  105. package/lib/request/create-exadata-insight-request.d.ts +1 -1
  106. package/lib/request/create-host-insight-request.d.ts +1 -1
  107. package/lib/request/create-operations-insights-private-endpoint-request.d.ts +39 -0
  108. package/lib/request/create-operations-insights-private-endpoint-request.js +15 -0
  109. package/lib/request/create-operations-insights-private-endpoint-request.js.map +1 -0
  110. package/lib/request/create-operations-insights-warehouse-request.d.ts +1 -1
  111. package/lib/request/create-operations-insights-warehouse-user-request.d.ts +1 -1
  112. package/lib/request/delete-awr-hub-request.d.ts +1 -1
  113. package/lib/request/delete-database-insight-request.d.ts +1 -1
  114. package/lib/request/delete-enterprise-manager-bridge-request.d.ts +1 -1
  115. package/lib/request/delete-exadata-insight-request.d.ts +1 -1
  116. package/lib/request/delete-host-insight-request.d.ts +1 -1
  117. package/lib/request/delete-operations-insights-private-endpoint-request.d.ts +35 -0
  118. package/lib/request/delete-operations-insights-private-endpoint-request.js +15 -0
  119. package/lib/request/delete-operations-insights-private-endpoint-request.js.map +1 -0
  120. package/lib/request/delete-operations-insights-warehouse-request.d.ts +1 -1
  121. package/lib/request/delete-operations-insights-warehouse-user-request.d.ts +1 -1
  122. package/lib/request/disable-database-insight-request.d.ts +1 -1
  123. package/lib/request/disable-exadata-insight-request.d.ts +1 -1
  124. package/lib/request/disable-host-insight-request.d.ts +1 -1
  125. package/lib/request/download-operations-insights-warehouse-wallet-request.d.ts +1 -1
  126. package/lib/request/enable-database-insight-request.d.ts +2 -2
  127. package/lib/request/enable-exadata-insight-request.d.ts +1 -1
  128. package/lib/request/enable-host-insight-request.d.ts +1 -1
  129. package/lib/request/get-awr-hub-request.d.ts +1 -1
  130. package/lib/request/get-awr-report-request.d.ts +1 -1
  131. package/lib/request/get-database-insight-request.d.ts +1 -1
  132. package/lib/request/get-enterprise-manager-bridge-request.d.ts +1 -1
  133. package/lib/request/get-exadata-insight-request.d.ts +1 -1
  134. package/lib/request/get-host-insight-request.d.ts +1 -1
  135. package/lib/request/get-operations-insights-private-endpoint-request.d.ts +28 -0
  136. package/lib/request/get-operations-insights-private-endpoint-request.js +15 -0
  137. package/lib/request/get-operations-insights-private-endpoint-request.js.map +1 -0
  138. package/lib/request/get-operations-insights-warehouse-request.d.ts +1 -1
  139. package/lib/request/get-operations-insights-warehouse-user-request.d.ts +1 -1
  140. package/lib/request/get-work-request-request.d.ts +1 -1
  141. package/lib/request/index.d.ts +14 -0
  142. package/lib/request/index.js +3 -1
  143. package/lib/request/index.js.map +1 -1
  144. package/lib/request/ingest-database-configuration-request.d.ts +1 -1
  145. package/lib/request/ingest-host-configuration-request.d.ts +1 -1
  146. package/lib/request/ingest-host-metrics-request.d.ts +1 -1
  147. package/lib/request/ingest-sql-bucket-request.d.ts +1 -1
  148. package/lib/request/ingest-sql-plan-lines-request.d.ts +1 -1
  149. package/lib/request/ingest-sql-stats-request.d.ts +1 -1
  150. package/lib/request/ingest-sql-text-request.d.ts +1 -1
  151. package/lib/request/list-awr-hubs-request.d.ts +1 -1
  152. package/lib/request/list-awr-snapshots-request.d.ts +1 -1
  153. package/lib/request/list-database-configurations-request.d.ts +11 -2
  154. package/lib/request/list-database-configurations-request.js +9 -0
  155. package/lib/request/list-database-configurations-request.js.map +1 -1
  156. package/lib/request/list-database-insights-request.d.ts +15 -2
  157. package/lib/request/list-database-insights-request.js +9 -0
  158. package/lib/request/list-database-insights-request.js.map +1 -1
  159. package/lib/request/list-enterprise-manager-bridges-request.d.ts +1 -1
  160. package/lib/request/list-exadata-configurations-request.d.ts +1 -1
  161. package/lib/request/list-exadata-insights-request.d.ts +1 -1
  162. package/lib/request/list-host-configurations-request.d.ts +1 -1
  163. package/lib/request/list-host-insights-request.d.ts +1 -1
  164. package/lib/request/list-hosted-entities-request.d.ts +1 -1
  165. package/lib/request/list-importable-agent-entities-request.d.ts +1 -1
  166. package/lib/request/list-importable-enterprise-manager-entities-request.d.ts +1 -1
  167. package/lib/request/list-operations-insights-private-endpoints-request.d.ts +87 -0
  168. package/lib/request/list-operations-insights-private-endpoints-request.js +25 -0
  169. package/lib/request/list-operations-insights-private-endpoints-request.js.map +1 -0
  170. package/lib/request/list-operations-insights-warehouse-users-request.d.ts +1 -1
  171. package/lib/request/list-operations-insights-warehouses-request.d.ts +1 -1
  172. package/lib/request/list-sql-plans-request.d.ts +1 -1
  173. package/lib/request/list-sql-searches-request.d.ts +1 -1
  174. package/lib/request/list-sql-texts-request.d.ts +1 -1
  175. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  176. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  177. package/lib/request/list-work-requests-request.d.ts +1 -1
  178. package/lib/request/rotate-operations-insights-warehouse-wallet-request.d.ts +1 -1
  179. package/lib/request/summarize-awr-sources-summaries-request.d.ts +1 -1
  180. package/lib/request/summarize-database-insight-resource-capacity-trend-request.d.ts +11 -2
  181. package/lib/request/summarize-database-insight-resource-capacity-trend-request.js +9 -0
  182. package/lib/request/summarize-database-insight-resource-capacity-trend-request.js.map +1 -1
  183. package/lib/request/summarize-database-insight-resource-forecast-trend-request.d.ts +11 -2
  184. package/lib/request/summarize-database-insight-resource-forecast-trend-request.js +9 -0
  185. package/lib/request/summarize-database-insight-resource-forecast-trend-request.js.map +1 -1
  186. package/lib/request/summarize-database-insight-resource-statistics-request.d.ts +11 -2
  187. package/lib/request/summarize-database-insight-resource-statistics-request.js +9 -0
  188. package/lib/request/summarize-database-insight-resource-statistics-request.js.map +1 -1
  189. package/lib/request/summarize-database-insight-resource-usage-request.d.ts +11 -2
  190. package/lib/request/summarize-database-insight-resource-usage-request.js +9 -0
  191. package/lib/request/summarize-database-insight-resource-usage-request.js.map +1 -1
  192. package/lib/request/summarize-database-insight-resource-usage-trend-request.d.ts +11 -2
  193. package/lib/request/summarize-database-insight-resource-usage-trend-request.js +9 -0
  194. package/lib/request/summarize-database-insight-resource-usage-trend-request.js.map +1 -1
  195. package/lib/request/summarize-database-insight-resource-utilization-insight-request.d.ts +11 -2
  196. package/lib/request/summarize-database-insight-resource-utilization-insight-request.js +9 -0
  197. package/lib/request/summarize-database-insight-resource-utilization-insight-request.js.map +1 -1
  198. package/lib/request/summarize-database-insight-tablespace-usage-trend-request.d.ts +1 -1
  199. package/lib/request/summarize-exadata-insight-resource-capacity-trend-aggregated-request.d.ts +1 -1
  200. package/lib/request/summarize-exadata-insight-resource-capacity-trend-request.d.ts +1 -1
  201. package/lib/request/summarize-exadata-insight-resource-forecast-trend-aggregated-request.d.ts +1 -1
  202. package/lib/request/summarize-exadata-insight-resource-forecast-trend-request.d.ts +1 -1
  203. package/lib/request/summarize-exadata-insight-resource-statistics-request.d.ts +1 -1
  204. package/lib/request/summarize-exadata-insight-resource-usage-aggregated-request.d.ts +1 -1
  205. package/lib/request/summarize-exadata-insight-resource-usage-request.d.ts +1 -1
  206. package/lib/request/summarize-exadata-insight-resource-utilization-insight-request.d.ts +1 -1
  207. package/lib/request/summarize-exadata-members-request.d.ts +1 -1
  208. package/lib/request/summarize-host-insight-resource-capacity-trend-request.d.ts +1 -1
  209. package/lib/request/summarize-host-insight-resource-forecast-trend-request.d.ts +1 -1
  210. package/lib/request/summarize-host-insight-resource-statistics-request.d.ts +1 -1
  211. package/lib/request/summarize-host-insight-resource-usage-request.d.ts +1 -1
  212. package/lib/request/summarize-host-insight-resource-usage-trend-request.d.ts +1 -1
  213. package/lib/request/summarize-host-insight-resource-utilization-insight-request.d.ts +1 -1
  214. package/lib/request/summarize-operations-insights-warehouse-resource-usage-request.d.ts +1 -1
  215. package/lib/request/summarize-sql-insights-request.d.ts +11 -2
  216. package/lib/request/summarize-sql-insights-request.js +9 -0
  217. package/lib/request/summarize-sql-insights-request.js.map +1 -1
  218. package/lib/request/summarize-sql-plan-insights-request.d.ts +1 -1
  219. package/lib/request/summarize-sql-response-time-distributions-request.d.ts +1 -1
  220. package/lib/request/summarize-sql-statistics-request.d.ts +11 -2
  221. package/lib/request/summarize-sql-statistics-request.js +9 -0
  222. package/lib/request/summarize-sql-statistics-request.js.map +1 -1
  223. package/lib/request/summarize-sql-statistics-time-series-by-plan-request.d.ts +1 -1
  224. package/lib/request/summarize-sql-statistics-time-series-request.d.ts +1 -1
  225. package/lib/request/update-awr-hub-request.d.ts +1 -1
  226. package/lib/request/update-database-insight-request.d.ts +2 -2
  227. package/lib/request/update-enterprise-manager-bridge-request.d.ts +1 -1
  228. package/lib/request/update-exadata-insight-request.d.ts +1 -1
  229. package/lib/request/update-host-insight-request.d.ts +1 -1
  230. package/lib/request/update-operations-insights-private-endpoint-request.d.ts +40 -0
  231. package/lib/request/update-operations-insights-private-endpoint-request.js +15 -0
  232. package/lib/request/update-operations-insights-private-endpoint-request.js.map +1 -0
  233. package/lib/request/update-operations-insights-warehouse-request.d.ts +1 -1
  234. package/lib/request/update-operations-insights-warehouse-user-request.d.ts +1 -1
  235. package/lib/response/change-operations-insights-private-endpoint-compartment-response.d.ts +25 -0
  236. package/lib/response/change-operations-insights-private-endpoint-compartment-response.js +15 -0
  237. package/lib/response/change-operations-insights-private-endpoint-compartment-response.js.map +1 -0
  238. package/lib/response/change-pe-comanaged-database-insight-response.d.ts +25 -0
  239. package/lib/response/change-pe-comanaged-database-insight-response.js +15 -0
  240. package/lib/response/change-pe-comanaged-database-insight-response.js.map +1 -0
  241. package/lib/response/create-operations-insights-private-endpoint-response.d.ts +43 -0
  242. package/lib/response/create-operations-insights-private-endpoint-response.js +15 -0
  243. package/lib/response/create-operations-insights-private-endpoint-response.js.map +1 -0
  244. package/lib/response/delete-operations-insights-private-endpoint-response.d.ts +25 -0
  245. package/lib/response/delete-operations-insights-private-endpoint-response.js +15 -0
  246. package/lib/response/delete-operations-insights-private-endpoint-response.js.map +1 -0
  247. package/lib/response/get-operations-insights-private-endpoint-response.d.ts +30 -0
  248. package/lib/response/get-operations-insights-private-endpoint-response.js +15 -0
  249. package/lib/response/get-operations-insights-private-endpoint-response.js.map +1 -0
  250. package/lib/response/index.d.ts +14 -0
  251. package/lib/response/list-operations-insights-private-endpoints-response.d.ts +32 -0
  252. package/lib/response/list-operations-insights-private-endpoints-response.js +15 -0
  253. package/lib/response/list-operations-insights-private-endpoints-response.js.map +1 -0
  254. package/lib/response/update-operations-insights-private-endpoint-response.d.ts +25 -0
  255. package/lib/response/update-operations-insights-private-endpoint-response.js +15 -0
  256. package/lib/response/update-operations-insights-private-endpoint-response.js.map +1 -0
  257. 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.18.0/opsi/DownloadOperationsInsightsWarehouseWallet.ts.html |here} to see how to use DownloadOperationsInsightsWarehouseWalletRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/DownloadOperationsInsightsWarehouseWallet.ts.html |here} to see how to use DownloadOperationsInsightsWarehouseWalletRequest.
17
17
  */
18
18
  export interface DownloadOperationsInsightsWarehouseWalletRequest extends common.BaseRequest {
19
19
  /**
@@ -13,13 +13,13 @@
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.18.0/opsi/EnableDatabaseInsight.ts.html |here} to see how to use EnableDatabaseInsightRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/EnableDatabaseInsight.ts.html |here} to see how to use EnableDatabaseInsightRequest.
17
17
  */
18
18
  export interface EnableDatabaseInsightRequest extends common.BaseRequest {
19
19
  /**
20
20
  * Details for the database to be enabled in Operations Insights.
21
21
  */
22
- "enableDatabaseInsightDetails": model.EnableEmManagedExternalDatabaseInsightDetails;
22
+ "enableDatabaseInsightDetails": model.EnableEmManagedExternalDatabaseInsightDetails | model.EnablePeComanagedDatabaseInsightDetails;
23
23
  /**
24
24
  * Unique database insight identifier
25
25
  */
@@ -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.18.0/opsi/EnableExadataInsight.ts.html |here} to see how to use EnableExadataInsightRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/EnableExadataInsight.ts.html |here} to see how to use EnableExadataInsightRequest.
17
17
  */
18
18
  export interface EnableExadataInsightRequest 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.18.0/opsi/EnableHostInsight.ts.html |here} to see how to use EnableHostInsightRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/EnableHostInsight.ts.html |here} to see how to use EnableHostInsightRequest.
17
17
  */
18
18
  export interface EnableHostInsightRequest 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.18.0/opsi/GetAwrHub.ts.html |here} to see how to use GetAwrHubRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/GetAwrHub.ts.html |here} to see how to use GetAwrHubRequest.
16
16
  */
17
17
  export interface GetAwrHubRequest 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.18.0/opsi/GetAwrReport.ts.html |here} to see how to use GetAwrReportRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/GetAwrReport.ts.html |here} to see how to use GetAwrReportRequest.
17
17
  */
18
18
  export interface GetAwrReportRequest 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.18.0/opsi/GetDatabaseInsight.ts.html |here} to see how to use GetDatabaseInsightRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/GetDatabaseInsight.ts.html |here} to see how to use GetDatabaseInsightRequest.
16
16
  */
17
17
  export interface GetDatabaseInsightRequest 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.18.0/opsi/GetEnterpriseManagerBridge.ts.html |here} to see how to use GetEnterpriseManagerBridgeRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/GetEnterpriseManagerBridge.ts.html |here} to see how to use GetEnterpriseManagerBridgeRequest.
16
16
  */
17
17
  export interface GetEnterpriseManagerBridgeRequest 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.18.0/opsi/GetExadataInsight.ts.html |here} to see how to use GetExadataInsightRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/GetExadataInsight.ts.html |here} to see how to use GetExadataInsightRequest.
16
16
  */
17
17
  export interface GetExadataInsightRequest 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.18.0/opsi/GetHostInsight.ts.html |here} to see how to use GetHostInsightRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/GetHostInsight.ts.html |here} to see how to use GetHostInsightRequest.
16
16
  */
17
17
  export interface GetHostInsightRequest extends common.BaseRequest {
18
18
  /**
@@ -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, 2022, 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.19.0/opsi/GetOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use GetOperationsInsightsPrivateEndpointRequest.
16
+ */
17
+ export interface GetOperationsInsightsPrivateEndpointRequest extends common.BaseRequest {
18
+ /**
19
+ * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the Operation Insights private endpoint.
20
+ */
21
+ "operationsInsightsPrivateEndpointId": 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, 2022, 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=get-operations-insights-private-endpoint-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-operations-insights-private-endpoint-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/get-operations-insights-private-endpoint-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.18.0/opsi/GetOperationsInsightsWarehouse.ts.html |here} to see how to use GetOperationsInsightsWarehouseRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/GetOperationsInsightsWarehouse.ts.html |here} to see how to use GetOperationsInsightsWarehouseRequest.
16
16
  */
17
17
  export interface GetOperationsInsightsWarehouseRequest 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.18.0/opsi/GetOperationsInsightsWarehouseUser.ts.html |here} to see how to use GetOperationsInsightsWarehouseUserRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/GetOperationsInsightsWarehouseUser.ts.html |here} to see how to use GetOperationsInsightsWarehouseUserRequest.
16
16
  */
17
17
  export interface GetOperationsInsightsWarehouseUserRequest 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.18.0/opsi/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
16
16
  */
17
17
  export interface GetWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -23,6 +23,10 @@ import * as ChangeExadataInsightCompartmentRequest from "./change-exadata-insigh
23
23
  export import ChangeExadataInsightCompartmentRequest = ChangeExadataInsightCompartmentRequest.ChangeExadataInsightCompartmentRequest;
24
24
  import * as ChangeHostInsightCompartmentRequest from "./change-host-insight-compartment-request";
25
25
  export import ChangeHostInsightCompartmentRequest = ChangeHostInsightCompartmentRequest.ChangeHostInsightCompartmentRequest;
26
+ import * as ChangeOperationsInsightsPrivateEndpointCompartmentRequest from "./change-operations-insights-private-endpoint-compartment-request";
27
+ export import ChangeOperationsInsightsPrivateEndpointCompartmentRequest = ChangeOperationsInsightsPrivateEndpointCompartmentRequest.ChangeOperationsInsightsPrivateEndpointCompartmentRequest;
28
+ import * as ChangePeComanagedDatabaseInsightRequest from "./change-pe-comanaged-database-insight-request";
29
+ export import ChangePeComanagedDatabaseInsightRequest = ChangePeComanagedDatabaseInsightRequest.ChangePeComanagedDatabaseInsightRequest;
26
30
  import * as CreateAwrHubRequest from "./create-awr-hub-request";
27
31
  export import CreateAwrHubRequest = CreateAwrHubRequest.CreateAwrHubRequest;
28
32
  import * as CreateDatabaseInsightRequest from "./create-database-insight-request";
@@ -33,6 +37,8 @@ import * as CreateExadataInsightRequest from "./create-exadata-insight-request";
33
37
  export import CreateExadataInsightRequest = CreateExadataInsightRequest.CreateExadataInsightRequest;
34
38
  import * as CreateHostInsightRequest from "./create-host-insight-request";
35
39
  export import CreateHostInsightRequest = CreateHostInsightRequest.CreateHostInsightRequest;
40
+ import * as CreateOperationsInsightsPrivateEndpointRequest from "./create-operations-insights-private-endpoint-request";
41
+ export import CreateOperationsInsightsPrivateEndpointRequest = CreateOperationsInsightsPrivateEndpointRequest.CreateOperationsInsightsPrivateEndpointRequest;
36
42
  import * as CreateOperationsInsightsWarehouseRequest from "./create-operations-insights-warehouse-request";
37
43
  export import CreateOperationsInsightsWarehouseRequest = CreateOperationsInsightsWarehouseRequest.CreateOperationsInsightsWarehouseRequest;
38
44
  import * as CreateOperationsInsightsWarehouseUserRequest from "./create-operations-insights-warehouse-user-request";
@@ -47,6 +53,8 @@ import * as DeleteExadataInsightRequest from "./delete-exadata-insight-request";
47
53
  export import DeleteExadataInsightRequest = DeleteExadataInsightRequest.DeleteExadataInsightRequest;
48
54
  import * as DeleteHostInsightRequest from "./delete-host-insight-request";
49
55
  export import DeleteHostInsightRequest = DeleteHostInsightRequest.DeleteHostInsightRequest;
56
+ import * as DeleteOperationsInsightsPrivateEndpointRequest from "./delete-operations-insights-private-endpoint-request";
57
+ export import DeleteOperationsInsightsPrivateEndpointRequest = DeleteOperationsInsightsPrivateEndpointRequest.DeleteOperationsInsightsPrivateEndpointRequest;
50
58
  import * as DeleteOperationsInsightsWarehouseRequest from "./delete-operations-insights-warehouse-request";
51
59
  export import DeleteOperationsInsightsWarehouseRequest = DeleteOperationsInsightsWarehouseRequest.DeleteOperationsInsightsWarehouseRequest;
52
60
  import * as DeleteOperationsInsightsWarehouseUserRequest from "./delete-operations-insights-warehouse-user-request";
@@ -77,6 +85,8 @@ import * as GetExadataInsightRequest from "./get-exadata-insight-request";
77
85
  export import GetExadataInsightRequest = GetExadataInsightRequest.GetExadataInsightRequest;
78
86
  import * as GetHostInsightRequest from "./get-host-insight-request";
79
87
  export import GetHostInsightRequest = GetHostInsightRequest.GetHostInsightRequest;
88
+ import * as GetOperationsInsightsPrivateEndpointRequest from "./get-operations-insights-private-endpoint-request";
89
+ export import GetOperationsInsightsPrivateEndpointRequest = GetOperationsInsightsPrivateEndpointRequest.GetOperationsInsightsPrivateEndpointRequest;
80
90
  import * as GetOperationsInsightsWarehouseRequest from "./get-operations-insights-warehouse-request";
81
91
  export import GetOperationsInsightsWarehouseRequest = GetOperationsInsightsWarehouseRequest.GetOperationsInsightsWarehouseRequest;
82
92
  import * as GetOperationsInsightsWarehouseUserRequest from "./get-operations-insights-warehouse-user-request";
@@ -121,6 +131,8 @@ import * as ListImportableAgentEntitiesRequest from "./list-importable-agent-ent
121
131
  export import ListImportableAgentEntitiesRequest = ListImportableAgentEntitiesRequest.ListImportableAgentEntitiesRequest;
122
132
  import * as ListImportableEnterpriseManagerEntitiesRequest from "./list-importable-enterprise-manager-entities-request";
123
133
  export import ListImportableEnterpriseManagerEntitiesRequest = ListImportableEnterpriseManagerEntitiesRequest.ListImportableEnterpriseManagerEntitiesRequest;
134
+ import * as ListOperationsInsightsPrivateEndpointsRequest from "./list-operations-insights-private-endpoints-request";
135
+ export import ListOperationsInsightsPrivateEndpointsRequest = ListOperationsInsightsPrivateEndpointsRequest.ListOperationsInsightsPrivateEndpointsRequest;
124
136
  import * as ListOperationsInsightsWarehouseUsersRequest from "./list-operations-insights-warehouse-users-request";
125
137
  export import ListOperationsInsightsWarehouseUsersRequest = ListOperationsInsightsWarehouseUsersRequest.ListOperationsInsightsWarehouseUsersRequest;
126
138
  import * as ListOperationsInsightsWarehousesRequest from "./list-operations-insights-warehouses-request";
@@ -209,6 +221,8 @@ import * as UpdateExadataInsightRequest from "./update-exadata-insight-request";
209
221
  export import UpdateExadataInsightRequest = UpdateExadataInsightRequest.UpdateExadataInsightRequest;
210
222
  import * as UpdateHostInsightRequest from "./update-host-insight-request";
211
223
  export import UpdateHostInsightRequest = UpdateHostInsightRequest.UpdateHostInsightRequest;
224
+ import * as UpdateOperationsInsightsPrivateEndpointRequest from "./update-operations-insights-private-endpoint-request";
225
+ export import UpdateOperationsInsightsPrivateEndpointRequest = UpdateOperationsInsightsPrivateEndpointRequest.UpdateOperationsInsightsPrivateEndpointRequest;
212
226
  import * as UpdateOperationsInsightsWarehouseRequest from "./update-operations-insights-warehouse-request";
213
227
  export import UpdateOperationsInsightsWarehouseRequest = UpdateOperationsInsightsWarehouseRequest.UpdateOperationsInsightsWarehouseRequest;
214
228
  import * as UpdateOperationsInsightsWarehouseUserRequest from "./update-operations-insights-warehouse-user-request";
@@ -34,7 +34,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
34
34
  return result;
35
35
  };
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
- exports.SummarizeSqlStatisticsRequest = exports.SummarizeSqlInsightsRequest = exports.SummarizeHostInsightResourceUtilizationInsightRequest = exports.SummarizeHostInsightResourceUsageTrendRequest = exports.SummarizeHostInsightResourceUsageRequest = exports.SummarizeHostInsightResourceStatisticsRequest = exports.SummarizeHostInsightResourceForecastTrendRequest = exports.SummarizeHostInsightResourceCapacityTrendRequest = exports.SummarizeExadataMembersRequest = exports.SummarizeExadataInsightResourceUsageRequest = exports.SummarizeExadataInsightResourceStatisticsRequest = exports.SummarizeExadataInsightResourceForecastTrendAggregatedRequest = exports.SummarizeExadataInsightResourceForecastTrendRequest = exports.SummarizeExadataInsightResourceCapacityTrendAggregatedRequest = exports.SummarizeExadataInsightResourceCapacityTrendRequest = exports.SummarizeDatabaseInsightResourceUtilizationInsightRequest = exports.SummarizeDatabaseInsightResourceUsageTrendRequest = exports.SummarizeDatabaseInsightResourceUsageRequest = exports.SummarizeDatabaseInsightResourceStatisticsRequest = exports.SummarizeDatabaseInsightResourceForecastTrendRequest = exports.SummarizeDatabaseInsightResourceCapacityTrendRequest = exports.SummarizeAwrSourcesSummariesRequest = exports.ListWorkRequestsRequest = exports.ListWorkRequestLogsRequest = exports.ListWorkRequestErrorsRequest = exports.ListOperationsInsightsWarehousesRequest = exports.ListOperationsInsightsWarehouseUsersRequest = exports.ListImportableAgentEntitiesRequest = exports.ListHostedEntitiesRequest = exports.ListHostInsightsRequest = exports.ListHostConfigurationsRequest = exports.ListExadataInsightsRequest = exports.ListExadataConfigurationsRequest = exports.ListEnterpriseManagerBridgesRequest = exports.ListDatabaseInsightsRequest = exports.ListDatabaseConfigurationsRequest = exports.ListAwrSnapshotsRequest = exports.ListAwrHubsRequest = void 0;
37
+ exports.SummarizeSqlStatisticsRequest = exports.SummarizeSqlInsightsRequest = exports.SummarizeHostInsightResourceUtilizationInsightRequest = exports.SummarizeHostInsightResourceUsageTrendRequest = exports.SummarizeHostInsightResourceUsageRequest = exports.SummarizeHostInsightResourceStatisticsRequest = exports.SummarizeHostInsightResourceForecastTrendRequest = exports.SummarizeHostInsightResourceCapacityTrendRequest = exports.SummarizeExadataMembersRequest = exports.SummarizeExadataInsightResourceUsageRequest = exports.SummarizeExadataInsightResourceStatisticsRequest = exports.SummarizeExadataInsightResourceForecastTrendAggregatedRequest = exports.SummarizeExadataInsightResourceForecastTrendRequest = exports.SummarizeExadataInsightResourceCapacityTrendAggregatedRequest = exports.SummarizeExadataInsightResourceCapacityTrendRequest = exports.SummarizeDatabaseInsightResourceUtilizationInsightRequest = exports.SummarizeDatabaseInsightResourceUsageTrendRequest = exports.SummarizeDatabaseInsightResourceUsageRequest = exports.SummarizeDatabaseInsightResourceStatisticsRequest = exports.SummarizeDatabaseInsightResourceForecastTrendRequest = exports.SummarizeDatabaseInsightResourceCapacityTrendRequest = exports.SummarizeAwrSourcesSummariesRequest = exports.ListWorkRequestsRequest = exports.ListWorkRequestLogsRequest = exports.ListWorkRequestErrorsRequest = exports.ListOperationsInsightsWarehousesRequest = exports.ListOperationsInsightsWarehouseUsersRequest = exports.ListOperationsInsightsPrivateEndpointsRequest = exports.ListImportableAgentEntitiesRequest = exports.ListHostedEntitiesRequest = exports.ListHostInsightsRequest = exports.ListHostConfigurationsRequest = exports.ListExadataInsightsRequest = exports.ListExadataConfigurationsRequest = exports.ListEnterpriseManagerBridgesRequest = exports.ListDatabaseInsightsRequest = exports.ListDatabaseConfigurationsRequest = exports.ListAwrSnapshotsRequest = exports.ListAwrHubsRequest = void 0;
38
38
  const ListAwrHubsRequest = __importStar(require("./list-awr-hubs-request"));
39
39
  exports.ListAwrHubsRequest = ListAwrHubsRequest.ListAwrHubsRequest;
40
40
  const ListAwrSnapshotsRequest = __importStar(require("./list-awr-snapshots-request"));
@@ -57,6 +57,8 @@ const ListHostedEntitiesRequest = __importStar(require("./list-hosted-entities-r
57
57
  exports.ListHostedEntitiesRequest = ListHostedEntitiesRequest.ListHostedEntitiesRequest;
58
58
  const ListImportableAgentEntitiesRequest = __importStar(require("./list-importable-agent-entities-request"));
59
59
  exports.ListImportableAgentEntitiesRequest = ListImportableAgentEntitiesRequest.ListImportableAgentEntitiesRequest;
60
+ const ListOperationsInsightsPrivateEndpointsRequest = __importStar(require("./list-operations-insights-private-endpoints-request"));
61
+ exports.ListOperationsInsightsPrivateEndpointsRequest = ListOperationsInsightsPrivateEndpointsRequest.ListOperationsInsightsPrivateEndpointsRequest;
60
62
  const ListOperationsInsightsWarehouseUsersRequest = __importStar(require("./list-operations-insights-warehouse-users-request"));
61
63
  exports.ListOperationsInsightsWarehouseUsersRequest = ListOperationsInsightsWarehouseUsersRequest.ListOperationsInsightsWarehouseUsersRequest;
62
64
  const ListOperationsInsightsWarehousesRequest = __importStar(require("./list-operations-insights-warehouses-request"));
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/index.ts"],"names":[],"mappings":"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"}
@@ -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.18.0/opsi/IngestDatabaseConfiguration.ts.html |here} to see how to use IngestDatabaseConfigurationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/IngestDatabaseConfiguration.ts.html |here} to see how to use IngestDatabaseConfigurationRequest.
17
17
  */
18
18
  export interface IngestDatabaseConfigurationRequest 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.18.0/opsi/IngestHostConfiguration.ts.html |here} to see how to use IngestHostConfigurationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/IngestHostConfiguration.ts.html |here} to see how to use IngestHostConfigurationRequest.
17
17
  */
18
18
  export interface IngestHostConfigurationRequest 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.18.0/opsi/IngestHostMetrics.ts.html |here} to see how to use IngestHostMetricsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/IngestHostMetrics.ts.html |here} to see how to use IngestHostMetricsRequest.
17
17
  */
18
18
  export interface IngestHostMetricsRequest 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.18.0/opsi/IngestSqlBucket.ts.html |here} to see how to use IngestSqlBucketRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/IngestSqlBucket.ts.html |here} to see how to use IngestSqlBucketRequest.
17
17
  */
18
18
  export interface IngestSqlBucketRequest 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.18.0/opsi/IngestSqlPlanLines.ts.html |here} to see how to use IngestSqlPlanLinesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/IngestSqlPlanLines.ts.html |here} to see how to use IngestSqlPlanLinesRequest.
17
17
  */
18
18
  export interface IngestSqlPlanLinesRequest 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.18.0/opsi/IngestSqlStats.ts.html |here} to see how to use IngestSqlStatsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/IngestSqlStats.ts.html |here} to see how to use IngestSqlStatsRequest.
17
17
  */
18
18
  export interface IngestSqlStatsRequest 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.18.0/opsi/IngestSqlText.ts.html |here} to see how to use IngestSqlTextRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/IngestSqlText.ts.html |here} to see how to use IngestSqlTextRequest.
17
17
  */
18
18
  export interface IngestSqlTextRequest 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.18.0/opsi/ListAwrHubs.ts.html |here} to see how to use ListAwrHubsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/ListAwrHubs.ts.html |here} to see how to use ListAwrHubsRequest.
17
17
  */
18
18
  export interface ListAwrHubsRequest 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.18.0/opsi/ListAwrSnapshots.ts.html |here} to see how to use ListAwrSnapshotsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/ListAwrSnapshots.ts.html |here} to see how to use ListAwrSnapshotsRequest.
17
17
  */
18
18
  export interface ListAwrSnapshotsRequest 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.18.0/opsi/ListDatabaseConfigurations.ts.html |here} to see how to use ListDatabaseConfigurationsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/ListDatabaseConfigurations.ts.html |here} to see how to use ListDatabaseConfigurationsRequest.
17
17
  */
18
18
  export interface ListDatabaseConfigurationsRequest extends common.BaseRequest {
19
19
  /**
@@ -133,7 +133,16 @@ export declare namespace ListDatabaseConfigurationsRequest {
133
133
  AdwD = "ADW-D",
134
134
  AtpD = "ATP-D",
135
135
  ExternalPdb = "EXTERNAL-PDB",
136
- ExternalNoncdb = "EXTERNAL-NONCDB"
136
+ ExternalNoncdb = "EXTERNAL-NONCDB",
137
+ ComanagedVmCdb = "COMANAGED-VM-CDB",
138
+ ComanagedVmPdb = "COMANAGED-VM-PDB",
139
+ ComanagedVmNoncdb = "COMANAGED-VM-NONCDB",
140
+ ComanagedBmCdb = "COMANAGED-BM-CDB",
141
+ ComanagedBmPdb = "COMANAGED-BM-PDB",
142
+ ComanagedBmNoncdb = "COMANAGED-BM-NONCDB",
143
+ ComanagedExacsCdb = "COMANAGED-EXACS-CDB",
144
+ ComanagedExacsPdb = "COMANAGED-EXACS-PDB",
145
+ ComanagedExacsNoncdb = "COMANAGED-EXACS-NONCDB"
137
146
  }
138
147
  enum SortBy {
139
148
  DatabaseName = "databaseName",
@@ -23,6 +23,15 @@ var ListDatabaseConfigurationsRequest;
23
23
  DatabaseType["AtpD"] = "ATP-D";
24
24
  DatabaseType["ExternalPdb"] = "EXTERNAL-PDB";
25
25
  DatabaseType["ExternalNoncdb"] = "EXTERNAL-NONCDB";
26
+ DatabaseType["ComanagedVmCdb"] = "COMANAGED-VM-CDB";
27
+ DatabaseType["ComanagedVmPdb"] = "COMANAGED-VM-PDB";
28
+ DatabaseType["ComanagedVmNoncdb"] = "COMANAGED-VM-NONCDB";
29
+ DatabaseType["ComanagedBmCdb"] = "COMANAGED-BM-CDB";
30
+ DatabaseType["ComanagedBmPdb"] = "COMANAGED-BM-PDB";
31
+ DatabaseType["ComanagedBmNoncdb"] = "COMANAGED-BM-NONCDB";
32
+ DatabaseType["ComanagedExacsCdb"] = "COMANAGED-EXACS-CDB";
33
+ DatabaseType["ComanagedExacsPdb"] = "COMANAGED-EXACS-PDB";
34
+ DatabaseType["ComanagedExacsNoncdb"] = "COMANAGED-EXACS-NONCDB";
26
35
  })(DatabaseType = ListDatabaseConfigurationsRequest.DatabaseType || (ListDatabaseConfigurationsRequest.DatabaseType = {}));
27
36
  let SortBy;
28
37
  (function (SortBy) {
@@ -1 +1 @@
1
- {"version":3,"file":"list-database-configurations-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/list-database-configurations-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAwHH,IAAiB,iCAAiC,CAejD;AAfD,WAAiB,iCAAiC;IAChD,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,8CAAY,KAAZ,8CAAY,QAOvB;IAED,IAAY,MAIX;IAJD,WAAY,MAAM;QAChB,uCAA6B,CAAA;QAC7B,qDAA2C,CAAA;QAC3C,uCAA6B,CAAA;IAC/B,CAAC,EAJW,MAAM,GAAN,wCAAM,KAAN,wCAAM,QAIjB;AACH,CAAC,EAfgB,iCAAiC,GAAjC,yCAAiC,KAAjC,yCAAiC,QAejD"}
1
+ {"version":3,"file":"list-database-configurations-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/list-database-configurations-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAwHH,IAAiB,iCAAiC,CAwBjD;AAxBD,WAAiB,iCAAiC;IAChD,IAAY,YAgBX;IAhBD,WAAY,YAAY;QACtB,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,4CAA4B,CAAA;QAC5B,kDAAkC,CAAA;QAClC,mDAAmC,CAAA;QACnC,mDAAmC,CAAA;QACnC,yDAAyC,CAAA;QACzC,mDAAmC,CAAA;QACnC,mDAAmC,CAAA;QACnC,yDAAyC,CAAA;QACzC,yDAAyC,CAAA;QACzC,yDAAyC,CAAA;QACzC,+DAA+C,CAAA;IACjD,CAAC,EAhBW,YAAY,GAAZ,8CAAY,KAAZ,8CAAY,QAgBvB;IAED,IAAY,MAIX;IAJD,WAAY,MAAM;QAChB,uCAA6B,CAAA;QAC7B,qDAA2C,CAAA;QAC3C,uCAA6B,CAAA;IAC/B,CAAC,EAJW,MAAM,GAAN,wCAAM,KAAN,wCAAM,QAIjB;AACH,CAAC,EAxBgB,iCAAiC,GAAjC,yCAAiC,KAAjC,yCAAiC,QAwBjD"}
@@ -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.18.0/opsi/ListDatabaseInsights.ts.html |here} to see how to use ListDatabaseInsightsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/ListDatabaseInsights.ts.html |here} to see how to use ListDatabaseInsightsRequest.
17
17
  */
18
18
  export interface ListDatabaseInsightsRequest extends common.BaseRequest {
19
19
  /**
@@ -89,6 +89,10 @@ export interface ListDatabaseInsightsRequest extends common.BaseRequest {
89
89
  *
90
90
  */
91
91
  "compartmentIdInSubtree"?: boolean;
92
+ /**
93
+ * Unique Operations Insights PrivateEndpoint identifier
94
+ */
95
+ "opsiPrivateEndpointId"?: string;
92
96
  /**
93
97
  * Unique Oracle-assigned identifier for the request. If you need to contact
94
98
  * Oracle about a particular request, please provide the request ID.
@@ -103,7 +107,16 @@ export declare namespace ListDatabaseInsightsRequest {
103
107
  AdwD = "ADW-D",
104
108
  AtpD = "ATP-D",
105
109
  ExternalPdb = "EXTERNAL-PDB",
106
- ExternalNoncdb = "EXTERNAL-NONCDB"
110
+ ExternalNoncdb = "EXTERNAL-NONCDB",
111
+ ComanagedVmCdb = "COMANAGED-VM-CDB",
112
+ ComanagedVmPdb = "COMANAGED-VM-PDB",
113
+ ComanagedVmNoncdb = "COMANAGED-VM-NONCDB",
114
+ ComanagedBmCdb = "COMANAGED-BM-CDB",
115
+ ComanagedBmPdb = "COMANAGED-BM-PDB",
116
+ ComanagedBmNoncdb = "COMANAGED-BM-NONCDB",
117
+ ComanagedExacsCdb = "COMANAGED-EXACS-CDB",
118
+ ComanagedExacsPdb = "COMANAGED-EXACS-PDB",
119
+ ComanagedExacsNoncdb = "COMANAGED-EXACS-NONCDB"
107
120
  }
108
121
  enum Fields {
109
122
  CompartmentId = "compartmentId",
@@ -23,6 +23,15 @@ var ListDatabaseInsightsRequest;
23
23
  DatabaseType["AtpD"] = "ATP-D";
24
24
  DatabaseType["ExternalPdb"] = "EXTERNAL-PDB";
25
25
  DatabaseType["ExternalNoncdb"] = "EXTERNAL-NONCDB";
26
+ DatabaseType["ComanagedVmCdb"] = "COMANAGED-VM-CDB";
27
+ DatabaseType["ComanagedVmPdb"] = "COMANAGED-VM-PDB";
28
+ DatabaseType["ComanagedVmNoncdb"] = "COMANAGED-VM-NONCDB";
29
+ DatabaseType["ComanagedBmCdb"] = "COMANAGED-BM-CDB";
30
+ DatabaseType["ComanagedBmPdb"] = "COMANAGED-BM-PDB";
31
+ DatabaseType["ComanagedBmNoncdb"] = "COMANAGED-BM-NONCDB";
32
+ DatabaseType["ComanagedExacsCdb"] = "COMANAGED-EXACS-CDB";
33
+ DatabaseType["ComanagedExacsPdb"] = "COMANAGED-EXACS-PDB";
34
+ DatabaseType["ComanagedExacsNoncdb"] = "COMANAGED-EXACS-NONCDB";
26
35
  })(DatabaseType = ListDatabaseInsightsRequest.DatabaseType || (ListDatabaseInsightsRequest.DatabaseType = {}));
27
36
  let Fields;
28
37
  (function (Fields) {
@@ -1 +1 @@
1
- {"version":3,"file":"list-database-insights-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/list-database-insights-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA0FH,IAAiB,2BAA2B,CA0B3C;AA1BD,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;IAED,IAAY,MASX;IATD,WAAY,MAAM;QAChB,yCAA+B,CAAA;QAC/B,uCAA6B,CAAA;QAC7B,qDAA2C,CAAA;QAC3C,uCAA6B,CAAA;QAC7B,6CAAmC,CAAA;QACnC,iDAAuC,CAAA;QACvC,uCAA6B,CAAA;QAC7B,qCAA2B,CAAA;IAC7B,CAAC,EATW,MAAM,GAAN,kCAAM,KAAN,kCAAM,QASjB;IAED,IAAY,MAIX;IAJD,WAAY,MAAM;QAChB,uCAA6B,CAAA;QAC7B,qDAA2C,CAAA;QAC3C,uCAA6B,CAAA;IAC/B,CAAC,EAJW,MAAM,GAAN,kCAAM,KAAN,kCAAM,QAIjB;AACH,CAAC,EA1BgB,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QA0B3C"}
1
+ {"version":3,"file":"list-database-insights-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/list-database-insights-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA8FH,IAAiB,2BAA2B,CAmC3C;AAnCD,WAAiB,2BAA2B;IAC1C,IAAY,YAgBX;IAhBD,WAAY,YAAY;QACtB,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,4CAA4B,CAAA;QAC5B,kDAAkC,CAAA;QAClC,mDAAmC,CAAA;QACnC,mDAAmC,CAAA;QACnC,yDAAyC,CAAA;QACzC,mDAAmC,CAAA;QACnC,mDAAmC,CAAA;QACnC,yDAAyC,CAAA;QACzC,yDAAyC,CAAA;QACzC,yDAAyC,CAAA;QACzC,+DAA+C,CAAA;IACjD,CAAC,EAhBW,YAAY,GAAZ,wCAAY,KAAZ,wCAAY,QAgBvB;IAED,IAAY,MASX;IATD,WAAY,MAAM;QAChB,yCAA+B,CAAA;QAC/B,uCAA6B,CAAA;QAC7B,qDAA2C,CAAA;QAC3C,uCAA6B,CAAA;QAC7B,6CAAmC,CAAA;QACnC,iDAAuC,CAAA;QACvC,uCAA6B,CAAA;QAC7B,qCAA2B,CAAA;IAC7B,CAAC,EATW,MAAM,GAAN,kCAAM,KAAN,kCAAM,QASjB;IAED,IAAY,MAIX;IAJD,WAAY,MAAM;QAChB,uCAA6B,CAAA;QAC7B,qDAA2C,CAAA;QAC3C,uCAA6B,CAAA;IAC/B,CAAC,EAJW,MAAM,GAAN,kCAAM,KAAN,kCAAM,QAIjB;AACH,CAAC,EAnCgB,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAmC3C"}
@@ -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.18.0/opsi/ListEnterpriseManagerBridges.ts.html |here} to see how to use ListEnterpriseManagerBridgesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/ListEnterpriseManagerBridges.ts.html |here} to see how to use ListEnterpriseManagerBridgesRequest.
17
17
  */
18
18
  export interface ListEnterpriseManagerBridgesRequest 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.18.0/opsi/ListExadataConfigurations.ts.html |here} to see how to use ListExadataConfigurationsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/ListExadataConfigurations.ts.html |here} to see how to use ListExadataConfigurationsRequest.
17
17
  */
18
18
  export interface ListExadataConfigurationsRequest 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.18.0/opsi/ListExadataInsights.ts.html |here} to see how to use ListExadataInsightsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/ListExadataInsights.ts.html |here} to see how to use ListExadataInsightsRequest.
17
17
  */
18
18
  export interface ListExadataInsightsRequest 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.18.0/opsi/ListHostConfigurations.ts.html |here} to see how to use ListHostConfigurationsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/ListHostConfigurations.ts.html |here} to see how to use ListHostConfigurationsRequest.
17
17
  */
18
18
  export interface ListHostConfigurationsRequest 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.18.0/opsi/ListHostInsights.ts.html |here} to see how to use ListHostInsightsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/ListHostInsights.ts.html |here} to see how to use ListHostInsightsRequest.
17
17
  */
18
18
  export interface ListHostInsightsRequest 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.18.0/opsi/ListHostedEntities.ts.html |here} to see how to use ListHostedEntitiesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/ListHostedEntities.ts.html |here} to see how to use ListHostedEntitiesRequest.
17
17
  */
18
18
  export interface ListHostedEntitiesRequest 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.18.0/opsi/ListImportableAgentEntities.ts.html |here} to see how to use ListImportableAgentEntitiesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/ListImportableAgentEntities.ts.html |here} to see how to use ListImportableAgentEntitiesRequest.
17
17
  */
18
18
  export interface ListImportableAgentEntitiesRequest 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.18.0/opsi/ListImportableEnterpriseManagerEntities.ts.html |here} to see how to use ListImportableEnterpriseManagerEntitiesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/ListImportableEnterpriseManagerEntities.ts.html |here} to see how to use ListImportableEnterpriseManagerEntitiesRequest.
16
16
  */
17
17
  export interface ListImportableEnterpriseManagerEntitiesRequest extends common.BaseRequest {
18
18
  /**