oci-opsi 2.68.0 → 2.68.2

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 (259) hide show
  1. package/lib/client.d.ts +178 -157
  2. package/lib/client.js +304 -158
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/awr-hub.d.ts +4 -0
  5. package/lib/model/awr-hub.js.map +1 -1
  6. package/lib/model/data-object-bind-parameter.d.ts +36 -0
  7. package/lib/model/data-object-bind-parameter.js +32 -0
  8. package/lib/model/data-object-bind-parameter.js.map +1 -0
  9. package/lib/model/data-object-column-metadata.d.ts +6 -0
  10. package/lib/model/data-object-column-metadata.js +2 -0
  11. package/lib/model/data-object-column-metadata.js.map +1 -1
  12. package/lib/model/data-object-query.d.ts +9 -0
  13. package/lib/model/data-object-query.js +18 -2
  14. package/lib/model/data-object-query.js.map +1 -1
  15. package/lib/model/data-object-standard-query.d.ts +40 -0
  16. package/lib/model/data-object-standard-query.js +65 -0
  17. package/lib/model/data-object-standard-query.js.map +1 -0
  18. package/lib/model/data-object-templatized-query.d.ts +8 -0
  19. package/lib/model/data-object-templatized-query.js.map +1 -1
  20. package/lib/model/data-object-time-column-unit.d.ts +1 -0
  21. package/lib/model/data-object-time-column-unit.js +1 -0
  22. package/lib/model/data-object-time-column-unit.js.map +1 -1
  23. package/lib/model/data-object-type.d.ts +31 -0
  24. package/lib/model/data-object-type.js +42 -0
  25. package/lib/model/data-object-type.js.map +1 -0
  26. package/lib/model/index.d.ts +32 -0
  27. package/lib/model/index.js +41 -8
  28. package/lib/model/index.js.map +1 -1
  29. package/lib/model/individual-opsi-data-object-details-in-query.d.ts +31 -0
  30. package/lib/model/individual-opsi-data-object-details-in-query.js +57 -0
  31. package/lib/model/individual-opsi-data-object-details-in-query.js.map +1 -0
  32. package/lib/model/operation-type.d.ts +6 -0
  33. package/lib/model/operation-type.js +6 -0
  34. package/lib/model/operation-type.js.map +1 -1
  35. package/lib/model/opsi-data-object-details-in-query.d.ts +32 -0
  36. package/lib/model/opsi-data-object-details-in-query.js +87 -0
  37. package/lib/model/opsi-data-object-details-in-query.js.map +1 -0
  38. package/lib/model/opsi-data-object-details-target.d.ts +26 -0
  39. package/lib/model/opsi-data-object-details-target.js +37 -0
  40. package/lib/model/opsi-data-object-details-target.js.map +1 -0
  41. package/lib/model/opsi-data-object-query-param.d.ts +32 -0
  42. package/lib/model/opsi-data-object-query-param.js +32 -0
  43. package/lib/model/opsi-data-object-query-param.js.map +1 -0
  44. package/lib/model/opsi-data-object-summary.d.ts +8 -0
  45. package/lib/model/opsi-data-object-summary.js.map +1 -1
  46. package/lib/model/opsi-data-object-supported-query-param.d.ts +36 -0
  47. package/lib/model/opsi-data-object-supported-query-param.js +32 -0
  48. package/lib/model/opsi-data-object-supported-query-param.js.map +1 -0
  49. package/lib/model/opsi-data-object-type-opsi-data-object-details-in-query.d.ts +31 -0
  50. package/lib/model/opsi-data-object-type-opsi-data-object-details-in-query.js +57 -0
  51. package/lib/model/opsi-data-object-type-opsi-data-object-details-in-query.js.map +1 -0
  52. package/lib/model/opsi-data-object.d.ts +19 -0
  53. package/lib/model/opsi-data-object.js +10 -0
  54. package/lib/model/opsi-data-object.js.map +1 -1
  55. package/lib/model/opsi-warehouse-data-objects.d.ts +28 -0
  56. package/lib/model/opsi-warehouse-data-objects.js +32 -0
  57. package/lib/model/opsi-warehouse-data-objects.js.map +1 -0
  58. package/lib/model/query-data-object-json-result-set-rows-collection.d.ts +6 -0
  59. package/lib/model/query-data-object-json-result-set-rows-collection.js.map +1 -1
  60. package/lib/model/query-data-object-result-set-column-metadata.d.ts +5 -0
  61. package/lib/model/query-data-object-result-set-column-metadata.js +1 -0
  62. package/lib/model/query-data-object-result-set-column-metadata.js.map +1 -1
  63. package/lib/model/query-opsi-data-object-data-details.d.ts +5 -1
  64. package/lib/model/query-opsi-data-object-data-details.js +10 -0
  65. package/lib/model/query-opsi-data-object-data-details.js.map +1 -1
  66. package/lib/model/query-warehouse-data-object-data-details.d.ts +26 -0
  67. package/lib/model/query-warehouse-data-object-data-details.js +56 -0
  68. package/lib/model/query-warehouse-data-object-data-details.js.map +1 -0
  69. package/lib/model/warehouse-data-object-collection.d.ts +29 -0
  70. package/lib/model/warehouse-data-object-collection.js +64 -0
  71. package/lib/model/warehouse-data-object-collection.js.map +1 -0
  72. package/lib/model/warehouse-data-object-details.d.ts +25 -0
  73. package/lib/model/warehouse-data-object-details.js +75 -0
  74. package/lib/model/warehouse-data-object-details.js.map +1 -0
  75. package/lib/model/warehouse-data-object-summary.d.ts +38 -0
  76. package/lib/model/warehouse-data-object-summary.js +60 -0
  77. package/lib/model/warehouse-data-object-summary.js.map +1 -0
  78. package/lib/model/warehouse-table-data-object-details.d.ts +31 -0
  79. package/lib/model/warehouse-table-data-object-details.js +69 -0
  80. package/lib/model/warehouse-table-data-object-details.js.map +1 -0
  81. package/lib/model/warehouse-view-data-object-details.d.ts +31 -0
  82. package/lib/model/warehouse-view-data-object-details.js +69 -0
  83. package/lib/model/warehouse-view-data-object-details.js.map +1 -0
  84. package/lib/request/add-exadata-insight-members-request.d.ts +1 -1
  85. package/lib/request/change-autonomous-database-insight-advanced-features-request.d.ts +1 -1
  86. package/lib/request/change-database-insight-compartment-request.d.ts +1 -1
  87. package/lib/request/change-enterprise-manager-bridge-compartment-request.d.ts +1 -1
  88. package/lib/request/change-exadata-insight-compartment-request.d.ts +1 -1
  89. package/lib/request/change-host-insight-compartment-request.d.ts +1 -1
  90. package/lib/request/change-news-report-compartment-request.d.ts +1 -1
  91. package/lib/request/change-operations-insights-private-endpoint-compartment-request.d.ts +1 -1
  92. package/lib/request/change-opsi-configuration-compartment-request.d.ts +1 -1
  93. package/lib/request/change-pe-comanaged-database-insight-request.d.ts +1 -1
  94. package/lib/request/create-awr-hub-request.d.ts +1 -1
  95. package/lib/request/create-database-insight-request.d.ts +1 -1
  96. package/lib/request/create-enterprise-manager-bridge-request.d.ts +1 -1
  97. package/lib/request/create-exadata-insight-request.d.ts +1 -1
  98. package/lib/request/create-host-insight-request.d.ts +1 -1
  99. package/lib/request/create-news-report-request.d.ts +1 -1
  100. package/lib/request/create-operations-insights-private-endpoint-request.d.ts +1 -1
  101. package/lib/request/create-operations-insights-warehouse-request.d.ts +1 -1
  102. package/lib/request/create-operations-insights-warehouse-user-request.d.ts +1 -1
  103. package/lib/request/create-opsi-configuration-request.d.ts +1 -1
  104. package/lib/request/delete-awr-hub-request.d.ts +1 -1
  105. package/lib/request/delete-database-insight-request.d.ts +1 -1
  106. package/lib/request/delete-enterprise-manager-bridge-request.d.ts +1 -1
  107. package/lib/request/delete-exadata-insight-request.d.ts +1 -1
  108. package/lib/request/delete-host-insight-request.d.ts +1 -1
  109. package/lib/request/delete-news-report-request.d.ts +1 -1
  110. package/lib/request/delete-operations-insights-private-endpoint-request.d.ts +1 -1
  111. package/lib/request/delete-operations-insights-warehouse-request.d.ts +1 -1
  112. package/lib/request/delete-operations-insights-warehouse-user-request.d.ts +1 -1
  113. package/lib/request/delete-opsi-configuration-request.d.ts +1 -1
  114. package/lib/request/disable-autonomous-database-insight-advanced-features-request.d.ts +1 -1
  115. package/lib/request/disable-database-insight-request.d.ts +1 -1
  116. package/lib/request/disable-exadata-insight-request.d.ts +1 -1
  117. package/lib/request/disable-host-insight-request.d.ts +1 -1
  118. package/lib/request/download-operations-insights-warehouse-wallet-request.d.ts +1 -1
  119. package/lib/request/enable-autonomous-database-insight-advanced-features-request.d.ts +1 -1
  120. package/lib/request/enable-database-insight-request.d.ts +1 -1
  121. package/lib/request/enable-exadata-insight-request.d.ts +1 -1
  122. package/lib/request/enable-host-insight-request.d.ts +1 -1
  123. package/lib/request/get-awr-database-report-request.d.ts +1 -1
  124. package/lib/request/get-awr-database-sql-report-request.d.ts +1 -1
  125. package/lib/request/get-awr-hub-request.d.ts +1 -1
  126. package/lib/request/get-awr-report-request.d.ts +1 -1
  127. package/lib/request/get-database-insight-request.d.ts +1 -1
  128. package/lib/request/get-enterprise-manager-bridge-request.d.ts +1 -1
  129. package/lib/request/get-exadata-insight-request.d.ts +1 -1
  130. package/lib/request/get-host-insight-request.d.ts +1 -1
  131. package/lib/request/get-news-report-request.d.ts +1 -1
  132. package/lib/request/get-operations-insights-private-endpoint-request.d.ts +1 -1
  133. package/lib/request/get-operations-insights-warehouse-request.d.ts +1 -1
  134. package/lib/request/get-operations-insights-warehouse-user-request.d.ts +1 -1
  135. package/lib/request/get-opsi-configuration-request.d.ts +1 -1
  136. package/lib/request/get-opsi-data-object-request.d.ts +1 -1
  137. package/lib/request/get-work-request-request.d.ts +1 -1
  138. package/lib/request/index.d.ts +4 -0
  139. package/lib/request/index.js +6 -2
  140. package/lib/request/index.js.map +1 -1
  141. package/lib/request/ingest-addm-reports-request.d.ts +1 -1
  142. package/lib/request/ingest-database-configuration-request.d.ts +1 -1
  143. package/lib/request/ingest-host-configuration-request.d.ts +1 -1
  144. package/lib/request/ingest-host-metrics-request.d.ts +1 -1
  145. package/lib/request/ingest-sql-bucket-request.d.ts +1 -1
  146. package/lib/request/ingest-sql-plan-lines-request.d.ts +1 -1
  147. package/lib/request/ingest-sql-stats-request.d.ts +1 -1
  148. package/lib/request/ingest-sql-text-request.d.ts +1 -1
  149. package/lib/request/list-addm-db-finding-categories-request.d.ts +1 -1
  150. package/lib/request/list-addm-db-findings-time-series-request.d.ts +1 -1
  151. package/lib/request/list-addm-db-parameter-categories-request.d.ts +1 -1
  152. package/lib/request/list-addm-db-recommendation-categories-request.d.ts +1 -1
  153. package/lib/request/list-addm-db-recommendations-time-series-request.d.ts +1 -1
  154. package/lib/request/list-addm-dbs-request.d.ts +1 -1
  155. package/lib/request/list-awr-database-snapshots-request.d.ts +1 -1
  156. package/lib/request/list-awr-databases-request.d.ts +1 -1
  157. package/lib/request/list-awr-hubs-request.d.ts +1 -1
  158. package/lib/request/list-awr-snapshots-request.d.ts +1 -1
  159. package/lib/request/list-database-configurations-request.d.ts +1 -1
  160. package/lib/request/list-database-insights-request.d.ts +1 -1
  161. package/lib/request/list-enterprise-manager-bridges-request.d.ts +1 -1
  162. package/lib/request/list-exadata-configurations-request.d.ts +1 -1
  163. package/lib/request/list-exadata-insights-request.d.ts +1 -1
  164. package/lib/request/list-host-configurations-request.d.ts +1 -1
  165. package/lib/request/list-host-insights-request.d.ts +1 -1
  166. package/lib/request/list-hosted-entities-request.d.ts +1 -1
  167. package/lib/request/list-importable-agent-entities-request.d.ts +1 -1
  168. package/lib/request/list-importable-compute-entities-request.d.ts +1 -1
  169. package/lib/request/list-importable-enterprise-manager-entities-request.d.ts +1 -1
  170. package/lib/request/list-news-reports-request.d.ts +1 -1
  171. package/lib/request/list-operations-insights-private-endpoints-request.d.ts +1 -1
  172. package/lib/request/list-operations-insights-warehouse-users-request.d.ts +1 -1
  173. package/lib/request/list-operations-insights-warehouses-request.d.ts +1 -1
  174. package/lib/request/list-opsi-configurations-request.d.ts +1 -1
  175. package/lib/request/list-opsi-data-objects-request.d.ts +11 -2
  176. package/lib/request/list-opsi-data-objects-request.js +1 -0
  177. package/lib/request/list-opsi-data-objects-request.js.map +1 -1
  178. package/lib/request/list-sql-plans-request.d.ts +1 -1
  179. package/lib/request/list-sql-searches-request.d.ts +1 -1
  180. package/lib/request/list-sql-texts-request.d.ts +1 -1
  181. package/lib/request/list-warehouse-data-objects-request.d.ts +89 -0
  182. package/lib/request/list-warehouse-data-objects-request.js +33 -0
  183. package/lib/request/list-warehouse-data-objects-request.js.map +1 -0
  184. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  185. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  186. package/lib/request/list-work-requests-request.d.ts +1 -1
  187. package/lib/request/query-opsi-data-object-data-request.d.ts +1 -1
  188. package/lib/request/query-warehouse-data-object-data-request.d.ts +59 -0
  189. package/lib/request/query-warehouse-data-object-data-request.js +23 -0
  190. package/lib/request/query-warehouse-data-object-data-request.js.map +1 -0
  191. package/lib/request/rotate-operations-insights-warehouse-wallet-request.d.ts +1 -1
  192. package/lib/request/summarize-addm-db-findings-request.d.ts +1 -1
  193. package/lib/request/summarize-addm-db-parameter-changes-request.d.ts +1 -1
  194. package/lib/request/summarize-addm-db-parameters-request.d.ts +1 -1
  195. package/lib/request/summarize-addm-db-recommendations-request.d.ts +1 -1
  196. package/lib/request/summarize-addm-db-schema-objects-request.d.ts +1 -1
  197. package/lib/request/summarize-addm-db-sql-statements-request.d.ts +1 -1
  198. package/lib/request/summarize-awr-database-cpu-usages-request.d.ts +1 -1
  199. package/lib/request/summarize-awr-database-metrics-request.d.ts +1 -1
  200. package/lib/request/summarize-awr-database-parameter-changes-request.d.ts +1 -1
  201. package/lib/request/summarize-awr-database-parameters-request.d.ts +1 -1
  202. package/lib/request/summarize-awr-database-snapshot-ranges-request.d.ts +1 -1
  203. package/lib/request/summarize-awr-database-sysstats-request.d.ts +1 -1
  204. package/lib/request/summarize-awr-database-top-wait-events-request.d.ts +1 -1
  205. package/lib/request/summarize-awr-database-wait-event-buckets-request.d.ts +1 -1
  206. package/lib/request/summarize-awr-database-wait-events-request.d.ts +1 -1
  207. package/lib/request/summarize-awr-sources-summaries-request.d.ts +1 -1
  208. package/lib/request/summarize-configuration-items-request.d.ts +1 -1
  209. package/lib/request/summarize-database-insight-resource-capacity-trend-request.d.ts +1 -1
  210. package/lib/request/summarize-database-insight-resource-forecast-trend-request.d.ts +1 -1
  211. package/lib/request/summarize-database-insight-resource-statistics-request.d.ts +1 -1
  212. package/lib/request/summarize-database-insight-resource-usage-request.d.ts +1 -1
  213. package/lib/request/summarize-database-insight-resource-usage-trend-request.d.ts +1 -1
  214. package/lib/request/summarize-database-insight-resource-utilization-insight-request.d.ts +1 -1
  215. package/lib/request/summarize-database-insight-tablespace-usage-trend-request.d.ts +1 -1
  216. package/lib/request/summarize-exadata-insight-resource-capacity-trend-aggregated-request.d.ts +1 -1
  217. package/lib/request/summarize-exadata-insight-resource-capacity-trend-request.d.ts +1 -1
  218. package/lib/request/summarize-exadata-insight-resource-forecast-trend-aggregated-request.d.ts +1 -1
  219. package/lib/request/summarize-exadata-insight-resource-forecast-trend-request.d.ts +1 -1
  220. package/lib/request/summarize-exadata-insight-resource-statistics-request.d.ts +1 -1
  221. package/lib/request/summarize-exadata-insight-resource-usage-aggregated-request.d.ts +1 -1
  222. package/lib/request/summarize-exadata-insight-resource-usage-request.d.ts +1 -1
  223. package/lib/request/summarize-exadata-insight-resource-utilization-insight-request.d.ts +1 -1
  224. package/lib/request/summarize-exadata-members-request.d.ts +1 -1
  225. package/lib/request/summarize-host-insight-network-usage-trend-request.d.ts +1 -1
  226. package/lib/request/summarize-host-insight-resource-capacity-trend-request.d.ts +1 -1
  227. package/lib/request/summarize-host-insight-resource-forecast-trend-request.d.ts +1 -1
  228. package/lib/request/summarize-host-insight-resource-statistics-request.d.ts +1 -1
  229. package/lib/request/summarize-host-insight-resource-usage-request.d.ts +1 -1
  230. package/lib/request/summarize-host-insight-resource-usage-trend-request.d.ts +1 -1
  231. package/lib/request/summarize-host-insight-resource-utilization-insight-request.d.ts +1 -1
  232. package/lib/request/summarize-host-insight-storage-usage-trend-request.d.ts +1 -1
  233. package/lib/request/summarize-host-insight-top-processes-usage-request.d.ts +1 -1
  234. package/lib/request/summarize-host-insight-top-processes-usage-trend-request.d.ts +1 -1
  235. package/lib/request/summarize-operations-insights-warehouse-resource-usage-request.d.ts +1 -1
  236. package/lib/request/summarize-sql-insights-request.d.ts +1 -1
  237. package/lib/request/summarize-sql-plan-insights-request.d.ts +1 -1
  238. package/lib/request/summarize-sql-response-time-distributions-request.d.ts +1 -1
  239. package/lib/request/summarize-sql-statistics-request.d.ts +1 -1
  240. package/lib/request/summarize-sql-statistics-time-series-by-plan-request.d.ts +1 -1
  241. package/lib/request/summarize-sql-statistics-time-series-request.d.ts +1 -1
  242. package/lib/request/update-awr-hub-request.d.ts +1 -1
  243. package/lib/request/update-database-insight-request.d.ts +1 -1
  244. package/lib/request/update-enterprise-manager-bridge-request.d.ts +1 -1
  245. package/lib/request/update-exadata-insight-request.d.ts +1 -1
  246. package/lib/request/update-host-insight-request.d.ts +1 -1
  247. package/lib/request/update-news-report-request.d.ts +1 -1
  248. package/lib/request/update-operations-insights-private-endpoint-request.d.ts +1 -1
  249. package/lib/request/update-operations-insights-warehouse-request.d.ts +1 -1
  250. package/lib/request/update-operations-insights-warehouse-user-request.d.ts +1 -1
  251. package/lib/request/update-opsi-configuration-request.d.ts +1 -1
  252. package/lib/response/index.d.ts +4 -0
  253. package/lib/response/list-warehouse-data-objects-response.d.ts +32 -0
  254. package/lib/response/list-warehouse-data-objects-response.js +15 -0
  255. package/lib/response/list-warehouse-data-objects-response.js.map +1 -0
  256. package/lib/response/query-warehouse-data-object-data-response.d.ts +32 -0
  257. package/lib/response/query-warehouse-data-object-data-response.js +15 -0
  258. package/lib/response/query-warehouse-data-object-data-response.js.map +1 -0
  259. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -89,7 +89,7 @@ export declare class OperationsInsightsClient {
89
89
  * @param AddExadataInsightMembersRequest
90
90
  * @return AddExadataInsightMembersResponse
91
91
  * @throws OciError when an error occurs
92
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/AddExadataInsightMembers.ts.html |here} to see how to use AddExadataInsightMembers API.
92
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/AddExadataInsightMembers.ts.html |here} to see how to use AddExadataInsightMembers API.
93
93
  */
94
94
  addExadataInsightMembers(addExadataInsightMembersRequest: requests.AddExadataInsightMembersRequest): Promise<responses.AddExadataInsightMembersResponse>;
95
95
  /**
@@ -98,7 +98,7 @@ export declare class OperationsInsightsClient {
98
98
  * @param ChangeAutonomousDatabaseInsightAdvancedFeaturesRequest
99
99
  * @return ChangeAutonomousDatabaseInsightAdvancedFeaturesResponse
100
100
  * @throws OciError when an error occurs
101
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/ChangeAutonomousDatabaseInsightAdvancedFeatures.ts.html |here} to see how to use ChangeAutonomousDatabaseInsightAdvancedFeatures API.
101
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ChangeAutonomousDatabaseInsightAdvancedFeatures.ts.html |here} to see how to use ChangeAutonomousDatabaseInsightAdvancedFeatures API.
102
102
  */
103
103
  changeAutonomousDatabaseInsightAdvancedFeatures(changeAutonomousDatabaseInsightAdvancedFeaturesRequest: requests.ChangeAutonomousDatabaseInsightAdvancedFeaturesRequest): Promise<responses.ChangeAutonomousDatabaseInsightAdvancedFeaturesResponse>;
104
104
  /**
@@ -107,7 +107,7 @@ export declare class OperationsInsightsClient {
107
107
  * @param ChangeDatabaseInsightCompartmentRequest
108
108
  * @return ChangeDatabaseInsightCompartmentResponse
109
109
  * @throws OciError when an error occurs
110
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/ChangeDatabaseInsightCompartment.ts.html |here} to see how to use ChangeDatabaseInsightCompartment API.
110
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ChangeDatabaseInsightCompartment.ts.html |here} to see how to use ChangeDatabaseInsightCompartment API.
111
111
  */
112
112
  changeDatabaseInsightCompartment(changeDatabaseInsightCompartmentRequest: requests.ChangeDatabaseInsightCompartmentRequest): Promise<responses.ChangeDatabaseInsightCompartmentResponse>;
113
113
  /**
@@ -116,7 +116,7 @@ export declare class OperationsInsightsClient {
116
116
  * @param ChangeEnterpriseManagerBridgeCompartmentRequest
117
117
  * @return ChangeEnterpriseManagerBridgeCompartmentResponse
118
118
  * @throws OciError when an error occurs
119
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/ChangeEnterpriseManagerBridgeCompartment.ts.html |here} to see how to use ChangeEnterpriseManagerBridgeCompartment API.
119
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ChangeEnterpriseManagerBridgeCompartment.ts.html |here} to see how to use ChangeEnterpriseManagerBridgeCompartment API.
120
120
  */
121
121
  changeEnterpriseManagerBridgeCompartment(changeEnterpriseManagerBridgeCompartmentRequest: requests.ChangeEnterpriseManagerBridgeCompartmentRequest): Promise<responses.ChangeEnterpriseManagerBridgeCompartmentResponse>;
122
122
  /**
@@ -125,7 +125,7 @@ export declare class OperationsInsightsClient {
125
125
  * @param ChangeExadataInsightCompartmentRequest
126
126
  * @return ChangeExadataInsightCompartmentResponse
127
127
  * @throws OciError when an error occurs
128
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/ChangeExadataInsightCompartment.ts.html |here} to see how to use ChangeExadataInsightCompartment API.
128
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ChangeExadataInsightCompartment.ts.html |here} to see how to use ChangeExadataInsightCompartment API.
129
129
  */
130
130
  changeExadataInsightCompartment(changeExadataInsightCompartmentRequest: requests.ChangeExadataInsightCompartmentRequest): Promise<responses.ChangeExadataInsightCompartmentResponse>;
131
131
  /**
@@ -134,7 +134,7 @@ export declare class OperationsInsightsClient {
134
134
  * @param ChangeHostInsightCompartmentRequest
135
135
  * @return ChangeHostInsightCompartmentResponse
136
136
  * @throws OciError when an error occurs
137
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/ChangeHostInsightCompartment.ts.html |here} to see how to use ChangeHostInsightCompartment API.
137
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ChangeHostInsightCompartment.ts.html |here} to see how to use ChangeHostInsightCompartment API.
138
138
  */
139
139
  changeHostInsightCompartment(changeHostInsightCompartmentRequest: requests.ChangeHostInsightCompartmentRequest): Promise<responses.ChangeHostInsightCompartmentResponse>;
140
140
  /**
@@ -143,7 +143,7 @@ export declare class OperationsInsightsClient {
143
143
  * @param ChangeNewsReportCompartmentRequest
144
144
  * @return ChangeNewsReportCompartmentResponse
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.68.0/opsi/ChangeNewsReportCompartment.ts.html |here} to see how to use ChangeNewsReportCompartment API.
146
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ChangeNewsReportCompartment.ts.html |here} to see how to use ChangeNewsReportCompartment API.
147
147
  */
148
148
  changeNewsReportCompartment(changeNewsReportCompartmentRequest: requests.ChangeNewsReportCompartmentRequest): Promise<responses.ChangeNewsReportCompartmentResponse>;
149
149
  /**
@@ -152,7 +152,7 @@ export declare class OperationsInsightsClient {
152
152
  * @param ChangeOperationsInsightsPrivateEndpointCompartmentRequest
153
153
  * @return ChangeOperationsInsightsPrivateEndpointCompartmentResponse
154
154
  * @throws OciError when an error occurs
155
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/ChangeOperationsInsightsPrivateEndpointCompartment.ts.html |here} to see how to use ChangeOperationsInsightsPrivateEndpointCompartment API.
155
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ChangeOperationsInsightsPrivateEndpointCompartment.ts.html |here} to see how to use ChangeOperationsInsightsPrivateEndpointCompartment API.
156
156
  */
157
157
  changeOperationsInsightsPrivateEndpointCompartment(changeOperationsInsightsPrivateEndpointCompartmentRequest: requests.ChangeOperationsInsightsPrivateEndpointCompartmentRequest): Promise<responses.ChangeOperationsInsightsPrivateEndpointCompartmentResponse>;
158
158
  /**
@@ -161,7 +161,7 @@ export declare class OperationsInsightsClient {
161
161
  * @param ChangeOpsiConfigurationCompartmentRequest
162
162
  * @return ChangeOpsiConfigurationCompartmentResponse
163
163
  * @throws OciError when an error occurs
164
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/ChangeOpsiConfigurationCompartment.ts.html |here} to see how to use ChangeOpsiConfigurationCompartment API.
164
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ChangeOpsiConfigurationCompartment.ts.html |here} to see how to use ChangeOpsiConfigurationCompartment API.
165
165
  */
166
166
  changeOpsiConfigurationCompartment(changeOpsiConfigurationCompartmentRequest: requests.ChangeOpsiConfigurationCompartmentRequest): Promise<responses.ChangeOpsiConfigurationCompartmentResponse>;
167
167
  /**
@@ -170,7 +170,7 @@ export declare class OperationsInsightsClient {
170
170
  * @param ChangePeComanagedDatabaseInsightRequest
171
171
  * @return ChangePeComanagedDatabaseInsightResponse
172
172
  * @throws OciError when an error occurs
173
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/ChangePeComanagedDatabaseInsight.ts.html |here} to see how to use ChangePeComanagedDatabaseInsight API.
173
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ChangePeComanagedDatabaseInsight.ts.html |here} to see how to use ChangePeComanagedDatabaseInsight API.
174
174
  */
175
175
  changePeComanagedDatabaseInsight(changePeComanagedDatabaseInsightRequest: requests.ChangePeComanagedDatabaseInsightRequest): Promise<responses.ChangePeComanagedDatabaseInsightResponse>;
176
176
  /**
@@ -181,7 +181,7 @@ export declare class OperationsInsightsClient {
181
181
  * @param CreateAwrHubRequest
182
182
  * @return CreateAwrHubResponse
183
183
  * @throws OciError when an error occurs
184
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/CreateAwrHub.ts.html |here} to see how to use CreateAwrHub API.
184
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/CreateAwrHub.ts.html |here} to see how to use CreateAwrHub API.
185
185
  */
186
186
  createAwrHub(createAwrHubRequest: requests.CreateAwrHubRequest): Promise<responses.CreateAwrHubResponse>;
187
187
  /**
@@ -191,7 +191,7 @@ export declare class OperationsInsightsClient {
191
191
  * @param CreateDatabaseInsightRequest
192
192
  * @return CreateDatabaseInsightResponse
193
193
  * @throws OciError when an error occurs
194
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/CreateDatabaseInsight.ts.html |here} to see how to use CreateDatabaseInsight API.
194
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/CreateDatabaseInsight.ts.html |here} to see how to use CreateDatabaseInsight API.
195
195
  */
196
196
  createDatabaseInsight(createDatabaseInsightRequest: requests.CreateDatabaseInsightRequest): Promise<responses.CreateDatabaseInsightResponse>;
197
197
  /**
@@ -201,7 +201,7 @@ export declare class OperationsInsightsClient {
201
201
  * @param CreateEnterpriseManagerBridgeRequest
202
202
  * @return CreateEnterpriseManagerBridgeResponse
203
203
  * @throws OciError when an error occurs
204
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/CreateEnterpriseManagerBridge.ts.html |here} to see how to use CreateEnterpriseManagerBridge API.
204
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/CreateEnterpriseManagerBridge.ts.html |here} to see how to use CreateEnterpriseManagerBridge API.
205
205
  */
206
206
  createEnterpriseManagerBridge(createEnterpriseManagerBridgeRequest: requests.CreateEnterpriseManagerBridgeRequest): Promise<responses.CreateEnterpriseManagerBridgeResponse>;
207
207
  /**
@@ -211,7 +211,7 @@ export declare class OperationsInsightsClient {
211
211
  * @param CreateExadataInsightRequest
212
212
  * @return CreateExadataInsightResponse
213
213
  * @throws OciError when an error occurs
214
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/CreateExadataInsight.ts.html |here} to see how to use CreateExadataInsight API.
214
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/CreateExadataInsight.ts.html |here} to see how to use CreateExadataInsight API.
215
215
  */
216
216
  createExadataInsight(createExadataInsightRequest: requests.CreateExadataInsightRequest): Promise<responses.CreateExadataInsightResponse>;
217
217
  /**
@@ -221,7 +221,7 @@ export declare class OperationsInsightsClient {
221
221
  * @param CreateHostInsightRequest
222
222
  * @return CreateHostInsightResponse
223
223
  * @throws OciError when an error occurs
224
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/CreateHostInsight.ts.html |here} to see how to use CreateHostInsight API.
224
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/CreateHostInsight.ts.html |here} to see how to use CreateHostInsight API.
225
225
  */
226
226
  createHostInsight(createHostInsightRequest: requests.CreateHostInsightRequest): Promise<responses.CreateHostInsightResponse>;
227
227
  /**
@@ -231,7 +231,7 @@ export declare class OperationsInsightsClient {
231
231
  * @param CreateNewsReportRequest
232
232
  * @return CreateNewsReportResponse
233
233
  * @throws OciError when an error occurs
234
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/CreateNewsReport.ts.html |here} to see how to use CreateNewsReport API.
234
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/CreateNewsReport.ts.html |here} to see how to use CreateNewsReport API.
235
235
  */
236
236
  createNewsReport(createNewsReportRequest: requests.CreateNewsReportRequest): Promise<responses.CreateNewsReportResponse>;
237
237
  /**
@@ -242,7 +242,7 @@ export declare class OperationsInsightsClient {
242
242
  * @param CreateOperationsInsightsPrivateEndpointRequest
243
243
  * @return CreateOperationsInsightsPrivateEndpointResponse
244
244
  * @throws OciError when an error occurs
245
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/CreateOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use CreateOperationsInsightsPrivateEndpoint API.
245
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/CreateOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use CreateOperationsInsightsPrivateEndpoint API.
246
246
  */
247
247
  createOperationsInsightsPrivateEndpoint(createOperationsInsightsPrivateEndpointRequest: requests.CreateOperationsInsightsPrivateEndpointRequest): Promise<responses.CreateOperationsInsightsPrivateEndpointResponse>;
248
248
  /**
@@ -254,7 +254,7 @@ export declare class OperationsInsightsClient {
254
254
  * @param CreateOperationsInsightsWarehouseRequest
255
255
  * @return CreateOperationsInsightsWarehouseResponse
256
256
  * @throws OciError when an error occurs
257
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/CreateOperationsInsightsWarehouse.ts.html |here} to see how to use CreateOperationsInsightsWarehouse API.
257
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/CreateOperationsInsightsWarehouse.ts.html |here} to see how to use CreateOperationsInsightsWarehouse API.
258
258
  */
259
259
  createOperationsInsightsWarehouse(createOperationsInsightsWarehouseRequest: requests.CreateOperationsInsightsWarehouseRequest): Promise<responses.CreateOperationsInsightsWarehouseResponse>;
260
260
  /**
@@ -265,7 +265,7 @@ export declare class OperationsInsightsClient {
265
265
  * @param CreateOperationsInsightsWarehouseUserRequest
266
266
  * @return CreateOperationsInsightsWarehouseUserResponse
267
267
  * @throws OciError when an error occurs
268
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/CreateOperationsInsightsWarehouseUser.ts.html |here} to see how to use CreateOperationsInsightsWarehouseUser API.
268
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/CreateOperationsInsightsWarehouseUser.ts.html |here} to see how to use CreateOperationsInsightsWarehouseUser API.
269
269
  */
270
270
  createOperationsInsightsWarehouseUser(createOperationsInsightsWarehouseUserRequest: requests.CreateOperationsInsightsWarehouseUserRequest): Promise<responses.CreateOperationsInsightsWarehouseUserResponse>;
271
271
  /**
@@ -275,7 +275,7 @@ export declare class OperationsInsightsClient {
275
275
  * @param CreateOpsiConfigurationRequest
276
276
  * @return CreateOpsiConfigurationResponse
277
277
  * @throws OciError when an error occurs
278
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/CreateOpsiConfiguration.ts.html |here} to see how to use CreateOpsiConfiguration API.
278
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/CreateOpsiConfiguration.ts.html |here} to see how to use CreateOpsiConfiguration API.
279
279
  */
280
280
  createOpsiConfiguration(createOpsiConfigurationRequest: requests.CreateOpsiConfigurationRequest): Promise<responses.CreateOpsiConfigurationResponse>;
281
281
  /**
@@ -284,7 +284,7 @@ export declare class OperationsInsightsClient {
284
284
  * @param DeleteAwrHubRequest
285
285
  * @return DeleteAwrHubResponse
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.68.0/opsi/DeleteAwrHub.ts.html |here} to see how to use DeleteAwrHub API.
287
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/DeleteAwrHub.ts.html |here} to see how to use DeleteAwrHub API.
288
288
  */
289
289
  deleteAwrHub(deleteAwrHubRequest: requests.DeleteAwrHubRequest): Promise<responses.DeleteAwrHubResponse>;
290
290
  /**
@@ -293,7 +293,7 @@ export declare class OperationsInsightsClient {
293
293
  * @param DeleteDatabaseInsightRequest
294
294
  * @return DeleteDatabaseInsightResponse
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.68.0/opsi/DeleteDatabaseInsight.ts.html |here} to see how to use DeleteDatabaseInsight API.
296
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/DeleteDatabaseInsight.ts.html |here} to see how to use DeleteDatabaseInsight API.
297
297
  */
298
298
  deleteDatabaseInsight(deleteDatabaseInsightRequest: requests.DeleteDatabaseInsightRequest): Promise<responses.DeleteDatabaseInsightResponse>;
299
299
  /**
@@ -302,7 +302,7 @@ export declare class OperationsInsightsClient {
302
302
  * @param DeleteEnterpriseManagerBridgeRequest
303
303
  * @return DeleteEnterpriseManagerBridgeResponse
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.68.0/opsi/DeleteEnterpriseManagerBridge.ts.html |here} to see how to use DeleteEnterpriseManagerBridge API.
305
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/DeleteEnterpriseManagerBridge.ts.html |here} to see how to use DeleteEnterpriseManagerBridge API.
306
306
  */
307
307
  deleteEnterpriseManagerBridge(deleteEnterpriseManagerBridgeRequest: requests.DeleteEnterpriseManagerBridgeRequest): Promise<responses.DeleteEnterpriseManagerBridgeResponse>;
308
308
  /**
@@ -311,7 +311,7 @@ export declare class OperationsInsightsClient {
311
311
  * @param DeleteExadataInsightRequest
312
312
  * @return DeleteExadataInsightResponse
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.68.0/opsi/DeleteExadataInsight.ts.html |here} to see how to use DeleteExadataInsight API.
314
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/DeleteExadataInsight.ts.html |here} to see how to use DeleteExadataInsight API.
315
315
  */
316
316
  deleteExadataInsight(deleteExadataInsightRequest: requests.DeleteExadataInsightRequest): Promise<responses.DeleteExadataInsightResponse>;
317
317
  /**
@@ -320,7 +320,7 @@ export declare class OperationsInsightsClient {
320
320
  * @param DeleteHostInsightRequest
321
321
  * @return DeleteHostInsightResponse
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.68.0/opsi/DeleteHostInsight.ts.html |here} to see how to use DeleteHostInsight API.
323
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/DeleteHostInsight.ts.html |here} to see how to use DeleteHostInsight API.
324
324
  */
325
325
  deleteHostInsight(deleteHostInsightRequest: requests.DeleteHostInsightRequest): Promise<responses.DeleteHostInsightResponse>;
326
326
  /**
@@ -329,7 +329,7 @@ export declare class OperationsInsightsClient {
329
329
  * @param DeleteNewsReportRequest
330
330
  * @return DeleteNewsReportResponse
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.68.0/opsi/DeleteNewsReport.ts.html |here} to see how to use DeleteNewsReport API.
332
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/DeleteNewsReport.ts.html |here} to see how to use DeleteNewsReport API.
333
333
  */
334
334
  deleteNewsReport(deleteNewsReportRequest: requests.DeleteNewsReportRequest): Promise<responses.DeleteNewsReportResponse>;
335
335
  /**
@@ -338,7 +338,7 @@ export declare class OperationsInsightsClient {
338
338
  * @param DeleteOperationsInsightsPrivateEndpointRequest
339
339
  * @return DeleteOperationsInsightsPrivateEndpointResponse
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.68.0/opsi/DeleteOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use DeleteOperationsInsightsPrivateEndpoint API.
341
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/DeleteOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use DeleteOperationsInsightsPrivateEndpoint API.
342
342
  */
343
343
  deleteOperationsInsightsPrivateEndpoint(deleteOperationsInsightsPrivateEndpointRequest: requests.DeleteOperationsInsightsPrivateEndpointRequest): Promise<responses.DeleteOperationsInsightsPrivateEndpointResponse>;
344
344
  /**
@@ -351,7 +351,7 @@ export declare class OperationsInsightsClient {
351
351
  * @param DeleteOperationsInsightsWarehouseRequest
352
352
  * @return DeleteOperationsInsightsWarehouseResponse
353
353
  * @throws OciError when an error occurs
354
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/DeleteOperationsInsightsWarehouse.ts.html |here} to see how to use DeleteOperationsInsightsWarehouse API.
354
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/DeleteOperationsInsightsWarehouse.ts.html |here} to see how to use DeleteOperationsInsightsWarehouse API.
355
355
  */
356
356
  deleteOperationsInsightsWarehouse(deleteOperationsInsightsWarehouseRequest: requests.DeleteOperationsInsightsWarehouseRequest): Promise<responses.DeleteOperationsInsightsWarehouseResponse>;
357
357
  /**
@@ -360,7 +360,7 @@ export declare class OperationsInsightsClient {
360
360
  * @param DeleteOperationsInsightsWarehouseUserRequest
361
361
  * @return DeleteOperationsInsightsWarehouseUserResponse
362
362
  * @throws OciError when an error occurs
363
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/DeleteOperationsInsightsWarehouseUser.ts.html |here} to see how to use DeleteOperationsInsightsWarehouseUser API.
363
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/DeleteOperationsInsightsWarehouseUser.ts.html |here} to see how to use DeleteOperationsInsightsWarehouseUser API.
364
364
  */
365
365
  deleteOperationsInsightsWarehouseUser(deleteOperationsInsightsWarehouseUserRequest: requests.DeleteOperationsInsightsWarehouseUserRequest): Promise<responses.DeleteOperationsInsightsWarehouseUserResponse>;
366
366
  /**
@@ -369,7 +369,7 @@ export declare class OperationsInsightsClient {
369
369
  * @param DeleteOpsiConfigurationRequest
370
370
  * @return DeleteOpsiConfigurationResponse
371
371
  * @throws OciError when an error occurs
372
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/DeleteOpsiConfiguration.ts.html |here} to see how to use DeleteOpsiConfiguration API.
372
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/DeleteOpsiConfiguration.ts.html |here} to see how to use DeleteOpsiConfiguration API.
373
373
  */
374
374
  deleteOpsiConfiguration(deleteOpsiConfigurationRequest: requests.DeleteOpsiConfigurationRequest): Promise<responses.DeleteOpsiConfigurationResponse>;
375
375
  /**
@@ -378,7 +378,7 @@ export declare class OperationsInsightsClient {
378
378
  * @param DisableAutonomousDatabaseInsightAdvancedFeaturesRequest
379
379
  * @return DisableAutonomousDatabaseInsightAdvancedFeaturesResponse
380
380
  * @throws OciError when an error occurs
381
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/DisableAutonomousDatabaseInsightAdvancedFeatures.ts.html |here} to see how to use DisableAutonomousDatabaseInsightAdvancedFeatures API.
381
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/DisableAutonomousDatabaseInsightAdvancedFeatures.ts.html |here} to see how to use DisableAutonomousDatabaseInsightAdvancedFeatures API.
382
382
  */
383
383
  disableAutonomousDatabaseInsightAdvancedFeatures(disableAutonomousDatabaseInsightAdvancedFeaturesRequest: requests.DisableAutonomousDatabaseInsightAdvancedFeaturesRequest): Promise<responses.DisableAutonomousDatabaseInsightAdvancedFeaturesResponse>;
384
384
  /**
@@ -387,7 +387,7 @@ export declare class OperationsInsightsClient {
387
387
  * @param DisableDatabaseInsightRequest
388
388
  * @return DisableDatabaseInsightResponse
389
389
  * @throws OciError when an error occurs
390
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/DisableDatabaseInsight.ts.html |here} to see how to use DisableDatabaseInsight API.
390
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/DisableDatabaseInsight.ts.html |here} to see how to use DisableDatabaseInsight API.
391
391
  */
392
392
  disableDatabaseInsight(disableDatabaseInsightRequest: requests.DisableDatabaseInsightRequest): Promise<responses.DisableDatabaseInsightResponse>;
393
393
  /**
@@ -396,7 +396,7 @@ export declare class OperationsInsightsClient {
396
396
  * @param DisableExadataInsightRequest
397
397
  * @return DisableExadataInsightResponse
398
398
  * @throws OciError when an error occurs
399
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/DisableExadataInsight.ts.html |here} to see how to use DisableExadataInsight API.
399
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/DisableExadataInsight.ts.html |here} to see how to use DisableExadataInsight API.
400
400
  */
401
401
  disableExadataInsight(disableExadataInsightRequest: requests.DisableExadataInsightRequest): Promise<responses.DisableExadataInsightResponse>;
402
402
  /**
@@ -405,7 +405,7 @@ export declare class OperationsInsightsClient {
405
405
  * @param DisableHostInsightRequest
406
406
  * @return DisableHostInsightResponse
407
407
  * @throws OciError when an error occurs
408
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/DisableHostInsight.ts.html |here} to see how to use DisableHostInsight API.
408
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/DisableHostInsight.ts.html |here} to see how to use DisableHostInsight API.
409
409
  */
410
410
  disableHostInsight(disableHostInsightRequest: requests.DisableHostInsightRequest): Promise<responses.DisableHostInsightResponse>;
411
411
  /**
@@ -414,7 +414,7 @@ export declare class OperationsInsightsClient {
414
414
  * @param DownloadOperationsInsightsWarehouseWalletRequest
415
415
  * @return DownloadOperationsInsightsWarehouseWalletResponse
416
416
  * @throws OciError when an error occurs
417
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/DownloadOperationsInsightsWarehouseWallet.ts.html |here} to see how to use DownloadOperationsInsightsWarehouseWallet API.
417
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/DownloadOperationsInsightsWarehouseWallet.ts.html |here} to see how to use DownloadOperationsInsightsWarehouseWallet API.
418
418
  */
419
419
  downloadOperationsInsightsWarehouseWallet(downloadOperationsInsightsWarehouseWalletRequest: requests.DownloadOperationsInsightsWarehouseWalletRequest): Promise<responses.DownloadOperationsInsightsWarehouseWalletResponse>;
420
420
  /**
@@ -423,7 +423,7 @@ export declare class OperationsInsightsClient {
423
423
  * @param EnableAutonomousDatabaseInsightAdvancedFeaturesRequest
424
424
  * @return EnableAutonomousDatabaseInsightAdvancedFeaturesResponse
425
425
  * @throws OciError when an error occurs
426
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/EnableAutonomousDatabaseInsightAdvancedFeatures.ts.html |here} to see how to use EnableAutonomousDatabaseInsightAdvancedFeatures API.
426
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/EnableAutonomousDatabaseInsightAdvancedFeatures.ts.html |here} to see how to use EnableAutonomousDatabaseInsightAdvancedFeatures API.
427
427
  */
428
428
  enableAutonomousDatabaseInsightAdvancedFeatures(enableAutonomousDatabaseInsightAdvancedFeaturesRequest: requests.EnableAutonomousDatabaseInsightAdvancedFeaturesRequest): Promise<responses.EnableAutonomousDatabaseInsightAdvancedFeaturesResponse>;
429
429
  /**
@@ -432,7 +432,7 @@ export declare class OperationsInsightsClient {
432
432
  * @param EnableDatabaseInsightRequest
433
433
  * @return EnableDatabaseInsightResponse
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.68.0/opsi/EnableDatabaseInsight.ts.html |here} to see how to use EnableDatabaseInsight API.
435
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/EnableDatabaseInsight.ts.html |here} to see how to use EnableDatabaseInsight API.
436
436
  */
437
437
  enableDatabaseInsight(enableDatabaseInsightRequest: requests.EnableDatabaseInsightRequest): Promise<responses.EnableDatabaseInsightResponse>;
438
438
  /**
@@ -441,7 +441,7 @@ export declare class OperationsInsightsClient {
441
441
  * @param EnableExadataInsightRequest
442
442
  * @return EnableExadataInsightResponse
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.68.0/opsi/EnableExadataInsight.ts.html |here} to see how to use EnableExadataInsight API.
444
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/EnableExadataInsight.ts.html |here} to see how to use EnableExadataInsight API.
445
445
  */
446
446
  enableExadataInsight(enableExadataInsightRequest: requests.EnableExadataInsightRequest): Promise<responses.EnableExadataInsightResponse>;
447
447
  /**
@@ -450,7 +450,7 @@ export declare class OperationsInsightsClient {
450
450
  * @param EnableHostInsightRequest
451
451
  * @return EnableHostInsightResponse
452
452
  * @throws OciError when an error occurs
453
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/EnableHostInsight.ts.html |here} to see how to use EnableHostInsight API.
453
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/EnableHostInsight.ts.html |here} to see how to use EnableHostInsight API.
454
454
  */
455
455
  enableHostInsight(enableHostInsightRequest: requests.EnableHostInsightRequest): Promise<responses.EnableHostInsightResponse>;
456
456
  /**
@@ -460,7 +460,7 @@ export declare class OperationsInsightsClient {
460
460
  * @param GetAwrDatabaseReportRequest
461
461
  * @return GetAwrDatabaseReportResponse
462
462
  * @throws OciError when an error occurs
463
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/GetAwrDatabaseReport.ts.html |here} to see how to use GetAwrDatabaseReport API.
463
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/GetAwrDatabaseReport.ts.html |here} to see how to use GetAwrDatabaseReport API.
464
464
  */
465
465
  getAwrDatabaseReport(getAwrDatabaseReportRequest: requests.GetAwrDatabaseReportRequest): Promise<responses.GetAwrDatabaseReportResponse>;
466
466
  /**
@@ -470,7 +470,7 @@ export declare class OperationsInsightsClient {
470
470
  * @param GetAwrDatabaseSqlReportRequest
471
471
  * @return GetAwrDatabaseSqlReportResponse
472
472
  * @throws OciError when an error occurs
473
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/GetAwrDatabaseSqlReport.ts.html |here} to see how to use GetAwrDatabaseSqlReport API.
473
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/GetAwrDatabaseSqlReport.ts.html |here} to see how to use GetAwrDatabaseSqlReport API.
474
474
  */
475
475
  getAwrDatabaseSqlReport(getAwrDatabaseSqlReportRequest: requests.GetAwrDatabaseSqlReportRequest): Promise<responses.GetAwrDatabaseSqlReportResponse>;
476
476
  /**
@@ -479,7 +479,7 @@ export declare class OperationsInsightsClient {
479
479
  * @param GetAwrHubRequest
480
480
  * @return GetAwrHubResponse
481
481
  * @throws OciError when an error occurs
482
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/GetAwrHub.ts.html |here} to see how to use GetAwrHub API.
482
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/GetAwrHub.ts.html |here} to see how to use GetAwrHub API.
483
483
  */
484
484
  getAwrHub(getAwrHubRequest: requests.GetAwrHubRequest): Promise<responses.GetAwrHubResponse>;
485
485
  /**
@@ -490,7 +490,7 @@ export declare class OperationsInsightsClient {
490
490
  * @param GetAwrReportRequest
491
491
  * @return GetAwrReportResponse
492
492
  * @throws OciError when an error occurs
493
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/GetAwrReport.ts.html |here} to see how to use GetAwrReport API.
493
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/GetAwrReport.ts.html |here} to see how to use GetAwrReport API.
494
494
  */
495
495
  getAwrReport(getAwrReportRequest: requests.GetAwrReportRequest): Promise<responses.GetAwrReportResponse>;
496
496
  /**
@@ -499,7 +499,7 @@ export declare class OperationsInsightsClient {
499
499
  * @param GetDatabaseInsightRequest
500
500
  * @return GetDatabaseInsightResponse
501
501
  * @throws OciError when an error occurs
502
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/GetDatabaseInsight.ts.html |here} to see how to use GetDatabaseInsight API.
502
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/GetDatabaseInsight.ts.html |here} to see how to use GetDatabaseInsight API.
503
503
  */
504
504
  getDatabaseInsight(getDatabaseInsightRequest: requests.GetDatabaseInsightRequest): Promise<responses.GetDatabaseInsightResponse>;
505
505
  /**
@@ -508,7 +508,7 @@ export declare class OperationsInsightsClient {
508
508
  * @param GetEnterpriseManagerBridgeRequest
509
509
  * @return GetEnterpriseManagerBridgeResponse
510
510
  * @throws OciError when an error occurs
511
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/GetEnterpriseManagerBridge.ts.html |here} to see how to use GetEnterpriseManagerBridge API.
511
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/GetEnterpriseManagerBridge.ts.html |here} to see how to use GetEnterpriseManagerBridge API.
512
512
  */
513
513
  getEnterpriseManagerBridge(getEnterpriseManagerBridgeRequest: requests.GetEnterpriseManagerBridgeRequest): Promise<responses.GetEnterpriseManagerBridgeResponse>;
514
514
  /**
@@ -517,7 +517,7 @@ export declare class OperationsInsightsClient {
517
517
  * @param GetExadataInsightRequest
518
518
  * @return GetExadataInsightResponse
519
519
  * @throws OciError when an error occurs
520
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/GetExadataInsight.ts.html |here} to see how to use GetExadataInsight API.
520
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/GetExadataInsight.ts.html |here} to see how to use GetExadataInsight API.
521
521
  */
522
522
  getExadataInsight(getExadataInsightRequest: requests.GetExadataInsightRequest): Promise<responses.GetExadataInsightResponse>;
523
523
  /**
@@ -526,7 +526,7 @@ export declare class OperationsInsightsClient {
526
526
  * @param GetHostInsightRequest
527
527
  * @return GetHostInsightResponse
528
528
  * @throws OciError when an error occurs
529
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/GetHostInsight.ts.html |here} to see how to use GetHostInsight API.
529
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/GetHostInsight.ts.html |here} to see how to use GetHostInsight API.
530
530
  */
531
531
  getHostInsight(getHostInsightRequest: requests.GetHostInsightRequest): Promise<responses.GetHostInsightResponse>;
532
532
  /**
@@ -535,7 +535,7 @@ export declare class OperationsInsightsClient {
535
535
  * @param GetNewsReportRequest
536
536
  * @return GetNewsReportResponse
537
537
  * @throws OciError when an error occurs
538
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/GetNewsReport.ts.html |here} to see how to use GetNewsReport API.
538
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/GetNewsReport.ts.html |here} to see how to use GetNewsReport API.
539
539
  */
540
540
  getNewsReport(getNewsReportRequest: requests.GetNewsReportRequest): Promise<responses.GetNewsReportResponse>;
541
541
  /**
@@ -544,7 +544,7 @@ export declare class OperationsInsightsClient {
544
544
  * @param GetOperationsInsightsPrivateEndpointRequest
545
545
  * @return GetOperationsInsightsPrivateEndpointResponse
546
546
  * @throws OciError when an error occurs
547
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/GetOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use GetOperationsInsightsPrivateEndpoint API.
547
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/GetOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use GetOperationsInsightsPrivateEndpoint API.
548
548
  */
549
549
  getOperationsInsightsPrivateEndpoint(getOperationsInsightsPrivateEndpointRequest: requests.GetOperationsInsightsPrivateEndpointRequest): Promise<responses.GetOperationsInsightsPrivateEndpointResponse>;
550
550
  /**
@@ -555,7 +555,7 @@ export declare class OperationsInsightsClient {
555
555
  * @param GetOperationsInsightsWarehouseRequest
556
556
  * @return GetOperationsInsightsWarehouseResponse
557
557
  * @throws OciError when an error occurs
558
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/GetOperationsInsightsWarehouse.ts.html |here} to see how to use GetOperationsInsightsWarehouse API.
558
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/GetOperationsInsightsWarehouse.ts.html |here} to see how to use GetOperationsInsightsWarehouse API.
559
559
  */
560
560
  getOperationsInsightsWarehouse(getOperationsInsightsWarehouseRequest: requests.GetOperationsInsightsWarehouseRequest): Promise<responses.GetOperationsInsightsWarehouseResponse>;
561
561
  /**
@@ -564,7 +564,7 @@ export declare class OperationsInsightsClient {
564
564
  * @param GetOperationsInsightsWarehouseUserRequest
565
565
  * @return GetOperationsInsightsWarehouseUserResponse
566
566
  * @throws OciError when an error occurs
567
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/GetOperationsInsightsWarehouseUser.ts.html |here} to see how to use GetOperationsInsightsWarehouseUser API.
567
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/GetOperationsInsightsWarehouseUser.ts.html |here} to see how to use GetOperationsInsightsWarehouseUser API.
568
568
  */
569
569
  getOperationsInsightsWarehouseUser(getOperationsInsightsWarehouseUserRequest: requests.GetOperationsInsightsWarehouseUserRequest): Promise<responses.GetOperationsInsightsWarehouseUserResponse>;
570
570
  /**
@@ -576,7 +576,7 @@ export declare class OperationsInsightsClient {
576
576
  * @param GetOpsiConfigurationRequest
577
577
  * @return GetOpsiConfigurationResponse
578
578
  * @throws OciError when an error occurs
579
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/GetOpsiConfiguration.ts.html |here} to see how to use GetOpsiConfiguration API.
579
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/GetOpsiConfiguration.ts.html |here} to see how to use GetOpsiConfiguration API.
580
580
  */
581
581
  getOpsiConfiguration(getOpsiConfigurationRequest: requests.GetOpsiConfigurationRequest): Promise<responses.GetOpsiConfigurationResponse>;
582
582
  /**
@@ -585,7 +585,7 @@ export declare class OperationsInsightsClient {
585
585
  * @param GetOpsiDataObjectRequest
586
586
  * @return GetOpsiDataObjectResponse
587
587
  * @throws OciError when an error occurs
588
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/GetOpsiDataObject.ts.html |here} to see how to use GetOpsiDataObject API.
588
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/GetOpsiDataObject.ts.html |here} to see how to use GetOpsiDataObject API.
589
589
  */
590
590
  getOpsiDataObject(getOpsiDataObjectRequest: requests.GetOpsiDataObjectRequest): Promise<responses.GetOpsiDataObjectResponse>;
591
591
  /**
@@ -594,7 +594,7 @@ export declare class OperationsInsightsClient {
594
594
  * @param GetWorkRequestRequest
595
595
  * @return GetWorkRequestResponse
596
596
  * @throws OciError when an error occurs
597
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
597
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
598
598
  */
599
599
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
600
600
  /**
@@ -605,7 +605,7 @@ export declare class OperationsInsightsClient {
605
605
  * @param IngestAddmReportsRequest
606
606
  * @return IngestAddmReportsResponse
607
607
  * @throws OciError when an error occurs
608
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/IngestAddmReports.ts.html |here} to see how to use IngestAddmReports API.
608
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/IngestAddmReports.ts.html |here} to see how to use IngestAddmReports API.
609
609
  */
610
610
  ingestAddmReports(ingestAddmReportsRequest: requests.IngestAddmReportsRequest): Promise<responses.IngestAddmReportsResponse>;
611
611
  /**
@@ -614,7 +614,7 @@ export declare class OperationsInsightsClient {
614
614
  * @param IngestDatabaseConfigurationRequest
615
615
  * @return IngestDatabaseConfigurationResponse
616
616
  * @throws OciError when an error occurs
617
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/IngestDatabaseConfiguration.ts.html |here} to see how to use IngestDatabaseConfiguration API.
617
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/IngestDatabaseConfiguration.ts.html |here} to see how to use IngestDatabaseConfiguration API.
618
618
  */
619
619
  ingestDatabaseConfiguration(ingestDatabaseConfigurationRequest: requests.IngestDatabaseConfigurationRequest): Promise<responses.IngestDatabaseConfigurationResponse>;
620
620
  /**
@@ -623,7 +623,7 @@ export declare class OperationsInsightsClient {
623
623
  * @param IngestHostConfigurationRequest
624
624
  * @return IngestHostConfigurationResponse
625
625
  * @throws OciError when an error occurs
626
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/IngestHostConfiguration.ts.html |here} to see how to use IngestHostConfiguration API.
626
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/IngestHostConfiguration.ts.html |here} to see how to use IngestHostConfiguration API.
627
627
  */
628
628
  ingestHostConfiguration(ingestHostConfigurationRequest: requests.IngestHostConfigurationRequest): Promise<responses.IngestHostConfigurationResponse>;
629
629
  /**
@@ -632,7 +632,7 @@ export declare class OperationsInsightsClient {
632
632
  * @param IngestHostMetricsRequest
633
633
  * @return IngestHostMetricsResponse
634
634
  * @throws OciError when an error occurs
635
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/IngestHostMetrics.ts.html |here} to see how to use IngestHostMetrics API.
635
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/IngestHostMetrics.ts.html |here} to see how to use IngestHostMetrics API.
636
636
  */
637
637
  ingestHostMetrics(ingestHostMetricsRequest: requests.IngestHostMetricsRequest): Promise<responses.IngestHostMetricsResponse>;
638
638
  /**
@@ -643,7 +643,7 @@ export declare class OperationsInsightsClient {
643
643
  * @param IngestSqlBucketRequest
644
644
  * @return IngestSqlBucketResponse
645
645
  * @throws OciError when an error occurs
646
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/IngestSqlBucket.ts.html |here} to see how to use IngestSqlBucket API.
646
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/IngestSqlBucket.ts.html |here} to see how to use IngestSqlBucket API.
647
647
  */
648
648
  ingestSqlBucket(ingestSqlBucketRequest: requests.IngestSqlBucketRequest): Promise<responses.IngestSqlBucketResponse>;
649
649
  /**
@@ -654,7 +654,7 @@ export declare class OperationsInsightsClient {
654
654
  * @param IngestSqlPlanLinesRequest
655
655
  * @return IngestSqlPlanLinesResponse
656
656
  * @throws OciError when an error occurs
657
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/IngestSqlPlanLines.ts.html |here} to see how to use IngestSqlPlanLines API.
657
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/IngestSqlPlanLines.ts.html |here} to see how to use IngestSqlPlanLines API.
658
658
  */
659
659
  ingestSqlPlanLines(ingestSqlPlanLinesRequest: requests.IngestSqlPlanLinesRequest): Promise<responses.IngestSqlPlanLinesResponse>;
660
660
  /**
@@ -665,7 +665,7 @@ export declare class OperationsInsightsClient {
665
665
  * @param IngestSqlStatsRequest
666
666
  * @return IngestSqlStatsResponse
667
667
  * @throws OciError when an error occurs
668
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/IngestSqlStats.ts.html |here} to see how to use IngestSqlStats API.
668
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/IngestSqlStats.ts.html |here} to see how to use IngestSqlStats API.
669
669
  */
670
670
  ingestSqlStats(ingestSqlStatsRequest: requests.IngestSqlStatsRequest): Promise<responses.IngestSqlStatsResponse>;
671
671
  /**
@@ -677,7 +677,7 @@ export declare class OperationsInsightsClient {
677
677
  * @param IngestSqlTextRequest
678
678
  * @return IngestSqlTextResponse
679
679
  * @throws OciError when an error occurs
680
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/IngestSqlText.ts.html |here} to see how to use IngestSqlText API.
680
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/IngestSqlText.ts.html |here} to see how to use IngestSqlText API.
681
681
  */
682
682
  ingestSqlText(ingestSqlTextRequest: requests.IngestSqlTextRequest): Promise<responses.IngestSqlTextResponse>;
683
683
  /**
@@ -687,7 +687,7 @@ export declare class OperationsInsightsClient {
687
687
  * @param ListAddmDbFindingCategoriesRequest
688
688
  * @return ListAddmDbFindingCategoriesResponse
689
689
  * @throws OciError when an error occurs
690
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/ListAddmDbFindingCategories.ts.html |here} to see how to use ListAddmDbFindingCategories API.
690
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListAddmDbFindingCategories.ts.html |here} to see how to use ListAddmDbFindingCategories API.
691
691
  */
692
692
  listAddmDbFindingCategories(listAddmDbFindingCategoriesRequest: requests.ListAddmDbFindingCategoriesRequest): Promise<responses.ListAddmDbFindingCategoriesResponse>;
693
693
  /**
@@ -697,7 +697,7 @@ export declare class OperationsInsightsClient {
697
697
  * @param ListAddmDbFindingsTimeSeriesRequest
698
698
  * @return ListAddmDbFindingsTimeSeriesResponse
699
699
  * @throws OciError when an error occurs
700
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/ListAddmDbFindingsTimeSeries.ts.html |here} to see how to use ListAddmDbFindingsTimeSeries API.
700
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListAddmDbFindingsTimeSeries.ts.html |here} to see how to use ListAddmDbFindingsTimeSeries API.
701
701
  */
702
702
  listAddmDbFindingsTimeSeries(listAddmDbFindingsTimeSeriesRequest: requests.ListAddmDbFindingsTimeSeriesRequest): Promise<responses.ListAddmDbFindingsTimeSeriesResponse>;
703
703
  /**
@@ -707,7 +707,7 @@ export declare class OperationsInsightsClient {
707
707
  * @param ListAddmDbParameterCategoriesRequest
708
708
  * @return ListAddmDbParameterCategoriesResponse
709
709
  * @throws OciError when an error occurs
710
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/ListAddmDbParameterCategories.ts.html |here} to see how to use ListAddmDbParameterCategories API.
710
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListAddmDbParameterCategories.ts.html |here} to see how to use ListAddmDbParameterCategories API.
711
711
  */
712
712
  listAddmDbParameterCategories(listAddmDbParameterCategoriesRequest: requests.ListAddmDbParameterCategoriesRequest): Promise<responses.ListAddmDbParameterCategoriesResponse>;
713
713
  /**
@@ -717,7 +717,7 @@ export declare class OperationsInsightsClient {
717
717
  * @param ListAddmDbRecommendationCategoriesRequest
718
718
  * @return ListAddmDbRecommendationCategoriesResponse
719
719
  * @throws OciError when an error occurs
720
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/ListAddmDbRecommendationCategories.ts.html |here} to see how to use ListAddmDbRecommendationCategories API.
720
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListAddmDbRecommendationCategories.ts.html |here} to see how to use ListAddmDbRecommendationCategories API.
721
721
  */
722
722
  listAddmDbRecommendationCategories(listAddmDbRecommendationCategoriesRequest: requests.ListAddmDbRecommendationCategoriesRequest): Promise<responses.ListAddmDbRecommendationCategoriesResponse>;
723
723
  /**
@@ -727,7 +727,7 @@ export declare class OperationsInsightsClient {
727
727
  * @param ListAddmDbRecommendationsTimeSeriesRequest
728
728
  * @return ListAddmDbRecommendationsTimeSeriesResponse
729
729
  * @throws OciError when an error occurs
730
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/ListAddmDbRecommendationsTimeSeries.ts.html |here} to see how to use ListAddmDbRecommendationsTimeSeries API.
730
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListAddmDbRecommendationsTimeSeries.ts.html |here} to see how to use ListAddmDbRecommendationsTimeSeries API.
731
731
  */
732
732
  listAddmDbRecommendationsTimeSeries(listAddmDbRecommendationsTimeSeriesRequest: requests.ListAddmDbRecommendationsTimeSeriesRequest): Promise<responses.ListAddmDbRecommendationsTimeSeriesResponse>;
733
733
  /**
@@ -737,7 +737,7 @@ export declare class OperationsInsightsClient {
737
737
  * @param ListAddmDbsRequest
738
738
  * @return ListAddmDbsResponse
739
739
  * @throws OciError when an error occurs
740
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/ListAddmDbs.ts.html |here} to see how to use ListAddmDbs API.
740
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListAddmDbs.ts.html |here} to see how to use ListAddmDbs API.
741
741
  */
742
742
  listAddmDbs(listAddmDbsRequest: requests.ListAddmDbsRequest): Promise<responses.ListAddmDbsResponse>;
743
743
  /**
@@ -747,7 +747,7 @@ export declare class OperationsInsightsClient {
747
747
  * @param ListAwrDatabaseSnapshotsRequest
748
748
  * @return ListAwrDatabaseSnapshotsResponse
749
749
  * @throws OciError when an error occurs
750
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/ListAwrDatabaseSnapshots.ts.html |here} to see how to use ListAwrDatabaseSnapshots API.
750
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListAwrDatabaseSnapshots.ts.html |here} to see how to use ListAwrDatabaseSnapshots API.
751
751
  */
752
752
  listAwrDatabaseSnapshots(listAwrDatabaseSnapshotsRequest: requests.ListAwrDatabaseSnapshotsRequest): Promise<responses.ListAwrDatabaseSnapshotsResponse>;
753
753
  /**
@@ -757,7 +757,7 @@ export declare class OperationsInsightsClient {
757
757
  * @param ListAwrDatabasesRequest
758
758
  * @return ListAwrDatabasesResponse
759
759
  * @throws OciError when an error occurs
760
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/ListAwrDatabases.ts.html |here} to see how to use ListAwrDatabases API.
760
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListAwrDatabases.ts.html |here} to see how to use ListAwrDatabases API.
761
761
  */
762
762
  listAwrDatabases(listAwrDatabasesRequest: requests.ListAwrDatabasesRequest): Promise<responses.ListAwrDatabasesResponse>;
763
763
  /**
@@ -767,7 +767,7 @@ export declare class OperationsInsightsClient {
767
767
  * @param ListAwrHubsRequest
768
768
  * @return ListAwrHubsResponse
769
769
  * @throws OciError when an error occurs
770
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/ListAwrHubs.ts.html |here} to see how to use ListAwrHubs API.
770
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListAwrHubs.ts.html |here} to see how to use ListAwrHubs API.
771
771
  */
772
772
  listAwrHubs(listAwrHubsRequest: requests.ListAwrHubsRequest): Promise<responses.ListAwrHubsResponse>;
773
773
  /**
@@ -778,7 +778,7 @@ export declare class OperationsInsightsClient {
778
778
  * @param ListAwrSnapshotsRequest
779
779
  * @return ListAwrSnapshotsResponse
780
780
  * @throws OciError when an error occurs
781
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/ListAwrSnapshots.ts.html |here} to see how to use ListAwrSnapshots API.
781
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListAwrSnapshots.ts.html |here} to see how to use ListAwrSnapshots API.
782
782
  */
783
783
  listAwrSnapshots(listAwrSnapshotsRequest: requests.ListAwrSnapshotsRequest): Promise<responses.ListAwrSnapshotsResponse>;
784
784
  /**
@@ -789,7 +789,7 @@ export declare class OperationsInsightsClient {
789
789
  * @param ListDatabaseConfigurationsRequest
790
790
  * @return ListDatabaseConfigurationsResponse
791
791
  * @throws OciError when an error occurs
792
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/ListDatabaseConfigurations.ts.html |here} to see how to use ListDatabaseConfigurations API.
792
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListDatabaseConfigurations.ts.html |here} to see how to use ListDatabaseConfigurations API.
793
793
  */
794
794
  listDatabaseConfigurations(listDatabaseConfigurationsRequest: requests.ListDatabaseConfigurationsRequest): Promise<responses.ListDatabaseConfigurationsResponse>;
795
795
  /**
@@ -800,7 +800,7 @@ export declare class OperationsInsightsClient {
800
800
  * @param ListDatabaseInsightsRequest
801
801
  * @return ListDatabaseInsightsResponse
802
802
  * @throws OciError when an error occurs
803
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/ListDatabaseInsights.ts.html |here} to see how to use ListDatabaseInsights API.
803
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListDatabaseInsights.ts.html |here} to see how to use ListDatabaseInsights API.
804
804
  */
805
805
  listDatabaseInsights(listDatabaseInsightsRequest: requests.ListDatabaseInsightsRequest): Promise<responses.ListDatabaseInsightsResponse>;
806
806
  /**
@@ -811,7 +811,7 @@ export declare class OperationsInsightsClient {
811
811
  * @param ListEnterpriseManagerBridgesRequest
812
812
  * @return ListEnterpriseManagerBridgesResponse
813
813
  * @throws OciError when an error occurs
814
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/ListEnterpriseManagerBridges.ts.html |here} to see how to use ListEnterpriseManagerBridges API.
814
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListEnterpriseManagerBridges.ts.html |here} to see how to use ListEnterpriseManagerBridges API.
815
815
  */
816
816
  listEnterpriseManagerBridges(listEnterpriseManagerBridgesRequest: requests.ListEnterpriseManagerBridgesRequest): Promise<responses.ListEnterpriseManagerBridgesResponse>;
817
817
  /**
@@ -820,7 +820,7 @@ export declare class OperationsInsightsClient {
820
820
  * @param ListExadataConfigurationsRequest
821
821
  * @return ListExadataConfigurationsResponse
822
822
  * @throws OciError when an error occurs
823
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/ListExadataConfigurations.ts.html |here} to see how to use ListExadataConfigurations API.
823
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListExadataConfigurations.ts.html |here} to see how to use ListExadataConfigurations API.
824
824
  */
825
825
  listExadataConfigurations(listExadataConfigurationsRequest: requests.ListExadataConfigurationsRequest): Promise<responses.ListExadataConfigurationsResponse>;
826
826
  /**
@@ -831,7 +831,7 @@ export declare class OperationsInsightsClient {
831
831
  * @param ListExadataInsightsRequest
832
832
  * @return ListExadataInsightsResponse
833
833
  * @throws OciError when an error occurs
834
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/ListExadataInsights.ts.html |here} to see how to use ListExadataInsights API.
834
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListExadataInsights.ts.html |here} to see how to use ListExadataInsights API.
835
835
  */
836
836
  listExadataInsights(listExadataInsightsRequest: requests.ListExadataInsightsRequest): Promise<responses.ListExadataInsightsResponse>;
837
837
  /**
@@ -842,7 +842,7 @@ export declare class OperationsInsightsClient {
842
842
  * @param ListHostConfigurationsRequest
843
843
  * @return ListHostConfigurationsResponse
844
844
  * @throws OciError when an error occurs
845
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/ListHostConfigurations.ts.html |here} to see how to use ListHostConfigurations API.
845
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListHostConfigurations.ts.html |here} to see how to use ListHostConfigurations API.
846
846
  */
847
847
  listHostConfigurations(listHostConfigurationsRequest: requests.ListHostConfigurationsRequest): Promise<responses.ListHostConfigurationsResponse>;
848
848
  /**
@@ -853,7 +853,7 @@ export declare class OperationsInsightsClient {
853
853
  * @param ListHostInsightsRequest
854
854
  * @return ListHostInsightsResponse
855
855
  * @throws OciError when an error occurs
856
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/ListHostInsights.ts.html |here} to see how to use ListHostInsights API.
856
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListHostInsights.ts.html |here} to see how to use ListHostInsights API.
857
857
  */
858
858
  listHostInsights(listHostInsightsRequest: requests.ListHostInsightsRequest): Promise<responses.ListHostInsightsResponse>;
859
859
  /**
@@ -863,7 +863,7 @@ export declare class OperationsInsightsClient {
863
863
  * @param ListHostedEntitiesRequest
864
864
  * @return ListHostedEntitiesResponse
865
865
  * @throws OciError when an error occurs
866
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/ListHostedEntities.ts.html |here} to see how to use ListHostedEntities API.
866
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListHostedEntities.ts.html |here} to see how to use ListHostedEntities API.
867
867
  */
868
868
  listHostedEntities(listHostedEntitiesRequest: requests.ListHostedEntitiesRequest): Promise<responses.ListHostedEntitiesResponse>;
869
869
  /**
@@ -877,7 +877,7 @@ export declare class OperationsInsightsClient {
877
877
  * @param ListImportableAgentEntitiesRequest
878
878
  * @return ListImportableAgentEntitiesResponse
879
879
  * @throws OciError when an error occurs
880
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/ListImportableAgentEntities.ts.html |here} to see how to use ListImportableAgentEntities API.
880
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListImportableAgentEntities.ts.html |here} to see how to use ListImportableAgentEntities API.
881
881
  */
882
882
  listImportableAgentEntities(listImportableAgentEntitiesRequest: requests.ListImportableAgentEntitiesRequest): Promise<responses.ListImportableAgentEntitiesResponse>;
883
883
  /**
@@ -893,7 +893,7 @@ export declare class OperationsInsightsClient {
893
893
  * @param ListImportableComputeEntitiesRequest
894
894
  * @return ListImportableComputeEntitiesResponse
895
895
  * @throws OciError when an error occurs
896
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/ListImportableComputeEntities.ts.html |here} to see how to use ListImportableComputeEntities API.
896
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListImportableComputeEntities.ts.html |here} to see how to use ListImportableComputeEntities API.
897
897
  */
898
898
  listImportableComputeEntities(listImportableComputeEntitiesRequest: requests.ListImportableComputeEntitiesRequest): Promise<responses.ListImportableComputeEntitiesResponse>;
899
899
  /**
@@ -903,7 +903,7 @@ export declare class OperationsInsightsClient {
903
903
  * @param ListImportableEnterpriseManagerEntitiesRequest
904
904
  * @return ListImportableEnterpriseManagerEntitiesResponse
905
905
  * @throws OciError when an error occurs
906
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/ListImportableEnterpriseManagerEntities.ts.html |here} to see how to use ListImportableEnterpriseManagerEntities API.
906
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListImportableEnterpriseManagerEntities.ts.html |here} to see how to use ListImportableEnterpriseManagerEntities API.
907
907
  */
908
908
  listImportableEnterpriseManagerEntities(listImportableEnterpriseManagerEntitiesRequest: requests.ListImportableEnterpriseManagerEntitiesRequest): Promise<responses.ListImportableEnterpriseManagerEntitiesResponse>;
909
909
  /**
@@ -913,7 +913,7 @@ export declare class OperationsInsightsClient {
913
913
  * @param ListNewsReportsRequest
914
914
  * @return ListNewsReportsResponse
915
915
  * @throws OciError when an error occurs
916
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/ListNewsReports.ts.html |here} to see how to use ListNewsReports API.
916
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListNewsReports.ts.html |here} to see how to use ListNewsReports API.
917
917
  */
918
918
  listNewsReports(listNewsReportsRequest: requests.ListNewsReportsRequest): Promise<responses.ListNewsReportsResponse>;
919
919
  /**
@@ -922,7 +922,7 @@ export declare class OperationsInsightsClient {
922
922
  * @param ListOperationsInsightsPrivateEndpointsRequest
923
923
  * @return ListOperationsInsightsPrivateEndpointsResponse
924
924
  * @throws OciError when an error occurs
925
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/ListOperationsInsightsPrivateEndpoints.ts.html |here} to see how to use ListOperationsInsightsPrivateEndpoints API.
925
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListOperationsInsightsPrivateEndpoints.ts.html |here} to see how to use ListOperationsInsightsPrivateEndpoints API.
926
926
  */
927
927
  listOperationsInsightsPrivateEndpoints(listOperationsInsightsPrivateEndpointsRequest: requests.ListOperationsInsightsPrivateEndpointsRequest): Promise<responses.ListOperationsInsightsPrivateEndpointsResponse>;
928
928
  /**
@@ -932,7 +932,7 @@ export declare class OperationsInsightsClient {
932
932
  * @param ListOperationsInsightsWarehouseUsersRequest
933
933
  * @return ListOperationsInsightsWarehouseUsersResponse
934
934
  * @throws OciError when an error occurs
935
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/ListOperationsInsightsWarehouseUsers.ts.html |here} to see how to use ListOperationsInsightsWarehouseUsers API.
935
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListOperationsInsightsWarehouseUsers.ts.html |here} to see how to use ListOperationsInsightsWarehouseUsers API.
936
936
  */
937
937
  listOperationsInsightsWarehouseUsers(listOperationsInsightsWarehouseUsersRequest: requests.ListOperationsInsightsWarehouseUsersRequest): Promise<responses.ListOperationsInsightsWarehouseUsersResponse>;
938
938
  /**
@@ -943,7 +943,7 @@ export declare class OperationsInsightsClient {
943
943
  * @param ListOperationsInsightsWarehousesRequest
944
944
  * @return ListOperationsInsightsWarehousesResponse
945
945
  * @throws OciError when an error occurs
946
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/ListOperationsInsightsWarehouses.ts.html |here} to see how to use ListOperationsInsightsWarehouses API.
946
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListOperationsInsightsWarehouses.ts.html |here} to see how to use ListOperationsInsightsWarehouses API.
947
947
  */
948
948
  listOperationsInsightsWarehouses(listOperationsInsightsWarehousesRequest: requests.ListOperationsInsightsWarehousesRequest): Promise<responses.ListOperationsInsightsWarehousesResponse>;
949
949
  /**
@@ -953,7 +953,7 @@ export declare class OperationsInsightsClient {
953
953
  * @param ListOpsiConfigurationsRequest
954
954
  * @return ListOpsiConfigurationsResponse
955
955
  * @throws OciError when an error occurs
956
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/ListOpsiConfigurations.ts.html |here} to see how to use ListOpsiConfigurations API.
956
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListOpsiConfigurations.ts.html |here} to see how to use ListOpsiConfigurations API.
957
957
  */
958
958
  listOpsiConfigurations(listOpsiConfigurationsRequest: requests.ListOpsiConfigurationsRequest): Promise<responses.ListOpsiConfigurationsResponse>;
959
959
  /**
@@ -963,7 +963,7 @@ export declare class OperationsInsightsClient {
963
963
  * @param ListOpsiDataObjectsRequest
964
964
  * @return ListOpsiDataObjectsResponse
965
965
  * @throws OciError when an error occurs
966
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/ListOpsiDataObjects.ts.html |here} to see how to use ListOpsiDataObjects API.
966
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListOpsiDataObjects.ts.html |here} to see how to use ListOpsiDataObjects API.
967
967
  */
968
968
  listOpsiDataObjects(listOpsiDataObjectsRequest: requests.ListOpsiDataObjectsRequest): Promise<responses.ListOpsiDataObjectsResponse>;
969
969
  /**
@@ -974,7 +974,7 @@ export declare class OperationsInsightsClient {
974
974
  * @param ListSqlPlansRequest
975
975
  * @return ListSqlPlansResponse
976
976
  * @throws OciError when an error occurs
977
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/ListSqlPlans.ts.html |here} to see how to use ListSqlPlans API.
977
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListSqlPlans.ts.html |here} to see how to use ListSqlPlans API.
978
978
  */
979
979
  listSqlPlans(listSqlPlansRequest: requests.ListSqlPlansRequest): Promise<responses.ListSqlPlansResponse>;
980
980
  /**
@@ -985,7 +985,7 @@ export declare class OperationsInsightsClient {
985
985
  * @param ListSqlSearchesRequest
986
986
  * @return ListSqlSearchesResponse
987
987
  * @throws OciError when an error occurs
988
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/ListSqlSearches.ts.html |here} to see how to use ListSqlSearches API.
988
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListSqlSearches.ts.html |here} to see how to use ListSqlSearches API.
989
989
  */
990
990
  listSqlSearches(listSqlSearchesRequest: requests.ListSqlSearchesRequest): Promise<responses.ListSqlSearchesResponse>;
991
991
  /**
@@ -995,9 +995,19 @@ export declare class OperationsInsightsClient {
995
995
  * @param ListSqlTextsRequest
996
996
  * @return ListSqlTextsResponse
997
997
  * @throws OciError when an error occurs
998
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/ListSqlTexts.ts.html |here} to see how to use ListSqlTexts API.
998
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListSqlTexts.ts.html |here} to see how to use ListSqlTexts API.
999
999
  */
1000
1000
  listSqlTexts(listSqlTextsRequest: requests.ListSqlTextsRequest): Promise<responses.ListSqlTextsResponse>;
1001
+ /**
1002
+ * Gets a list of Warehouse data objects (e.g: views, tables), based on the query parameters specified.
1003
+ *
1004
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
1005
+ * @param ListWarehouseDataObjectsRequest
1006
+ * @return ListWarehouseDataObjectsResponse
1007
+ * @throws OciError when an error occurs
1008
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListWarehouseDataObjects.ts.html |here} to see how to use ListWarehouseDataObjects API.
1009
+ */
1010
+ listWarehouseDataObjects(listWarehouseDataObjectsRequest: requests.ListWarehouseDataObjectsRequest): Promise<responses.ListWarehouseDataObjectsResponse>;
1001
1011
  /**
1002
1012
  * Return a (paginated) list of errors for a given work request.
1003
1013
  *
@@ -1005,7 +1015,7 @@ export declare class OperationsInsightsClient {
1005
1015
  * @param ListWorkRequestErrorsRequest
1006
1016
  * @return ListWorkRequestErrorsResponse
1007
1017
  * @throws OciError when an error occurs
1008
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1018
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1009
1019
  */
1010
1020
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
1011
1021
  /**
@@ -1015,7 +1025,7 @@ export declare class OperationsInsightsClient {
1015
1025
  * @param ListWorkRequestLogsRequest
1016
1026
  * @return ListWorkRequestLogsResponse
1017
1027
  * @throws OciError when an error occurs
1018
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1028
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1019
1029
  */
1020
1030
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
1021
1031
  /**
@@ -1025,7 +1035,7 @@ export declare class OperationsInsightsClient {
1025
1035
  * @param ListWorkRequestsRequest
1026
1036
  * @return ListWorkRequestsResponse
1027
1037
  * @throws OciError when an error occurs
1028
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1038
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1029
1039
  */
1030
1040
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
1031
1041
  /**
@@ -1036,16 +1046,27 @@ export declare class OperationsInsightsClient {
1036
1046
  * @param QueryOpsiDataObjectDataRequest
1037
1047
  * @return QueryOpsiDataObjectDataResponse
1038
1048
  * @throws OciError when an error occurs
1039
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/QueryOpsiDataObjectData.ts.html |here} to see how to use QueryOpsiDataObjectData API.
1049
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/QueryOpsiDataObjectData.ts.html |here} to see how to use QueryOpsiDataObjectData API.
1040
1050
  */
1041
1051
  queryOpsiDataObjectData(queryOpsiDataObjectDataRequest: requests.QueryOpsiDataObjectDataRequest): Promise<responses.QueryOpsiDataObjectDataResponse>;
1052
+ /**
1053
+ * Queries Warehouse data objects (e.g: views, tables) with the inputs provided and sends the result set back.
1054
+ * Any data to which an OperationsInsightsWarehouseUser with a permission to the corresponding Warehouse can be queried.
1055
+ *
1056
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
1057
+ * @param QueryWarehouseDataObjectDataRequest
1058
+ * @return QueryWarehouseDataObjectDataResponse
1059
+ * @throws OciError when an error occurs
1060
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/QueryWarehouseDataObjectData.ts.html |here} to see how to use QueryWarehouseDataObjectData API.
1061
+ */
1062
+ queryWarehouseDataObjectData(queryWarehouseDataObjectDataRequest: requests.QueryWarehouseDataObjectDataRequest): Promise<responses.QueryWarehouseDataObjectDataResponse>;
1042
1063
  /**
1043
1064
  * Rotate the ADW wallet for Operations Insights Warehouse using which the Hub data is exposed.
1044
1065
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
1045
1066
  * @param RotateOperationsInsightsWarehouseWalletRequest
1046
1067
  * @return RotateOperationsInsightsWarehouseWalletResponse
1047
1068
  * @throws OciError when an error occurs
1048
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/RotateOperationsInsightsWarehouseWallet.ts.html |here} to see how to use RotateOperationsInsightsWarehouseWallet API.
1069
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/RotateOperationsInsightsWarehouseWallet.ts.html |here} to see how to use RotateOperationsInsightsWarehouseWallet API.
1049
1070
  */
1050
1071
  rotateOperationsInsightsWarehouseWallet(rotateOperationsInsightsWarehouseWalletRequest: requests.RotateOperationsInsightsWarehouseWalletRequest): Promise<responses.RotateOperationsInsightsWarehouseWalletResponse>;
1051
1072
  /**
@@ -1055,7 +1076,7 @@ export declare class OperationsInsightsClient {
1055
1076
  * @param SummarizeAddmDbFindingsRequest
1056
1077
  * @return SummarizeAddmDbFindingsResponse
1057
1078
  * @throws OciError when an error occurs
1058
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/SummarizeAddmDbFindings.ts.html |here} to see how to use SummarizeAddmDbFindings API.
1079
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeAddmDbFindings.ts.html |here} to see how to use SummarizeAddmDbFindings API.
1059
1080
  */
1060
1081
  summarizeAddmDbFindings(summarizeAddmDbFindingsRequest: requests.SummarizeAddmDbFindingsRequest): Promise<responses.SummarizeAddmDbFindingsResponse>;
1061
1082
  /**
@@ -1067,7 +1088,7 @@ export declare class OperationsInsightsClient {
1067
1088
  * @param SummarizeAddmDbParameterChangesRequest
1068
1089
  * @return SummarizeAddmDbParameterChangesResponse
1069
1090
  * @throws OciError when an error occurs
1070
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/SummarizeAddmDbParameterChanges.ts.html |here} to see how to use SummarizeAddmDbParameterChanges API.
1091
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeAddmDbParameterChanges.ts.html |here} to see how to use SummarizeAddmDbParameterChanges API.
1071
1092
  */
1072
1093
  summarizeAddmDbParameterChanges(summarizeAddmDbParameterChangesRequest: requests.SummarizeAddmDbParameterChangesRequest): Promise<responses.SummarizeAddmDbParameterChangesResponse>;
1073
1094
  /**
@@ -1080,7 +1101,7 @@ export declare class OperationsInsightsClient {
1080
1101
  * @param SummarizeAddmDbParametersRequest
1081
1102
  * @return SummarizeAddmDbParametersResponse
1082
1103
  * @throws OciError when an error occurs
1083
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/SummarizeAddmDbParameters.ts.html |here} to see how to use SummarizeAddmDbParameters API.
1104
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeAddmDbParameters.ts.html |here} to see how to use SummarizeAddmDbParameters API.
1084
1105
  */
1085
1106
  summarizeAddmDbParameters(summarizeAddmDbParametersRequest: requests.SummarizeAddmDbParametersRequest): Promise<responses.SummarizeAddmDbParametersResponse>;
1086
1107
  /**
@@ -1090,7 +1111,7 @@ export declare class OperationsInsightsClient {
1090
1111
  * @param SummarizeAddmDbRecommendationsRequest
1091
1112
  * @return SummarizeAddmDbRecommendationsResponse
1092
1113
  * @throws OciError when an error occurs
1093
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/SummarizeAddmDbRecommendations.ts.html |here} to see how to use SummarizeAddmDbRecommendations API.
1114
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeAddmDbRecommendations.ts.html |here} to see how to use SummarizeAddmDbRecommendations API.
1094
1115
  */
1095
1116
  summarizeAddmDbRecommendations(summarizeAddmDbRecommendationsRequest: requests.SummarizeAddmDbRecommendationsRequest): Promise<responses.SummarizeAddmDbRecommendationsResponse>;
1096
1117
  /**
@@ -1100,7 +1121,7 @@ export declare class OperationsInsightsClient {
1100
1121
  * @param SummarizeAddmDbSchemaObjectsRequest
1101
1122
  * @return SummarizeAddmDbSchemaObjectsResponse
1102
1123
  * @throws OciError when an error occurs
1103
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/SummarizeAddmDbSchemaObjects.ts.html |here} to see how to use SummarizeAddmDbSchemaObjects API.
1124
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeAddmDbSchemaObjects.ts.html |here} to see how to use SummarizeAddmDbSchemaObjects API.
1104
1125
  */
1105
1126
  summarizeAddmDbSchemaObjects(summarizeAddmDbSchemaObjectsRequest: requests.SummarizeAddmDbSchemaObjectsRequest): Promise<responses.SummarizeAddmDbSchemaObjectsResponse>;
1106
1127
  /**
@@ -1110,7 +1131,7 @@ export declare class OperationsInsightsClient {
1110
1131
  * @param SummarizeAddmDbSqlStatementsRequest
1111
1132
  * @return SummarizeAddmDbSqlStatementsResponse
1112
1133
  * @throws OciError when an error occurs
1113
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/SummarizeAddmDbSqlStatements.ts.html |here} to see how to use SummarizeAddmDbSqlStatements API.
1134
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeAddmDbSqlStatements.ts.html |here} to see how to use SummarizeAddmDbSqlStatements API.
1114
1135
  */
1115
1136
  summarizeAddmDbSqlStatements(summarizeAddmDbSqlStatementsRequest: requests.SummarizeAddmDbSqlStatementsRequest): Promise<responses.SummarizeAddmDbSqlStatementsResponse>;
1116
1137
  /**
@@ -1124,7 +1145,7 @@ export declare class OperationsInsightsClient {
1124
1145
  * @param SummarizeAwrDatabaseCpuUsagesRequest
1125
1146
  * @return SummarizeAwrDatabaseCpuUsagesResponse
1126
1147
  * @throws OciError when an error occurs
1127
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/SummarizeAwrDatabaseCpuUsages.ts.html |here} to see how to use SummarizeAwrDatabaseCpuUsages API.
1148
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeAwrDatabaseCpuUsages.ts.html |here} to see how to use SummarizeAwrDatabaseCpuUsages API.
1128
1149
  */
1129
1150
  summarizeAwrDatabaseCpuUsages(summarizeAwrDatabaseCpuUsagesRequest: requests.SummarizeAwrDatabaseCpuUsagesRequest): Promise<responses.SummarizeAwrDatabaseCpuUsagesResponse>;
1130
1151
  /**
@@ -1134,7 +1155,7 @@ export declare class OperationsInsightsClient {
1134
1155
  * @param SummarizeAwrDatabaseMetricsRequest
1135
1156
  * @return SummarizeAwrDatabaseMetricsResponse
1136
1157
  * @throws OciError when an error occurs
1137
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/SummarizeAwrDatabaseMetrics.ts.html |here} to see how to use SummarizeAwrDatabaseMetrics API.
1158
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeAwrDatabaseMetrics.ts.html |here} to see how to use SummarizeAwrDatabaseMetrics API.
1138
1159
  */
1139
1160
  summarizeAwrDatabaseMetrics(summarizeAwrDatabaseMetricsRequest: requests.SummarizeAwrDatabaseMetricsRequest): Promise<responses.SummarizeAwrDatabaseMetricsResponse>;
1140
1161
  /**
@@ -1148,7 +1169,7 @@ export declare class OperationsInsightsClient {
1148
1169
  * @param SummarizeAwrDatabaseParameterChangesRequest
1149
1170
  * @return SummarizeAwrDatabaseParameterChangesResponse
1150
1171
  * @throws OciError when an error occurs
1151
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/SummarizeAwrDatabaseParameterChanges.ts.html |here} to see how to use SummarizeAwrDatabaseParameterChanges API.
1172
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeAwrDatabaseParameterChanges.ts.html |here} to see how to use SummarizeAwrDatabaseParameterChanges API.
1152
1173
  */
1153
1174
  summarizeAwrDatabaseParameterChanges(summarizeAwrDatabaseParameterChangesRequest: requests.SummarizeAwrDatabaseParameterChangesRequest): Promise<responses.SummarizeAwrDatabaseParameterChangesResponse>;
1154
1175
  /**
@@ -1168,7 +1189,7 @@ export declare class OperationsInsightsClient {
1168
1189
  * @param SummarizeAwrDatabaseParametersRequest
1169
1190
  * @return SummarizeAwrDatabaseParametersResponse
1170
1191
  * @throws OciError when an error occurs
1171
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/SummarizeAwrDatabaseParameters.ts.html |here} to see how to use SummarizeAwrDatabaseParameters API.
1192
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeAwrDatabaseParameters.ts.html |here} to see how to use SummarizeAwrDatabaseParameters API.
1172
1193
  */
1173
1194
  summarizeAwrDatabaseParameters(summarizeAwrDatabaseParametersRequest: requests.SummarizeAwrDatabaseParametersRequest): Promise<responses.SummarizeAwrDatabaseParametersResponse>;
1174
1195
  /**
@@ -1178,7 +1199,7 @@ export declare class OperationsInsightsClient {
1178
1199
  * @param SummarizeAwrDatabaseSnapshotRangesRequest
1179
1200
  * @return SummarizeAwrDatabaseSnapshotRangesResponse
1180
1201
  * @throws OciError when an error occurs
1181
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/SummarizeAwrDatabaseSnapshotRanges.ts.html |here} to see how to use SummarizeAwrDatabaseSnapshotRanges API.
1202
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeAwrDatabaseSnapshotRanges.ts.html |here} to see how to use SummarizeAwrDatabaseSnapshotRanges API.
1182
1203
  */
1183
1204
  summarizeAwrDatabaseSnapshotRanges(summarizeAwrDatabaseSnapshotRangesRequest: requests.SummarizeAwrDatabaseSnapshotRangesRequest): Promise<responses.SummarizeAwrDatabaseSnapshotRangesResponse>;
1184
1205
  /**
@@ -1188,7 +1209,7 @@ export declare class OperationsInsightsClient {
1188
1209
  * @param SummarizeAwrDatabaseSysstatsRequest
1189
1210
  * @return SummarizeAwrDatabaseSysstatsResponse
1190
1211
  * @throws OciError when an error occurs
1191
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/SummarizeAwrDatabaseSysstats.ts.html |here} to see how to use SummarizeAwrDatabaseSysstats API.
1212
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeAwrDatabaseSysstats.ts.html |here} to see how to use SummarizeAwrDatabaseSysstats API.
1192
1213
  */
1193
1214
  summarizeAwrDatabaseSysstats(summarizeAwrDatabaseSysstatsRequest: requests.SummarizeAwrDatabaseSysstatsRequest): Promise<responses.SummarizeAwrDatabaseSysstatsResponse>;
1194
1215
  /**
@@ -1198,7 +1219,7 @@ export declare class OperationsInsightsClient {
1198
1219
  * @param SummarizeAwrDatabaseTopWaitEventsRequest
1199
1220
  * @return SummarizeAwrDatabaseTopWaitEventsResponse
1200
1221
  * @throws OciError when an error occurs
1201
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/SummarizeAwrDatabaseTopWaitEvents.ts.html |here} to see how to use SummarizeAwrDatabaseTopWaitEvents API.
1222
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeAwrDatabaseTopWaitEvents.ts.html |here} to see how to use SummarizeAwrDatabaseTopWaitEvents API.
1202
1223
  */
1203
1224
  summarizeAwrDatabaseTopWaitEvents(summarizeAwrDatabaseTopWaitEventsRequest: requests.SummarizeAwrDatabaseTopWaitEventsRequest): Promise<responses.SummarizeAwrDatabaseTopWaitEventsResponse>;
1204
1225
  /**
@@ -1208,7 +1229,7 @@ export declare class OperationsInsightsClient {
1208
1229
  * @param SummarizeAwrDatabaseWaitEventBucketsRequest
1209
1230
  * @return SummarizeAwrDatabaseWaitEventBucketsResponse
1210
1231
  * @throws OciError when an error occurs
1211
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/SummarizeAwrDatabaseWaitEventBuckets.ts.html |here} to see how to use SummarizeAwrDatabaseWaitEventBuckets API.
1232
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeAwrDatabaseWaitEventBuckets.ts.html |here} to see how to use SummarizeAwrDatabaseWaitEventBuckets API.
1212
1233
  */
1213
1234
  summarizeAwrDatabaseWaitEventBuckets(summarizeAwrDatabaseWaitEventBucketsRequest: requests.SummarizeAwrDatabaseWaitEventBucketsRequest): Promise<responses.SummarizeAwrDatabaseWaitEventBucketsResponse>;
1214
1235
  /**
@@ -1218,7 +1239,7 @@ export declare class OperationsInsightsClient {
1218
1239
  * @param SummarizeAwrDatabaseWaitEventsRequest
1219
1240
  * @return SummarizeAwrDatabaseWaitEventsResponse
1220
1241
  * @throws OciError when an error occurs
1221
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/SummarizeAwrDatabaseWaitEvents.ts.html |here} to see how to use SummarizeAwrDatabaseWaitEvents API.
1242
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeAwrDatabaseWaitEvents.ts.html |here} to see how to use SummarizeAwrDatabaseWaitEvents API.
1222
1243
  */
1223
1244
  summarizeAwrDatabaseWaitEvents(summarizeAwrDatabaseWaitEventsRequest: requests.SummarizeAwrDatabaseWaitEventsRequest): Promise<responses.SummarizeAwrDatabaseWaitEventsResponse>;
1224
1245
  /**
@@ -1228,7 +1249,7 @@ export declare class OperationsInsightsClient {
1228
1249
  * @param SummarizeAwrSourcesSummariesRequest
1229
1250
  * @return SummarizeAwrSourcesSummariesResponse
1230
1251
  * @throws OciError when an error occurs
1231
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/SummarizeAwrSourcesSummaries.ts.html |here} to see how to use SummarizeAwrSourcesSummaries API.
1252
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeAwrSourcesSummaries.ts.html |here} to see how to use SummarizeAwrSourcesSummaries API.
1232
1253
  */
1233
1254
  summarizeAwrSourcesSummaries(summarizeAwrSourcesSummariesRequest: requests.SummarizeAwrSourcesSummariesRequest): Promise<responses.SummarizeAwrSourcesSummariesResponse>;
1234
1255
  /**
@@ -1239,7 +1260,7 @@ export declare class OperationsInsightsClient {
1239
1260
  * @param SummarizeConfigurationItemsRequest
1240
1261
  * @return SummarizeConfigurationItemsResponse
1241
1262
  * @throws OciError when an error occurs
1242
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/SummarizeConfigurationItems.ts.html |here} to see how to use SummarizeConfigurationItems API.
1263
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeConfigurationItems.ts.html |here} to see how to use SummarizeConfigurationItems API.
1243
1264
  */
1244
1265
  summarizeConfigurationItems(summarizeConfigurationItemsRequest: requests.SummarizeConfigurationItemsRequest): Promise<responses.SummarizeConfigurationItemsResponse>;
1245
1266
  /**
@@ -1251,7 +1272,7 @@ export declare class OperationsInsightsClient {
1251
1272
  * @param SummarizeDatabaseInsightResourceCapacityTrendRequest
1252
1273
  * @return SummarizeDatabaseInsightResourceCapacityTrendResponse
1253
1274
  * @throws OciError when an error occurs
1254
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/SummarizeDatabaseInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceCapacityTrend API.
1275
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeDatabaseInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceCapacityTrend API.
1255
1276
  */
1256
1277
  summarizeDatabaseInsightResourceCapacityTrend(summarizeDatabaseInsightResourceCapacityTrendRequest: requests.SummarizeDatabaseInsightResourceCapacityTrendRequest): Promise<responses.SummarizeDatabaseInsightResourceCapacityTrendResponse>;
1257
1278
  /**
@@ -1262,7 +1283,7 @@ export declare class OperationsInsightsClient {
1262
1283
  * @param SummarizeDatabaseInsightResourceForecastTrendRequest
1263
1284
  * @return SummarizeDatabaseInsightResourceForecastTrendResponse
1264
1285
  * @throws OciError when an error occurs
1265
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/SummarizeDatabaseInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceForecastTrend API.
1286
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeDatabaseInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceForecastTrend API.
1266
1287
  */
1267
1288
  summarizeDatabaseInsightResourceForecastTrend(summarizeDatabaseInsightResourceForecastTrendRequest: requests.SummarizeDatabaseInsightResourceForecastTrendRequest): Promise<responses.SummarizeDatabaseInsightResourceForecastTrendResponse>;
1268
1289
  /**
@@ -1273,7 +1294,7 @@ export declare class OperationsInsightsClient {
1273
1294
  * @param SummarizeDatabaseInsightResourceStatisticsRequest
1274
1295
  * @return SummarizeDatabaseInsightResourceStatisticsResponse
1275
1296
  * @throws OciError when an error occurs
1276
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/SummarizeDatabaseInsightResourceStatistics.ts.html |here} to see how to use SummarizeDatabaseInsightResourceStatistics API.
1297
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeDatabaseInsightResourceStatistics.ts.html |here} to see how to use SummarizeDatabaseInsightResourceStatistics API.
1277
1298
  */
1278
1299
  summarizeDatabaseInsightResourceStatistics(summarizeDatabaseInsightResourceStatisticsRequest: requests.SummarizeDatabaseInsightResourceStatisticsRequest): Promise<responses.SummarizeDatabaseInsightResourceStatisticsResponse>;
1279
1300
  /**
@@ -1286,7 +1307,7 @@ export declare class OperationsInsightsClient {
1286
1307
  * @param SummarizeDatabaseInsightResourceUsageRequest
1287
1308
  * @return SummarizeDatabaseInsightResourceUsageResponse
1288
1309
  * @throws OciError when an error occurs
1289
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/SummarizeDatabaseInsightResourceUsage.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsage API.
1310
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeDatabaseInsightResourceUsage.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsage API.
1290
1311
  */
1291
1312
  summarizeDatabaseInsightResourceUsage(summarizeDatabaseInsightResourceUsageRequest: requests.SummarizeDatabaseInsightResourceUsageRequest): Promise<responses.SummarizeDatabaseInsightResourceUsageResponse>;
1292
1313
  /**
@@ -1298,7 +1319,7 @@ export declare class OperationsInsightsClient {
1298
1319
  * @param SummarizeDatabaseInsightResourceUsageTrendRequest
1299
1320
  * @return SummarizeDatabaseInsightResourceUsageTrendResponse
1300
1321
  * @throws OciError when an error occurs
1301
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/SummarizeDatabaseInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsageTrend API.
1322
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeDatabaseInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsageTrend API.
1302
1323
  */
1303
1324
  summarizeDatabaseInsightResourceUsageTrend(summarizeDatabaseInsightResourceUsageTrendRequest: requests.SummarizeDatabaseInsightResourceUsageTrendRequest): Promise<responses.SummarizeDatabaseInsightResourceUsageTrendResponse>;
1304
1325
  /**
@@ -1309,7 +1330,7 @@ export declare class OperationsInsightsClient {
1309
1330
  * @param SummarizeDatabaseInsightResourceUtilizationInsightRequest
1310
1331
  * @return SummarizeDatabaseInsightResourceUtilizationInsightResponse
1311
1332
  * @throws OciError when an error occurs
1312
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/SummarizeDatabaseInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUtilizationInsight API.
1333
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeDatabaseInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUtilizationInsight API.
1313
1334
  */
1314
1335
  summarizeDatabaseInsightResourceUtilizationInsight(summarizeDatabaseInsightResourceUtilizationInsightRequest: requests.SummarizeDatabaseInsightResourceUtilizationInsightRequest): Promise<responses.SummarizeDatabaseInsightResourceUtilizationInsightResponse>;
1315
1336
  /**
@@ -1321,7 +1342,7 @@ export declare class OperationsInsightsClient {
1321
1342
  * @param SummarizeDatabaseInsightTablespaceUsageTrendRequest
1322
1343
  * @return SummarizeDatabaseInsightTablespaceUsageTrendResponse
1323
1344
  * @throws OciError when an error occurs
1324
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/SummarizeDatabaseInsightTablespaceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightTablespaceUsageTrend API.
1345
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeDatabaseInsightTablespaceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightTablespaceUsageTrend API.
1325
1346
  */
1326
1347
  summarizeDatabaseInsightTablespaceUsageTrend(summarizeDatabaseInsightTablespaceUsageTrendRequest: requests.SummarizeDatabaseInsightTablespaceUsageTrendRequest): Promise<responses.SummarizeDatabaseInsightTablespaceUsageTrendResponse>;
1327
1348
  /**
@@ -1338,7 +1359,7 @@ export declare class OperationsInsightsClient {
1338
1359
  * @param SummarizeExadataInsightResourceCapacityTrendRequest
1339
1360
  * @return SummarizeExadataInsightResourceCapacityTrendResponse
1340
1361
  * @throws OciError when an error occurs
1341
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/SummarizeExadataInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrend API.
1362
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeExadataInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrend API.
1342
1363
  */
1343
1364
  summarizeExadataInsightResourceCapacityTrend(summarizeExadataInsightResourceCapacityTrendRequest: requests.SummarizeExadataInsightResourceCapacityTrendRequest): Promise<responses.SummarizeExadataInsightResourceCapacityTrendResponse>;
1344
1365
  /**
@@ -1352,7 +1373,7 @@ export declare class OperationsInsightsClient {
1352
1373
  * @param SummarizeExadataInsightResourceCapacityTrendAggregatedRequest
1353
1374
  * @return SummarizeExadataInsightResourceCapacityTrendAggregatedResponse
1354
1375
  * @throws OciError when an error occurs
1355
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/SummarizeExadataInsightResourceCapacityTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrendAggregated API.
1376
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeExadataInsightResourceCapacityTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrendAggregated API.
1356
1377
  */
1357
1378
  summarizeExadataInsightResourceCapacityTrendAggregated(summarizeExadataInsightResourceCapacityTrendAggregatedRequest: requests.SummarizeExadataInsightResourceCapacityTrendAggregatedRequest): Promise<responses.SummarizeExadataInsightResourceCapacityTrendAggregatedResponse>;
1358
1379
  /**
@@ -1369,7 +1390,7 @@ export declare class OperationsInsightsClient {
1369
1390
  * @param SummarizeExadataInsightResourceForecastTrendRequest
1370
1391
  * @return SummarizeExadataInsightResourceForecastTrendResponse
1371
1392
  * @throws OciError when an error occurs
1372
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/SummarizeExadataInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrend API.
1393
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeExadataInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrend API.
1373
1394
  */
1374
1395
  summarizeExadataInsightResourceForecastTrend(summarizeExadataInsightResourceForecastTrendRequest: requests.SummarizeExadataInsightResourceForecastTrendRequest): Promise<responses.SummarizeExadataInsightResourceForecastTrendResponse>;
1375
1396
  /**
@@ -1382,7 +1403,7 @@ export declare class OperationsInsightsClient {
1382
1403
  * @param SummarizeExadataInsightResourceForecastTrendAggregatedRequest
1383
1404
  * @return SummarizeExadataInsightResourceForecastTrendAggregatedResponse
1384
1405
  * @throws OciError when an error occurs
1385
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/SummarizeExadataInsightResourceForecastTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrendAggregated API.
1406
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeExadataInsightResourceForecastTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrendAggregated API.
1386
1407
  */
1387
1408
  summarizeExadataInsightResourceForecastTrendAggregated(summarizeExadataInsightResourceForecastTrendAggregatedRequest: requests.SummarizeExadataInsightResourceForecastTrendAggregatedRequest): Promise<responses.SummarizeExadataInsightResourceForecastTrendAggregatedResponse>;
1388
1409
  /**
@@ -1396,7 +1417,7 @@ export declare class OperationsInsightsClient {
1396
1417
  * @param SummarizeExadataInsightResourceStatisticsRequest
1397
1418
  * @return SummarizeExadataInsightResourceStatisticsResponse
1398
1419
  * @throws OciError when an error occurs
1399
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/SummarizeExadataInsightResourceStatistics.ts.html |here} to see how to use SummarizeExadataInsightResourceStatistics API.
1420
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeExadataInsightResourceStatistics.ts.html |here} to see how to use SummarizeExadataInsightResourceStatistics API.
1400
1421
  */
1401
1422
  summarizeExadataInsightResourceStatistics(summarizeExadataInsightResourceStatisticsRequest: requests.SummarizeExadataInsightResourceStatisticsRequest): Promise<responses.SummarizeExadataInsightResourceStatisticsResponse>;
1402
1423
  /**
@@ -1411,7 +1432,7 @@ export declare class OperationsInsightsClient {
1411
1432
  * @param SummarizeExadataInsightResourceUsageRequest
1412
1433
  * @return SummarizeExadataInsightResourceUsageResponse
1413
1434
  * @throws OciError when an error occurs
1414
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/SummarizeExadataInsightResourceUsage.ts.html |here} to see how to use SummarizeExadataInsightResourceUsage API.
1435
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeExadataInsightResourceUsage.ts.html |here} to see how to use SummarizeExadataInsightResourceUsage API.
1415
1436
  */
1416
1437
  summarizeExadataInsightResourceUsage(summarizeExadataInsightResourceUsageRequest: requests.SummarizeExadataInsightResourceUsageRequest): Promise<responses.SummarizeExadataInsightResourceUsageResponse>;
1417
1438
  /**
@@ -1426,7 +1447,7 @@ export declare class OperationsInsightsClient {
1426
1447
  * @param SummarizeExadataInsightResourceUsageAggregatedRequest
1427
1448
  * @return SummarizeExadataInsightResourceUsageAggregatedResponse
1428
1449
  * @throws OciError when an error occurs
1429
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/SummarizeExadataInsightResourceUsageAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceUsageAggregated API.
1450
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeExadataInsightResourceUsageAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceUsageAggregated API.
1430
1451
  */
1431
1452
  summarizeExadataInsightResourceUsageAggregated(summarizeExadataInsightResourceUsageAggregatedRequest: requests.SummarizeExadataInsightResourceUsageAggregatedRequest): Promise<responses.SummarizeExadataInsightResourceUsageAggregatedResponse>;
1432
1453
  /**
@@ -1435,7 +1456,7 @@ export declare class OperationsInsightsClient {
1435
1456
  * @param SummarizeExadataInsightResourceUtilizationInsightRequest
1436
1457
  * @return SummarizeExadataInsightResourceUtilizationInsightResponse
1437
1458
  * @throws OciError when an error occurs
1438
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/SummarizeExadataInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeExadataInsightResourceUtilizationInsight API.
1459
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeExadataInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeExadataInsightResourceUtilizationInsight API.
1439
1460
  */
1440
1461
  summarizeExadataInsightResourceUtilizationInsight(summarizeExadataInsightResourceUtilizationInsightRequest: requests.SummarizeExadataInsightResourceUtilizationInsightRequest): Promise<responses.SummarizeExadataInsightResourceUtilizationInsightResponse>;
1441
1462
  /**
@@ -1444,7 +1465,7 @@ export declare class OperationsInsightsClient {
1444
1465
  * @param SummarizeExadataMembersRequest
1445
1466
  * @return SummarizeExadataMembersResponse
1446
1467
  * @throws OciError when an error occurs
1447
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/SummarizeExadataMembers.ts.html |here} to see how to use SummarizeExadataMembers API.
1468
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeExadataMembers.ts.html |here} to see how to use SummarizeExadataMembers API.
1448
1469
  */
1449
1470
  summarizeExadataMembers(summarizeExadataMembersRequest: requests.SummarizeExadataMembersRequest): Promise<responses.SummarizeExadataMembersResponse>;
1450
1471
  /**
@@ -1454,7 +1475,7 @@ export declare class OperationsInsightsClient {
1454
1475
  * @param SummarizeHostInsightNetworkUsageTrendRequest
1455
1476
  * @return SummarizeHostInsightNetworkUsageTrendResponse
1456
1477
  * @throws OciError when an error occurs
1457
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/SummarizeHostInsightNetworkUsageTrend.ts.html |here} to see how to use SummarizeHostInsightNetworkUsageTrend API.
1478
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeHostInsightNetworkUsageTrend.ts.html |here} to see how to use SummarizeHostInsightNetworkUsageTrend API.
1458
1479
  */
1459
1480
  summarizeHostInsightNetworkUsageTrend(summarizeHostInsightNetworkUsageTrendRequest: requests.SummarizeHostInsightNetworkUsageTrendRequest): Promise<responses.SummarizeHostInsightNetworkUsageTrendResponse>;
1460
1481
  /**
@@ -1466,7 +1487,7 @@ export declare class OperationsInsightsClient {
1466
1487
  * @param SummarizeHostInsightResourceCapacityTrendRequest
1467
1488
  * @return SummarizeHostInsightResourceCapacityTrendResponse
1468
1489
  * @throws OciError when an error occurs
1469
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/SummarizeHostInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeHostInsightResourceCapacityTrend API.
1490
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeHostInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeHostInsightResourceCapacityTrend API.
1470
1491
  */
1471
1492
  summarizeHostInsightResourceCapacityTrend(summarizeHostInsightResourceCapacityTrendRequest: requests.SummarizeHostInsightResourceCapacityTrendRequest): Promise<responses.SummarizeHostInsightResourceCapacityTrendResponse>;
1472
1493
  /**
@@ -1477,7 +1498,7 @@ export declare class OperationsInsightsClient {
1477
1498
  * @param SummarizeHostInsightResourceForecastTrendRequest
1478
1499
  * @return SummarizeHostInsightResourceForecastTrendResponse
1479
1500
  * @throws OciError when an error occurs
1480
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/SummarizeHostInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeHostInsightResourceForecastTrend API.
1501
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeHostInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeHostInsightResourceForecastTrend API.
1481
1502
  */
1482
1503
  summarizeHostInsightResourceForecastTrend(summarizeHostInsightResourceForecastTrendRequest: requests.SummarizeHostInsightResourceForecastTrendRequest): Promise<responses.SummarizeHostInsightResourceForecastTrendResponse>;
1483
1504
  /**
@@ -1488,7 +1509,7 @@ export declare class OperationsInsightsClient {
1488
1509
  * @param SummarizeHostInsightResourceStatisticsRequest
1489
1510
  * @return SummarizeHostInsightResourceStatisticsResponse
1490
1511
  * @throws OciError when an error occurs
1491
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/SummarizeHostInsightResourceStatistics.ts.html |here} to see how to use SummarizeHostInsightResourceStatistics API.
1512
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeHostInsightResourceStatistics.ts.html |here} to see how to use SummarizeHostInsightResourceStatistics API.
1492
1513
  */
1493
1514
  summarizeHostInsightResourceStatistics(summarizeHostInsightResourceStatisticsRequest: requests.SummarizeHostInsightResourceStatisticsRequest): Promise<responses.SummarizeHostInsightResourceStatisticsResponse>;
1494
1515
  /**
@@ -1501,7 +1522,7 @@ export declare class OperationsInsightsClient {
1501
1522
  * @param SummarizeHostInsightResourceUsageRequest
1502
1523
  * @return SummarizeHostInsightResourceUsageResponse
1503
1524
  * @throws OciError when an error occurs
1504
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/SummarizeHostInsightResourceUsage.ts.html |here} to see how to use SummarizeHostInsightResourceUsage API.
1525
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeHostInsightResourceUsage.ts.html |here} to see how to use SummarizeHostInsightResourceUsage API.
1505
1526
  */
1506
1527
  summarizeHostInsightResourceUsage(summarizeHostInsightResourceUsageRequest: requests.SummarizeHostInsightResourceUsageRequest): Promise<responses.SummarizeHostInsightResourceUsageResponse>;
1507
1528
  /**
@@ -1513,7 +1534,7 @@ export declare class OperationsInsightsClient {
1513
1534
  * @param SummarizeHostInsightResourceUsageTrendRequest
1514
1535
  * @return SummarizeHostInsightResourceUsageTrendResponse
1515
1536
  * @throws OciError when an error occurs
1516
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/SummarizeHostInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeHostInsightResourceUsageTrend API.
1537
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeHostInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeHostInsightResourceUsageTrend API.
1517
1538
  */
1518
1539
  summarizeHostInsightResourceUsageTrend(summarizeHostInsightResourceUsageTrendRequest: requests.SummarizeHostInsightResourceUsageTrendRequest): Promise<responses.SummarizeHostInsightResourceUsageTrendResponse>;
1519
1540
  /**
@@ -1524,7 +1545,7 @@ export declare class OperationsInsightsClient {
1524
1545
  * @param SummarizeHostInsightResourceUtilizationInsightRequest
1525
1546
  * @return SummarizeHostInsightResourceUtilizationInsightResponse
1526
1547
  * @throws OciError when an error occurs
1527
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/SummarizeHostInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeHostInsightResourceUtilizationInsight API.
1548
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeHostInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeHostInsightResourceUtilizationInsight API.
1528
1549
  */
1529
1550
  summarizeHostInsightResourceUtilizationInsight(summarizeHostInsightResourceUtilizationInsightRequest: requests.SummarizeHostInsightResourceUtilizationInsightRequest): Promise<responses.SummarizeHostInsightResourceUtilizationInsightResponse>;
1530
1551
  /**
@@ -1534,7 +1555,7 @@ export declare class OperationsInsightsClient {
1534
1555
  * @param SummarizeHostInsightStorageUsageTrendRequest
1535
1556
  * @return SummarizeHostInsightStorageUsageTrendResponse
1536
1557
  * @throws OciError when an error occurs
1537
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/SummarizeHostInsightStorageUsageTrend.ts.html |here} to see how to use SummarizeHostInsightStorageUsageTrend API.
1558
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeHostInsightStorageUsageTrend.ts.html |here} to see how to use SummarizeHostInsightStorageUsageTrend API.
1538
1559
  */
1539
1560
  summarizeHostInsightStorageUsageTrend(summarizeHostInsightStorageUsageTrendRequest: requests.SummarizeHostInsightStorageUsageTrendRequest): Promise<responses.SummarizeHostInsightStorageUsageTrendResponse>;
1540
1561
  /**
@@ -1546,7 +1567,7 @@ export declare class OperationsInsightsClient {
1546
1567
  * @param SummarizeHostInsightTopProcessesUsageRequest
1547
1568
  * @return SummarizeHostInsightTopProcessesUsageResponse
1548
1569
  * @throws OciError when an error occurs
1549
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/SummarizeHostInsightTopProcessesUsage.ts.html |here} to see how to use SummarizeHostInsightTopProcessesUsage API.
1570
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeHostInsightTopProcessesUsage.ts.html |here} to see how to use SummarizeHostInsightTopProcessesUsage API.
1550
1571
  */
1551
1572
  summarizeHostInsightTopProcessesUsage(summarizeHostInsightTopProcessesUsageRequest: requests.SummarizeHostInsightTopProcessesUsageRequest): Promise<responses.SummarizeHostInsightTopProcessesUsageResponse>;
1552
1573
  /**
@@ -1558,7 +1579,7 @@ export declare class OperationsInsightsClient {
1558
1579
  * @param SummarizeHostInsightTopProcessesUsageTrendRequest
1559
1580
  * @return SummarizeHostInsightTopProcessesUsageTrendResponse
1560
1581
  * @throws OciError when an error occurs
1561
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/SummarizeHostInsightTopProcessesUsageTrend.ts.html |here} to see how to use SummarizeHostInsightTopProcessesUsageTrend API.
1582
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeHostInsightTopProcessesUsageTrend.ts.html |here} to see how to use SummarizeHostInsightTopProcessesUsageTrend API.
1562
1583
  */
1563
1584
  summarizeHostInsightTopProcessesUsageTrend(summarizeHostInsightTopProcessesUsageTrendRequest: requests.SummarizeHostInsightTopProcessesUsageTrendRequest): Promise<responses.SummarizeHostInsightTopProcessesUsageTrendResponse>;
1564
1585
  /**
@@ -1569,7 +1590,7 @@ export declare class OperationsInsightsClient {
1569
1590
  * @param SummarizeOperationsInsightsWarehouseResourceUsageRequest
1570
1591
  * @return SummarizeOperationsInsightsWarehouseResourceUsageResponse
1571
1592
  * @throws OciError when an error occurs
1572
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/SummarizeOperationsInsightsWarehouseResourceUsage.ts.html |here} to see how to use SummarizeOperationsInsightsWarehouseResourceUsage API.
1593
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeOperationsInsightsWarehouseResourceUsage.ts.html |here} to see how to use SummarizeOperationsInsightsWarehouseResourceUsage API.
1573
1594
  */
1574
1595
  summarizeOperationsInsightsWarehouseResourceUsage(summarizeOperationsInsightsWarehouseResourceUsageRequest: requests.SummarizeOperationsInsightsWarehouseResourceUsageRequest): Promise<responses.SummarizeOperationsInsightsWarehouseResourceUsageResponse>;
1575
1596
  /**
@@ -1580,7 +1601,7 @@ export declare class OperationsInsightsClient {
1580
1601
  * @param SummarizeSqlInsightsRequest
1581
1602
  * @return SummarizeSqlInsightsResponse
1582
1603
  * @throws OciError when an error occurs
1583
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/SummarizeSqlInsights.ts.html |here} to see how to use SummarizeSqlInsights API.
1604
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeSqlInsights.ts.html |here} to see how to use SummarizeSqlInsights API.
1584
1605
  */
1585
1606
  summarizeSqlInsights(summarizeSqlInsightsRequest: requests.SummarizeSqlInsightsRequest): Promise<responses.SummarizeSqlInsightsResponse>;
1586
1607
  /**
@@ -1591,7 +1612,7 @@ export declare class OperationsInsightsClient {
1591
1612
  * @param SummarizeSqlPlanInsightsRequest
1592
1613
  * @return SummarizeSqlPlanInsightsResponse
1593
1614
  * @throws OciError when an error occurs
1594
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/SummarizeSqlPlanInsights.ts.html |here} to see how to use SummarizeSqlPlanInsights API.
1615
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeSqlPlanInsights.ts.html |here} to see how to use SummarizeSqlPlanInsights API.
1595
1616
  */
1596
1617
  summarizeSqlPlanInsights(summarizeSqlPlanInsightsRequest: requests.SummarizeSqlPlanInsightsRequest): Promise<responses.SummarizeSqlPlanInsightsResponse>;
1597
1618
  /**
@@ -1602,7 +1623,7 @@ export declare class OperationsInsightsClient {
1602
1623
  * @param SummarizeSqlResponseTimeDistributionsRequest
1603
1624
  * @return SummarizeSqlResponseTimeDistributionsResponse
1604
1625
  * @throws OciError when an error occurs
1605
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/SummarizeSqlResponseTimeDistributions.ts.html |here} to see how to use SummarizeSqlResponseTimeDistributions API.
1626
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeSqlResponseTimeDistributions.ts.html |here} to see how to use SummarizeSqlResponseTimeDistributions API.
1606
1627
  */
1607
1628
  summarizeSqlResponseTimeDistributions(summarizeSqlResponseTimeDistributionsRequest: requests.SummarizeSqlResponseTimeDistributionsRequest): Promise<responses.SummarizeSqlResponseTimeDistributionsResponse>;
1608
1629
  /**
@@ -1613,7 +1634,7 @@ export declare class OperationsInsightsClient {
1613
1634
  * @param SummarizeSqlStatisticsRequest
1614
1635
  * @return SummarizeSqlStatisticsResponse
1615
1636
  * @throws OciError when an error occurs
1616
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/SummarizeSqlStatistics.ts.html |here} to see how to use SummarizeSqlStatistics API.
1637
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeSqlStatistics.ts.html |here} to see how to use SummarizeSqlStatistics API.
1617
1638
  */
1618
1639
  summarizeSqlStatistics(summarizeSqlStatisticsRequest: requests.SummarizeSqlStatisticsRequest): Promise<responses.SummarizeSqlStatisticsResponse>;
1619
1640
  /**
@@ -1624,7 +1645,7 @@ export declare class OperationsInsightsClient {
1624
1645
  * @param SummarizeSqlStatisticsTimeSeriesRequest
1625
1646
  * @return SummarizeSqlStatisticsTimeSeriesResponse
1626
1647
  * @throws OciError when an error occurs
1627
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/SummarizeSqlStatisticsTimeSeries.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeries API.
1648
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeSqlStatisticsTimeSeries.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeries API.
1628
1649
  */
1629
1650
  summarizeSqlStatisticsTimeSeries(summarizeSqlStatisticsTimeSeriesRequest: requests.SummarizeSqlStatisticsTimeSeriesRequest): Promise<responses.SummarizeSqlStatisticsTimeSeriesResponse>;
1630
1651
  /**
@@ -1635,7 +1656,7 @@ export declare class OperationsInsightsClient {
1635
1656
  * @param SummarizeSqlStatisticsTimeSeriesByPlanRequest
1636
1657
  * @return SummarizeSqlStatisticsTimeSeriesByPlanResponse
1637
1658
  * @throws OciError when an error occurs
1638
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/SummarizeSqlStatisticsTimeSeriesByPlan.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeriesByPlan API.
1659
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeSqlStatisticsTimeSeriesByPlan.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeriesByPlan API.
1639
1660
  */
1640
1661
  summarizeSqlStatisticsTimeSeriesByPlan(summarizeSqlStatisticsTimeSeriesByPlanRequest: requests.SummarizeSqlStatisticsTimeSeriesByPlanRequest): Promise<responses.SummarizeSqlStatisticsTimeSeriesByPlanResponse>;
1641
1662
  /**
@@ -1644,7 +1665,7 @@ export declare class OperationsInsightsClient {
1644
1665
  * @param UpdateAwrHubRequest
1645
1666
  * @return UpdateAwrHubResponse
1646
1667
  * @throws OciError when an error occurs
1647
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/UpdateAwrHub.ts.html |here} to see how to use UpdateAwrHub API.
1668
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/UpdateAwrHub.ts.html |here} to see how to use UpdateAwrHub API.
1648
1669
  */
1649
1670
  updateAwrHub(updateAwrHubRequest: requests.UpdateAwrHubRequest): Promise<responses.UpdateAwrHubResponse>;
1650
1671
  /**
@@ -1653,7 +1674,7 @@ export declare class OperationsInsightsClient {
1653
1674
  * @param UpdateDatabaseInsightRequest
1654
1675
  * @return UpdateDatabaseInsightResponse
1655
1676
  * @throws OciError when an error occurs
1656
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/UpdateDatabaseInsight.ts.html |here} to see how to use UpdateDatabaseInsight API.
1677
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/UpdateDatabaseInsight.ts.html |here} to see how to use UpdateDatabaseInsight API.
1657
1678
  */
1658
1679
  updateDatabaseInsight(updateDatabaseInsightRequest: requests.UpdateDatabaseInsightRequest): Promise<responses.UpdateDatabaseInsightResponse>;
1659
1680
  /**
@@ -1662,7 +1683,7 @@ export declare class OperationsInsightsClient {
1662
1683
  * @param UpdateEnterpriseManagerBridgeRequest
1663
1684
  * @return UpdateEnterpriseManagerBridgeResponse
1664
1685
  * @throws OciError when an error occurs
1665
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/UpdateEnterpriseManagerBridge.ts.html |here} to see how to use UpdateEnterpriseManagerBridge API.
1686
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/UpdateEnterpriseManagerBridge.ts.html |here} to see how to use UpdateEnterpriseManagerBridge API.
1666
1687
  */
1667
1688
  updateEnterpriseManagerBridge(updateEnterpriseManagerBridgeRequest: requests.UpdateEnterpriseManagerBridgeRequest): Promise<responses.UpdateEnterpriseManagerBridgeResponse>;
1668
1689
  /**
@@ -1671,7 +1692,7 @@ export declare class OperationsInsightsClient {
1671
1692
  * @param UpdateExadataInsightRequest
1672
1693
  * @return UpdateExadataInsightResponse
1673
1694
  * @throws OciError when an error occurs
1674
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/UpdateExadataInsight.ts.html |here} to see how to use UpdateExadataInsight API.
1695
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/UpdateExadataInsight.ts.html |here} to see how to use UpdateExadataInsight API.
1675
1696
  */
1676
1697
  updateExadataInsight(updateExadataInsightRequest: requests.UpdateExadataInsightRequest): Promise<responses.UpdateExadataInsightResponse>;
1677
1698
  /**
@@ -1680,7 +1701,7 @@ export declare class OperationsInsightsClient {
1680
1701
  * @param UpdateHostInsightRequest
1681
1702
  * @return UpdateHostInsightResponse
1682
1703
  * @throws OciError when an error occurs
1683
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/UpdateHostInsight.ts.html |here} to see how to use UpdateHostInsight API.
1704
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/UpdateHostInsight.ts.html |here} to see how to use UpdateHostInsight API.
1684
1705
  */
1685
1706
  updateHostInsight(updateHostInsightRequest: requests.UpdateHostInsightRequest): Promise<responses.UpdateHostInsightResponse>;
1686
1707
  /**
@@ -1689,7 +1710,7 @@ export declare class OperationsInsightsClient {
1689
1710
  * @param UpdateNewsReportRequest
1690
1711
  * @return UpdateNewsReportResponse
1691
1712
  * @throws OciError when an error occurs
1692
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/UpdateNewsReport.ts.html |here} to see how to use UpdateNewsReport API.
1713
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/UpdateNewsReport.ts.html |here} to see how to use UpdateNewsReport API.
1693
1714
  */
1694
1715
  updateNewsReport(updateNewsReportRequest: requests.UpdateNewsReportRequest): Promise<responses.UpdateNewsReportResponse>;
1695
1716
  /**
@@ -1698,7 +1719,7 @@ export declare class OperationsInsightsClient {
1698
1719
  * @param UpdateOperationsInsightsPrivateEndpointRequest
1699
1720
  * @return UpdateOperationsInsightsPrivateEndpointResponse
1700
1721
  * @throws OciError when an error occurs
1701
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/UpdateOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use UpdateOperationsInsightsPrivateEndpoint API.
1722
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/UpdateOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use UpdateOperationsInsightsPrivateEndpoint API.
1702
1723
  */
1703
1724
  updateOperationsInsightsPrivateEndpoint(updateOperationsInsightsPrivateEndpointRequest: requests.UpdateOperationsInsightsPrivateEndpointRequest): Promise<responses.UpdateOperationsInsightsPrivateEndpointResponse>;
1704
1725
  /**
@@ -1709,7 +1730,7 @@ export declare class OperationsInsightsClient {
1709
1730
  * @param UpdateOperationsInsightsWarehouseRequest
1710
1731
  * @return UpdateOperationsInsightsWarehouseResponse
1711
1732
  * @throws OciError when an error occurs
1712
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/UpdateOperationsInsightsWarehouse.ts.html |here} to see how to use UpdateOperationsInsightsWarehouse API.
1733
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/UpdateOperationsInsightsWarehouse.ts.html |here} to see how to use UpdateOperationsInsightsWarehouse API.
1713
1734
  */
1714
1735
  updateOperationsInsightsWarehouse(updateOperationsInsightsWarehouseRequest: requests.UpdateOperationsInsightsWarehouseRequest): Promise<responses.UpdateOperationsInsightsWarehouseResponse>;
1715
1736
  /**
@@ -1718,7 +1739,7 @@ export declare class OperationsInsightsClient {
1718
1739
  * @param UpdateOperationsInsightsWarehouseUserRequest
1719
1740
  * @return UpdateOperationsInsightsWarehouseUserResponse
1720
1741
  * @throws OciError when an error occurs
1721
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/UpdateOperationsInsightsWarehouseUser.ts.html |here} to see how to use UpdateOperationsInsightsWarehouseUser API.
1742
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/UpdateOperationsInsightsWarehouseUser.ts.html |here} to see how to use UpdateOperationsInsightsWarehouseUser API.
1722
1743
  */
1723
1744
  updateOperationsInsightsWarehouseUser(updateOperationsInsightsWarehouseUserRequest: requests.UpdateOperationsInsightsWarehouseUserRequest): Promise<responses.UpdateOperationsInsightsWarehouseUserResponse>;
1724
1745
  /**
@@ -1727,7 +1748,7 @@ export declare class OperationsInsightsClient {
1727
1748
  * @param UpdateOpsiConfigurationRequest
1728
1749
  * @return UpdateOpsiConfigurationResponse
1729
1750
  * @throws OciError when an error occurs
1730
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/opsi/UpdateOpsiConfiguration.ts.html |here} to see how to use UpdateOpsiConfiguration API.
1751
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/UpdateOpsiConfiguration.ts.html |here} to see how to use UpdateOpsiConfiguration API.
1731
1752
  */
1732
1753
  updateOpsiConfiguration(updateOpsiConfigurationRequest: requests.UpdateOpsiConfigurationRequest): Promise<responses.UpdateOpsiConfigurationResponse>;
1733
1754
  }