oci-opsi 2.29.0 → 2.30.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 (227) hide show
  1. package/lib/client.d.ts +138 -108
  2. package/lib/client.js +307 -109
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/data-object-column-metadata.d.ts +70 -0
  5. package/lib/model/data-object-column-metadata.js +82 -0
  6. package/lib/model/data-object-column-metadata.js.map +1 -0
  7. package/lib/model/data-object-column-unit.d.ts +29 -0
  8. package/lib/model/data-object-column-unit.js +100 -0
  9. package/lib/model/data-object-column-unit.js.map +1 -0
  10. package/lib/model/data-object-core-column-unit.d.ts +40 -0
  11. package/lib/model/data-object-core-column-unit.js +67 -0
  12. package/lib/model/data-object-core-column-unit.js.map +1 -0
  13. package/lib/model/data-object-custom-column-unit.d.ts +31 -0
  14. package/lib/model/data-object-custom-column-unit.js +57 -0
  15. package/lib/model/data-object-custom-column-unit.js.map +1 -0
  16. package/lib/model/data-object-data-size-column-unit.d.ts +50 -0
  17. package/lib/model/data-object-data-size-column-unit.js +77 -0
  18. package/lib/model/data-object-data-size-column-unit.js.map +1 -0
  19. package/lib/model/data-object-frequency-column-unit.d.ts +43 -0
  20. package/lib/model/data-object-frequency-column-unit.js +70 -0
  21. package/lib/model/data-object-frequency-column-unit.js.map +1 -0
  22. package/lib/model/data-object-other-standard-column-unit.d.ts +52 -0
  23. package/lib/model/data-object-other-standard-column-unit.js +79 -0
  24. package/lib/model/data-object-other-standard-column-unit.js.map +1 -0
  25. package/lib/model/data-object-power-column-unit.d.ts +43 -0
  26. package/lib/model/data-object-power-column-unit.js +70 -0
  27. package/lib/model/data-object-power-column-unit.js.map +1 -0
  28. package/lib/model/data-object-query-time-filters.d.ts +45 -0
  29. package/lib/model/data-object-query-time-filters.js +32 -0
  30. package/lib/model/data-object-query-time-filters.js.map +1 -0
  31. package/lib/model/data-object-query.d.ts +25 -0
  32. package/lib/model/data-object-query.js +68 -0
  33. package/lib/model/data-object-query.js.map +1 -0
  34. package/lib/model/data-object-rate-column-unit.d.ts +29 -0
  35. package/lib/model/data-object-rate-column-unit.js +71 -0
  36. package/lib/model/data-object-rate-column-unit.js.map +1 -0
  37. package/lib/model/data-object-temperature-column-unit.d.ts +40 -0
  38. package/lib/model/data-object-temperature-column-unit.js +67 -0
  39. package/lib/model/data-object-temperature-column-unit.js.map +1 -0
  40. package/lib/model/data-object-templatized-query.d.ts +52 -0
  41. package/lib/model/data-object-templatized-query.js +65 -0
  42. package/lib/model/data-object-templatized-query.js.map +1 -0
  43. package/lib/model/data-object-time-column-unit.d.ts +48 -0
  44. package/lib/model/data-object-time-column-unit.js +75 -0
  45. package/lib/model/data-object-time-column-unit.js.map +1 -0
  46. package/lib/model/database-insights-data-object-summary.d.ts +27 -0
  47. package/lib/model/database-insights-data-object-summary.js +57 -0
  48. package/lib/model/database-insights-data-object-summary.js.map +1 -0
  49. package/lib/model/database-insights-data-object.d.ts +27 -0
  50. package/lib/model/database-insights-data-object.js +57 -0
  51. package/lib/model/database-insights-data-object.js.map +1 -0
  52. package/lib/model/exadata-insights-data-object-summary.d.ts +27 -0
  53. package/lib/model/exadata-insights-data-object-summary.js +57 -0
  54. package/lib/model/exadata-insights-data-object-summary.js.map +1 -0
  55. package/lib/model/exadata-insights-data-object.d.ts +27 -0
  56. package/lib/model/exadata-insights-data-object.js +57 -0
  57. package/lib/model/exadata-insights-data-object.js.map +1 -0
  58. package/lib/model/host-insights-data-object-summary.d.ts +27 -0
  59. package/lib/model/host-insights-data-object-summary.js +57 -0
  60. package/lib/model/host-insights-data-object-summary.js.map +1 -0
  61. package/lib/model/host-insights-data-object.d.ts +27 -0
  62. package/lib/model/host-insights-data-object.js +55 -0
  63. package/lib/model/host-insights-data-object.js.map +1 -0
  64. package/lib/model/index.d.ts +60 -0
  65. package/lib/model/index.js +67 -6
  66. package/lib/model/index.js.map +1 -1
  67. package/lib/model/opsi-data-object-summary.d.ts +37 -0
  68. package/lib/model/opsi-data-object-summary.js +76 -0
  69. package/lib/model/opsi-data-object-summary.js.map +1 -0
  70. package/lib/model/opsi-data-object-type.d.ts +32 -0
  71. package/lib/model/opsi-data-object-type.js +43 -0
  72. package/lib/model/opsi-data-object-type.js.map +1 -0
  73. package/lib/model/opsi-data-object.d.ts +42 -0
  74. package/lib/model/opsi-data-object.js +88 -0
  75. package/lib/model/opsi-data-object.js.map +1 -0
  76. package/lib/model/opsi-data-objects-collection.d.ts +29 -0
  77. package/lib/model/opsi-data-objects-collection.js +64 -0
  78. package/lib/model/opsi-data-objects-collection.js.map +1 -0
  79. package/lib/model/opsi-data-objects.d.ts +28 -0
  80. package/lib/model/opsi-data-objects.js +32 -0
  81. package/lib/model/opsi-data-objects.js.map +1 -0
  82. package/lib/model/query-data-object-json-result-set-rows-collection.d.ts +35 -0
  83. package/lib/model/query-data-object-json-result-set-rows-collection.js +69 -0
  84. package/lib/model/query-data-object-json-result-set-rows-collection.js.map +1 -0
  85. package/lib/model/query-data-object-result-set-column-metadata.d.ts +42 -0
  86. package/lib/model/query-data-object-result-set-column-metadata.js +43 -0
  87. package/lib/model/query-data-object-result-set-column-metadata.js.map +1 -0
  88. package/lib/model/query-data-object-result-set-rows-collection.d.ts +25 -0
  89. package/lib/model/query-data-object-result-set-rows-collection.js +68 -0
  90. package/lib/model/query-data-object-result-set-rows-collection.js.map +1 -0
  91. package/lib/model/query-opsi-data-object-data-details.d.ts +31 -0
  92. package/lib/model/query-opsi-data-object-data-details.js +62 -0
  93. package/lib/model/query-opsi-data-object-data-details.js.map +1 -0
  94. package/lib/model/resource-filters.d.ts +65 -0
  95. package/lib/model/resource-filters.js +32 -0
  96. package/lib/model/resource-filters.js.map +1 -0
  97. package/lib/request/add-exadata-insight-members-request.d.ts +1 -1
  98. package/lib/request/change-database-insight-compartment-request.d.ts +1 -1
  99. package/lib/request/change-enterprise-manager-bridge-compartment-request.d.ts +1 -1
  100. package/lib/request/change-exadata-insight-compartment-request.d.ts +1 -1
  101. package/lib/request/change-host-insight-compartment-request.d.ts +1 -1
  102. package/lib/request/change-operations-insights-private-endpoint-compartment-request.d.ts +1 -1
  103. package/lib/request/change-pe-comanaged-database-insight-request.d.ts +1 -1
  104. package/lib/request/create-awr-hub-request.d.ts +1 -1
  105. package/lib/request/create-database-insight-request.d.ts +1 -1
  106. package/lib/request/create-enterprise-manager-bridge-request.d.ts +1 -1
  107. package/lib/request/create-exadata-insight-request.d.ts +1 -1
  108. package/lib/request/create-host-insight-request.d.ts +1 -1
  109. package/lib/request/create-operations-insights-private-endpoint-request.d.ts +1 -1
  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 +1 -1
  118. package/lib/request/delete-operations-insights-warehouse-request.d.ts +1 -1
  119. package/lib/request/delete-operations-insights-warehouse-user-request.d.ts +1 -1
  120. package/lib/request/disable-database-insight-request.d.ts +1 -1
  121. package/lib/request/disable-exadata-insight-request.d.ts +1 -1
  122. package/lib/request/disable-host-insight-request.d.ts +1 -1
  123. package/lib/request/download-operations-insights-warehouse-wallet-request.d.ts +1 -1
  124. package/lib/request/enable-database-insight-request.d.ts +1 -1
  125. package/lib/request/enable-exadata-insight-request.d.ts +1 -1
  126. package/lib/request/enable-host-insight-request.d.ts +1 -1
  127. package/lib/request/get-awr-hub-request.d.ts +1 -1
  128. package/lib/request/get-awr-report-request.d.ts +1 -1
  129. package/lib/request/get-database-insight-request.d.ts +1 -1
  130. package/lib/request/get-enterprise-manager-bridge-request.d.ts +1 -1
  131. package/lib/request/get-exadata-insight-request.d.ts +1 -1
  132. package/lib/request/get-host-insight-request.d.ts +1 -1
  133. package/lib/request/get-operations-insights-private-endpoint-request.d.ts +1 -1
  134. package/lib/request/get-operations-insights-warehouse-request.d.ts +1 -1
  135. package/lib/request/get-operations-insights-warehouse-user-request.d.ts +1 -1
  136. package/lib/request/get-opsi-data-object-request.d.ts +32 -0
  137. package/lib/request/get-opsi-data-object-request.js +15 -0
  138. package/lib/request/get-opsi-data-object-request.js.map +1 -0
  139. package/lib/request/get-work-request-request.d.ts +1 -1
  140. package/lib/request/index.d.ts +6 -0
  141. package/lib/request/index.js +3 -1
  142. package/lib/request/index.js.map +1 -1
  143. package/lib/request/ingest-database-configuration-request.d.ts +1 -1
  144. package/lib/request/ingest-host-configuration-request.d.ts +1 -1
  145. package/lib/request/ingest-host-metrics-request.d.ts +1 -1
  146. package/lib/request/ingest-sql-bucket-request.d.ts +1 -1
  147. package/lib/request/ingest-sql-plan-lines-request.d.ts +1 -1
  148. package/lib/request/ingest-sql-stats-request.d.ts +1 -1
  149. package/lib/request/ingest-sql-text-request.d.ts +1 -1
  150. package/lib/request/list-awr-hubs-request.d.ts +1 -1
  151. package/lib/request/list-awr-snapshots-request.d.ts +1 -1
  152. package/lib/request/list-database-configurations-request.d.ts +1 -1
  153. package/lib/request/list-database-insights-request.d.ts +1 -1
  154. package/lib/request/list-enterprise-manager-bridges-request.d.ts +1 -1
  155. package/lib/request/list-exadata-configurations-request.d.ts +1 -1
  156. package/lib/request/list-exadata-insights-request.d.ts +1 -1
  157. package/lib/request/list-host-configurations-request.d.ts +1 -1
  158. package/lib/request/list-host-insights-request.d.ts +1 -1
  159. package/lib/request/list-hosted-entities-request.d.ts +1 -1
  160. package/lib/request/list-importable-agent-entities-request.d.ts +1 -1
  161. package/lib/request/list-importable-enterprise-manager-entities-request.d.ts +1 -1
  162. package/lib/request/list-operations-insights-private-endpoints-request.d.ts +1 -1
  163. package/lib/request/list-operations-insights-warehouse-users-request.d.ts +1 -1
  164. package/lib/request/list-operations-insights-warehouses-request.d.ts +1 -1
  165. package/lib/request/list-opsi-data-objects-request.d.ts +69 -0
  166. package/lib/request/list-opsi-data-objects-request.js +24 -0
  167. package/lib/request/list-opsi-data-objects-request.js.map +1 -0
  168. package/lib/request/list-sql-plans-request.d.ts +1 -1
  169. package/lib/request/list-sql-searches-request.d.ts +1 -1
  170. package/lib/request/list-sql-texts-request.d.ts +1 -1
  171. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  172. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  173. package/lib/request/list-work-requests-request.d.ts +1 -1
  174. package/lib/request/query-opsi-data-object-data-request.d.ts +49 -0
  175. package/lib/request/query-opsi-data-object-data-request.js +15 -0
  176. package/lib/request/query-opsi-data-object-data-request.js.map +1 -0
  177. package/lib/request/rotate-operations-insights-warehouse-wallet-request.d.ts +1 -1
  178. package/lib/request/summarize-awr-sources-summaries-request.d.ts +1 -1
  179. package/lib/request/summarize-database-insight-resource-capacity-trend-request.d.ts +1 -1
  180. package/lib/request/summarize-database-insight-resource-forecast-trend-request.d.ts +1 -1
  181. package/lib/request/summarize-database-insight-resource-statistics-request.d.ts +1 -1
  182. package/lib/request/summarize-database-insight-resource-usage-request.d.ts +1 -1
  183. package/lib/request/summarize-database-insight-resource-usage-trend-request.d.ts +1 -1
  184. package/lib/request/summarize-database-insight-resource-utilization-insight-request.d.ts +1 -1
  185. package/lib/request/summarize-database-insight-tablespace-usage-trend-request.d.ts +1 -1
  186. package/lib/request/summarize-exadata-insight-resource-capacity-trend-aggregated-request.d.ts +1 -1
  187. package/lib/request/summarize-exadata-insight-resource-capacity-trend-request.d.ts +1 -1
  188. package/lib/request/summarize-exadata-insight-resource-forecast-trend-aggregated-request.d.ts +1 -1
  189. package/lib/request/summarize-exadata-insight-resource-forecast-trend-request.d.ts +1 -1
  190. package/lib/request/summarize-exadata-insight-resource-statistics-request.d.ts +1 -1
  191. package/lib/request/summarize-exadata-insight-resource-usage-aggregated-request.d.ts +1 -1
  192. package/lib/request/summarize-exadata-insight-resource-usage-request.d.ts +1 -1
  193. package/lib/request/summarize-exadata-insight-resource-utilization-insight-request.d.ts +1 -1
  194. package/lib/request/summarize-exadata-members-request.d.ts +1 -1
  195. package/lib/request/summarize-host-insight-resource-capacity-trend-request.d.ts +1 -1
  196. package/lib/request/summarize-host-insight-resource-forecast-trend-request.d.ts +1 -1
  197. package/lib/request/summarize-host-insight-resource-statistics-request.d.ts +1 -1
  198. package/lib/request/summarize-host-insight-resource-usage-request.d.ts +1 -1
  199. package/lib/request/summarize-host-insight-resource-usage-trend-request.d.ts +1 -1
  200. package/lib/request/summarize-host-insight-resource-utilization-insight-request.d.ts +1 -1
  201. package/lib/request/summarize-host-insight-top-processes-usage-trend-request.d.ts +1 -1
  202. package/lib/request/summarize-operations-insights-warehouse-resource-usage-request.d.ts +1 -1
  203. package/lib/request/summarize-sql-insights-request.d.ts +1 -1
  204. package/lib/request/summarize-sql-plan-insights-request.d.ts +1 -1
  205. package/lib/request/summarize-sql-response-time-distributions-request.d.ts +1 -1
  206. package/lib/request/summarize-sql-statistics-request.d.ts +1 -1
  207. package/lib/request/summarize-sql-statistics-time-series-by-plan-request.d.ts +1 -1
  208. package/lib/request/summarize-sql-statistics-time-series-request.d.ts +1 -1
  209. package/lib/request/update-awr-hub-request.d.ts +1 -1
  210. package/lib/request/update-database-insight-request.d.ts +1 -1
  211. package/lib/request/update-enterprise-manager-bridge-request.d.ts +1 -1
  212. package/lib/request/update-exadata-insight-request.d.ts +1 -1
  213. package/lib/request/update-host-insight-request.d.ts +1 -1
  214. package/lib/request/update-operations-insights-private-endpoint-request.d.ts +1 -1
  215. package/lib/request/update-operations-insights-warehouse-request.d.ts +1 -1
  216. package/lib/request/update-operations-insights-warehouse-user-request.d.ts +1 -1
  217. package/lib/response/get-opsi-data-object-response.d.ts +25 -0
  218. package/lib/response/get-opsi-data-object-response.js +15 -0
  219. package/lib/response/get-opsi-data-object-response.js.map +1 -0
  220. package/lib/response/index.d.ts +6 -0
  221. package/lib/response/list-opsi-data-objects-response.d.ts +32 -0
  222. package/lib/response/list-opsi-data-objects-response.js +15 -0
  223. package/lib/response/list-opsi-data-objects-response.js.map +1 -0
  224. package/lib/response/query-opsi-data-object-data-response.d.ts +32 -0
  225. package/lib/response/query-opsi-data-object-data-response.js +15 -0
  226. package/lib/response/query-opsi-data-object-data-response.js.map +1 -0
  227. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -78,7 +78,7 @@ export declare class OperationsInsightsClient {
78
78
  * @param AddExadataInsightMembersRequest
79
79
  * @return AddExadataInsightMembersResponse
80
80
  * @throws OciError when an error occurs
81
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/AddExadataInsightMembers.ts.html |here} to see how to use AddExadataInsightMembers API.
81
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/AddExadataInsightMembers.ts.html |here} to see how to use AddExadataInsightMembers API.
82
82
  */
83
83
  addExadataInsightMembers(addExadataInsightMembersRequest: requests.AddExadataInsightMembersRequest): Promise<responses.AddExadataInsightMembersResponse>;
84
84
  /**
@@ -87,7 +87,7 @@ export declare class OperationsInsightsClient {
87
87
  * @param ChangeDatabaseInsightCompartmentRequest
88
88
  * @return ChangeDatabaseInsightCompartmentResponse
89
89
  * @throws OciError when an error occurs
90
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ChangeDatabaseInsightCompartment.ts.html |here} to see how to use ChangeDatabaseInsightCompartment API.
90
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/ChangeDatabaseInsightCompartment.ts.html |here} to see how to use ChangeDatabaseInsightCompartment API.
91
91
  */
92
92
  changeDatabaseInsightCompartment(changeDatabaseInsightCompartmentRequest: requests.ChangeDatabaseInsightCompartmentRequest): Promise<responses.ChangeDatabaseInsightCompartmentResponse>;
93
93
  /**
@@ -96,7 +96,7 @@ export declare class OperationsInsightsClient {
96
96
  * @param ChangeEnterpriseManagerBridgeCompartmentRequest
97
97
  * @return ChangeEnterpriseManagerBridgeCompartmentResponse
98
98
  * @throws OciError when an error occurs
99
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ChangeEnterpriseManagerBridgeCompartment.ts.html |here} to see how to use ChangeEnterpriseManagerBridgeCompartment API.
99
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/ChangeEnterpriseManagerBridgeCompartment.ts.html |here} to see how to use ChangeEnterpriseManagerBridgeCompartment API.
100
100
  */
101
101
  changeEnterpriseManagerBridgeCompartment(changeEnterpriseManagerBridgeCompartmentRequest: requests.ChangeEnterpriseManagerBridgeCompartmentRequest): Promise<responses.ChangeEnterpriseManagerBridgeCompartmentResponse>;
102
102
  /**
@@ -105,7 +105,7 @@ export declare class OperationsInsightsClient {
105
105
  * @param ChangeExadataInsightCompartmentRequest
106
106
  * @return ChangeExadataInsightCompartmentResponse
107
107
  * @throws OciError when an error occurs
108
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ChangeExadataInsightCompartment.ts.html |here} to see how to use ChangeExadataInsightCompartment API.
108
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/ChangeExadataInsightCompartment.ts.html |here} to see how to use ChangeExadataInsightCompartment API.
109
109
  */
110
110
  changeExadataInsightCompartment(changeExadataInsightCompartmentRequest: requests.ChangeExadataInsightCompartmentRequest): Promise<responses.ChangeExadataInsightCompartmentResponse>;
111
111
  /**
@@ -114,7 +114,7 @@ export declare class OperationsInsightsClient {
114
114
  * @param ChangeHostInsightCompartmentRequest
115
115
  * @return ChangeHostInsightCompartmentResponse
116
116
  * @throws OciError when an error occurs
117
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ChangeHostInsightCompartment.ts.html |here} to see how to use ChangeHostInsightCompartment API.
117
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/ChangeHostInsightCompartment.ts.html |here} to see how to use ChangeHostInsightCompartment API.
118
118
  */
119
119
  changeHostInsightCompartment(changeHostInsightCompartmentRequest: requests.ChangeHostInsightCompartmentRequest): Promise<responses.ChangeHostInsightCompartmentResponse>;
120
120
  /**
@@ -123,7 +123,7 @@ export declare class OperationsInsightsClient {
123
123
  * @param ChangeOperationsInsightsPrivateEndpointCompartmentRequest
124
124
  * @return ChangeOperationsInsightsPrivateEndpointCompartmentResponse
125
125
  * @throws OciError when an error occurs
126
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ChangeOperationsInsightsPrivateEndpointCompartment.ts.html |here} to see how to use ChangeOperationsInsightsPrivateEndpointCompartment API.
126
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/ChangeOperationsInsightsPrivateEndpointCompartment.ts.html |here} to see how to use ChangeOperationsInsightsPrivateEndpointCompartment API.
127
127
  */
128
128
  changeOperationsInsightsPrivateEndpointCompartment(changeOperationsInsightsPrivateEndpointCompartmentRequest: requests.ChangeOperationsInsightsPrivateEndpointCompartmentRequest): Promise<responses.ChangeOperationsInsightsPrivateEndpointCompartmentResponse>;
129
129
  /**
@@ -132,7 +132,7 @@ export declare class OperationsInsightsClient {
132
132
  * @param ChangePeComanagedDatabaseInsightRequest
133
133
  * @return ChangePeComanagedDatabaseInsightResponse
134
134
  * @throws OciError when an error occurs
135
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ChangePeComanagedDatabaseInsight.ts.html |here} to see how to use ChangePeComanagedDatabaseInsight API.
135
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/ChangePeComanagedDatabaseInsight.ts.html |here} to see how to use ChangePeComanagedDatabaseInsight API.
136
136
  */
137
137
  changePeComanagedDatabaseInsight(changePeComanagedDatabaseInsightRequest: requests.ChangePeComanagedDatabaseInsightRequest): Promise<responses.ChangePeComanagedDatabaseInsightResponse>;
138
138
  /**
@@ -143,7 +143,7 @@ export declare class OperationsInsightsClient {
143
143
  * @param CreateAwrHubRequest
144
144
  * @return CreateAwrHubResponse
145
145
  * @throws OciError when an error occurs
146
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/CreateAwrHub.ts.html |here} to see how to use CreateAwrHub API.
146
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/CreateAwrHub.ts.html |here} to see how to use CreateAwrHub API.
147
147
  */
148
148
  createAwrHub(createAwrHubRequest: requests.CreateAwrHubRequest): Promise<responses.CreateAwrHubResponse>;
149
149
  /**
@@ -153,7 +153,7 @@ export declare class OperationsInsightsClient {
153
153
  * @param CreateDatabaseInsightRequest
154
154
  * @return CreateDatabaseInsightResponse
155
155
  * @throws OciError when an error occurs
156
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/CreateDatabaseInsight.ts.html |here} to see how to use CreateDatabaseInsight API.
156
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/CreateDatabaseInsight.ts.html |here} to see how to use CreateDatabaseInsight API.
157
157
  */
158
158
  createDatabaseInsight(createDatabaseInsightRequest: requests.CreateDatabaseInsightRequest): Promise<responses.CreateDatabaseInsightResponse>;
159
159
  /**
@@ -163,7 +163,7 @@ export declare class OperationsInsightsClient {
163
163
  * @param CreateEnterpriseManagerBridgeRequest
164
164
  * @return CreateEnterpriseManagerBridgeResponse
165
165
  * @throws OciError when an error occurs
166
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/CreateEnterpriseManagerBridge.ts.html |here} to see how to use CreateEnterpriseManagerBridge API.
166
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/CreateEnterpriseManagerBridge.ts.html |here} to see how to use CreateEnterpriseManagerBridge API.
167
167
  */
168
168
  createEnterpriseManagerBridge(createEnterpriseManagerBridgeRequest: requests.CreateEnterpriseManagerBridgeRequest): Promise<responses.CreateEnterpriseManagerBridgeResponse>;
169
169
  /**
@@ -173,7 +173,7 @@ export declare class OperationsInsightsClient {
173
173
  * @param CreateExadataInsightRequest
174
174
  * @return CreateExadataInsightResponse
175
175
  * @throws OciError when an error occurs
176
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/CreateExadataInsight.ts.html |here} to see how to use CreateExadataInsight API.
176
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/CreateExadataInsight.ts.html |here} to see how to use CreateExadataInsight API.
177
177
  */
178
178
  createExadataInsight(createExadataInsightRequest: requests.CreateExadataInsightRequest): Promise<responses.CreateExadataInsightResponse>;
179
179
  /**
@@ -183,7 +183,7 @@ export declare class OperationsInsightsClient {
183
183
  * @param CreateHostInsightRequest
184
184
  * @return CreateHostInsightResponse
185
185
  * @throws OciError when an error occurs
186
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/CreateHostInsight.ts.html |here} to see how to use CreateHostInsight API.
186
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/CreateHostInsight.ts.html |here} to see how to use CreateHostInsight API.
187
187
  */
188
188
  createHostInsight(createHostInsightRequest: requests.CreateHostInsightRequest): Promise<responses.CreateHostInsightResponse>;
189
189
  /**
@@ -194,7 +194,7 @@ export declare class OperationsInsightsClient {
194
194
  * @param CreateOperationsInsightsPrivateEndpointRequest
195
195
  * @return CreateOperationsInsightsPrivateEndpointResponse
196
196
  * @throws OciError when an error occurs
197
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/CreateOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use CreateOperationsInsightsPrivateEndpoint API.
197
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/CreateOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use CreateOperationsInsightsPrivateEndpoint API.
198
198
  */
199
199
  createOperationsInsightsPrivateEndpoint(createOperationsInsightsPrivateEndpointRequest: requests.CreateOperationsInsightsPrivateEndpointRequest): Promise<responses.CreateOperationsInsightsPrivateEndpointResponse>;
200
200
  /**
@@ -206,7 +206,7 @@ export declare class OperationsInsightsClient {
206
206
  * @param CreateOperationsInsightsWarehouseRequest
207
207
  * @return CreateOperationsInsightsWarehouseResponse
208
208
  * @throws OciError when an error occurs
209
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/CreateOperationsInsightsWarehouse.ts.html |here} to see how to use CreateOperationsInsightsWarehouse API.
209
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/CreateOperationsInsightsWarehouse.ts.html |here} to see how to use CreateOperationsInsightsWarehouse API.
210
210
  */
211
211
  createOperationsInsightsWarehouse(createOperationsInsightsWarehouseRequest: requests.CreateOperationsInsightsWarehouseRequest): Promise<responses.CreateOperationsInsightsWarehouseResponse>;
212
212
  /**
@@ -217,7 +217,7 @@ export declare class OperationsInsightsClient {
217
217
  * @param CreateOperationsInsightsWarehouseUserRequest
218
218
  * @return CreateOperationsInsightsWarehouseUserResponse
219
219
  * @throws OciError when an error occurs
220
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/CreateOperationsInsightsWarehouseUser.ts.html |here} to see how to use CreateOperationsInsightsWarehouseUser API.
220
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/CreateOperationsInsightsWarehouseUser.ts.html |here} to see how to use CreateOperationsInsightsWarehouseUser API.
221
221
  */
222
222
  createOperationsInsightsWarehouseUser(createOperationsInsightsWarehouseUserRequest: requests.CreateOperationsInsightsWarehouseUserRequest): Promise<responses.CreateOperationsInsightsWarehouseUserResponse>;
223
223
  /**
@@ -226,7 +226,7 @@ export declare class OperationsInsightsClient {
226
226
  * @param DeleteAwrHubRequest
227
227
  * @return DeleteAwrHubResponse
228
228
  * @throws OciError when an error occurs
229
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/DeleteAwrHub.ts.html |here} to see how to use DeleteAwrHub API.
229
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/DeleteAwrHub.ts.html |here} to see how to use DeleteAwrHub API.
230
230
  */
231
231
  deleteAwrHub(deleteAwrHubRequest: requests.DeleteAwrHubRequest): Promise<responses.DeleteAwrHubResponse>;
232
232
  /**
@@ -235,7 +235,7 @@ export declare class OperationsInsightsClient {
235
235
  * @param DeleteDatabaseInsightRequest
236
236
  * @return DeleteDatabaseInsightResponse
237
237
  * @throws OciError when an error occurs
238
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/DeleteDatabaseInsight.ts.html |here} to see how to use DeleteDatabaseInsight API.
238
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/DeleteDatabaseInsight.ts.html |here} to see how to use DeleteDatabaseInsight API.
239
239
  */
240
240
  deleteDatabaseInsight(deleteDatabaseInsightRequest: requests.DeleteDatabaseInsightRequest): Promise<responses.DeleteDatabaseInsightResponse>;
241
241
  /**
@@ -244,7 +244,7 @@ export declare class OperationsInsightsClient {
244
244
  * @param DeleteEnterpriseManagerBridgeRequest
245
245
  * @return DeleteEnterpriseManagerBridgeResponse
246
246
  * @throws OciError when an error occurs
247
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/DeleteEnterpriseManagerBridge.ts.html |here} to see how to use DeleteEnterpriseManagerBridge API.
247
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/DeleteEnterpriseManagerBridge.ts.html |here} to see how to use DeleteEnterpriseManagerBridge API.
248
248
  */
249
249
  deleteEnterpriseManagerBridge(deleteEnterpriseManagerBridgeRequest: requests.DeleteEnterpriseManagerBridgeRequest): Promise<responses.DeleteEnterpriseManagerBridgeResponse>;
250
250
  /**
@@ -253,7 +253,7 @@ export declare class OperationsInsightsClient {
253
253
  * @param DeleteExadataInsightRequest
254
254
  * @return DeleteExadataInsightResponse
255
255
  * @throws OciError when an error occurs
256
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/DeleteExadataInsight.ts.html |here} to see how to use DeleteExadataInsight API.
256
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/DeleteExadataInsight.ts.html |here} to see how to use DeleteExadataInsight API.
257
257
  */
258
258
  deleteExadataInsight(deleteExadataInsightRequest: requests.DeleteExadataInsightRequest): Promise<responses.DeleteExadataInsightResponse>;
259
259
  /**
@@ -262,7 +262,7 @@ export declare class OperationsInsightsClient {
262
262
  * @param DeleteHostInsightRequest
263
263
  * @return DeleteHostInsightResponse
264
264
  * @throws OciError when an error occurs
265
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/DeleteHostInsight.ts.html |here} to see how to use DeleteHostInsight API.
265
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/DeleteHostInsight.ts.html |here} to see how to use DeleteHostInsight API.
266
266
  */
267
267
  deleteHostInsight(deleteHostInsightRequest: requests.DeleteHostInsightRequest): Promise<responses.DeleteHostInsightResponse>;
268
268
  /**
@@ -271,7 +271,7 @@ export declare class OperationsInsightsClient {
271
271
  * @param DeleteOperationsInsightsPrivateEndpointRequest
272
272
  * @return DeleteOperationsInsightsPrivateEndpointResponse
273
273
  * @throws OciError when an error occurs
274
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/DeleteOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use DeleteOperationsInsightsPrivateEndpoint API.
274
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/DeleteOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use DeleteOperationsInsightsPrivateEndpoint API.
275
275
  */
276
276
  deleteOperationsInsightsPrivateEndpoint(deleteOperationsInsightsPrivateEndpointRequest: requests.DeleteOperationsInsightsPrivateEndpointRequest): Promise<responses.DeleteOperationsInsightsPrivateEndpointResponse>;
277
277
  /**
@@ -284,7 +284,7 @@ export declare class OperationsInsightsClient {
284
284
  * @param DeleteOperationsInsightsWarehouseRequest
285
285
  * @return DeleteOperationsInsightsWarehouseResponse
286
286
  * @throws OciError when an error occurs
287
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/DeleteOperationsInsightsWarehouse.ts.html |here} to see how to use DeleteOperationsInsightsWarehouse API.
287
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/DeleteOperationsInsightsWarehouse.ts.html |here} to see how to use DeleteOperationsInsightsWarehouse API.
288
288
  */
289
289
  deleteOperationsInsightsWarehouse(deleteOperationsInsightsWarehouseRequest: requests.DeleteOperationsInsightsWarehouseRequest): Promise<responses.DeleteOperationsInsightsWarehouseResponse>;
290
290
  /**
@@ -293,7 +293,7 @@ export declare class OperationsInsightsClient {
293
293
  * @param DeleteOperationsInsightsWarehouseUserRequest
294
294
  * @return DeleteOperationsInsightsWarehouseUserResponse
295
295
  * @throws OciError when an error occurs
296
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/DeleteOperationsInsightsWarehouseUser.ts.html |here} to see how to use DeleteOperationsInsightsWarehouseUser API.
296
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/DeleteOperationsInsightsWarehouseUser.ts.html |here} to see how to use DeleteOperationsInsightsWarehouseUser API.
297
297
  */
298
298
  deleteOperationsInsightsWarehouseUser(deleteOperationsInsightsWarehouseUserRequest: requests.DeleteOperationsInsightsWarehouseUserRequest): Promise<responses.DeleteOperationsInsightsWarehouseUserResponse>;
299
299
  /**
@@ -302,7 +302,7 @@ export declare class OperationsInsightsClient {
302
302
  * @param DisableDatabaseInsightRequest
303
303
  * @return DisableDatabaseInsightResponse
304
304
  * @throws OciError when an error occurs
305
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/DisableDatabaseInsight.ts.html |here} to see how to use DisableDatabaseInsight API.
305
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/DisableDatabaseInsight.ts.html |here} to see how to use DisableDatabaseInsight API.
306
306
  */
307
307
  disableDatabaseInsight(disableDatabaseInsightRequest: requests.DisableDatabaseInsightRequest): Promise<responses.DisableDatabaseInsightResponse>;
308
308
  /**
@@ -311,7 +311,7 @@ export declare class OperationsInsightsClient {
311
311
  * @param DisableExadataInsightRequest
312
312
  * @return DisableExadataInsightResponse
313
313
  * @throws OciError when an error occurs
314
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/DisableExadataInsight.ts.html |here} to see how to use DisableExadataInsight API.
314
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/DisableExadataInsight.ts.html |here} to see how to use DisableExadataInsight API.
315
315
  */
316
316
  disableExadataInsight(disableExadataInsightRequest: requests.DisableExadataInsightRequest): Promise<responses.DisableExadataInsightResponse>;
317
317
  /**
@@ -320,7 +320,7 @@ export declare class OperationsInsightsClient {
320
320
  * @param DisableHostInsightRequest
321
321
  * @return DisableHostInsightResponse
322
322
  * @throws OciError when an error occurs
323
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/DisableHostInsight.ts.html |here} to see how to use DisableHostInsight API.
323
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/DisableHostInsight.ts.html |here} to see how to use DisableHostInsight API.
324
324
  */
325
325
  disableHostInsight(disableHostInsightRequest: requests.DisableHostInsightRequest): Promise<responses.DisableHostInsightResponse>;
326
326
  /**
@@ -329,7 +329,7 @@ export declare class OperationsInsightsClient {
329
329
  * @param DownloadOperationsInsightsWarehouseWalletRequest
330
330
  * @return DownloadOperationsInsightsWarehouseWalletResponse
331
331
  * @throws OciError when an error occurs
332
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/DownloadOperationsInsightsWarehouseWallet.ts.html |here} to see how to use DownloadOperationsInsightsWarehouseWallet API.
332
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/DownloadOperationsInsightsWarehouseWallet.ts.html |here} to see how to use DownloadOperationsInsightsWarehouseWallet API.
333
333
  */
334
334
  downloadOperationsInsightsWarehouseWallet(downloadOperationsInsightsWarehouseWalletRequest: requests.DownloadOperationsInsightsWarehouseWalletRequest): Promise<responses.DownloadOperationsInsightsWarehouseWalletResponse>;
335
335
  /**
@@ -338,7 +338,7 @@ export declare class OperationsInsightsClient {
338
338
  * @param EnableDatabaseInsightRequest
339
339
  * @return EnableDatabaseInsightResponse
340
340
  * @throws OciError when an error occurs
341
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/EnableDatabaseInsight.ts.html |here} to see how to use EnableDatabaseInsight API.
341
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/EnableDatabaseInsight.ts.html |here} to see how to use EnableDatabaseInsight API.
342
342
  */
343
343
  enableDatabaseInsight(enableDatabaseInsightRequest: requests.EnableDatabaseInsightRequest): Promise<responses.EnableDatabaseInsightResponse>;
344
344
  /**
@@ -347,7 +347,7 @@ export declare class OperationsInsightsClient {
347
347
  * @param EnableExadataInsightRequest
348
348
  * @return EnableExadataInsightResponse
349
349
  * @throws OciError when an error occurs
350
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/EnableExadataInsight.ts.html |here} to see how to use EnableExadataInsight API.
350
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/EnableExadataInsight.ts.html |here} to see how to use EnableExadataInsight API.
351
351
  */
352
352
  enableExadataInsight(enableExadataInsightRequest: requests.EnableExadataInsightRequest): Promise<responses.EnableExadataInsightResponse>;
353
353
  /**
@@ -356,7 +356,7 @@ export declare class OperationsInsightsClient {
356
356
  * @param EnableHostInsightRequest
357
357
  * @return EnableHostInsightResponse
358
358
  * @throws OciError when an error occurs
359
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/EnableHostInsight.ts.html |here} to see how to use EnableHostInsight API.
359
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/EnableHostInsight.ts.html |here} to see how to use EnableHostInsight API.
360
360
  */
361
361
  enableHostInsight(enableHostInsightRequest: requests.EnableHostInsightRequest): Promise<responses.EnableHostInsightResponse>;
362
362
  /**
@@ -365,7 +365,7 @@ export declare class OperationsInsightsClient {
365
365
  * @param GetAwrHubRequest
366
366
  * @return GetAwrHubResponse
367
367
  * @throws OciError when an error occurs
368
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/GetAwrHub.ts.html |here} to see how to use GetAwrHub API.
368
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/GetAwrHub.ts.html |here} to see how to use GetAwrHub API.
369
369
  */
370
370
  getAwrHub(getAwrHubRequest: requests.GetAwrHubRequest): Promise<responses.GetAwrHubResponse>;
371
371
  /**
@@ -376,7 +376,7 @@ export declare class OperationsInsightsClient {
376
376
  * @param GetAwrReportRequest
377
377
  * @return GetAwrReportResponse
378
378
  * @throws OciError when an error occurs
379
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/GetAwrReport.ts.html |here} to see how to use GetAwrReport API.
379
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/GetAwrReport.ts.html |here} to see how to use GetAwrReport API.
380
380
  */
381
381
  getAwrReport(getAwrReportRequest: requests.GetAwrReportRequest): Promise<responses.GetAwrReportResponse>;
382
382
  /**
@@ -385,7 +385,7 @@ export declare class OperationsInsightsClient {
385
385
  * @param GetDatabaseInsightRequest
386
386
  * @return GetDatabaseInsightResponse
387
387
  * @throws OciError when an error occurs
388
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/GetDatabaseInsight.ts.html |here} to see how to use GetDatabaseInsight API.
388
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/GetDatabaseInsight.ts.html |here} to see how to use GetDatabaseInsight API.
389
389
  */
390
390
  getDatabaseInsight(getDatabaseInsightRequest: requests.GetDatabaseInsightRequest): Promise<responses.GetDatabaseInsightResponse>;
391
391
  /**
@@ -394,7 +394,7 @@ export declare class OperationsInsightsClient {
394
394
  * @param GetEnterpriseManagerBridgeRequest
395
395
  * @return GetEnterpriseManagerBridgeResponse
396
396
  * @throws OciError when an error occurs
397
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/GetEnterpriseManagerBridge.ts.html |here} to see how to use GetEnterpriseManagerBridge API.
397
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/GetEnterpriseManagerBridge.ts.html |here} to see how to use GetEnterpriseManagerBridge API.
398
398
  */
399
399
  getEnterpriseManagerBridge(getEnterpriseManagerBridgeRequest: requests.GetEnterpriseManagerBridgeRequest): Promise<responses.GetEnterpriseManagerBridgeResponse>;
400
400
  /**
@@ -403,7 +403,7 @@ export declare class OperationsInsightsClient {
403
403
  * @param GetExadataInsightRequest
404
404
  * @return GetExadataInsightResponse
405
405
  * @throws OciError when an error occurs
406
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/GetExadataInsight.ts.html |here} to see how to use GetExadataInsight API.
406
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/GetExadataInsight.ts.html |here} to see how to use GetExadataInsight API.
407
407
  */
408
408
  getExadataInsight(getExadataInsightRequest: requests.GetExadataInsightRequest): Promise<responses.GetExadataInsightResponse>;
409
409
  /**
@@ -412,7 +412,7 @@ export declare class OperationsInsightsClient {
412
412
  * @param GetHostInsightRequest
413
413
  * @return GetHostInsightResponse
414
414
  * @throws OciError when an error occurs
415
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/GetHostInsight.ts.html |here} to see how to use GetHostInsight API.
415
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/GetHostInsight.ts.html |here} to see how to use GetHostInsight API.
416
416
  */
417
417
  getHostInsight(getHostInsightRequest: requests.GetHostInsightRequest): Promise<responses.GetHostInsightResponse>;
418
418
  /**
@@ -421,7 +421,7 @@ export declare class OperationsInsightsClient {
421
421
  * @param GetOperationsInsightsPrivateEndpointRequest
422
422
  * @return GetOperationsInsightsPrivateEndpointResponse
423
423
  * @throws OciError when an error occurs
424
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/GetOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use GetOperationsInsightsPrivateEndpoint API.
424
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/GetOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use GetOperationsInsightsPrivateEndpoint API.
425
425
  */
426
426
  getOperationsInsightsPrivateEndpoint(getOperationsInsightsPrivateEndpointRequest: requests.GetOperationsInsightsPrivateEndpointRequest): Promise<responses.GetOperationsInsightsPrivateEndpointResponse>;
427
427
  /**
@@ -432,7 +432,7 @@ export declare class OperationsInsightsClient {
432
432
  * @param GetOperationsInsightsWarehouseRequest
433
433
  * @return GetOperationsInsightsWarehouseResponse
434
434
  * @throws OciError when an error occurs
435
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/GetOperationsInsightsWarehouse.ts.html |here} to see how to use GetOperationsInsightsWarehouse API.
435
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/GetOperationsInsightsWarehouse.ts.html |here} to see how to use GetOperationsInsightsWarehouse API.
436
436
  */
437
437
  getOperationsInsightsWarehouse(getOperationsInsightsWarehouseRequest: requests.GetOperationsInsightsWarehouseRequest): Promise<responses.GetOperationsInsightsWarehouseResponse>;
438
438
  /**
@@ -441,16 +441,25 @@ export declare class OperationsInsightsClient {
441
441
  * @param GetOperationsInsightsWarehouseUserRequest
442
442
  * @return GetOperationsInsightsWarehouseUserResponse
443
443
  * @throws OciError when an error occurs
444
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/GetOperationsInsightsWarehouseUser.ts.html |here} to see how to use GetOperationsInsightsWarehouseUser API.
444
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/GetOperationsInsightsWarehouseUser.ts.html |here} to see how to use GetOperationsInsightsWarehouseUser API.
445
445
  */
446
446
  getOperationsInsightsWarehouseUser(getOperationsInsightsWarehouseUserRequest: requests.GetOperationsInsightsWarehouseUserRequest): Promise<responses.GetOperationsInsightsWarehouseUserResponse>;
447
+ /**
448
+ * Gets details of an OPSI data object.
449
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
450
+ * @param GetOpsiDataObjectRequest
451
+ * @return GetOpsiDataObjectResponse
452
+ * @throws OciError when an error occurs
453
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/GetOpsiDataObject.ts.html |here} to see how to use GetOpsiDataObject API.
454
+ */
455
+ getOpsiDataObject(getOpsiDataObjectRequest: requests.GetOpsiDataObjectRequest): Promise<responses.GetOpsiDataObjectResponse>;
447
456
  /**
448
457
  * Gets the status of the work request with the given ID.
449
458
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
450
459
  * @param GetWorkRequestRequest
451
460
  * @return GetWorkRequestResponse
452
461
  * @throws OciError when an error occurs
453
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
462
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
454
463
  */
455
464
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
456
465
  /**
@@ -459,7 +468,7 @@ export declare class OperationsInsightsClient {
459
468
  * @param IngestDatabaseConfigurationRequest
460
469
  * @return IngestDatabaseConfigurationResponse
461
470
  * @throws OciError when an error occurs
462
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/IngestDatabaseConfiguration.ts.html |here} to see how to use IngestDatabaseConfiguration API.
471
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/IngestDatabaseConfiguration.ts.html |here} to see how to use IngestDatabaseConfiguration API.
463
472
  */
464
473
  ingestDatabaseConfiguration(ingestDatabaseConfigurationRequest: requests.IngestDatabaseConfigurationRequest): Promise<responses.IngestDatabaseConfigurationResponse>;
465
474
  /**
@@ -468,7 +477,7 @@ export declare class OperationsInsightsClient {
468
477
  * @param IngestHostConfigurationRequest
469
478
  * @return IngestHostConfigurationResponse
470
479
  * @throws OciError when an error occurs
471
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/IngestHostConfiguration.ts.html |here} to see how to use IngestHostConfiguration API.
480
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/IngestHostConfiguration.ts.html |here} to see how to use IngestHostConfiguration API.
472
481
  */
473
482
  ingestHostConfiguration(ingestHostConfigurationRequest: requests.IngestHostConfigurationRequest): Promise<responses.IngestHostConfigurationResponse>;
474
483
  /**
@@ -477,7 +486,7 @@ export declare class OperationsInsightsClient {
477
486
  * @param IngestHostMetricsRequest
478
487
  * @return IngestHostMetricsResponse
479
488
  * @throws OciError when an error occurs
480
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/IngestHostMetrics.ts.html |here} to see how to use IngestHostMetrics API.
489
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/IngestHostMetrics.ts.html |here} to see how to use IngestHostMetrics API.
481
490
  */
482
491
  ingestHostMetrics(ingestHostMetricsRequest: requests.IngestHostMetricsRequest): Promise<responses.IngestHostMetricsResponse>;
483
492
  /**
@@ -488,7 +497,7 @@ export declare class OperationsInsightsClient {
488
497
  * @param IngestSqlBucketRequest
489
498
  * @return IngestSqlBucketResponse
490
499
  * @throws OciError when an error occurs
491
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/IngestSqlBucket.ts.html |here} to see how to use IngestSqlBucket API.
500
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/IngestSqlBucket.ts.html |here} to see how to use IngestSqlBucket API.
492
501
  */
493
502
  ingestSqlBucket(ingestSqlBucketRequest: requests.IngestSqlBucketRequest): Promise<responses.IngestSqlBucketResponse>;
494
503
  /**
@@ -499,7 +508,7 @@ export declare class OperationsInsightsClient {
499
508
  * @param IngestSqlPlanLinesRequest
500
509
  * @return IngestSqlPlanLinesResponse
501
510
  * @throws OciError when an error occurs
502
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/IngestSqlPlanLines.ts.html |here} to see how to use IngestSqlPlanLines API.
511
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/IngestSqlPlanLines.ts.html |here} to see how to use IngestSqlPlanLines API.
503
512
  */
504
513
  ingestSqlPlanLines(ingestSqlPlanLinesRequest: requests.IngestSqlPlanLinesRequest): Promise<responses.IngestSqlPlanLinesResponse>;
505
514
  /**
@@ -510,7 +519,7 @@ export declare class OperationsInsightsClient {
510
519
  * @param IngestSqlStatsRequest
511
520
  * @return IngestSqlStatsResponse
512
521
  * @throws OciError when an error occurs
513
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/IngestSqlStats.ts.html |here} to see how to use IngestSqlStats API.
522
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/IngestSqlStats.ts.html |here} to see how to use IngestSqlStats API.
514
523
  */
515
524
  ingestSqlStats(ingestSqlStatsRequest: requests.IngestSqlStatsRequest): Promise<responses.IngestSqlStatsResponse>;
516
525
  /**
@@ -522,7 +531,7 @@ export declare class OperationsInsightsClient {
522
531
  * @param IngestSqlTextRequest
523
532
  * @return IngestSqlTextResponse
524
533
  * @throws OciError when an error occurs
525
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/IngestSqlText.ts.html |here} to see how to use IngestSqlText API.
534
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/IngestSqlText.ts.html |here} to see how to use IngestSqlText API.
526
535
  */
527
536
  ingestSqlText(ingestSqlTextRequest: requests.IngestSqlTextRequest): Promise<responses.IngestSqlTextResponse>;
528
537
  /**
@@ -532,7 +541,7 @@ export declare class OperationsInsightsClient {
532
541
  * @param ListAwrHubsRequest
533
542
  * @return ListAwrHubsResponse
534
543
  * @throws OciError when an error occurs
535
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ListAwrHubs.ts.html |here} to see how to use ListAwrHubs API.
544
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/ListAwrHubs.ts.html |here} to see how to use ListAwrHubs API.
536
545
  */
537
546
  listAwrHubs(listAwrHubsRequest: requests.ListAwrHubsRequest): Promise<responses.ListAwrHubsResponse>;
538
547
  /**
@@ -543,7 +552,7 @@ export declare class OperationsInsightsClient {
543
552
  * @param ListAwrSnapshotsRequest
544
553
  * @return ListAwrSnapshotsResponse
545
554
  * @throws OciError when an error occurs
546
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ListAwrSnapshots.ts.html |here} to see how to use ListAwrSnapshots API.
555
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/ListAwrSnapshots.ts.html |here} to see how to use ListAwrSnapshots API.
547
556
  */
548
557
  listAwrSnapshots(listAwrSnapshotsRequest: requests.ListAwrSnapshotsRequest): Promise<responses.ListAwrSnapshotsResponse>;
549
558
  /**
@@ -554,7 +563,7 @@ export declare class OperationsInsightsClient {
554
563
  * @param ListDatabaseConfigurationsRequest
555
564
  * @return ListDatabaseConfigurationsResponse
556
565
  * @throws OciError when an error occurs
557
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ListDatabaseConfigurations.ts.html |here} to see how to use ListDatabaseConfigurations API.
566
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/ListDatabaseConfigurations.ts.html |here} to see how to use ListDatabaseConfigurations API.
558
567
  */
559
568
  listDatabaseConfigurations(listDatabaseConfigurationsRequest: requests.ListDatabaseConfigurationsRequest): Promise<responses.ListDatabaseConfigurationsResponse>;
560
569
  /**
@@ -565,7 +574,7 @@ export declare class OperationsInsightsClient {
565
574
  * @param ListDatabaseInsightsRequest
566
575
  * @return ListDatabaseInsightsResponse
567
576
  * @throws OciError when an error occurs
568
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ListDatabaseInsights.ts.html |here} to see how to use ListDatabaseInsights API.
577
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/ListDatabaseInsights.ts.html |here} to see how to use ListDatabaseInsights API.
569
578
  */
570
579
  listDatabaseInsights(listDatabaseInsightsRequest: requests.ListDatabaseInsightsRequest): Promise<responses.ListDatabaseInsightsResponse>;
571
580
  /**
@@ -576,7 +585,7 @@ export declare class OperationsInsightsClient {
576
585
  * @param ListEnterpriseManagerBridgesRequest
577
586
  * @return ListEnterpriseManagerBridgesResponse
578
587
  * @throws OciError when an error occurs
579
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ListEnterpriseManagerBridges.ts.html |here} to see how to use ListEnterpriseManagerBridges API.
588
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/ListEnterpriseManagerBridges.ts.html |here} to see how to use ListEnterpriseManagerBridges API.
580
589
  */
581
590
  listEnterpriseManagerBridges(listEnterpriseManagerBridgesRequest: requests.ListEnterpriseManagerBridgesRequest): Promise<responses.ListEnterpriseManagerBridgesResponse>;
582
591
  /**
@@ -585,7 +594,7 @@ export declare class OperationsInsightsClient {
585
594
  * @param ListExadataConfigurationsRequest
586
595
  * @return ListExadataConfigurationsResponse
587
596
  * @throws OciError when an error occurs
588
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ListExadataConfigurations.ts.html |here} to see how to use ListExadataConfigurations API.
597
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/ListExadataConfigurations.ts.html |here} to see how to use ListExadataConfigurations API.
589
598
  */
590
599
  listExadataConfigurations(listExadataConfigurationsRequest: requests.ListExadataConfigurationsRequest): Promise<responses.ListExadataConfigurationsResponse>;
591
600
  /**
@@ -596,7 +605,7 @@ export declare class OperationsInsightsClient {
596
605
  * @param ListExadataInsightsRequest
597
606
  * @return ListExadataInsightsResponse
598
607
  * @throws OciError when an error occurs
599
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ListExadataInsights.ts.html |here} to see how to use ListExadataInsights API.
608
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/ListExadataInsights.ts.html |here} to see how to use ListExadataInsights API.
600
609
  */
601
610
  listExadataInsights(listExadataInsightsRequest: requests.ListExadataInsightsRequest): Promise<responses.ListExadataInsightsResponse>;
602
611
  /**
@@ -607,7 +616,7 @@ export declare class OperationsInsightsClient {
607
616
  * @param ListHostConfigurationsRequest
608
617
  * @return ListHostConfigurationsResponse
609
618
  * @throws OciError when an error occurs
610
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ListHostConfigurations.ts.html |here} to see how to use ListHostConfigurations API.
619
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/ListHostConfigurations.ts.html |here} to see how to use ListHostConfigurations API.
611
620
  */
612
621
  listHostConfigurations(listHostConfigurationsRequest: requests.ListHostConfigurationsRequest): Promise<responses.ListHostConfigurationsResponse>;
613
622
  /**
@@ -618,7 +627,7 @@ export declare class OperationsInsightsClient {
618
627
  * @param ListHostInsightsRequest
619
628
  * @return ListHostInsightsResponse
620
629
  * @throws OciError when an error occurs
621
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ListHostInsights.ts.html |here} to see how to use ListHostInsights API.
630
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/ListHostInsights.ts.html |here} to see how to use ListHostInsights API.
622
631
  */
623
632
  listHostInsights(listHostInsightsRequest: requests.ListHostInsightsRequest): Promise<responses.ListHostInsightsResponse>;
624
633
  /**
@@ -628,7 +637,7 @@ export declare class OperationsInsightsClient {
628
637
  * @param ListHostedEntitiesRequest
629
638
  * @return ListHostedEntitiesResponse
630
639
  * @throws OciError when an error occurs
631
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ListHostedEntities.ts.html |here} to see how to use ListHostedEntities API.
640
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/ListHostedEntities.ts.html |here} to see how to use ListHostedEntities API.
632
641
  */
633
642
  listHostedEntities(listHostedEntitiesRequest: requests.ListHostedEntitiesRequest): Promise<responses.ListHostedEntitiesResponse>;
634
643
  /**
@@ -642,7 +651,7 @@ export declare class OperationsInsightsClient {
642
651
  * @param ListImportableAgentEntitiesRequest
643
652
  * @return ListImportableAgentEntitiesResponse
644
653
  * @throws OciError when an error occurs
645
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ListImportableAgentEntities.ts.html |here} to see how to use ListImportableAgentEntities API.
654
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/ListImportableAgentEntities.ts.html |here} to see how to use ListImportableAgentEntities API.
646
655
  */
647
656
  listImportableAgentEntities(listImportableAgentEntitiesRequest: requests.ListImportableAgentEntitiesRequest): Promise<responses.ListImportableAgentEntitiesResponse>;
648
657
  /**
@@ -652,7 +661,7 @@ export declare class OperationsInsightsClient {
652
661
  * @param ListImportableEnterpriseManagerEntitiesRequest
653
662
  * @return ListImportableEnterpriseManagerEntitiesResponse
654
663
  * @throws OciError when an error occurs
655
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ListImportableEnterpriseManagerEntities.ts.html |here} to see how to use ListImportableEnterpriseManagerEntities API.
664
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/ListImportableEnterpriseManagerEntities.ts.html |here} to see how to use ListImportableEnterpriseManagerEntities API.
656
665
  */
657
666
  listImportableEnterpriseManagerEntities(listImportableEnterpriseManagerEntitiesRequest: requests.ListImportableEnterpriseManagerEntitiesRequest): Promise<responses.ListImportableEnterpriseManagerEntitiesResponse>;
658
667
  /**
@@ -661,7 +670,7 @@ export declare class OperationsInsightsClient {
661
670
  * @param ListOperationsInsightsPrivateEndpointsRequest
662
671
  * @return ListOperationsInsightsPrivateEndpointsResponse
663
672
  * @throws OciError when an error occurs
664
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ListOperationsInsightsPrivateEndpoints.ts.html |here} to see how to use ListOperationsInsightsPrivateEndpoints API.
673
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/ListOperationsInsightsPrivateEndpoints.ts.html |here} to see how to use ListOperationsInsightsPrivateEndpoints API.
665
674
  */
666
675
  listOperationsInsightsPrivateEndpoints(listOperationsInsightsPrivateEndpointsRequest: requests.ListOperationsInsightsPrivateEndpointsRequest): Promise<responses.ListOperationsInsightsPrivateEndpointsResponse>;
667
676
  /**
@@ -671,7 +680,7 @@ export declare class OperationsInsightsClient {
671
680
  * @param ListOperationsInsightsWarehouseUsersRequest
672
681
  * @return ListOperationsInsightsWarehouseUsersResponse
673
682
  * @throws OciError when an error occurs
674
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ListOperationsInsightsWarehouseUsers.ts.html |here} to see how to use ListOperationsInsightsWarehouseUsers API.
683
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/ListOperationsInsightsWarehouseUsers.ts.html |here} to see how to use ListOperationsInsightsWarehouseUsers API.
675
684
  */
676
685
  listOperationsInsightsWarehouseUsers(listOperationsInsightsWarehouseUsersRequest: requests.ListOperationsInsightsWarehouseUsersRequest): Promise<responses.ListOperationsInsightsWarehouseUsersResponse>;
677
686
  /**
@@ -682,9 +691,19 @@ export declare class OperationsInsightsClient {
682
691
  * @param ListOperationsInsightsWarehousesRequest
683
692
  * @return ListOperationsInsightsWarehousesResponse
684
693
  * @throws OciError when an error occurs
685
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ListOperationsInsightsWarehouses.ts.html |here} to see how to use ListOperationsInsightsWarehouses API.
694
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/ListOperationsInsightsWarehouses.ts.html |here} to see how to use ListOperationsInsightsWarehouses API.
686
695
  */
687
696
  listOperationsInsightsWarehouses(listOperationsInsightsWarehousesRequest: requests.ListOperationsInsightsWarehousesRequest): Promise<responses.ListOperationsInsightsWarehousesResponse>;
697
+ /**
698
+ * Gets a list of OPSI data objects based on the query parameters specified. CompartmentId id query parameter must be specified.
699
+ *
700
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
701
+ * @param ListOpsiDataObjectsRequest
702
+ * @return ListOpsiDataObjectsResponse
703
+ * @throws OciError when an error occurs
704
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/ListOpsiDataObjects.ts.html |here} to see how to use ListOpsiDataObjects API.
705
+ */
706
+ listOpsiDataObjects(listOpsiDataObjectsRequest: requests.ListOpsiDataObjectsRequest): Promise<responses.ListOpsiDataObjectsResponse>;
688
707
  /**
689
708
  * Query SQL Warehouse to list the plan xml for a given SQL execution plan. This returns a SqlPlanCollection object, but is currently limited to a single plan.
690
709
  * Either databaseId or id must be specified.
@@ -693,7 +712,7 @@ export declare class OperationsInsightsClient {
693
712
  * @param ListSqlPlansRequest
694
713
  * @return ListSqlPlansResponse
695
714
  * @throws OciError when an error occurs
696
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ListSqlPlans.ts.html |here} to see how to use ListSqlPlans API.
715
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/ListSqlPlans.ts.html |here} to see how to use ListSqlPlans API.
697
716
  */
698
717
  listSqlPlans(listSqlPlansRequest: requests.ListSqlPlansRequest): Promise<responses.ListSqlPlansResponse>;
699
718
  /**
@@ -704,7 +723,7 @@ export declare class OperationsInsightsClient {
704
723
  * @param ListSqlSearchesRequest
705
724
  * @return ListSqlSearchesResponse
706
725
  * @throws OciError when an error occurs
707
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ListSqlSearches.ts.html |here} to see how to use ListSqlSearches API.
726
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/ListSqlSearches.ts.html |here} to see how to use ListSqlSearches API.
708
727
  */
709
728
  listSqlSearches(listSqlSearchesRequest: requests.ListSqlSearchesRequest): Promise<responses.ListSqlSearchesResponse>;
710
729
  /**
@@ -714,7 +733,7 @@ export declare class OperationsInsightsClient {
714
733
  * @param ListSqlTextsRequest
715
734
  * @return ListSqlTextsResponse
716
735
  * @throws OciError when an error occurs
717
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ListSqlTexts.ts.html |here} to see how to use ListSqlTexts API.
736
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/ListSqlTexts.ts.html |here} to see how to use ListSqlTexts API.
718
737
  */
719
738
  listSqlTexts(listSqlTextsRequest: requests.ListSqlTextsRequest): Promise<responses.ListSqlTextsResponse>;
720
739
  /**
@@ -724,7 +743,7 @@ export declare class OperationsInsightsClient {
724
743
  * @param ListWorkRequestErrorsRequest
725
744
  * @return ListWorkRequestErrorsResponse
726
745
  * @throws OciError when an error occurs
727
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
746
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
728
747
  */
729
748
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
730
749
  /**
@@ -734,7 +753,7 @@ export declare class OperationsInsightsClient {
734
753
  * @param ListWorkRequestLogsRequest
735
754
  * @return ListWorkRequestLogsResponse
736
755
  * @throws OciError when an error occurs
737
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
756
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
738
757
  */
739
758
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
740
759
  /**
@@ -744,16 +763,27 @@ export declare class OperationsInsightsClient {
744
763
  * @param ListWorkRequestsRequest
745
764
  * @return ListWorkRequestsResponse
746
765
  * @throws OciError when an error occurs
747
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
766
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
748
767
  */
749
768
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
769
+ /**
770
+ * Queries an OPSI data object with the inputs provided and sends the result set back. Either analysisTimeInterval
771
+ * or timeIntervalStart and timeIntervalEnd parameters need to be passed as well.
772
+ *
773
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
774
+ * @param QueryOpsiDataObjectDataRequest
775
+ * @return QueryOpsiDataObjectDataResponse
776
+ * @throws OciError when an error occurs
777
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/QueryOpsiDataObjectData.ts.html |here} to see how to use QueryOpsiDataObjectData API.
778
+ */
779
+ queryOpsiDataObjectData(queryOpsiDataObjectDataRequest: requests.QueryOpsiDataObjectDataRequest): Promise<responses.QueryOpsiDataObjectDataResponse>;
750
780
  /**
751
781
  * Rotate the ADW wallet for Operations Insights Warehouse using which the Hub data is exposed.
752
782
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
753
783
  * @param RotateOperationsInsightsWarehouseWalletRequest
754
784
  * @return RotateOperationsInsightsWarehouseWalletResponse
755
785
  * @throws OciError when an error occurs
756
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/RotateOperationsInsightsWarehouseWallet.ts.html |here} to see how to use RotateOperationsInsightsWarehouseWallet API.
786
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/RotateOperationsInsightsWarehouseWallet.ts.html |here} to see how to use RotateOperationsInsightsWarehouseWallet API.
757
787
  */
758
788
  rotateOperationsInsightsWarehouseWallet(rotateOperationsInsightsWarehouseWalletRequest: requests.RotateOperationsInsightsWarehouseWalletRequest): Promise<responses.RotateOperationsInsightsWarehouseWalletResponse>;
759
789
  /**
@@ -763,7 +793,7 @@ export declare class OperationsInsightsClient {
763
793
  * @param SummarizeAwrSourcesSummariesRequest
764
794
  * @return SummarizeAwrSourcesSummariesResponse
765
795
  * @throws OciError when an error occurs
766
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeAwrSourcesSummaries.ts.html |here} to see how to use SummarizeAwrSourcesSummaries API.
796
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/SummarizeAwrSourcesSummaries.ts.html |here} to see how to use SummarizeAwrSourcesSummaries API.
767
797
  */
768
798
  summarizeAwrSourcesSummaries(summarizeAwrSourcesSummariesRequest: requests.SummarizeAwrSourcesSummariesRequest): Promise<responses.SummarizeAwrSourcesSummariesResponse>;
769
799
  /**
@@ -775,7 +805,7 @@ export declare class OperationsInsightsClient {
775
805
  * @param SummarizeDatabaseInsightResourceCapacityTrendRequest
776
806
  * @return SummarizeDatabaseInsightResourceCapacityTrendResponse
777
807
  * @throws OciError when an error occurs
778
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeDatabaseInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceCapacityTrend API.
808
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/SummarizeDatabaseInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceCapacityTrend API.
779
809
  */
780
810
  summarizeDatabaseInsightResourceCapacityTrend(summarizeDatabaseInsightResourceCapacityTrendRequest: requests.SummarizeDatabaseInsightResourceCapacityTrendRequest): Promise<responses.SummarizeDatabaseInsightResourceCapacityTrendResponse>;
781
811
  /**
@@ -786,7 +816,7 @@ export declare class OperationsInsightsClient {
786
816
  * @param SummarizeDatabaseInsightResourceForecastTrendRequest
787
817
  * @return SummarizeDatabaseInsightResourceForecastTrendResponse
788
818
  * @throws OciError when an error occurs
789
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeDatabaseInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceForecastTrend API.
819
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/SummarizeDatabaseInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceForecastTrend API.
790
820
  */
791
821
  summarizeDatabaseInsightResourceForecastTrend(summarizeDatabaseInsightResourceForecastTrendRequest: requests.SummarizeDatabaseInsightResourceForecastTrendRequest): Promise<responses.SummarizeDatabaseInsightResourceForecastTrendResponse>;
792
822
  /**
@@ -797,7 +827,7 @@ export declare class OperationsInsightsClient {
797
827
  * @param SummarizeDatabaseInsightResourceStatisticsRequest
798
828
  * @return SummarizeDatabaseInsightResourceStatisticsResponse
799
829
  * @throws OciError when an error occurs
800
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeDatabaseInsightResourceStatistics.ts.html |here} to see how to use SummarizeDatabaseInsightResourceStatistics API.
830
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/SummarizeDatabaseInsightResourceStatistics.ts.html |here} to see how to use SummarizeDatabaseInsightResourceStatistics API.
801
831
  */
802
832
  summarizeDatabaseInsightResourceStatistics(summarizeDatabaseInsightResourceStatisticsRequest: requests.SummarizeDatabaseInsightResourceStatisticsRequest): Promise<responses.SummarizeDatabaseInsightResourceStatisticsResponse>;
803
833
  /**
@@ -810,7 +840,7 @@ export declare class OperationsInsightsClient {
810
840
  * @param SummarizeDatabaseInsightResourceUsageRequest
811
841
  * @return SummarizeDatabaseInsightResourceUsageResponse
812
842
  * @throws OciError when an error occurs
813
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeDatabaseInsightResourceUsage.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsage API.
843
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/SummarizeDatabaseInsightResourceUsage.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsage API.
814
844
  */
815
845
  summarizeDatabaseInsightResourceUsage(summarizeDatabaseInsightResourceUsageRequest: requests.SummarizeDatabaseInsightResourceUsageRequest): Promise<responses.SummarizeDatabaseInsightResourceUsageResponse>;
816
846
  /**
@@ -822,7 +852,7 @@ export declare class OperationsInsightsClient {
822
852
  * @param SummarizeDatabaseInsightResourceUsageTrendRequest
823
853
  * @return SummarizeDatabaseInsightResourceUsageTrendResponse
824
854
  * @throws OciError when an error occurs
825
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeDatabaseInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsageTrend API.
855
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/SummarizeDatabaseInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsageTrend API.
826
856
  */
827
857
  summarizeDatabaseInsightResourceUsageTrend(summarizeDatabaseInsightResourceUsageTrendRequest: requests.SummarizeDatabaseInsightResourceUsageTrendRequest): Promise<responses.SummarizeDatabaseInsightResourceUsageTrendResponse>;
828
858
  /**
@@ -833,7 +863,7 @@ export declare class OperationsInsightsClient {
833
863
  * @param SummarizeDatabaseInsightResourceUtilizationInsightRequest
834
864
  * @return SummarizeDatabaseInsightResourceUtilizationInsightResponse
835
865
  * @throws OciError when an error occurs
836
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeDatabaseInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUtilizationInsight API.
866
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/SummarizeDatabaseInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUtilizationInsight API.
837
867
  */
838
868
  summarizeDatabaseInsightResourceUtilizationInsight(summarizeDatabaseInsightResourceUtilizationInsightRequest: requests.SummarizeDatabaseInsightResourceUtilizationInsightRequest): Promise<responses.SummarizeDatabaseInsightResourceUtilizationInsightResponse>;
839
869
  /**
@@ -845,7 +875,7 @@ export declare class OperationsInsightsClient {
845
875
  * @param SummarizeDatabaseInsightTablespaceUsageTrendRequest
846
876
  * @return SummarizeDatabaseInsightTablespaceUsageTrendResponse
847
877
  * @throws OciError when an error occurs
848
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeDatabaseInsightTablespaceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightTablespaceUsageTrend API.
878
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/SummarizeDatabaseInsightTablespaceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightTablespaceUsageTrend API.
849
879
  */
850
880
  summarizeDatabaseInsightTablespaceUsageTrend(summarizeDatabaseInsightTablespaceUsageTrendRequest: requests.SummarizeDatabaseInsightTablespaceUsageTrendRequest): Promise<responses.SummarizeDatabaseInsightTablespaceUsageTrendResponse>;
851
881
  /**
@@ -862,7 +892,7 @@ export declare class OperationsInsightsClient {
862
892
  * @param SummarizeExadataInsightResourceCapacityTrendRequest
863
893
  * @return SummarizeExadataInsightResourceCapacityTrendResponse
864
894
  * @throws OciError when an error occurs
865
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeExadataInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrend API.
895
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/SummarizeExadataInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrend API.
866
896
  */
867
897
  summarizeExadataInsightResourceCapacityTrend(summarizeExadataInsightResourceCapacityTrendRequest: requests.SummarizeExadataInsightResourceCapacityTrendRequest): Promise<responses.SummarizeExadataInsightResourceCapacityTrendResponse>;
868
898
  /**
@@ -876,7 +906,7 @@ export declare class OperationsInsightsClient {
876
906
  * @param SummarizeExadataInsightResourceCapacityTrendAggregatedRequest
877
907
  * @return SummarizeExadataInsightResourceCapacityTrendAggregatedResponse
878
908
  * @throws OciError when an error occurs
879
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeExadataInsightResourceCapacityTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrendAggregated API.
909
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/SummarizeExadataInsightResourceCapacityTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrendAggregated API.
880
910
  */
881
911
  summarizeExadataInsightResourceCapacityTrendAggregated(summarizeExadataInsightResourceCapacityTrendAggregatedRequest: requests.SummarizeExadataInsightResourceCapacityTrendAggregatedRequest): Promise<responses.SummarizeExadataInsightResourceCapacityTrendAggregatedResponse>;
882
912
  /**
@@ -893,7 +923,7 @@ export declare class OperationsInsightsClient {
893
923
  * @param SummarizeExadataInsightResourceForecastTrendRequest
894
924
  * @return SummarizeExadataInsightResourceForecastTrendResponse
895
925
  * @throws OciError when an error occurs
896
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeExadataInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrend API.
926
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/SummarizeExadataInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrend API.
897
927
  */
898
928
  summarizeExadataInsightResourceForecastTrend(summarizeExadataInsightResourceForecastTrendRequest: requests.SummarizeExadataInsightResourceForecastTrendRequest): Promise<responses.SummarizeExadataInsightResourceForecastTrendResponse>;
899
929
  /**
@@ -906,7 +936,7 @@ export declare class OperationsInsightsClient {
906
936
  * @param SummarizeExadataInsightResourceForecastTrendAggregatedRequest
907
937
  * @return SummarizeExadataInsightResourceForecastTrendAggregatedResponse
908
938
  * @throws OciError when an error occurs
909
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeExadataInsightResourceForecastTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrendAggregated API.
939
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/SummarizeExadataInsightResourceForecastTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrendAggregated API.
910
940
  */
911
941
  summarizeExadataInsightResourceForecastTrendAggregated(summarizeExadataInsightResourceForecastTrendAggregatedRequest: requests.SummarizeExadataInsightResourceForecastTrendAggregatedRequest): Promise<responses.SummarizeExadataInsightResourceForecastTrendAggregatedResponse>;
912
942
  /**
@@ -920,7 +950,7 @@ export declare class OperationsInsightsClient {
920
950
  * @param SummarizeExadataInsightResourceStatisticsRequest
921
951
  * @return SummarizeExadataInsightResourceStatisticsResponse
922
952
  * @throws OciError when an error occurs
923
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeExadataInsightResourceStatistics.ts.html |here} to see how to use SummarizeExadataInsightResourceStatistics API.
953
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/SummarizeExadataInsightResourceStatistics.ts.html |here} to see how to use SummarizeExadataInsightResourceStatistics API.
924
954
  */
925
955
  summarizeExadataInsightResourceStatistics(summarizeExadataInsightResourceStatisticsRequest: requests.SummarizeExadataInsightResourceStatisticsRequest): Promise<responses.SummarizeExadataInsightResourceStatisticsResponse>;
926
956
  /**
@@ -935,7 +965,7 @@ export declare class OperationsInsightsClient {
935
965
  * @param SummarizeExadataInsightResourceUsageRequest
936
966
  * @return SummarizeExadataInsightResourceUsageResponse
937
967
  * @throws OciError when an error occurs
938
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeExadataInsightResourceUsage.ts.html |here} to see how to use SummarizeExadataInsightResourceUsage API.
968
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/SummarizeExadataInsightResourceUsage.ts.html |here} to see how to use SummarizeExadataInsightResourceUsage API.
939
969
  */
940
970
  summarizeExadataInsightResourceUsage(summarizeExadataInsightResourceUsageRequest: requests.SummarizeExadataInsightResourceUsageRequest): Promise<responses.SummarizeExadataInsightResourceUsageResponse>;
941
971
  /**
@@ -950,7 +980,7 @@ export declare class OperationsInsightsClient {
950
980
  * @param SummarizeExadataInsightResourceUsageAggregatedRequest
951
981
  * @return SummarizeExadataInsightResourceUsageAggregatedResponse
952
982
  * @throws OciError when an error occurs
953
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeExadataInsightResourceUsageAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceUsageAggregated API.
983
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/SummarizeExadataInsightResourceUsageAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceUsageAggregated API.
954
984
  */
955
985
  summarizeExadataInsightResourceUsageAggregated(summarizeExadataInsightResourceUsageAggregatedRequest: requests.SummarizeExadataInsightResourceUsageAggregatedRequest): Promise<responses.SummarizeExadataInsightResourceUsageAggregatedResponse>;
956
986
  /**
@@ -959,7 +989,7 @@ export declare class OperationsInsightsClient {
959
989
  * @param SummarizeExadataInsightResourceUtilizationInsightRequest
960
990
  * @return SummarizeExadataInsightResourceUtilizationInsightResponse
961
991
  * @throws OciError when an error occurs
962
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeExadataInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeExadataInsightResourceUtilizationInsight API.
992
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/SummarizeExadataInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeExadataInsightResourceUtilizationInsight API.
963
993
  */
964
994
  summarizeExadataInsightResourceUtilizationInsight(summarizeExadataInsightResourceUtilizationInsightRequest: requests.SummarizeExadataInsightResourceUtilizationInsightRequest): Promise<responses.SummarizeExadataInsightResourceUtilizationInsightResponse>;
965
995
  /**
@@ -968,7 +998,7 @@ export declare class OperationsInsightsClient {
968
998
  * @param SummarizeExadataMembersRequest
969
999
  * @return SummarizeExadataMembersResponse
970
1000
  * @throws OciError when an error occurs
971
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeExadataMembers.ts.html |here} to see how to use SummarizeExadataMembers API.
1001
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/SummarizeExadataMembers.ts.html |here} to see how to use SummarizeExadataMembers API.
972
1002
  */
973
1003
  summarizeExadataMembers(summarizeExadataMembersRequest: requests.SummarizeExadataMembersRequest): Promise<responses.SummarizeExadataMembersResponse>;
974
1004
  /**
@@ -980,7 +1010,7 @@ export declare class OperationsInsightsClient {
980
1010
  * @param SummarizeHostInsightResourceCapacityTrendRequest
981
1011
  * @return SummarizeHostInsightResourceCapacityTrendResponse
982
1012
  * @throws OciError when an error occurs
983
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeHostInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeHostInsightResourceCapacityTrend API.
1013
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/SummarizeHostInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeHostInsightResourceCapacityTrend API.
984
1014
  */
985
1015
  summarizeHostInsightResourceCapacityTrend(summarizeHostInsightResourceCapacityTrendRequest: requests.SummarizeHostInsightResourceCapacityTrendRequest): Promise<responses.SummarizeHostInsightResourceCapacityTrendResponse>;
986
1016
  /**
@@ -991,7 +1021,7 @@ export declare class OperationsInsightsClient {
991
1021
  * @param SummarizeHostInsightResourceForecastTrendRequest
992
1022
  * @return SummarizeHostInsightResourceForecastTrendResponse
993
1023
  * @throws OciError when an error occurs
994
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeHostInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeHostInsightResourceForecastTrend API.
1024
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/SummarizeHostInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeHostInsightResourceForecastTrend API.
995
1025
  */
996
1026
  summarizeHostInsightResourceForecastTrend(summarizeHostInsightResourceForecastTrendRequest: requests.SummarizeHostInsightResourceForecastTrendRequest): Promise<responses.SummarizeHostInsightResourceForecastTrendResponse>;
997
1027
  /**
@@ -1002,7 +1032,7 @@ export declare class OperationsInsightsClient {
1002
1032
  * @param SummarizeHostInsightResourceStatisticsRequest
1003
1033
  * @return SummarizeHostInsightResourceStatisticsResponse
1004
1034
  * @throws OciError when an error occurs
1005
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeHostInsightResourceStatistics.ts.html |here} to see how to use SummarizeHostInsightResourceStatistics API.
1035
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/SummarizeHostInsightResourceStatistics.ts.html |here} to see how to use SummarizeHostInsightResourceStatistics API.
1006
1036
  */
1007
1037
  summarizeHostInsightResourceStatistics(summarizeHostInsightResourceStatisticsRequest: requests.SummarizeHostInsightResourceStatisticsRequest): Promise<responses.SummarizeHostInsightResourceStatisticsResponse>;
1008
1038
  /**
@@ -1015,7 +1045,7 @@ export declare class OperationsInsightsClient {
1015
1045
  * @param SummarizeHostInsightResourceUsageRequest
1016
1046
  * @return SummarizeHostInsightResourceUsageResponse
1017
1047
  * @throws OciError when an error occurs
1018
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeHostInsightResourceUsage.ts.html |here} to see how to use SummarizeHostInsightResourceUsage API.
1048
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/SummarizeHostInsightResourceUsage.ts.html |here} to see how to use SummarizeHostInsightResourceUsage API.
1019
1049
  */
1020
1050
  summarizeHostInsightResourceUsage(summarizeHostInsightResourceUsageRequest: requests.SummarizeHostInsightResourceUsageRequest): Promise<responses.SummarizeHostInsightResourceUsageResponse>;
1021
1051
  /**
@@ -1027,7 +1057,7 @@ export declare class OperationsInsightsClient {
1027
1057
  * @param SummarizeHostInsightResourceUsageTrendRequest
1028
1058
  * @return SummarizeHostInsightResourceUsageTrendResponse
1029
1059
  * @throws OciError when an error occurs
1030
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeHostInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeHostInsightResourceUsageTrend API.
1060
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/SummarizeHostInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeHostInsightResourceUsageTrend API.
1031
1061
  */
1032
1062
  summarizeHostInsightResourceUsageTrend(summarizeHostInsightResourceUsageTrendRequest: requests.SummarizeHostInsightResourceUsageTrendRequest): Promise<responses.SummarizeHostInsightResourceUsageTrendResponse>;
1033
1063
  /**
@@ -1038,7 +1068,7 @@ export declare class OperationsInsightsClient {
1038
1068
  * @param SummarizeHostInsightResourceUtilizationInsightRequest
1039
1069
  * @return SummarizeHostInsightResourceUtilizationInsightResponse
1040
1070
  * @throws OciError when an error occurs
1041
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeHostInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeHostInsightResourceUtilizationInsight API.
1071
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/SummarizeHostInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeHostInsightResourceUtilizationInsight API.
1042
1072
  */
1043
1073
  summarizeHostInsightResourceUtilizationInsight(summarizeHostInsightResourceUtilizationInsightRequest: requests.SummarizeHostInsightResourceUtilizationInsightRequest): Promise<responses.SummarizeHostInsightResourceUtilizationInsightResponse>;
1044
1074
  /**
@@ -1050,7 +1080,7 @@ export declare class OperationsInsightsClient {
1050
1080
  * @param SummarizeHostInsightTopProcessesUsageTrendRequest
1051
1081
  * @return SummarizeHostInsightTopProcessesUsageTrendResponse
1052
1082
  * @throws OciError when an error occurs
1053
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeHostInsightTopProcessesUsageTrend.ts.html |here} to see how to use SummarizeHostInsightTopProcessesUsageTrend API.
1083
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/SummarizeHostInsightTopProcessesUsageTrend.ts.html |here} to see how to use SummarizeHostInsightTopProcessesUsageTrend API.
1054
1084
  */
1055
1085
  summarizeHostInsightTopProcessesUsageTrend(summarizeHostInsightTopProcessesUsageTrendRequest: requests.SummarizeHostInsightTopProcessesUsageTrendRequest): Promise<responses.SummarizeHostInsightTopProcessesUsageTrendResponse>;
1056
1086
  /**
@@ -1061,7 +1091,7 @@ export declare class OperationsInsightsClient {
1061
1091
  * @param SummarizeOperationsInsightsWarehouseResourceUsageRequest
1062
1092
  * @return SummarizeOperationsInsightsWarehouseResourceUsageResponse
1063
1093
  * @throws OciError when an error occurs
1064
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeOperationsInsightsWarehouseResourceUsage.ts.html |here} to see how to use SummarizeOperationsInsightsWarehouseResourceUsage API.
1094
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/SummarizeOperationsInsightsWarehouseResourceUsage.ts.html |here} to see how to use SummarizeOperationsInsightsWarehouseResourceUsage API.
1065
1095
  */
1066
1096
  summarizeOperationsInsightsWarehouseResourceUsage(summarizeOperationsInsightsWarehouseResourceUsageRequest: requests.SummarizeOperationsInsightsWarehouseResourceUsageRequest): Promise<responses.SummarizeOperationsInsightsWarehouseResourceUsageResponse>;
1067
1097
  /**
@@ -1072,7 +1102,7 @@ export declare class OperationsInsightsClient {
1072
1102
  * @param SummarizeSqlInsightsRequest
1073
1103
  * @return SummarizeSqlInsightsResponse
1074
1104
  * @throws OciError when an error occurs
1075
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeSqlInsights.ts.html |here} to see how to use SummarizeSqlInsights API.
1105
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/SummarizeSqlInsights.ts.html |here} to see how to use SummarizeSqlInsights API.
1076
1106
  */
1077
1107
  summarizeSqlInsights(summarizeSqlInsightsRequest: requests.SummarizeSqlInsightsRequest): Promise<responses.SummarizeSqlInsightsResponse>;
1078
1108
  /**
@@ -1083,7 +1113,7 @@ export declare class OperationsInsightsClient {
1083
1113
  * @param SummarizeSqlPlanInsightsRequest
1084
1114
  * @return SummarizeSqlPlanInsightsResponse
1085
1115
  * @throws OciError when an error occurs
1086
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeSqlPlanInsights.ts.html |here} to see how to use SummarizeSqlPlanInsights API.
1116
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/SummarizeSqlPlanInsights.ts.html |here} to see how to use SummarizeSqlPlanInsights API.
1087
1117
  */
1088
1118
  summarizeSqlPlanInsights(summarizeSqlPlanInsightsRequest: requests.SummarizeSqlPlanInsightsRequest): Promise<responses.SummarizeSqlPlanInsightsResponse>;
1089
1119
  /**
@@ -1094,7 +1124,7 @@ export declare class OperationsInsightsClient {
1094
1124
  * @param SummarizeSqlResponseTimeDistributionsRequest
1095
1125
  * @return SummarizeSqlResponseTimeDistributionsResponse
1096
1126
  * @throws OciError when an error occurs
1097
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeSqlResponseTimeDistributions.ts.html |here} to see how to use SummarizeSqlResponseTimeDistributions API.
1127
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/SummarizeSqlResponseTimeDistributions.ts.html |here} to see how to use SummarizeSqlResponseTimeDistributions API.
1098
1128
  */
1099
1129
  summarizeSqlResponseTimeDistributions(summarizeSqlResponseTimeDistributionsRequest: requests.SummarizeSqlResponseTimeDistributionsRequest): Promise<responses.SummarizeSqlResponseTimeDistributionsResponse>;
1100
1130
  /**
@@ -1105,7 +1135,7 @@ export declare class OperationsInsightsClient {
1105
1135
  * @param SummarizeSqlStatisticsRequest
1106
1136
  * @return SummarizeSqlStatisticsResponse
1107
1137
  * @throws OciError when an error occurs
1108
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeSqlStatistics.ts.html |here} to see how to use SummarizeSqlStatistics API.
1138
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/SummarizeSqlStatistics.ts.html |here} to see how to use SummarizeSqlStatistics API.
1109
1139
  */
1110
1140
  summarizeSqlStatistics(summarizeSqlStatisticsRequest: requests.SummarizeSqlStatisticsRequest): Promise<responses.SummarizeSqlStatisticsResponse>;
1111
1141
  /**
@@ -1116,7 +1146,7 @@ export declare class OperationsInsightsClient {
1116
1146
  * @param SummarizeSqlStatisticsTimeSeriesRequest
1117
1147
  * @return SummarizeSqlStatisticsTimeSeriesResponse
1118
1148
  * @throws OciError when an error occurs
1119
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeSqlStatisticsTimeSeries.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeries API.
1149
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/SummarizeSqlStatisticsTimeSeries.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeries API.
1120
1150
  */
1121
1151
  summarizeSqlStatisticsTimeSeries(summarizeSqlStatisticsTimeSeriesRequest: requests.SummarizeSqlStatisticsTimeSeriesRequest): Promise<responses.SummarizeSqlStatisticsTimeSeriesResponse>;
1122
1152
  /**
@@ -1127,7 +1157,7 @@ export declare class OperationsInsightsClient {
1127
1157
  * @param SummarizeSqlStatisticsTimeSeriesByPlanRequest
1128
1158
  * @return SummarizeSqlStatisticsTimeSeriesByPlanResponse
1129
1159
  * @throws OciError when an error occurs
1130
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeSqlStatisticsTimeSeriesByPlan.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeriesByPlan API.
1160
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/SummarizeSqlStatisticsTimeSeriesByPlan.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeriesByPlan API.
1131
1161
  */
1132
1162
  summarizeSqlStatisticsTimeSeriesByPlan(summarizeSqlStatisticsTimeSeriesByPlanRequest: requests.SummarizeSqlStatisticsTimeSeriesByPlanRequest): Promise<responses.SummarizeSqlStatisticsTimeSeriesByPlanResponse>;
1133
1163
  /**
@@ -1136,7 +1166,7 @@ export declare class OperationsInsightsClient {
1136
1166
  * @param UpdateAwrHubRequest
1137
1167
  * @return UpdateAwrHubResponse
1138
1168
  * @throws OciError when an error occurs
1139
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/UpdateAwrHub.ts.html |here} to see how to use UpdateAwrHub API.
1169
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/UpdateAwrHub.ts.html |here} to see how to use UpdateAwrHub API.
1140
1170
  */
1141
1171
  updateAwrHub(updateAwrHubRequest: requests.UpdateAwrHubRequest): Promise<responses.UpdateAwrHubResponse>;
1142
1172
  /**
@@ -1145,7 +1175,7 @@ export declare class OperationsInsightsClient {
1145
1175
  * @param UpdateDatabaseInsightRequest
1146
1176
  * @return UpdateDatabaseInsightResponse
1147
1177
  * @throws OciError when an error occurs
1148
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/UpdateDatabaseInsight.ts.html |here} to see how to use UpdateDatabaseInsight API.
1178
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/UpdateDatabaseInsight.ts.html |here} to see how to use UpdateDatabaseInsight API.
1149
1179
  */
1150
1180
  updateDatabaseInsight(updateDatabaseInsightRequest: requests.UpdateDatabaseInsightRequest): Promise<responses.UpdateDatabaseInsightResponse>;
1151
1181
  /**
@@ -1154,7 +1184,7 @@ export declare class OperationsInsightsClient {
1154
1184
  * @param UpdateEnterpriseManagerBridgeRequest
1155
1185
  * @return UpdateEnterpriseManagerBridgeResponse
1156
1186
  * @throws OciError when an error occurs
1157
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/UpdateEnterpriseManagerBridge.ts.html |here} to see how to use UpdateEnterpriseManagerBridge API.
1187
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/UpdateEnterpriseManagerBridge.ts.html |here} to see how to use UpdateEnterpriseManagerBridge API.
1158
1188
  */
1159
1189
  updateEnterpriseManagerBridge(updateEnterpriseManagerBridgeRequest: requests.UpdateEnterpriseManagerBridgeRequest): Promise<responses.UpdateEnterpriseManagerBridgeResponse>;
1160
1190
  /**
@@ -1163,7 +1193,7 @@ export declare class OperationsInsightsClient {
1163
1193
  * @param UpdateExadataInsightRequest
1164
1194
  * @return UpdateExadataInsightResponse
1165
1195
  * @throws OciError when an error occurs
1166
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/UpdateExadataInsight.ts.html |here} to see how to use UpdateExadataInsight API.
1196
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/UpdateExadataInsight.ts.html |here} to see how to use UpdateExadataInsight API.
1167
1197
  */
1168
1198
  updateExadataInsight(updateExadataInsightRequest: requests.UpdateExadataInsightRequest): Promise<responses.UpdateExadataInsightResponse>;
1169
1199
  /**
@@ -1172,7 +1202,7 @@ export declare class OperationsInsightsClient {
1172
1202
  * @param UpdateHostInsightRequest
1173
1203
  * @return UpdateHostInsightResponse
1174
1204
  * @throws OciError when an error occurs
1175
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/UpdateHostInsight.ts.html |here} to see how to use UpdateHostInsight API.
1205
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/UpdateHostInsight.ts.html |here} to see how to use UpdateHostInsight API.
1176
1206
  */
1177
1207
  updateHostInsight(updateHostInsightRequest: requests.UpdateHostInsightRequest): Promise<responses.UpdateHostInsightResponse>;
1178
1208
  /**
@@ -1181,7 +1211,7 @@ export declare class OperationsInsightsClient {
1181
1211
  * @param UpdateOperationsInsightsPrivateEndpointRequest
1182
1212
  * @return UpdateOperationsInsightsPrivateEndpointResponse
1183
1213
  * @throws OciError when an error occurs
1184
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/UpdateOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use UpdateOperationsInsightsPrivateEndpoint API.
1214
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/UpdateOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use UpdateOperationsInsightsPrivateEndpoint API.
1185
1215
  */
1186
1216
  updateOperationsInsightsPrivateEndpoint(updateOperationsInsightsPrivateEndpointRequest: requests.UpdateOperationsInsightsPrivateEndpointRequest): Promise<responses.UpdateOperationsInsightsPrivateEndpointResponse>;
1187
1217
  /**
@@ -1192,7 +1222,7 @@ export declare class OperationsInsightsClient {
1192
1222
  * @param UpdateOperationsInsightsWarehouseRequest
1193
1223
  * @return UpdateOperationsInsightsWarehouseResponse
1194
1224
  * @throws OciError when an error occurs
1195
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/UpdateOperationsInsightsWarehouse.ts.html |here} to see how to use UpdateOperationsInsightsWarehouse API.
1225
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/UpdateOperationsInsightsWarehouse.ts.html |here} to see how to use UpdateOperationsInsightsWarehouse API.
1196
1226
  */
1197
1227
  updateOperationsInsightsWarehouse(updateOperationsInsightsWarehouseRequest: requests.UpdateOperationsInsightsWarehouseRequest): Promise<responses.UpdateOperationsInsightsWarehouseResponse>;
1198
1228
  /**
@@ -1201,7 +1231,7 @@ export declare class OperationsInsightsClient {
1201
1231
  * @param UpdateOperationsInsightsWarehouseUserRequest
1202
1232
  * @return UpdateOperationsInsightsWarehouseUserResponse
1203
1233
  * @throws OciError when an error occurs
1204
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/UpdateOperationsInsightsWarehouseUser.ts.html |here} to see how to use UpdateOperationsInsightsWarehouseUser API.
1234
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/UpdateOperationsInsightsWarehouseUser.ts.html |here} to see how to use UpdateOperationsInsightsWarehouseUser API.
1205
1235
  */
1206
1236
  updateOperationsInsightsWarehouseUser(updateOperationsInsightsWarehouseUserRequest: requests.UpdateOperationsInsightsWarehouseUserRequest): Promise<responses.UpdateOperationsInsightsWarehouseUserResponse>;
1207
1237
  }