oci-opsi 2.29.0 → 2.32.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (227) hide show
  1. package/lib/client.d.ts +138 -108
  2. package/lib/client.js +307 -109
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/data-object-column-metadata.d.ts +70 -0
  5. package/lib/model/data-object-column-metadata.js +82 -0
  6. package/lib/model/data-object-column-metadata.js.map +1 -0
  7. package/lib/model/data-object-column-unit.d.ts +29 -0
  8. package/lib/model/data-object-column-unit.js +100 -0
  9. package/lib/model/data-object-column-unit.js.map +1 -0
  10. package/lib/model/data-object-core-column-unit.d.ts +40 -0
  11. package/lib/model/data-object-core-column-unit.js +67 -0
  12. package/lib/model/data-object-core-column-unit.js.map +1 -0
  13. package/lib/model/data-object-custom-column-unit.d.ts +31 -0
  14. package/lib/model/data-object-custom-column-unit.js +57 -0
  15. package/lib/model/data-object-custom-column-unit.js.map +1 -0
  16. package/lib/model/data-object-data-size-column-unit.d.ts +50 -0
  17. package/lib/model/data-object-data-size-column-unit.js +77 -0
  18. package/lib/model/data-object-data-size-column-unit.js.map +1 -0
  19. package/lib/model/data-object-frequency-column-unit.d.ts +43 -0
  20. package/lib/model/data-object-frequency-column-unit.js +70 -0
  21. package/lib/model/data-object-frequency-column-unit.js.map +1 -0
  22. package/lib/model/data-object-other-standard-column-unit.d.ts +52 -0
  23. package/lib/model/data-object-other-standard-column-unit.js +79 -0
  24. package/lib/model/data-object-other-standard-column-unit.js.map +1 -0
  25. package/lib/model/data-object-power-column-unit.d.ts +43 -0
  26. package/lib/model/data-object-power-column-unit.js +70 -0
  27. package/lib/model/data-object-power-column-unit.js.map +1 -0
  28. package/lib/model/data-object-query-time-filters.d.ts +45 -0
  29. package/lib/model/data-object-query-time-filters.js +32 -0
  30. package/lib/model/data-object-query-time-filters.js.map +1 -0
  31. package/lib/model/data-object-query.d.ts +25 -0
  32. package/lib/model/data-object-query.js +68 -0
  33. package/lib/model/data-object-query.js.map +1 -0
  34. package/lib/model/data-object-rate-column-unit.d.ts +29 -0
  35. package/lib/model/data-object-rate-column-unit.js +71 -0
  36. package/lib/model/data-object-rate-column-unit.js.map +1 -0
  37. package/lib/model/data-object-temperature-column-unit.d.ts +40 -0
  38. package/lib/model/data-object-temperature-column-unit.js +67 -0
  39. package/lib/model/data-object-temperature-column-unit.js.map +1 -0
  40. package/lib/model/data-object-templatized-query.d.ts +52 -0
  41. package/lib/model/data-object-templatized-query.js +65 -0
  42. package/lib/model/data-object-templatized-query.js.map +1 -0
  43. package/lib/model/data-object-time-column-unit.d.ts +48 -0
  44. package/lib/model/data-object-time-column-unit.js +75 -0
  45. package/lib/model/data-object-time-column-unit.js.map +1 -0
  46. package/lib/model/database-insights-data-object-summary.d.ts +27 -0
  47. package/lib/model/database-insights-data-object-summary.js +57 -0
  48. package/lib/model/database-insights-data-object-summary.js.map +1 -0
  49. package/lib/model/database-insights-data-object.d.ts +27 -0
  50. package/lib/model/database-insights-data-object.js +57 -0
  51. package/lib/model/database-insights-data-object.js.map +1 -0
  52. package/lib/model/exadata-insights-data-object-summary.d.ts +27 -0
  53. package/lib/model/exadata-insights-data-object-summary.js +57 -0
  54. package/lib/model/exadata-insights-data-object-summary.js.map +1 -0
  55. package/lib/model/exadata-insights-data-object.d.ts +27 -0
  56. package/lib/model/exadata-insights-data-object.js +57 -0
  57. package/lib/model/exadata-insights-data-object.js.map +1 -0
  58. package/lib/model/host-insights-data-object-summary.d.ts +27 -0
  59. package/lib/model/host-insights-data-object-summary.js +57 -0
  60. package/lib/model/host-insights-data-object-summary.js.map +1 -0
  61. package/lib/model/host-insights-data-object.d.ts +27 -0
  62. package/lib/model/host-insights-data-object.js +55 -0
  63. package/lib/model/host-insights-data-object.js.map +1 -0
  64. package/lib/model/index.d.ts +60 -0
  65. package/lib/model/index.js +67 -6
  66. package/lib/model/index.js.map +1 -1
  67. package/lib/model/opsi-data-object-summary.d.ts +37 -0
  68. package/lib/model/opsi-data-object-summary.js +76 -0
  69. package/lib/model/opsi-data-object-summary.js.map +1 -0
  70. package/lib/model/opsi-data-object-type.d.ts +32 -0
  71. package/lib/model/opsi-data-object-type.js +43 -0
  72. package/lib/model/opsi-data-object-type.js.map +1 -0
  73. package/lib/model/opsi-data-object.d.ts +42 -0
  74. package/lib/model/opsi-data-object.js +88 -0
  75. package/lib/model/opsi-data-object.js.map +1 -0
  76. package/lib/model/opsi-data-objects-collection.d.ts +29 -0
  77. package/lib/model/opsi-data-objects-collection.js +64 -0
  78. package/lib/model/opsi-data-objects-collection.js.map +1 -0
  79. package/lib/model/opsi-data-objects.d.ts +28 -0
  80. package/lib/model/opsi-data-objects.js +32 -0
  81. package/lib/model/opsi-data-objects.js.map +1 -0
  82. package/lib/model/query-data-object-json-result-set-rows-collection.d.ts +35 -0
  83. package/lib/model/query-data-object-json-result-set-rows-collection.js +69 -0
  84. package/lib/model/query-data-object-json-result-set-rows-collection.js.map +1 -0
  85. package/lib/model/query-data-object-result-set-column-metadata.d.ts +42 -0
  86. package/lib/model/query-data-object-result-set-column-metadata.js +43 -0
  87. package/lib/model/query-data-object-result-set-column-metadata.js.map +1 -0
  88. package/lib/model/query-data-object-result-set-rows-collection.d.ts +25 -0
  89. package/lib/model/query-data-object-result-set-rows-collection.js +68 -0
  90. package/lib/model/query-data-object-result-set-rows-collection.js.map +1 -0
  91. package/lib/model/query-opsi-data-object-data-details.d.ts +31 -0
  92. package/lib/model/query-opsi-data-object-data-details.js +62 -0
  93. package/lib/model/query-opsi-data-object-data-details.js.map +1 -0
  94. package/lib/model/resource-filters.d.ts +65 -0
  95. package/lib/model/resource-filters.js +32 -0
  96. package/lib/model/resource-filters.js.map +1 -0
  97. package/lib/request/add-exadata-insight-members-request.d.ts +1 -1
  98. package/lib/request/change-database-insight-compartment-request.d.ts +1 -1
  99. package/lib/request/change-enterprise-manager-bridge-compartment-request.d.ts +1 -1
  100. package/lib/request/change-exadata-insight-compartment-request.d.ts +1 -1
  101. package/lib/request/change-host-insight-compartment-request.d.ts +1 -1
  102. package/lib/request/change-operations-insights-private-endpoint-compartment-request.d.ts +1 -1
  103. package/lib/request/change-pe-comanaged-database-insight-request.d.ts +1 -1
  104. package/lib/request/create-awr-hub-request.d.ts +1 -1
  105. package/lib/request/create-database-insight-request.d.ts +1 -1
  106. package/lib/request/create-enterprise-manager-bridge-request.d.ts +1 -1
  107. package/lib/request/create-exadata-insight-request.d.ts +1 -1
  108. package/lib/request/create-host-insight-request.d.ts +1 -1
  109. package/lib/request/create-operations-insights-private-endpoint-request.d.ts +1 -1
  110. package/lib/request/create-operations-insights-warehouse-request.d.ts +1 -1
  111. package/lib/request/create-operations-insights-warehouse-user-request.d.ts +1 -1
  112. package/lib/request/delete-awr-hub-request.d.ts +1 -1
  113. package/lib/request/delete-database-insight-request.d.ts +1 -1
  114. package/lib/request/delete-enterprise-manager-bridge-request.d.ts +1 -1
  115. package/lib/request/delete-exadata-insight-request.d.ts +1 -1
  116. package/lib/request/delete-host-insight-request.d.ts +1 -1
  117. package/lib/request/delete-operations-insights-private-endpoint-request.d.ts +1 -1
  118. package/lib/request/delete-operations-insights-warehouse-request.d.ts +1 -1
  119. package/lib/request/delete-operations-insights-warehouse-user-request.d.ts +1 -1
  120. package/lib/request/disable-database-insight-request.d.ts +1 -1
  121. package/lib/request/disable-exadata-insight-request.d.ts +1 -1
  122. package/lib/request/disable-host-insight-request.d.ts +1 -1
  123. package/lib/request/download-operations-insights-warehouse-wallet-request.d.ts +1 -1
  124. package/lib/request/enable-database-insight-request.d.ts +1 -1
  125. package/lib/request/enable-exadata-insight-request.d.ts +1 -1
  126. package/lib/request/enable-host-insight-request.d.ts +1 -1
  127. package/lib/request/get-awr-hub-request.d.ts +1 -1
  128. package/lib/request/get-awr-report-request.d.ts +1 -1
  129. package/lib/request/get-database-insight-request.d.ts +1 -1
  130. package/lib/request/get-enterprise-manager-bridge-request.d.ts +1 -1
  131. package/lib/request/get-exadata-insight-request.d.ts +1 -1
  132. package/lib/request/get-host-insight-request.d.ts +1 -1
  133. package/lib/request/get-operations-insights-private-endpoint-request.d.ts +1 -1
  134. package/lib/request/get-operations-insights-warehouse-request.d.ts +1 -1
  135. package/lib/request/get-operations-insights-warehouse-user-request.d.ts +1 -1
  136. package/lib/request/get-opsi-data-object-request.d.ts +32 -0
  137. package/lib/request/get-opsi-data-object-request.js +15 -0
  138. package/lib/request/get-opsi-data-object-request.js.map +1 -0
  139. package/lib/request/get-work-request-request.d.ts +1 -1
  140. package/lib/request/index.d.ts +6 -0
  141. package/lib/request/index.js +3 -1
  142. package/lib/request/index.js.map +1 -1
  143. package/lib/request/ingest-database-configuration-request.d.ts +1 -1
  144. package/lib/request/ingest-host-configuration-request.d.ts +1 -1
  145. package/lib/request/ingest-host-metrics-request.d.ts +1 -1
  146. package/lib/request/ingest-sql-bucket-request.d.ts +1 -1
  147. package/lib/request/ingest-sql-plan-lines-request.d.ts +1 -1
  148. package/lib/request/ingest-sql-stats-request.d.ts +1 -1
  149. package/lib/request/ingest-sql-text-request.d.ts +1 -1
  150. package/lib/request/list-awr-hubs-request.d.ts +1 -1
  151. package/lib/request/list-awr-snapshots-request.d.ts +1 -1
  152. package/lib/request/list-database-configurations-request.d.ts +1 -1
  153. package/lib/request/list-database-insights-request.d.ts +1 -1
  154. package/lib/request/list-enterprise-manager-bridges-request.d.ts +1 -1
  155. package/lib/request/list-exadata-configurations-request.d.ts +1 -1
  156. package/lib/request/list-exadata-insights-request.d.ts +1 -1
  157. package/lib/request/list-host-configurations-request.d.ts +1 -1
  158. package/lib/request/list-host-insights-request.d.ts +1 -1
  159. package/lib/request/list-hosted-entities-request.d.ts +1 -1
  160. package/lib/request/list-importable-agent-entities-request.d.ts +1 -1
  161. package/lib/request/list-importable-enterprise-manager-entities-request.d.ts +1 -1
  162. package/lib/request/list-operations-insights-private-endpoints-request.d.ts +1 -1
  163. package/lib/request/list-operations-insights-warehouse-users-request.d.ts +1 -1
  164. package/lib/request/list-operations-insights-warehouses-request.d.ts +1 -1
  165. package/lib/request/list-opsi-data-objects-request.d.ts +69 -0
  166. package/lib/request/list-opsi-data-objects-request.js +24 -0
  167. package/lib/request/list-opsi-data-objects-request.js.map +1 -0
  168. package/lib/request/list-sql-plans-request.d.ts +1 -1
  169. package/lib/request/list-sql-searches-request.d.ts +1 -1
  170. package/lib/request/list-sql-texts-request.d.ts +1 -1
  171. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  172. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  173. package/lib/request/list-work-requests-request.d.ts +1 -1
  174. package/lib/request/query-opsi-data-object-data-request.d.ts +49 -0
  175. package/lib/request/query-opsi-data-object-data-request.js +15 -0
  176. package/lib/request/query-opsi-data-object-data-request.js.map +1 -0
  177. package/lib/request/rotate-operations-insights-warehouse-wallet-request.d.ts +1 -1
  178. package/lib/request/summarize-awr-sources-summaries-request.d.ts +1 -1
  179. package/lib/request/summarize-database-insight-resource-capacity-trend-request.d.ts +1 -1
  180. package/lib/request/summarize-database-insight-resource-forecast-trend-request.d.ts +1 -1
  181. package/lib/request/summarize-database-insight-resource-statistics-request.d.ts +1 -1
  182. package/lib/request/summarize-database-insight-resource-usage-request.d.ts +1 -1
  183. package/lib/request/summarize-database-insight-resource-usage-trend-request.d.ts +1 -1
  184. package/lib/request/summarize-database-insight-resource-utilization-insight-request.d.ts +1 -1
  185. package/lib/request/summarize-database-insight-tablespace-usage-trend-request.d.ts +1 -1
  186. package/lib/request/summarize-exadata-insight-resource-capacity-trend-aggregated-request.d.ts +1 -1
  187. package/lib/request/summarize-exadata-insight-resource-capacity-trend-request.d.ts +1 -1
  188. package/lib/request/summarize-exadata-insight-resource-forecast-trend-aggregated-request.d.ts +1 -1
  189. package/lib/request/summarize-exadata-insight-resource-forecast-trend-request.d.ts +1 -1
  190. package/lib/request/summarize-exadata-insight-resource-statistics-request.d.ts +1 -1
  191. package/lib/request/summarize-exadata-insight-resource-usage-aggregated-request.d.ts +1 -1
  192. package/lib/request/summarize-exadata-insight-resource-usage-request.d.ts +1 -1
  193. package/lib/request/summarize-exadata-insight-resource-utilization-insight-request.d.ts +1 -1
  194. package/lib/request/summarize-exadata-members-request.d.ts +1 -1
  195. package/lib/request/summarize-host-insight-resource-capacity-trend-request.d.ts +1 -1
  196. package/lib/request/summarize-host-insight-resource-forecast-trend-request.d.ts +1 -1
  197. package/lib/request/summarize-host-insight-resource-statistics-request.d.ts +1 -1
  198. package/lib/request/summarize-host-insight-resource-usage-request.d.ts +1 -1
  199. package/lib/request/summarize-host-insight-resource-usage-trend-request.d.ts +1 -1
  200. package/lib/request/summarize-host-insight-resource-utilization-insight-request.d.ts +1 -1
  201. package/lib/request/summarize-host-insight-top-processes-usage-trend-request.d.ts +1 -1
  202. package/lib/request/summarize-operations-insights-warehouse-resource-usage-request.d.ts +1 -1
  203. package/lib/request/summarize-sql-insights-request.d.ts +1 -1
  204. package/lib/request/summarize-sql-plan-insights-request.d.ts +1 -1
  205. package/lib/request/summarize-sql-response-time-distributions-request.d.ts +1 -1
  206. package/lib/request/summarize-sql-statistics-request.d.ts +1 -1
  207. package/lib/request/summarize-sql-statistics-time-series-by-plan-request.d.ts +1 -1
  208. package/lib/request/summarize-sql-statistics-time-series-request.d.ts +1 -1
  209. package/lib/request/update-awr-hub-request.d.ts +1 -1
  210. package/lib/request/update-database-insight-request.d.ts +1 -1
  211. package/lib/request/update-enterprise-manager-bridge-request.d.ts +1 -1
  212. package/lib/request/update-exadata-insight-request.d.ts +1 -1
  213. package/lib/request/update-host-insight-request.d.ts +1 -1
  214. package/lib/request/update-operations-insights-private-endpoint-request.d.ts +1 -1
  215. package/lib/request/update-operations-insights-warehouse-request.d.ts +1 -1
  216. package/lib/request/update-operations-insights-warehouse-user-request.d.ts +1 -1
  217. package/lib/response/get-opsi-data-object-response.d.ts +25 -0
  218. package/lib/response/get-opsi-data-object-response.js +15 -0
  219. package/lib/response/get-opsi-data-object-response.js.map +1 -0
  220. package/lib/response/index.d.ts +6 -0
  221. package/lib/response/list-opsi-data-objects-response.d.ts +32 -0
  222. package/lib/response/list-opsi-data-objects-response.js +15 -0
  223. package/lib/response/list-opsi-data-objects-response.js.map +1 -0
  224. package/lib/response/query-opsi-data-object-data-response.d.ts +32 -0
  225. package/lib/response/query-opsi-data-object-data-response.js +15 -0
  226. package/lib/response/query-opsi-data-object-data-response.js.map +1 -0
  227. package/package.json +3 -3
package/lib/client.js CHANGED
@@ -159,7 +159,7 @@ class OperationsInsightsClient {
159
159
  * @param AddExadataInsightMembersRequest
160
160
  * @return AddExadataInsightMembersResponse
161
161
  * @throws OciError when an error occurs
162
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/AddExadataInsightMembers.ts.html |here} to see how to use AddExadataInsightMembers API.
162
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/AddExadataInsightMembers.ts.html |here} to see how to use AddExadataInsightMembers API.
163
163
  */
164
164
  addExadataInsightMembers(addExadataInsightMembersRequest) {
165
165
  return __awaiter(this, void 0, void 0, function* () {
@@ -221,7 +221,7 @@ class OperationsInsightsClient {
221
221
  * @param ChangeDatabaseInsightCompartmentRequest
222
222
  * @return ChangeDatabaseInsightCompartmentResponse
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.29.0/opsi/ChangeDatabaseInsightCompartment.ts.html |here} to see how to use ChangeDatabaseInsightCompartment API.
224
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/ChangeDatabaseInsightCompartment.ts.html |here} to see how to use ChangeDatabaseInsightCompartment API.
225
225
  */
226
226
  changeDatabaseInsightCompartment(changeDatabaseInsightCompartmentRequest) {
227
227
  return __awaiter(this, void 0, void 0, function* () {
@@ -283,7 +283,7 @@ class OperationsInsightsClient {
283
283
  * @param ChangeEnterpriseManagerBridgeCompartmentRequest
284
284
  * @return ChangeEnterpriseManagerBridgeCompartmentResponse
285
285
  * @throws OciError when an error occurs
286
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ChangeEnterpriseManagerBridgeCompartment.ts.html |here} to see how to use ChangeEnterpriseManagerBridgeCompartment API.
286
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/ChangeEnterpriseManagerBridgeCompartment.ts.html |here} to see how to use ChangeEnterpriseManagerBridgeCompartment API.
287
287
  */
288
288
  changeEnterpriseManagerBridgeCompartment(changeEnterpriseManagerBridgeCompartmentRequest) {
289
289
  return __awaiter(this, void 0, void 0, function* () {
@@ -344,7 +344,7 @@ class OperationsInsightsClient {
344
344
  * @param ChangeExadataInsightCompartmentRequest
345
345
  * @return ChangeExadataInsightCompartmentResponse
346
346
  * @throws OciError when an error occurs
347
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ChangeExadataInsightCompartment.ts.html |here} to see how to use ChangeExadataInsightCompartment API.
347
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/ChangeExadataInsightCompartment.ts.html |here} to see how to use ChangeExadataInsightCompartment API.
348
348
  */
349
349
  changeExadataInsightCompartment(changeExadataInsightCompartmentRequest) {
350
350
  return __awaiter(this, void 0, void 0, function* () {
@@ -406,7 +406,7 @@ class OperationsInsightsClient {
406
406
  * @param ChangeHostInsightCompartmentRequest
407
407
  * @return ChangeHostInsightCompartmentResponse
408
408
  * @throws OciError when an error occurs
409
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ChangeHostInsightCompartment.ts.html |here} to see how to use ChangeHostInsightCompartment API.
409
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/ChangeHostInsightCompartment.ts.html |here} to see how to use ChangeHostInsightCompartment API.
410
410
  */
411
411
  changeHostInsightCompartment(changeHostInsightCompartmentRequest) {
412
412
  return __awaiter(this, void 0, void 0, function* () {
@@ -468,7 +468,7 @@ class OperationsInsightsClient {
468
468
  * @param ChangeOperationsInsightsPrivateEndpointCompartmentRequest
469
469
  * @return ChangeOperationsInsightsPrivateEndpointCompartmentResponse
470
470
  * @throws OciError when an error occurs
471
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ChangeOperationsInsightsPrivateEndpointCompartment.ts.html |here} to see how to use ChangeOperationsInsightsPrivateEndpointCompartment API.
471
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/ChangeOperationsInsightsPrivateEndpointCompartment.ts.html |here} to see how to use ChangeOperationsInsightsPrivateEndpointCompartment API.
472
472
  */
473
473
  changeOperationsInsightsPrivateEndpointCompartment(changeOperationsInsightsPrivateEndpointCompartmentRequest) {
474
474
  return __awaiter(this, void 0, void 0, function* () {
@@ -530,7 +530,7 @@ class OperationsInsightsClient {
530
530
  * @param ChangePeComanagedDatabaseInsightRequest
531
531
  * @return ChangePeComanagedDatabaseInsightResponse
532
532
  * @throws OciError when an error occurs
533
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ChangePeComanagedDatabaseInsight.ts.html |here} to see how to use ChangePeComanagedDatabaseInsight API.
533
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/ChangePeComanagedDatabaseInsight.ts.html |here} to see how to use ChangePeComanagedDatabaseInsight API.
534
534
  */
535
535
  changePeComanagedDatabaseInsight(changePeComanagedDatabaseInsightRequest) {
536
536
  return __awaiter(this, void 0, void 0, function* () {
@@ -594,7 +594,7 @@ class OperationsInsightsClient {
594
594
  * @param CreateAwrHubRequest
595
595
  * @return CreateAwrHubResponse
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.29.0/opsi/CreateAwrHub.ts.html |here} to see how to use CreateAwrHub API.
597
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/CreateAwrHub.ts.html |here} to see how to use CreateAwrHub API.
598
598
  */
599
599
  createAwrHub(createAwrHubRequest) {
600
600
  return __awaiter(this, void 0, void 0, function* () {
@@ -673,7 +673,7 @@ class OperationsInsightsClient {
673
673
  * @param CreateDatabaseInsightRequest
674
674
  * @return CreateDatabaseInsightResponse
675
675
  * @throws OciError when an error occurs
676
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/CreateDatabaseInsight.ts.html |here} to see how to use CreateDatabaseInsight API.
676
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/CreateDatabaseInsight.ts.html |here} to see how to use CreateDatabaseInsight API.
677
677
  */
678
678
  createDatabaseInsight(createDatabaseInsightRequest) {
679
679
  return __awaiter(this, void 0, void 0, function* () {
@@ -752,7 +752,7 @@ class OperationsInsightsClient {
752
752
  * @param CreateEnterpriseManagerBridgeRequest
753
753
  * @return CreateEnterpriseManagerBridgeResponse
754
754
  * @throws OciError when an error occurs
755
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/CreateEnterpriseManagerBridge.ts.html |here} to see how to use CreateEnterpriseManagerBridge API.
755
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/CreateEnterpriseManagerBridge.ts.html |here} to see how to use CreateEnterpriseManagerBridge API.
756
756
  */
757
757
  createEnterpriseManagerBridge(createEnterpriseManagerBridgeRequest) {
758
758
  return __awaiter(this, void 0, void 0, function* () {
@@ -831,7 +831,7 @@ class OperationsInsightsClient {
831
831
  * @param CreateExadataInsightRequest
832
832
  * @return CreateExadataInsightResponse
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.29.0/opsi/CreateExadataInsight.ts.html |here} to see how to use CreateExadataInsight API.
834
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/CreateExadataInsight.ts.html |here} to see how to use CreateExadataInsight API.
835
835
  */
836
836
  createExadataInsight(createExadataInsightRequest) {
837
837
  return __awaiter(this, void 0, void 0, function* () {
@@ -910,7 +910,7 @@ class OperationsInsightsClient {
910
910
  * @param CreateHostInsightRequest
911
911
  * @return CreateHostInsightResponse
912
912
  * @throws OciError when an error occurs
913
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/CreateHostInsight.ts.html |here} to see how to use CreateHostInsight API.
913
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/CreateHostInsight.ts.html |here} to see how to use CreateHostInsight API.
914
914
  */
915
915
  createHostInsight(createHostInsightRequest) {
916
916
  return __awaiter(this, void 0, void 0, function* () {
@@ -990,7 +990,7 @@ class OperationsInsightsClient {
990
990
  * @param CreateOperationsInsightsPrivateEndpointRequest
991
991
  * @return CreateOperationsInsightsPrivateEndpointResponse
992
992
  * @throws OciError when an error occurs
993
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/CreateOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use CreateOperationsInsightsPrivateEndpoint API.
993
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/CreateOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use CreateOperationsInsightsPrivateEndpoint API.
994
994
  */
995
995
  createOperationsInsightsPrivateEndpoint(createOperationsInsightsPrivateEndpointRequest) {
996
996
  return __awaiter(this, void 0, void 0, function* () {
@@ -1071,7 +1071,7 @@ class OperationsInsightsClient {
1071
1071
  * @param CreateOperationsInsightsWarehouseRequest
1072
1072
  * @return CreateOperationsInsightsWarehouseResponse
1073
1073
  * @throws OciError when an error occurs
1074
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/CreateOperationsInsightsWarehouse.ts.html |here} to see how to use CreateOperationsInsightsWarehouse API.
1074
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/CreateOperationsInsightsWarehouse.ts.html |here} to see how to use CreateOperationsInsightsWarehouse API.
1075
1075
  */
1076
1076
  createOperationsInsightsWarehouse(createOperationsInsightsWarehouseRequest) {
1077
1077
  return __awaiter(this, void 0, void 0, function* () {
@@ -1151,7 +1151,7 @@ class OperationsInsightsClient {
1151
1151
  * @param CreateOperationsInsightsWarehouseUserRequest
1152
1152
  * @return CreateOperationsInsightsWarehouseUserResponse
1153
1153
  * @throws OciError when an error occurs
1154
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/CreateOperationsInsightsWarehouseUser.ts.html |here} to see how to use CreateOperationsInsightsWarehouseUser API.
1154
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/CreateOperationsInsightsWarehouseUser.ts.html |here} to see how to use CreateOperationsInsightsWarehouseUser API.
1155
1155
  */
1156
1156
  createOperationsInsightsWarehouseUser(createOperationsInsightsWarehouseUserRequest) {
1157
1157
  return __awaiter(this, void 0, void 0, function* () {
@@ -1229,7 +1229,7 @@ class OperationsInsightsClient {
1229
1229
  * @param DeleteAwrHubRequest
1230
1230
  * @return DeleteAwrHubResponse
1231
1231
  * @throws OciError when an error occurs
1232
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/DeleteAwrHub.ts.html |here} to see how to use DeleteAwrHub API.
1232
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/DeleteAwrHub.ts.html |here} to see how to use DeleteAwrHub API.
1233
1233
  */
1234
1234
  deleteAwrHub(deleteAwrHubRequest) {
1235
1235
  return __awaiter(this, void 0, void 0, function* () {
@@ -1289,7 +1289,7 @@ class OperationsInsightsClient {
1289
1289
  * @param DeleteDatabaseInsightRequest
1290
1290
  * @return DeleteDatabaseInsightResponse
1291
1291
  * @throws OciError when an error occurs
1292
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/DeleteDatabaseInsight.ts.html |here} to see how to use DeleteDatabaseInsight API.
1292
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/DeleteDatabaseInsight.ts.html |here} to see how to use DeleteDatabaseInsight API.
1293
1293
  */
1294
1294
  deleteDatabaseInsight(deleteDatabaseInsightRequest) {
1295
1295
  return __awaiter(this, void 0, void 0, function* () {
@@ -1349,7 +1349,7 @@ class OperationsInsightsClient {
1349
1349
  * @param DeleteEnterpriseManagerBridgeRequest
1350
1350
  * @return DeleteEnterpriseManagerBridgeResponse
1351
1351
  * @throws OciError when an error occurs
1352
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/DeleteEnterpriseManagerBridge.ts.html |here} to see how to use DeleteEnterpriseManagerBridge API.
1352
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/DeleteEnterpriseManagerBridge.ts.html |here} to see how to use DeleteEnterpriseManagerBridge API.
1353
1353
  */
1354
1354
  deleteEnterpriseManagerBridge(deleteEnterpriseManagerBridgeRequest) {
1355
1355
  return __awaiter(this, void 0, void 0, function* () {
@@ -1409,7 +1409,7 @@ class OperationsInsightsClient {
1409
1409
  * @param DeleteExadataInsightRequest
1410
1410
  * @return DeleteExadataInsightResponse
1411
1411
  * @throws OciError when an error occurs
1412
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/DeleteExadataInsight.ts.html |here} to see how to use DeleteExadataInsight API.
1412
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/DeleteExadataInsight.ts.html |here} to see how to use DeleteExadataInsight API.
1413
1413
  */
1414
1414
  deleteExadataInsight(deleteExadataInsightRequest) {
1415
1415
  return __awaiter(this, void 0, void 0, function* () {
@@ -1469,7 +1469,7 @@ class OperationsInsightsClient {
1469
1469
  * @param DeleteHostInsightRequest
1470
1470
  * @return DeleteHostInsightResponse
1471
1471
  * @throws OciError when an error occurs
1472
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/DeleteHostInsight.ts.html |here} to see how to use DeleteHostInsight API.
1472
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/DeleteHostInsight.ts.html |here} to see how to use DeleteHostInsight API.
1473
1473
  */
1474
1474
  deleteHostInsight(deleteHostInsightRequest) {
1475
1475
  return __awaiter(this, void 0, void 0, function* () {
@@ -1529,7 +1529,7 @@ class OperationsInsightsClient {
1529
1529
  * @param DeleteOperationsInsightsPrivateEndpointRequest
1530
1530
  * @return DeleteOperationsInsightsPrivateEndpointResponse
1531
1531
  * @throws OciError when an error occurs
1532
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/DeleteOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use DeleteOperationsInsightsPrivateEndpoint API.
1532
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/DeleteOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use DeleteOperationsInsightsPrivateEndpoint API.
1533
1533
  */
1534
1534
  deleteOperationsInsightsPrivateEndpoint(deleteOperationsInsightsPrivateEndpointRequest) {
1535
1535
  return __awaiter(this, void 0, void 0, function* () {
@@ -1593,7 +1593,7 @@ class OperationsInsightsClient {
1593
1593
  * @param DeleteOperationsInsightsWarehouseRequest
1594
1594
  * @return DeleteOperationsInsightsWarehouseResponse
1595
1595
  * @throws OciError when an error occurs
1596
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/DeleteOperationsInsightsWarehouse.ts.html |here} to see how to use DeleteOperationsInsightsWarehouse API.
1596
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/DeleteOperationsInsightsWarehouse.ts.html |here} to see how to use DeleteOperationsInsightsWarehouse API.
1597
1597
  */
1598
1598
  deleteOperationsInsightsWarehouse(deleteOperationsInsightsWarehouseRequest) {
1599
1599
  return __awaiter(this, void 0, void 0, function* () {
@@ -1653,7 +1653,7 @@ class OperationsInsightsClient {
1653
1653
  * @param DeleteOperationsInsightsWarehouseUserRequest
1654
1654
  * @return DeleteOperationsInsightsWarehouseUserResponse
1655
1655
  * @throws OciError when an error occurs
1656
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/DeleteOperationsInsightsWarehouseUser.ts.html |here} to see how to use DeleteOperationsInsightsWarehouseUser API.
1656
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/DeleteOperationsInsightsWarehouseUser.ts.html |here} to see how to use DeleteOperationsInsightsWarehouseUser API.
1657
1657
  */
1658
1658
  deleteOperationsInsightsWarehouseUser(deleteOperationsInsightsWarehouseUserRequest) {
1659
1659
  return __awaiter(this, void 0, void 0, function* () {
@@ -1713,7 +1713,7 @@ class OperationsInsightsClient {
1713
1713
  * @param DisableDatabaseInsightRequest
1714
1714
  * @return DisableDatabaseInsightResponse
1715
1715
  * @throws OciError when an error occurs
1716
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/DisableDatabaseInsight.ts.html |here} to see how to use DisableDatabaseInsight API.
1716
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/DisableDatabaseInsight.ts.html |here} to see how to use DisableDatabaseInsight API.
1717
1717
  */
1718
1718
  disableDatabaseInsight(disableDatabaseInsightRequest) {
1719
1719
  return __awaiter(this, void 0, void 0, function* () {
@@ -1774,7 +1774,7 @@ class OperationsInsightsClient {
1774
1774
  * @param DisableExadataInsightRequest
1775
1775
  * @return DisableExadataInsightResponse
1776
1776
  * @throws OciError when an error occurs
1777
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/DisableExadataInsight.ts.html |here} to see how to use DisableExadataInsight API.
1777
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/DisableExadataInsight.ts.html |here} to see how to use DisableExadataInsight API.
1778
1778
  */
1779
1779
  disableExadataInsight(disableExadataInsightRequest) {
1780
1780
  return __awaiter(this, void 0, void 0, function* () {
@@ -1835,7 +1835,7 @@ class OperationsInsightsClient {
1835
1835
  * @param DisableHostInsightRequest
1836
1836
  * @return DisableHostInsightResponse
1837
1837
  * @throws OciError when an error occurs
1838
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/DisableHostInsight.ts.html |here} to see how to use DisableHostInsight API.
1838
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/DisableHostInsight.ts.html |here} to see how to use DisableHostInsight API.
1839
1839
  */
1840
1840
  disableHostInsight(disableHostInsightRequest) {
1841
1841
  return __awaiter(this, void 0, void 0, function* () {
@@ -1896,7 +1896,7 @@ class OperationsInsightsClient {
1896
1896
  * @param DownloadOperationsInsightsWarehouseWalletRequest
1897
1897
  * @return DownloadOperationsInsightsWarehouseWalletResponse
1898
1898
  * @throws OciError when an error occurs
1899
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/DownloadOperationsInsightsWarehouseWallet.ts.html |here} to see how to use DownloadOperationsInsightsWarehouseWallet API.
1899
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/DownloadOperationsInsightsWarehouseWallet.ts.html |here} to see how to use DownloadOperationsInsightsWarehouseWallet API.
1900
1900
  */
1901
1901
  downloadOperationsInsightsWarehouseWallet(downloadOperationsInsightsWarehouseWalletRequest) {
1902
1902
  return __awaiter(this, void 0, void 0, function* () {
@@ -1970,7 +1970,7 @@ class OperationsInsightsClient {
1970
1970
  * @param EnableDatabaseInsightRequest
1971
1971
  * @return EnableDatabaseInsightResponse
1972
1972
  * @throws OciError when an error occurs
1973
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/EnableDatabaseInsight.ts.html |here} to see how to use EnableDatabaseInsight API.
1973
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/EnableDatabaseInsight.ts.html |here} to see how to use EnableDatabaseInsight API.
1974
1974
  */
1975
1975
  enableDatabaseInsight(enableDatabaseInsightRequest) {
1976
1976
  return __awaiter(this, void 0, void 0, function* () {
@@ -2032,7 +2032,7 @@ class OperationsInsightsClient {
2032
2032
  * @param EnableExadataInsightRequest
2033
2033
  * @return EnableExadataInsightResponse
2034
2034
  * @throws OciError when an error occurs
2035
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/EnableExadataInsight.ts.html |here} to see how to use EnableExadataInsight API.
2035
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/EnableExadataInsight.ts.html |here} to see how to use EnableExadataInsight API.
2036
2036
  */
2037
2037
  enableExadataInsight(enableExadataInsightRequest) {
2038
2038
  return __awaiter(this, void 0, void 0, function* () {
@@ -2094,7 +2094,7 @@ class OperationsInsightsClient {
2094
2094
  * @param EnableHostInsightRequest
2095
2095
  * @return EnableHostInsightResponse
2096
2096
  * @throws OciError when an error occurs
2097
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/EnableHostInsight.ts.html |here} to see how to use EnableHostInsight API.
2097
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/EnableHostInsight.ts.html |here} to see how to use EnableHostInsight API.
2098
2098
  */
2099
2099
  enableHostInsight(enableHostInsightRequest) {
2100
2100
  return __awaiter(this, void 0, void 0, function* () {
@@ -2156,7 +2156,7 @@ class OperationsInsightsClient {
2156
2156
  * @param GetAwrHubRequest
2157
2157
  * @return GetAwrHubResponse
2158
2158
  * @throws OciError when an error occurs
2159
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/GetAwrHub.ts.html |here} to see how to use GetAwrHub API.
2159
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/GetAwrHub.ts.html |here} to see how to use GetAwrHub API.
2160
2160
  */
2161
2161
  getAwrHub(getAwrHubRequest) {
2162
2162
  return __awaiter(this, void 0, void 0, function* () {
@@ -2221,7 +2221,7 @@ class OperationsInsightsClient {
2221
2221
  * @param GetAwrReportRequest
2222
2222
  * @return GetAwrReportResponse
2223
2223
  * @throws OciError when an error occurs
2224
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/GetAwrReport.ts.html |here} to see how to use GetAwrReport API.
2224
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/GetAwrReport.ts.html |here} to see how to use GetAwrReport API.
2225
2225
  */
2226
2226
  getAwrReport(getAwrReportRequest) {
2227
2227
  return __awaiter(this, void 0, void 0, function* () {
@@ -2287,7 +2287,7 @@ class OperationsInsightsClient {
2287
2287
  * @param GetDatabaseInsightRequest
2288
2288
  * @return GetDatabaseInsightResponse
2289
2289
  * @throws OciError when an error occurs
2290
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/GetDatabaseInsight.ts.html |here} to see how to use GetDatabaseInsight API.
2290
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/GetDatabaseInsight.ts.html |here} to see how to use GetDatabaseInsight API.
2291
2291
  */
2292
2292
  getDatabaseInsight(getDatabaseInsightRequest) {
2293
2293
  return __awaiter(this, void 0, void 0, function* () {
@@ -2350,7 +2350,7 @@ class OperationsInsightsClient {
2350
2350
  * @param GetEnterpriseManagerBridgeRequest
2351
2351
  * @return GetEnterpriseManagerBridgeResponse
2352
2352
  * @throws OciError when an error occurs
2353
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/GetEnterpriseManagerBridge.ts.html |here} to see how to use GetEnterpriseManagerBridge API.
2353
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/GetEnterpriseManagerBridge.ts.html |here} to see how to use GetEnterpriseManagerBridge API.
2354
2354
  */
2355
2355
  getEnterpriseManagerBridge(getEnterpriseManagerBridgeRequest) {
2356
2356
  return __awaiter(this, void 0, void 0, function* () {
@@ -2413,7 +2413,7 @@ class OperationsInsightsClient {
2413
2413
  * @param GetExadataInsightRequest
2414
2414
  * @return GetExadataInsightResponse
2415
2415
  * @throws OciError when an error occurs
2416
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/GetExadataInsight.ts.html |here} to see how to use GetExadataInsight API.
2416
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/GetExadataInsight.ts.html |here} to see how to use GetExadataInsight API.
2417
2417
  */
2418
2418
  getExadataInsight(getExadataInsightRequest) {
2419
2419
  return __awaiter(this, void 0, void 0, function* () {
@@ -2476,7 +2476,7 @@ class OperationsInsightsClient {
2476
2476
  * @param GetHostInsightRequest
2477
2477
  * @return GetHostInsightResponse
2478
2478
  * @throws OciError when an error occurs
2479
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/GetHostInsight.ts.html |here} to see how to use GetHostInsight API.
2479
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/GetHostInsight.ts.html |here} to see how to use GetHostInsight API.
2480
2480
  */
2481
2481
  getHostInsight(getHostInsightRequest) {
2482
2482
  return __awaiter(this, void 0, void 0, function* () {
@@ -2539,7 +2539,7 @@ class OperationsInsightsClient {
2539
2539
  * @param GetOperationsInsightsPrivateEndpointRequest
2540
2540
  * @return GetOperationsInsightsPrivateEndpointResponse
2541
2541
  * @throws OciError when an error occurs
2542
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/GetOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use GetOperationsInsightsPrivateEndpoint API.
2542
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/GetOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use GetOperationsInsightsPrivateEndpoint API.
2543
2543
  */
2544
2544
  getOperationsInsightsPrivateEndpoint(getOperationsInsightsPrivateEndpointRequest) {
2545
2545
  return __awaiter(this, void 0, void 0, function* () {
@@ -2604,7 +2604,7 @@ class OperationsInsightsClient {
2604
2604
  * @param GetOperationsInsightsWarehouseRequest
2605
2605
  * @return GetOperationsInsightsWarehouseResponse
2606
2606
  * @throws OciError when an error occurs
2607
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/GetOperationsInsightsWarehouse.ts.html |here} to see how to use GetOperationsInsightsWarehouse API.
2607
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/GetOperationsInsightsWarehouse.ts.html |here} to see how to use GetOperationsInsightsWarehouse API.
2608
2608
  */
2609
2609
  getOperationsInsightsWarehouse(getOperationsInsightsWarehouseRequest) {
2610
2610
  return __awaiter(this, void 0, void 0, function* () {
@@ -2667,7 +2667,7 @@ class OperationsInsightsClient {
2667
2667
  * @param GetOperationsInsightsWarehouseUserRequest
2668
2668
  * @return GetOperationsInsightsWarehouseUserResponse
2669
2669
  * @throws OciError when an error occurs
2670
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/GetOperationsInsightsWarehouseUser.ts.html |here} to see how to use GetOperationsInsightsWarehouseUser API.
2670
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/GetOperationsInsightsWarehouseUser.ts.html |here} to see how to use GetOperationsInsightsWarehouseUser API.
2671
2671
  */
2672
2672
  getOperationsInsightsWarehouseUser(getOperationsInsightsWarehouseUserRequest) {
2673
2673
  return __awaiter(this, void 0, void 0, function* () {
@@ -2724,13 +2724,73 @@ class OperationsInsightsClient {
2724
2724
  }
2725
2725
  });
2726
2726
  }
2727
+ /**
2728
+ * Gets details of an OPSI data object.
2729
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
2730
+ * @param GetOpsiDataObjectRequest
2731
+ * @return GetOpsiDataObjectResponse
2732
+ * @throws OciError when an error occurs
2733
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/GetOpsiDataObject.ts.html |here} to see how to use GetOpsiDataObject API.
2734
+ */
2735
+ getOpsiDataObject(getOpsiDataObjectRequest) {
2736
+ return __awaiter(this, void 0, void 0, function* () {
2737
+ if (this.logger)
2738
+ this.logger.debug("Calling operation OperationsInsightsClient#getOpsiDataObject.");
2739
+ const operationName = "getOpsiDataObject";
2740
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OpsiDataObjects/GetOpsiDataObject";
2741
+ const pathParams = {
2742
+ "{opsiDataObjectIdentifier}": getOpsiDataObjectRequest.opsiDataObjectIdentifier
2743
+ };
2744
+ const queryParams = {
2745
+ "compartmentId": getOpsiDataObjectRequest.compartmentId
2746
+ };
2747
+ let headerParams = {
2748
+ "Content-Type": common.Constants.APPLICATION_JSON,
2749
+ "opc-request-id": getOpsiDataObjectRequest.opcRequestId
2750
+ };
2751
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
2752
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getOpsiDataObjectRequest.retryConfiguration, specRetryConfiguration);
2753
+ if (this.logger)
2754
+ retrier.logger = this.logger;
2755
+ const request = yield oci_common_1.composeRequest({
2756
+ baseEndpoint: this._endpoint,
2757
+ defaultHeaders: this._defaultHeaders,
2758
+ path: "/opsiDataObjects/{opsiDataObjectIdentifier}",
2759
+ method: "GET",
2760
+ pathParams: pathParams,
2761
+ headerParams: headerParams,
2762
+ queryParams: queryParams
2763
+ });
2764
+ try {
2765
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
2766
+ const sdkResponse = oci_common_1.composeResponse({
2767
+ responseObject: {},
2768
+ body: yield response.json(),
2769
+ bodyKey: "opsiDataObject",
2770
+ bodyModel: model.OpsiDataObject,
2771
+ type: "model.OpsiDataObject",
2772
+ responseHeaders: [
2773
+ {
2774
+ value: response.headers.get("opc-request-id"),
2775
+ key: "opcRequestId",
2776
+ dataType: "string"
2777
+ }
2778
+ ]
2779
+ });
2780
+ return sdkResponse;
2781
+ }
2782
+ catch (err) {
2783
+ throw err;
2784
+ }
2785
+ });
2786
+ }
2727
2787
  /**
2728
2788
  * Gets the status of the work request with the given ID.
2729
2789
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
2730
2790
  * @param GetWorkRequestRequest
2731
2791
  * @return GetWorkRequestResponse
2732
2792
  * @throws OciError when an error occurs
2733
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
2793
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
2734
2794
  */
2735
2795
  getWorkRequest(getWorkRequestRequest) {
2736
2796
  return __awaiter(this, void 0, void 0, function* () {
@@ -2798,7 +2858,7 @@ class OperationsInsightsClient {
2798
2858
  * @param IngestDatabaseConfigurationRequest
2799
2859
  * @return IngestDatabaseConfigurationResponse
2800
2860
  * @throws OciError when an error occurs
2801
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/IngestDatabaseConfiguration.ts.html |here} to see how to use IngestDatabaseConfiguration API.
2861
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/IngestDatabaseConfiguration.ts.html |here} to see how to use IngestDatabaseConfiguration API.
2802
2862
  */
2803
2863
  ingestDatabaseConfiguration(ingestDatabaseConfigurationRequest) {
2804
2864
  return __awaiter(this, void 0, void 0, function* () {
@@ -2865,7 +2925,7 @@ class OperationsInsightsClient {
2865
2925
  * @param IngestHostConfigurationRequest
2866
2926
  * @return IngestHostConfigurationResponse
2867
2927
  * @throws OciError when an error occurs
2868
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/IngestHostConfiguration.ts.html |here} to see how to use IngestHostConfiguration API.
2928
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/IngestHostConfiguration.ts.html |here} to see how to use IngestHostConfiguration API.
2869
2929
  */
2870
2930
  ingestHostConfiguration(ingestHostConfigurationRequest) {
2871
2931
  return __awaiter(this, void 0, void 0, function* () {
@@ -2931,7 +2991,7 @@ class OperationsInsightsClient {
2931
2991
  * @param IngestHostMetricsRequest
2932
2992
  * @return IngestHostMetricsResponse
2933
2993
  * @throws OciError when an error occurs
2934
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/IngestHostMetrics.ts.html |here} to see how to use IngestHostMetrics API.
2994
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/IngestHostMetrics.ts.html |here} to see how to use IngestHostMetrics API.
2935
2995
  */
2936
2996
  ingestHostMetrics(ingestHostMetricsRequest) {
2937
2997
  return __awaiter(this, void 0, void 0, function* () {
@@ -2999,7 +3059,7 @@ class OperationsInsightsClient {
2999
3059
  * @param IngestSqlBucketRequest
3000
3060
  * @return IngestSqlBucketResponse
3001
3061
  * @throws OciError when an error occurs
3002
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/IngestSqlBucket.ts.html |here} to see how to use IngestSqlBucket API.
3062
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/IngestSqlBucket.ts.html |here} to see how to use IngestSqlBucket API.
3003
3063
  */
3004
3064
  ingestSqlBucket(ingestSqlBucketRequest) {
3005
3065
  return __awaiter(this, void 0, void 0, function* () {
@@ -3069,7 +3129,7 @@ class OperationsInsightsClient {
3069
3129
  * @param IngestSqlPlanLinesRequest
3070
3130
  * @return IngestSqlPlanLinesResponse
3071
3131
  * @throws OciError when an error occurs
3072
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/IngestSqlPlanLines.ts.html |here} to see how to use IngestSqlPlanLines API.
3132
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/IngestSqlPlanLines.ts.html |here} to see how to use IngestSqlPlanLines API.
3073
3133
  */
3074
3134
  ingestSqlPlanLines(ingestSqlPlanLinesRequest) {
3075
3135
  return __awaiter(this, void 0, void 0, function* () {
@@ -3139,7 +3199,7 @@ class OperationsInsightsClient {
3139
3199
  * @param IngestSqlStatsRequest
3140
3200
  * @return IngestSqlStatsResponse
3141
3201
  * @throws OciError when an error occurs
3142
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/IngestSqlStats.ts.html |here} to see how to use IngestSqlStats API.
3202
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/IngestSqlStats.ts.html |here} to see how to use IngestSqlStats API.
3143
3203
  */
3144
3204
  ingestSqlStats(ingestSqlStatsRequest) {
3145
3205
  return __awaiter(this, void 0, void 0, function* () {
@@ -3209,7 +3269,7 @@ class OperationsInsightsClient {
3209
3269
  * @param IngestSqlTextRequest
3210
3270
  * @return IngestSqlTextResponse
3211
3271
  * @throws OciError when an error occurs
3212
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/IngestSqlText.ts.html |here} to see how to use IngestSqlText API.
3272
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/IngestSqlText.ts.html |here} to see how to use IngestSqlText API.
3213
3273
  */
3214
3274
  ingestSqlText(ingestSqlTextRequest) {
3215
3275
  return __awaiter(this, void 0, void 0, function* () {
@@ -3278,7 +3338,7 @@ class OperationsInsightsClient {
3278
3338
  * @param ListAwrHubsRequest
3279
3339
  * @return ListAwrHubsResponse
3280
3340
  * @throws OciError when an error occurs
3281
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ListAwrHubs.ts.html |here} to see how to use ListAwrHubs API.
3341
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/ListAwrHubs.ts.html |here} to see how to use ListAwrHubs API.
3282
3342
  */
3283
3343
  listAwrHubs(listAwrHubsRequest) {
3284
3344
  return __awaiter(this, void 0, void 0, function* () {
@@ -3351,7 +3411,7 @@ class OperationsInsightsClient {
3351
3411
  * @param ListAwrSnapshotsRequest
3352
3412
  * @return ListAwrSnapshotsResponse
3353
3413
  * @throws OciError when an error occurs
3354
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ListAwrSnapshots.ts.html |here} to see how to use ListAwrSnapshots API.
3414
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/ListAwrSnapshots.ts.html |here} to see how to use ListAwrSnapshots API.
3355
3415
  */
3356
3416
  listAwrSnapshots(listAwrSnapshotsRequest) {
3357
3417
  return __awaiter(this, void 0, void 0, function* () {
@@ -3424,7 +3484,7 @@ class OperationsInsightsClient {
3424
3484
  * @param ListDatabaseConfigurationsRequest
3425
3485
  * @return ListDatabaseConfigurationsResponse
3426
3486
  * @throws OciError when an error occurs
3427
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ListDatabaseConfigurations.ts.html |here} to see how to use ListDatabaseConfigurations API.
3487
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/ListDatabaseConfigurations.ts.html |here} to see how to use ListDatabaseConfigurations API.
3428
3488
  */
3429
3489
  listDatabaseConfigurations(listDatabaseConfigurationsRequest) {
3430
3490
  return __awaiter(this, void 0, void 0, function* () {
@@ -3510,7 +3570,7 @@ class OperationsInsightsClient {
3510
3570
  * @param ListDatabaseInsightsRequest
3511
3571
  * @return ListDatabaseInsightsResponse
3512
3572
  * @throws OciError when an error occurs
3513
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ListDatabaseInsights.ts.html |here} to see how to use ListDatabaseInsights API.
3573
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/ListDatabaseInsights.ts.html |here} to see how to use ListDatabaseInsights API.
3514
3574
  */
3515
3575
  listDatabaseInsights(listDatabaseInsightsRequest) {
3516
3576
  return __awaiter(this, void 0, void 0, function* () {
@@ -3594,7 +3654,7 @@ class OperationsInsightsClient {
3594
3654
  * @param ListEnterpriseManagerBridgesRequest
3595
3655
  * @return ListEnterpriseManagerBridgesResponse
3596
3656
  * @throws OciError when an error occurs
3597
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ListEnterpriseManagerBridges.ts.html |here} to see how to use ListEnterpriseManagerBridges API.
3657
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/ListEnterpriseManagerBridges.ts.html |here} to see how to use ListEnterpriseManagerBridges API.
3598
3658
  */
3599
3659
  listEnterpriseManagerBridges(listEnterpriseManagerBridgesRequest) {
3600
3660
  return __awaiter(this, void 0, void 0, function* () {
@@ -3665,7 +3725,7 @@ class OperationsInsightsClient {
3665
3725
  * @param ListExadataConfigurationsRequest
3666
3726
  * @return ListExadataConfigurationsResponse
3667
3727
  * @throws OciError when an error occurs
3668
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ListExadataConfigurations.ts.html |here} to see how to use ListExadataConfigurations API.
3728
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/ListExadataConfigurations.ts.html |here} to see how to use ListExadataConfigurations API.
3669
3729
  */
3670
3730
  listExadataConfigurations(listExadataConfigurationsRequest) {
3671
3731
  return __awaiter(this, void 0, void 0, function* () {
@@ -3745,7 +3805,7 @@ class OperationsInsightsClient {
3745
3805
  * @param ListExadataInsightsRequest
3746
3806
  * @return ListExadataInsightsResponse
3747
3807
  * @throws OciError when an error occurs
3748
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ListExadataInsights.ts.html |here} to see how to use ListExadataInsights API.
3808
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/ListExadataInsights.ts.html |here} to see how to use ListExadataInsights API.
3749
3809
  */
3750
3810
  listExadataInsights(listExadataInsightsRequest) {
3751
3811
  return __awaiter(this, void 0, void 0, function* () {
@@ -3825,7 +3885,7 @@ class OperationsInsightsClient {
3825
3885
  * @param ListHostConfigurationsRequest
3826
3886
  * @return ListHostConfigurationsResponse
3827
3887
  * @throws OciError when an error occurs
3828
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ListHostConfigurations.ts.html |here} to see how to use ListHostConfigurations API.
3888
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/ListHostConfigurations.ts.html |here} to see how to use ListHostConfigurations API.
3829
3889
  */
3830
3890
  listHostConfigurations(listHostConfigurationsRequest) {
3831
3891
  return __awaiter(this, void 0, void 0, function* () {
@@ -3908,7 +3968,7 @@ class OperationsInsightsClient {
3908
3968
  * @param ListHostInsightsRequest
3909
3969
  * @return ListHostInsightsResponse
3910
3970
  * @throws OciError when an error occurs
3911
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ListHostInsights.ts.html |here} to see how to use ListHostInsights API.
3971
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/ListHostInsights.ts.html |here} to see how to use ListHostInsights API.
3912
3972
  */
3913
3973
  listHostInsights(listHostInsightsRequest) {
3914
3974
  return __awaiter(this, void 0, void 0, function* () {
@@ -3989,7 +4049,7 @@ class OperationsInsightsClient {
3989
4049
  * @param ListHostedEntitiesRequest
3990
4050
  * @return ListHostedEntitiesResponse
3991
4051
  * @throws OciError when an error occurs
3992
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ListHostedEntities.ts.html |here} to see how to use ListHostedEntities API.
4052
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/ListHostedEntities.ts.html |here} to see how to use ListHostedEntities API.
3993
4053
  */
3994
4054
  listHostedEntities(listHostedEntitiesRequest) {
3995
4055
  return __awaiter(this, void 0, void 0, function* () {
@@ -4067,7 +4127,7 @@ class OperationsInsightsClient {
4067
4127
  * @param ListImportableAgentEntitiesRequest
4068
4128
  * @return ListImportableAgentEntitiesResponse
4069
4129
  * @throws OciError when an error occurs
4070
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ListImportableAgentEntities.ts.html |here} to see how to use ListImportableAgentEntities API.
4130
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/ListImportableAgentEntities.ts.html |here} to see how to use ListImportableAgentEntities API.
4071
4131
  */
4072
4132
  listImportableAgentEntities(listImportableAgentEntitiesRequest) {
4073
4133
  return __awaiter(this, void 0, void 0, function* () {
@@ -4135,7 +4195,7 @@ class OperationsInsightsClient {
4135
4195
  * @param ListImportableEnterpriseManagerEntitiesRequest
4136
4196
  * @return ListImportableEnterpriseManagerEntitiesResponse
4137
4197
  * @throws OciError when an error occurs
4138
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ListImportableEnterpriseManagerEntities.ts.html |here} to see how to use ListImportableEnterpriseManagerEntities API.
4198
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/ListImportableEnterpriseManagerEntities.ts.html |here} to see how to use ListImportableEnterpriseManagerEntities API.
4139
4199
  */
4140
4200
  listImportableEnterpriseManagerEntities(listImportableEnterpriseManagerEntitiesRequest) {
4141
4201
  return __awaiter(this, void 0, void 0, function* () {
@@ -4204,14 +4264,14 @@ class OperationsInsightsClient {
4204
4264
  * @param ListOperationsInsightsPrivateEndpointsRequest
4205
4265
  * @return ListOperationsInsightsPrivateEndpointsResponse
4206
4266
  * @throws OciError when an error occurs
4207
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ListOperationsInsightsPrivateEndpoints.ts.html |here} to see how to use ListOperationsInsightsPrivateEndpoints API.
4267
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/ListOperationsInsightsPrivateEndpoints.ts.html |here} to see how to use ListOperationsInsightsPrivateEndpoints API.
4208
4268
  */
4209
4269
  listOperationsInsightsPrivateEndpoints(listOperationsInsightsPrivateEndpointsRequest) {
4210
4270
  return __awaiter(this, void 0, void 0, function* () {
4211
4271
  if (this.logger)
4212
4272
  this.logger.debug("Calling operation OperationsInsightsClient#listOperationsInsightsPrivateEndpoints.");
4213
4273
  const operationName = "listOperationsInsightsPrivateEndpoints";
4214
- const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OperationsInsightsPrivateEndpointCollection/ListOperationsInsightsPrivateEndpoints";
4274
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OperationsInsightsPrivateEndpoint/ListOperationsInsightsPrivateEndpoints";
4215
4275
  const pathParams = {};
4216
4276
  const queryParams = {
4217
4277
  "compartmentId": listOperationsInsightsPrivateEndpointsRequest.compartmentId,
@@ -4278,7 +4338,7 @@ class OperationsInsightsClient {
4278
4338
  * @param ListOperationsInsightsWarehouseUsersRequest
4279
4339
  * @return ListOperationsInsightsWarehouseUsersResponse
4280
4340
  * @throws OciError when an error occurs
4281
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ListOperationsInsightsWarehouseUsers.ts.html |here} to see how to use ListOperationsInsightsWarehouseUsers API.
4341
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/ListOperationsInsightsWarehouseUsers.ts.html |here} to see how to use ListOperationsInsightsWarehouseUsers API.
4282
4342
  */
4283
4343
  listOperationsInsightsWarehouseUsers(listOperationsInsightsWarehouseUsersRequest) {
4284
4344
  return __awaiter(this, void 0, void 0, function* () {
@@ -4351,7 +4411,7 @@ class OperationsInsightsClient {
4351
4411
  * @param ListOperationsInsightsWarehousesRequest
4352
4412
  * @return ListOperationsInsightsWarehousesResponse
4353
4413
  * @throws OciError when an error occurs
4354
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ListOperationsInsightsWarehouses.ts.html |here} to see how to use ListOperationsInsightsWarehouses API.
4414
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/ListOperationsInsightsWarehouses.ts.html |here} to see how to use ListOperationsInsightsWarehouses API.
4355
4415
  */
4356
4416
  listOperationsInsightsWarehouses(listOperationsInsightsWarehousesRequest) {
4357
4417
  return __awaiter(this, void 0, void 0, function* () {
@@ -4415,6 +4475,76 @@ class OperationsInsightsClient {
4415
4475
  }
4416
4476
  });
4417
4477
  }
4478
+ /**
4479
+ * Gets a list of OPSI data objects based on the query parameters specified. CompartmentId id query parameter must be specified.
4480
+ *
4481
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
4482
+ * @param ListOpsiDataObjectsRequest
4483
+ * @return ListOpsiDataObjectsResponse
4484
+ * @throws OciError when an error occurs
4485
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/ListOpsiDataObjects.ts.html |here} to see how to use ListOpsiDataObjects API.
4486
+ */
4487
+ listOpsiDataObjects(listOpsiDataObjectsRequest) {
4488
+ return __awaiter(this, void 0, void 0, function* () {
4489
+ if (this.logger)
4490
+ this.logger.debug("Calling operation OperationsInsightsClient#listOpsiDataObjects.");
4491
+ const operationName = "listOpsiDataObjects";
4492
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OpsiDataObjects/ListOpsiDataObjects";
4493
+ const pathParams = {};
4494
+ const queryParams = {
4495
+ "compartmentId": listOpsiDataObjectsRequest.compartmentId,
4496
+ "dataObjectType": listOpsiDataObjectsRequest.dataObjectType,
4497
+ "displayName": listOpsiDataObjectsRequest.displayName,
4498
+ "limit": listOpsiDataObjectsRequest.limit,
4499
+ "page": listOpsiDataObjectsRequest.page,
4500
+ "sortOrder": listOpsiDataObjectsRequest.sortOrder,
4501
+ "sortBy": listOpsiDataObjectsRequest.sortBy
4502
+ };
4503
+ let headerParams = {
4504
+ "Content-Type": common.Constants.APPLICATION_JSON,
4505
+ "opc-request-id": listOpsiDataObjectsRequest.opcRequestId
4506
+ };
4507
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
4508
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listOpsiDataObjectsRequest.retryConfiguration, specRetryConfiguration);
4509
+ if (this.logger)
4510
+ retrier.logger = this.logger;
4511
+ const request = yield oci_common_1.composeRequest({
4512
+ baseEndpoint: this._endpoint,
4513
+ defaultHeaders: this._defaultHeaders,
4514
+ path: "/opsiDataObjects",
4515
+ method: "GET",
4516
+ pathParams: pathParams,
4517
+ headerParams: headerParams,
4518
+ queryParams: queryParams
4519
+ });
4520
+ try {
4521
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
4522
+ const sdkResponse = oci_common_1.composeResponse({
4523
+ responseObject: {},
4524
+ body: yield response.json(),
4525
+ bodyKey: "opsiDataObjectsCollection",
4526
+ bodyModel: model.OpsiDataObjectsCollection,
4527
+ type: "model.OpsiDataObjectsCollection",
4528
+ responseHeaders: [
4529
+ {
4530
+ value: response.headers.get("opc-request-id"),
4531
+ key: "opcRequestId",
4532
+ dataType: "string"
4533
+ },
4534
+ {
4535
+ value: response.headers.get("opc-next-page"),
4536
+ key: "opcNextPage",
4537
+ dataType: "string"
4538
+ }
4539
+ ]
4540
+ });
4541
+ return sdkResponse;
4542
+ }
4543
+ catch (err) {
4544
+ throw err;
4545
+ }
4546
+ });
4547
+ }
4418
4548
  /**
4419
4549
  * Query SQL Warehouse to list the plan xml for a given SQL execution plan. This returns a SqlPlanCollection object, but is currently limited to a single plan.
4420
4550
  * Either databaseId or id must be specified.
@@ -4423,7 +4553,7 @@ class OperationsInsightsClient {
4423
4553
  * @param ListSqlPlansRequest
4424
4554
  * @return ListSqlPlansResponse
4425
4555
  * @throws OciError when an error occurs
4426
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ListSqlPlans.ts.html |here} to see how to use ListSqlPlans API.
4556
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/ListSqlPlans.ts.html |here} to see how to use ListSqlPlans API.
4427
4557
  */
4428
4558
  listSqlPlans(listSqlPlansRequest) {
4429
4559
  return __awaiter(this, void 0, void 0, function* () {
@@ -4493,7 +4623,7 @@ class OperationsInsightsClient {
4493
4623
  * @param ListSqlSearchesRequest
4494
4624
  * @return ListSqlSearchesResponse
4495
4625
  * @throws OciError when an error occurs
4496
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ListSqlSearches.ts.html |here} to see how to use ListSqlSearches API.
4626
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/ListSqlSearches.ts.html |here} to see how to use ListSqlSearches API.
4497
4627
  */
4498
4628
  listSqlSearches(listSqlSearchesRequest) {
4499
4629
  return __awaiter(this, void 0, void 0, function* () {
@@ -4567,7 +4697,7 @@ class OperationsInsightsClient {
4567
4697
  * @param ListSqlTextsRequest
4568
4698
  * @return ListSqlTextsResponse
4569
4699
  * @throws OciError when an error occurs
4570
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ListSqlTexts.ts.html |here} to see how to use ListSqlTexts API.
4700
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/ListSqlTexts.ts.html |here} to see how to use ListSqlTexts API.
4571
4701
  */
4572
4702
  listSqlTexts(listSqlTextsRequest) {
4573
4703
  return __awaiter(this, void 0, void 0, function* () {
@@ -4640,7 +4770,7 @@ class OperationsInsightsClient {
4640
4770
  * @param ListWorkRequestErrorsRequest
4641
4771
  * @return ListWorkRequestErrorsResponse
4642
4772
  * @throws OciError when an error occurs
4643
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
4773
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
4644
4774
  */
4645
4775
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
4646
4776
  return __awaiter(this, void 0, void 0, function* () {
@@ -4709,7 +4839,7 @@ class OperationsInsightsClient {
4709
4839
  * @param ListWorkRequestLogsRequest
4710
4840
  * @return ListWorkRequestLogsResponse
4711
4841
  * @throws OciError when an error occurs
4712
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
4842
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
4713
4843
  */
4714
4844
  listWorkRequestLogs(listWorkRequestLogsRequest) {
4715
4845
  return __awaiter(this, void 0, void 0, function* () {
@@ -4778,7 +4908,7 @@ class OperationsInsightsClient {
4778
4908
  * @param ListWorkRequestsRequest
4779
4909
  * @return ListWorkRequestsResponse
4780
4910
  * @throws OciError when an error occurs
4781
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
4911
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
4782
4912
  */
4783
4913
  listWorkRequests(listWorkRequestsRequest) {
4784
4914
  return __awaiter(this, void 0, void 0, function* () {
@@ -4843,13 +4973,81 @@ class OperationsInsightsClient {
4843
4973
  }
4844
4974
  });
4845
4975
  }
4976
+ /**
4977
+ * Queries an OPSI data object with the inputs provided and sends the result set back. Either analysisTimeInterval
4978
+ * or timeIntervalStart and timeIntervalEnd parameters need to be passed as well.
4979
+ *
4980
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
4981
+ * @param QueryOpsiDataObjectDataRequest
4982
+ * @return QueryOpsiDataObjectDataResponse
4983
+ * @throws OciError when an error occurs
4984
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/QueryOpsiDataObjectData.ts.html |here} to see how to use QueryOpsiDataObjectData API.
4985
+ */
4986
+ queryOpsiDataObjectData(queryOpsiDataObjectDataRequest) {
4987
+ return __awaiter(this, void 0, void 0, function* () {
4988
+ if (this.logger)
4989
+ this.logger.debug("Calling operation OperationsInsightsClient#queryOpsiDataObjectData.");
4990
+ const operationName = "queryOpsiDataObjectData";
4991
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OpsiDataObjects/QueryOpsiDataObjectData";
4992
+ const pathParams = {};
4993
+ const queryParams = {
4994
+ "compartmentId": queryOpsiDataObjectDataRequest.compartmentId,
4995
+ "limit": queryOpsiDataObjectDataRequest.limit,
4996
+ "page": queryOpsiDataObjectDataRequest.page
4997
+ };
4998
+ let headerParams = {
4999
+ "Content-Type": common.Constants.APPLICATION_JSON,
5000
+ "opc-request-id": queryOpsiDataObjectDataRequest.opcRequestId
5001
+ };
5002
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
5003
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, queryOpsiDataObjectDataRequest.retryConfiguration, specRetryConfiguration);
5004
+ if (this.logger)
5005
+ retrier.logger = this.logger;
5006
+ const request = yield oci_common_1.composeRequest({
5007
+ baseEndpoint: this._endpoint,
5008
+ defaultHeaders: this._defaultHeaders,
5009
+ path: "/opsiDataObjects/actions/queryData",
5010
+ method: "POST",
5011
+ bodyContent: common.ObjectSerializer.serialize(queryOpsiDataObjectDataRequest.queryOpsiDataObjectDataDetails, "QueryOpsiDataObjectDataDetails", model.QueryOpsiDataObjectDataDetails.getJsonObj),
5012
+ pathParams: pathParams,
5013
+ headerParams: headerParams,
5014
+ queryParams: queryParams
5015
+ });
5016
+ try {
5017
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
5018
+ const sdkResponse = oci_common_1.composeResponse({
5019
+ responseObject: {},
5020
+ body: yield response.json(),
5021
+ bodyKey: "queryDataObjectResultSetRowsCollection",
5022
+ bodyModel: model.QueryDataObjectResultSetRowsCollection,
5023
+ type: "model.QueryDataObjectResultSetRowsCollection",
5024
+ responseHeaders: [
5025
+ {
5026
+ value: response.headers.get("opc-request-id"),
5027
+ key: "opcRequestId",
5028
+ dataType: "string"
5029
+ },
5030
+ {
5031
+ value: response.headers.get("opc-next-page"),
5032
+ key: "opcNextPage",
5033
+ dataType: "string"
5034
+ }
5035
+ ]
5036
+ });
5037
+ return sdkResponse;
5038
+ }
5039
+ catch (err) {
5040
+ throw err;
5041
+ }
5042
+ });
5043
+ }
4846
5044
  /**
4847
5045
  * Rotate the ADW wallet for Operations Insights Warehouse using which the Hub data is exposed.
4848
5046
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
4849
5047
  * @param RotateOperationsInsightsWarehouseWalletRequest
4850
5048
  * @return RotateOperationsInsightsWarehouseWalletResponse
4851
5049
  * @throws OciError when an error occurs
4852
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/RotateOperationsInsightsWarehouseWallet.ts.html |here} to see how to use RotateOperationsInsightsWarehouseWallet API.
5050
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/RotateOperationsInsightsWarehouseWallet.ts.html |here} to see how to use RotateOperationsInsightsWarehouseWallet API.
4853
5051
  */
4854
5052
  rotateOperationsInsightsWarehouseWallet(rotateOperationsInsightsWarehouseWalletRequest) {
4855
5053
  return __awaiter(this, void 0, void 0, function* () {
@@ -4910,7 +5108,7 @@ class OperationsInsightsClient {
4910
5108
  * @param SummarizeAwrSourcesSummariesRequest
4911
5109
  * @return SummarizeAwrSourcesSummariesResponse
4912
5110
  * @throws OciError when an error occurs
4913
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeAwrSourcesSummaries.ts.html |here} to see how to use SummarizeAwrSourcesSummaries API.
5111
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/SummarizeAwrSourcesSummaries.ts.html |here} to see how to use SummarizeAwrSourcesSummaries API.
4914
5112
  */
4915
5113
  summarizeAwrSourcesSummaries(summarizeAwrSourcesSummariesRequest) {
4916
5114
  return __awaiter(this, void 0, void 0, function* () {
@@ -4983,7 +5181,7 @@ class OperationsInsightsClient {
4983
5181
  * @param SummarizeDatabaseInsightResourceCapacityTrendRequest
4984
5182
  * @return SummarizeDatabaseInsightResourceCapacityTrendResponse
4985
5183
  * @throws OciError when an error occurs
4986
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeDatabaseInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceCapacityTrend API.
5184
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/SummarizeDatabaseInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceCapacityTrend API.
4987
5185
  */
4988
5186
  summarizeDatabaseInsightResourceCapacityTrend(summarizeDatabaseInsightResourceCapacityTrendRequest) {
4989
5187
  return __awaiter(this, void 0, void 0, function* () {
@@ -5069,7 +5267,7 @@ class OperationsInsightsClient {
5069
5267
  * @param SummarizeDatabaseInsightResourceForecastTrendRequest
5070
5268
  * @return SummarizeDatabaseInsightResourceForecastTrendResponse
5071
5269
  * @throws OciError when an error occurs
5072
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeDatabaseInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceForecastTrend API.
5270
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/SummarizeDatabaseInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceForecastTrend API.
5073
5271
  */
5074
5272
  summarizeDatabaseInsightResourceForecastTrend(summarizeDatabaseInsightResourceForecastTrendRequest) {
5075
5273
  return __awaiter(this, void 0, void 0, function* () {
@@ -5157,7 +5355,7 @@ class OperationsInsightsClient {
5157
5355
  * @param SummarizeDatabaseInsightResourceStatisticsRequest
5158
5356
  * @return SummarizeDatabaseInsightResourceStatisticsResponse
5159
5357
  * @throws OciError when an error occurs
5160
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeDatabaseInsightResourceStatistics.ts.html |here} to see how to use SummarizeDatabaseInsightResourceStatistics API.
5358
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/SummarizeDatabaseInsightResourceStatistics.ts.html |here} to see how to use SummarizeDatabaseInsightResourceStatistics API.
5161
5359
  */
5162
5360
  summarizeDatabaseInsightResourceStatistics(summarizeDatabaseInsightResourceStatisticsRequest) {
5163
5361
  return __awaiter(this, void 0, void 0, function* () {
@@ -5247,7 +5445,7 @@ class OperationsInsightsClient {
5247
5445
  * @param SummarizeDatabaseInsightResourceUsageRequest
5248
5446
  * @return SummarizeDatabaseInsightResourceUsageResponse
5249
5447
  * @throws OciError when an error occurs
5250
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeDatabaseInsightResourceUsage.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsage API.
5448
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/SummarizeDatabaseInsightResourceUsage.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsage API.
5251
5449
  */
5252
5450
  summarizeDatabaseInsightResourceUsage(summarizeDatabaseInsightResourceUsageRequest) {
5253
5451
  return __awaiter(this, void 0, void 0, function* () {
@@ -5330,7 +5528,7 @@ class OperationsInsightsClient {
5330
5528
  * @param SummarizeDatabaseInsightResourceUsageTrendRequest
5331
5529
  * @return SummarizeDatabaseInsightResourceUsageTrendResponse
5332
5530
  * @throws OciError when an error occurs
5333
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeDatabaseInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsageTrend API.
5531
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/SummarizeDatabaseInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsageTrend API.
5334
5532
  */
5335
5533
  summarizeDatabaseInsightResourceUsageTrend(summarizeDatabaseInsightResourceUsageTrendRequest) {
5336
5534
  return __awaiter(this, void 0, void 0, function* () {
@@ -5413,7 +5611,7 @@ class OperationsInsightsClient {
5413
5611
  * @param SummarizeDatabaseInsightResourceUtilizationInsightRequest
5414
5612
  * @return SummarizeDatabaseInsightResourceUtilizationInsightResponse
5415
5613
  * @throws OciError when an error occurs
5416
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeDatabaseInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUtilizationInsight API.
5614
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/SummarizeDatabaseInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUtilizationInsight API.
5417
5615
  */
5418
5616
  summarizeDatabaseInsightResourceUtilizationInsight(summarizeDatabaseInsightResourceUtilizationInsightRequest) {
5419
5617
  return __awaiter(this, void 0, void 0, function* () {
@@ -5496,7 +5694,7 @@ class OperationsInsightsClient {
5496
5694
  * @param SummarizeDatabaseInsightTablespaceUsageTrendRequest
5497
5695
  * @return SummarizeDatabaseInsightTablespaceUsageTrendResponse
5498
5696
  * @throws OciError when an error occurs
5499
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeDatabaseInsightTablespaceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightTablespaceUsageTrend API.
5697
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/SummarizeDatabaseInsightTablespaceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightTablespaceUsageTrend API.
5500
5698
  */
5501
5699
  summarizeDatabaseInsightTablespaceUsageTrend(summarizeDatabaseInsightTablespaceUsageTrendRequest) {
5502
5700
  return __awaiter(this, void 0, void 0, function* () {
@@ -5574,7 +5772,7 @@ class OperationsInsightsClient {
5574
5772
  * @param SummarizeExadataInsightResourceCapacityTrendRequest
5575
5773
  * @return SummarizeExadataInsightResourceCapacityTrendResponse
5576
5774
  * @throws OciError when an error occurs
5577
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeExadataInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrend API.
5775
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/SummarizeExadataInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrend API.
5578
5776
  */
5579
5777
  summarizeExadataInsightResourceCapacityTrend(summarizeExadataInsightResourceCapacityTrendRequest) {
5580
5778
  return __awaiter(this, void 0, void 0, function* () {
@@ -5658,7 +5856,7 @@ class OperationsInsightsClient {
5658
5856
  * @param SummarizeExadataInsightResourceCapacityTrendAggregatedRequest
5659
5857
  * @return SummarizeExadataInsightResourceCapacityTrendAggregatedResponse
5660
5858
  * @throws OciError when an error occurs
5661
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeExadataInsightResourceCapacityTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrendAggregated API.
5859
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/SummarizeExadataInsightResourceCapacityTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrendAggregated API.
5662
5860
  */
5663
5861
  summarizeExadataInsightResourceCapacityTrendAggregated(summarizeExadataInsightResourceCapacityTrendAggregatedRequest) {
5664
5862
  return __awaiter(this, void 0, void 0, function* () {
@@ -5745,7 +5943,7 @@ class OperationsInsightsClient {
5745
5943
  * @param SummarizeExadataInsightResourceForecastTrendRequest
5746
5944
  * @return SummarizeExadataInsightResourceForecastTrendResponse
5747
5945
  * @throws OciError when an error occurs
5748
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeExadataInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrend API.
5946
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/SummarizeExadataInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrend API.
5749
5947
  */
5750
5948
  summarizeExadataInsightResourceForecastTrend(summarizeExadataInsightResourceForecastTrendRequest) {
5751
5949
  return __awaiter(this, void 0, void 0, function* () {
@@ -5832,7 +6030,7 @@ class OperationsInsightsClient {
5832
6030
  * @param SummarizeExadataInsightResourceForecastTrendAggregatedRequest
5833
6031
  * @return SummarizeExadataInsightResourceForecastTrendAggregatedResponse
5834
6032
  * @throws OciError when an error occurs
5835
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeExadataInsightResourceForecastTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrendAggregated API.
6033
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/SummarizeExadataInsightResourceForecastTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrendAggregated API.
5836
6034
  */
5837
6035
  summarizeExadataInsightResourceForecastTrendAggregated(summarizeExadataInsightResourceForecastTrendAggregatedRequest) {
5838
6036
  return __awaiter(this, void 0, void 0, function* () {
@@ -5919,7 +6117,7 @@ class OperationsInsightsClient {
5919
6117
  * @param SummarizeExadataInsightResourceStatisticsRequest
5920
6118
  * @return SummarizeExadataInsightResourceStatisticsResponse
5921
6119
  * @throws OciError when an error occurs
5922
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeExadataInsightResourceStatistics.ts.html |here} to see how to use SummarizeExadataInsightResourceStatistics API.
6120
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/SummarizeExadataInsightResourceStatistics.ts.html |here} to see how to use SummarizeExadataInsightResourceStatistics API.
5923
6121
  */
5924
6122
  summarizeExadataInsightResourceStatistics(summarizeExadataInsightResourceStatisticsRequest) {
5925
6123
  return __awaiter(this, void 0, void 0, function* () {
@@ -6006,7 +6204,7 @@ class OperationsInsightsClient {
6006
6204
  * @param SummarizeExadataInsightResourceUsageRequest
6007
6205
  * @return SummarizeExadataInsightResourceUsageResponse
6008
6206
  * @throws OciError when an error occurs
6009
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeExadataInsightResourceUsage.ts.html |here} to see how to use SummarizeExadataInsightResourceUsage API.
6207
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/SummarizeExadataInsightResourceUsage.ts.html |here} to see how to use SummarizeExadataInsightResourceUsage API.
6010
6208
  */
6011
6209
  summarizeExadataInsightResourceUsage(summarizeExadataInsightResourceUsageRequest) {
6012
6210
  return __awaiter(this, void 0, void 0, function* () {
@@ -6093,7 +6291,7 @@ class OperationsInsightsClient {
6093
6291
  * @param SummarizeExadataInsightResourceUsageAggregatedRequest
6094
6292
  * @return SummarizeExadataInsightResourceUsageAggregatedResponse
6095
6293
  * @throws OciError when an error occurs
6096
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeExadataInsightResourceUsageAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceUsageAggregated API.
6294
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/SummarizeExadataInsightResourceUsageAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceUsageAggregated API.
6097
6295
  */
6098
6296
  summarizeExadataInsightResourceUsageAggregated(summarizeExadataInsightResourceUsageAggregatedRequest) {
6099
6297
  return __awaiter(this, void 0, void 0, function* () {
@@ -6171,7 +6369,7 @@ class OperationsInsightsClient {
6171
6369
  * @param SummarizeExadataInsightResourceUtilizationInsightRequest
6172
6370
  * @return SummarizeExadataInsightResourceUtilizationInsightResponse
6173
6371
  * @throws OciError when an error occurs
6174
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeExadataInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeExadataInsightResourceUtilizationInsight API.
6372
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/SummarizeExadataInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeExadataInsightResourceUtilizationInsight API.
6175
6373
  */
6176
6374
  summarizeExadataInsightResourceUtilizationInsight(summarizeExadataInsightResourceUtilizationInsightRequest) {
6177
6375
  return __awaiter(this, void 0, void 0, function* () {
@@ -6256,7 +6454,7 @@ class OperationsInsightsClient {
6256
6454
  * @param SummarizeExadataMembersRequest
6257
6455
  * @return SummarizeExadataMembersResponse
6258
6456
  * @throws OciError when an error occurs
6259
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeExadataMembers.ts.html |here} to see how to use SummarizeExadataMembers API.
6457
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/SummarizeExadataMembers.ts.html |here} to see how to use SummarizeExadataMembers API.
6260
6458
  */
6261
6459
  summarizeExadataMembers(summarizeExadataMembersRequest) {
6262
6460
  return __awaiter(this, void 0, void 0, function* () {
@@ -6332,7 +6530,7 @@ class OperationsInsightsClient {
6332
6530
  * @param SummarizeHostInsightResourceCapacityTrendRequest
6333
6531
  * @return SummarizeHostInsightResourceCapacityTrendResponse
6334
6532
  * @throws OciError when an error occurs
6335
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeHostInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeHostInsightResourceCapacityTrend API.
6533
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/SummarizeHostInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeHostInsightResourceCapacityTrend API.
6336
6534
  */
6337
6535
  summarizeHostInsightResourceCapacityTrend(summarizeHostInsightResourceCapacityTrendRequest) {
6338
6536
  return __awaiter(this, void 0, void 0, function* () {
@@ -6413,7 +6611,7 @@ class OperationsInsightsClient {
6413
6611
  * @param SummarizeHostInsightResourceForecastTrendRequest
6414
6612
  * @return SummarizeHostInsightResourceForecastTrendResponse
6415
6613
  * @throws OciError when an error occurs
6416
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeHostInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeHostInsightResourceForecastTrend API.
6614
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/SummarizeHostInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeHostInsightResourceForecastTrend API.
6417
6615
  */
6418
6616
  summarizeHostInsightResourceForecastTrend(summarizeHostInsightResourceForecastTrendRequest) {
6419
6617
  return __awaiter(this, void 0, void 0, function* () {
@@ -6491,7 +6689,7 @@ class OperationsInsightsClient {
6491
6689
  * @param SummarizeHostInsightResourceStatisticsRequest
6492
6690
  * @return SummarizeHostInsightResourceStatisticsResponse
6493
6691
  * @throws OciError when an error occurs
6494
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeHostInsightResourceStatistics.ts.html |here} to see how to use SummarizeHostInsightResourceStatistics API.
6692
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/SummarizeHostInsightResourceStatistics.ts.html |here} to see how to use SummarizeHostInsightResourceStatistics API.
6495
6693
  */
6496
6694
  summarizeHostInsightResourceStatistics(summarizeHostInsightResourceStatisticsRequest) {
6497
6695
  return __awaiter(this, void 0, void 0, function* () {
@@ -6577,7 +6775,7 @@ class OperationsInsightsClient {
6577
6775
  * @param SummarizeHostInsightResourceUsageRequest
6578
6776
  * @return SummarizeHostInsightResourceUsageResponse
6579
6777
  * @throws OciError when an error occurs
6580
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeHostInsightResourceUsage.ts.html |here} to see how to use SummarizeHostInsightResourceUsage API.
6778
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/SummarizeHostInsightResourceUsage.ts.html |here} to see how to use SummarizeHostInsightResourceUsage API.
6581
6779
  */
6582
6780
  summarizeHostInsightResourceUsage(summarizeHostInsightResourceUsageRequest) {
6583
6781
  return __awaiter(this, void 0, void 0, function* () {
@@ -6652,7 +6850,7 @@ class OperationsInsightsClient {
6652
6850
  * @param SummarizeHostInsightResourceUsageTrendRequest
6653
6851
  * @return SummarizeHostInsightResourceUsageTrendResponse
6654
6852
  * @throws OciError when an error occurs
6655
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeHostInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeHostInsightResourceUsageTrend API.
6853
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/SummarizeHostInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeHostInsightResourceUsageTrend API.
6656
6854
  */
6657
6855
  summarizeHostInsightResourceUsageTrend(summarizeHostInsightResourceUsageTrendRequest) {
6658
6856
  return __awaiter(this, void 0, void 0, function* () {
@@ -6732,7 +6930,7 @@ class OperationsInsightsClient {
6732
6930
  * @param SummarizeHostInsightResourceUtilizationInsightRequest
6733
6931
  * @return SummarizeHostInsightResourceUtilizationInsightResponse
6734
6932
  * @throws OciError when an error occurs
6735
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeHostInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeHostInsightResourceUtilizationInsight API.
6933
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/SummarizeHostInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeHostInsightResourceUtilizationInsight API.
6736
6934
  */
6737
6935
  summarizeHostInsightResourceUtilizationInsight(summarizeHostInsightResourceUtilizationInsightRequest) {
6738
6936
  return __awaiter(this, void 0, void 0, function* () {
@@ -6807,7 +7005,7 @@ class OperationsInsightsClient {
6807
7005
  * @param SummarizeHostInsightTopProcessesUsageTrendRequest
6808
7006
  * @return SummarizeHostInsightTopProcessesUsageTrendResponse
6809
7007
  * @throws OciError when an error occurs
6810
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeHostInsightTopProcessesUsageTrend.ts.html |here} to see how to use SummarizeHostInsightTopProcessesUsageTrend API.
7008
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/SummarizeHostInsightTopProcessesUsageTrend.ts.html |here} to see how to use SummarizeHostInsightTopProcessesUsageTrend API.
6811
7009
  */
6812
7010
  summarizeHostInsightTopProcessesUsageTrend(summarizeHostInsightTopProcessesUsageTrendRequest) {
6813
7011
  return __awaiter(this, void 0, void 0, function* () {
@@ -6879,7 +7077,7 @@ class OperationsInsightsClient {
6879
7077
  * @param SummarizeOperationsInsightsWarehouseResourceUsageRequest
6880
7078
  * @return SummarizeOperationsInsightsWarehouseResourceUsageResponse
6881
7079
  * @throws OciError when an error occurs
6882
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeOperationsInsightsWarehouseResourceUsage.ts.html |here} to see how to use SummarizeOperationsInsightsWarehouseResourceUsage API.
7080
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/SummarizeOperationsInsightsWarehouseResourceUsage.ts.html |here} to see how to use SummarizeOperationsInsightsWarehouseResourceUsage API.
6883
7081
  */
6884
7082
  summarizeOperationsInsightsWarehouseResourceUsage(summarizeOperationsInsightsWarehouseResourceUsageRequest) {
6885
7083
  return __awaiter(this, void 0, void 0, function* () {
@@ -6944,7 +7142,7 @@ class OperationsInsightsClient {
6944
7142
  * @param SummarizeSqlInsightsRequest
6945
7143
  * @return SummarizeSqlInsightsResponse
6946
7144
  * @throws OciError when an error occurs
6947
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeSqlInsights.ts.html |here} to see how to use SummarizeSqlInsights API.
7145
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/SummarizeSqlInsights.ts.html |here} to see how to use SummarizeSqlInsights API.
6948
7146
  */
6949
7147
  summarizeSqlInsights(summarizeSqlInsightsRequest) {
6950
7148
  return __awaiter(this, void 0, void 0, function* () {
@@ -7025,7 +7223,7 @@ class OperationsInsightsClient {
7025
7223
  * @param SummarizeSqlPlanInsightsRequest
7026
7224
  * @return SummarizeSqlPlanInsightsResponse
7027
7225
  * @throws OciError when an error occurs
7028
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeSqlPlanInsights.ts.html |here} to see how to use SummarizeSqlPlanInsights API.
7226
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/SummarizeSqlPlanInsights.ts.html |here} to see how to use SummarizeSqlPlanInsights API.
7029
7227
  */
7030
7228
  summarizeSqlPlanInsights(summarizeSqlPlanInsightsRequest) {
7031
7229
  return __awaiter(this, void 0, void 0, function* () {
@@ -7097,7 +7295,7 @@ class OperationsInsightsClient {
7097
7295
  * @param SummarizeSqlResponseTimeDistributionsRequest
7098
7296
  * @return SummarizeSqlResponseTimeDistributionsResponse
7099
7297
  * @throws OciError when an error occurs
7100
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeSqlResponseTimeDistributions.ts.html |here} to see how to use SummarizeSqlResponseTimeDistributions API.
7298
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/SummarizeSqlResponseTimeDistributions.ts.html |here} to see how to use SummarizeSqlResponseTimeDistributions API.
7101
7299
  */
7102
7300
  summarizeSqlResponseTimeDistributions(summarizeSqlResponseTimeDistributionsRequest) {
7103
7301
  return __awaiter(this, void 0, void 0, function* () {
@@ -7169,7 +7367,7 @@ class OperationsInsightsClient {
7169
7367
  * @param SummarizeSqlStatisticsRequest
7170
7368
  * @return SummarizeSqlStatisticsResponse
7171
7369
  * @throws OciError when an error occurs
7172
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeSqlStatistics.ts.html |here} to see how to use SummarizeSqlStatistics API.
7370
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/SummarizeSqlStatistics.ts.html |here} to see how to use SummarizeSqlStatistics API.
7173
7371
  */
7174
7372
  summarizeSqlStatistics(summarizeSqlStatisticsRequest) {
7175
7373
  return __awaiter(this, void 0, void 0, function* () {
@@ -7255,7 +7453,7 @@ class OperationsInsightsClient {
7255
7453
  * @param SummarizeSqlStatisticsTimeSeriesRequest
7256
7454
  * @return SummarizeSqlStatisticsTimeSeriesResponse
7257
7455
  * @throws OciError when an error occurs
7258
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeSqlStatisticsTimeSeries.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeries API.
7456
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/SummarizeSqlStatisticsTimeSeries.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeries API.
7259
7457
  */
7260
7458
  summarizeSqlStatisticsTimeSeries(summarizeSqlStatisticsTimeSeriesRequest) {
7261
7459
  return __awaiter(this, void 0, void 0, function* () {
@@ -7335,7 +7533,7 @@ class OperationsInsightsClient {
7335
7533
  * @param SummarizeSqlStatisticsTimeSeriesByPlanRequest
7336
7534
  * @return SummarizeSqlStatisticsTimeSeriesByPlanResponse
7337
7535
  * @throws OciError when an error occurs
7338
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeSqlStatisticsTimeSeriesByPlan.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeriesByPlan API.
7536
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/SummarizeSqlStatisticsTimeSeriesByPlan.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeriesByPlan API.
7339
7537
  */
7340
7538
  summarizeSqlStatisticsTimeSeriesByPlan(summarizeSqlStatisticsTimeSeriesByPlanRequest) {
7341
7539
  return __awaiter(this, void 0, void 0, function* () {
@@ -7405,7 +7603,7 @@ class OperationsInsightsClient {
7405
7603
  * @param UpdateAwrHubRequest
7406
7604
  * @return UpdateAwrHubResponse
7407
7605
  * @throws OciError when an error occurs
7408
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/UpdateAwrHub.ts.html |here} to see how to use UpdateAwrHub API.
7606
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/UpdateAwrHub.ts.html |here} to see how to use UpdateAwrHub API.
7409
7607
  */
7410
7608
  updateAwrHub(updateAwrHubRequest) {
7411
7609
  return __awaiter(this, void 0, void 0, function* () {
@@ -7466,7 +7664,7 @@ class OperationsInsightsClient {
7466
7664
  * @param UpdateDatabaseInsightRequest
7467
7665
  * @return UpdateDatabaseInsightResponse
7468
7666
  * @throws OciError when an error occurs
7469
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/UpdateDatabaseInsight.ts.html |here} to see how to use UpdateDatabaseInsight API.
7667
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/UpdateDatabaseInsight.ts.html |here} to see how to use UpdateDatabaseInsight API.
7470
7668
  */
7471
7669
  updateDatabaseInsight(updateDatabaseInsightRequest) {
7472
7670
  return __awaiter(this, void 0, void 0, function* () {
@@ -7527,7 +7725,7 @@ class OperationsInsightsClient {
7527
7725
  * @param UpdateEnterpriseManagerBridgeRequest
7528
7726
  * @return UpdateEnterpriseManagerBridgeResponse
7529
7727
  * @throws OciError when an error occurs
7530
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/UpdateEnterpriseManagerBridge.ts.html |here} to see how to use UpdateEnterpriseManagerBridge API.
7728
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/UpdateEnterpriseManagerBridge.ts.html |here} to see how to use UpdateEnterpriseManagerBridge API.
7531
7729
  */
7532
7730
  updateEnterpriseManagerBridge(updateEnterpriseManagerBridgeRequest) {
7533
7731
  return __awaiter(this, void 0, void 0, function* () {
@@ -7588,7 +7786,7 @@ class OperationsInsightsClient {
7588
7786
  * @param UpdateExadataInsightRequest
7589
7787
  * @return UpdateExadataInsightResponse
7590
7788
  * @throws OciError when an error occurs
7591
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/UpdateExadataInsight.ts.html |here} to see how to use UpdateExadataInsight API.
7789
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/UpdateExadataInsight.ts.html |here} to see how to use UpdateExadataInsight API.
7592
7790
  */
7593
7791
  updateExadataInsight(updateExadataInsightRequest) {
7594
7792
  return __awaiter(this, void 0, void 0, function* () {
@@ -7649,7 +7847,7 @@ class OperationsInsightsClient {
7649
7847
  * @param UpdateHostInsightRequest
7650
7848
  * @return UpdateHostInsightResponse
7651
7849
  * @throws OciError when an error occurs
7652
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/UpdateHostInsight.ts.html |here} to see how to use UpdateHostInsight API.
7850
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/UpdateHostInsight.ts.html |here} to see how to use UpdateHostInsight API.
7653
7851
  */
7654
7852
  updateHostInsight(updateHostInsightRequest) {
7655
7853
  return __awaiter(this, void 0, void 0, function* () {
@@ -7710,7 +7908,7 @@ class OperationsInsightsClient {
7710
7908
  * @param UpdateOperationsInsightsPrivateEndpointRequest
7711
7909
  * @return UpdateOperationsInsightsPrivateEndpointResponse
7712
7910
  * @throws OciError when an error occurs
7713
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/UpdateOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use UpdateOperationsInsightsPrivateEndpoint API.
7911
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/UpdateOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use UpdateOperationsInsightsPrivateEndpoint API.
7714
7912
  */
7715
7913
  updateOperationsInsightsPrivateEndpoint(updateOperationsInsightsPrivateEndpointRequest) {
7716
7914
  return __awaiter(this, void 0, void 0, function* () {
@@ -7773,7 +7971,7 @@ class OperationsInsightsClient {
7773
7971
  * @param UpdateOperationsInsightsWarehouseRequest
7774
7972
  * @return UpdateOperationsInsightsWarehouseResponse
7775
7973
  * @throws OciError when an error occurs
7776
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/UpdateOperationsInsightsWarehouse.ts.html |here} to see how to use UpdateOperationsInsightsWarehouse API.
7974
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/UpdateOperationsInsightsWarehouse.ts.html |here} to see how to use UpdateOperationsInsightsWarehouse API.
7777
7975
  */
7778
7976
  updateOperationsInsightsWarehouse(updateOperationsInsightsWarehouseRequest) {
7779
7977
  return __awaiter(this, void 0, void 0, function* () {
@@ -7834,7 +8032,7 @@ class OperationsInsightsClient {
7834
8032
  * @param UpdateOperationsInsightsWarehouseUserRequest
7835
8033
  * @return UpdateOperationsInsightsWarehouseUserResponse
7836
8034
  * @throws OciError when an error occurs
7837
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/UpdateOperationsInsightsWarehouseUser.ts.html |here} to see how to use UpdateOperationsInsightsWarehouseUser API.
8035
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/opsi/UpdateOperationsInsightsWarehouseUser.ts.html |here} to see how to use UpdateOperationsInsightsWarehouseUser API.
7838
8036
  */
7839
8037
  updateOperationsInsightsWarehouseUser(updateOperationsInsightsWarehouseUserRequest) {
7840
8038
  return __awaiter(this, void 0, void 0, function* () {